From owner-svn-ports-all@freebsd.org Sun Jul 19 01:53:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87D949991A0; Sun, 19 Jul 2015 01:53:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 769D81ED8; Sun, 19 Jul 2015 01:53:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J1rcLr093856; Sun, 19 Jul 2015 01:53:38 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J1rbMU093853; Sun, 19 Jul 2015 01:53:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507190153.t6J1rbMU093853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 19 Jul 2015 01:53:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392481 - in head/sysutils/packer: . 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.20 Precedence: 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, 19 Jul 2015 01:53:38 -0000 Author: swills Date: Sun Jul 19 01:53:36 2015 New Revision: 392481 URL: https://svnweb.freebsd.org/changeset/ports/392481 Log: sysutils/packer: update to 0.8.1 Deleted: head/sysutils/packer/files/ Modified: head/sysutils/packer/Makefile head/sysutils/packer/distinfo head/sysutils/packer/pkg-plist Modified: head/sysutils/packer/Makefile ============================================================================== --- head/sysutils/packer/Makefile Sat Jul 18 23:54:14 2015 (r392480) +++ head/sysutils/packer/Makefile Sun Jul 19 01:53:36 2015 (r392481) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= packer -PORTVERSION= 0.7.5 +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -11,104 +11,147 @@ COMMENT= Tool for creating machine image BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go USE_GITHUB= yes -GH_ACCOUNT= mitchellh:DEFAULT,cli,iochan,mapstructure,osext,panicwrap,prefixedio,gofs,gophercloud,goamz,multistep,govnc \ - hashicorp:atlas,checkpoint,msgpack,version,yamux golang:crypto,protobuf,net,oauth2,appengine \ - vaughan0:goini going:toolkit racker:perigee \ - ActiveState:tail howeyc:fsnotify zoutaiqi:gosshold \ - google:apiclient GoogleCloudPlatform:gcloud go-tomb:tomb -GH_PROJECT= cli:cli iochan:iochan mapstructure:mapstructure osext:osext \ - panicwrap:panicwrap prefixedio:prefixedio atlas-go:atlas \ - go-checkpoint:checkpoint go-msgpack:msgpack go-version:version \ - yamux:yamux crypto:crypto go-ini:goini protobuf:protobuf \ - toolkit:toolkit perigee:perigee tail:tail go-fs:gofs \ - gophercloud-fork-40444fb:gophercloud goamz:goamz \ - multistep:multistep go-vnc:govnc fsnotify:fsnotify net:net \ - oauth2:oauth2 gosshold:gosshold google-api-go-client:apiclient \ - appengine:appengine gcloud-golang:gcloud tomb:tomb -GH_TAGNAME= e3c2e3d:cli b584a32:iochan 740c764:mapstructure 0dd3f91:osext \ - 45cbfd3:panicwrap 89d9b53:prefixedio \ - 0008374:atlas efefdc6:checkpoint 71c2886:msgpack \ - bb92ddd:version 9feabe6:yamux 1fbbd62:crypto a98ad7e:goini \ - abd3b41:protobuf 6185c18:toolkit d281986:perigee \ - 068b729:tail 590e633:gofs 40444fb:gophercloud 52a0104:goamz \ - 162146f:multistep 6fca135:govnc 6b1ef89:fsnotify \ - 8aa6e20:net b3f9a68:oauth2 967f522:gosshold fa1ebc5:apiclient \ - c98f627:appengine eaf111a:gcloud dd63297:tomb +GH_ACCOUNT= mitchellh:DEFAULT,cli,gofs,govnc,iochan,mapstructure \ + mitchellh:multistep,osext,panicwrap,prefixedio,reflectwalk \ + hashicorp:atlas,checkpoint,gomultierror,msgpack,version,yamux \ + google:apiclient,goquerystr aws:awssdkgo \ + golang:crypto,net,oauth2 go-fsnotify:fsnotify \ + GoogleCloudPlatform:gcloud digitalocean:godo vaughan0:goini \ + rackspace:gophercloud zoutaiqi:gosshold nu7hatch:gouuid \ + tent:hlink pierrec:lz4,xxhash klauspost:pgzip satori:suuid \ + ActiveState:tail go-tomb:tomb going:toolkit \ + masterzen:winrm,simplexml,xmlpath packer-community:winrmcp \ + dylanmei:iso8601,winrmtest +GH_PROJECT= cli:cli go-fs:gofs go-vnc:govnc iochan:iochan \ + mapstructure:mapstructure multistep:multistep osext:osext \ + panicwrap:panicwrap prefixedio:prefixedio \ + reflectwalk:reflectwalk atlas-go:atlas go-checkpoint:checkpoint \ + go-multierror:gomultierror go-msgpack:msgpack \ + go-version:version yamux:yamux google-api-go-client:apiclient \ + go-querystring:goquerystr aws-sdk-go:awssdkgo crypto:crypto \ + net:net oauth2:oauth2 fsnotify:fsnotify gcloud-golang:gcloud \ + godo:godo go-ini:goini gophercloud:gophercloud \ + gosshold:gosshold gouuid:gouuid http-link-go:hlink lz4:lz4 \ + xxHash:xxhash pgzip:pgzip go.uuid:suuid tail:tail tomb:tomb \ + toolkit:toolkit winrm:winrm simplexml:simplexml xmlpath:xmlpath \ + winrmcp:winrmcp iso8601:iso8601 winrmtest:winrmtest +GH_TAGNAME= 8102d0e:cli a34c1b9:gofs 723ed98:govnc 87b45ff:iochan \ + 2caf8ef:mapstructure 162146f:multistep 0dd3f91:osext \ + 45cbfd3:panicwrap 89d9b53:prefixedio eecf4c7:reflectwalk \ + 1b40363:atlas 88326f6:checkpoint 56912fb:gomultierror \ + fa3f638:msgpack 999359b:version b2e5585:yamux a09229c:apiclient \ + 547ef5a:goquerystr 469e9fb:awssdkgo cc04154:crypto d9558e5:net \ + 8914e50:oauth2 ea925a0:fsnotify feda659:gcloud e2a34fa:godo \ + a98ad7e:goini f956c6c:gophercloud 967f522:gosshold \ + 179d4d0:gouuid ac974c6:hlink 4bdd4b0:lz4 284d0fc:xxhash \ + 49eeca5:pgzip afe1e2d:suuid 4b368d1:tail dd63297:tomb \ + 5bff591:toolkit 1323390:winrm 95ba304:simplexml 13f4951:xmlpath \ + 743b1af:winrmcp 2075bf1:iso8601 3e9661c:winrmtest STRIP= # stripping can break go binaries -PLUGINS= builder-amazon-chroot builder-amazon-ebs builder-amazon-instance \ - builder-digitalocean builder-docker builder-googlecompute builder-null \ - builder-openstack builder-parallels-iso builder-parallels-pvm \ - builder-qemu builder-virtualbox-iso builder-virtualbox-ovf builder-vmware-iso \ +PLUGINS= builder-amazon-chroot builder-amazon-ebs \ + builder-amazon-instance builder-digitalocean builder-docker \ + builder-file builder-googlecompute builder-null builder-openstack \ + builder-parallels-iso builder-parallels-pvm builder-qemu \ + builder-virtualbox-iso builder-virtualbox-ovf builder-vmware-iso \ builder-vmware-vmx post-processor-atlas post-processor-compress \ - post-processor-docker-import post-processor-docker-push post-processor-docker-save \ - post-processor-docker-tag post-processor-vagrant post-processor-vagrant-cloud \ - post-processor-vsphere provisioner-ansible-local provisioner-chef-client \ - provisioner-chef-solo provisioner-file provisioner-puppet-masterless \ - provisioner-puppet-server provisioner-salt-masterless provisioner-shell + post-processor-docker-import post-processor-docker-push \ + post-processor-docker-save post-processor-docker-tag \ + post-processor-vagrant post-processor-vagrant-cloud \ + post-processor-vsphere provisioner-ansible-local \ + provisioner-chef-client provisioner-chef-solo provisioner-file \ + provisioner-powershell provisioner-puppet-masterless \ + provisioner-puppet-server provisioner-salt-masterless provisioner-shell \ + provisioner-shell-local provisioner-windows-restart provisioner-windows-shell post-extract: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} .for src in .gitignore .travis.yml CHANGELOG.md CONTRIBUTING.md LICENSE \ - Makefile README.md Vagrantfile builder checkpoint.go command \ - commands.go common communicator config.go config_unix.go \ - config_windows.go fix log.go main.go main_test.go packer panic.go \ - plugin post-processor provisioner scripts signal.go stdin.go test \ - version.go website + Makefile README.md Vagrantfile appveyor.yml builder checkpoint.go \ + command commands.go common communicator config.go config_unix.go \ + config_windows.go contrib fix helper log.go main.go main_test.go packer \ + panic.go plugin post-processor provisioner scripts signal.go stdin.go \ + template test version.go website @${MV} ${WRKSRC}/${src} \ ${WRKSRC}/src/github.com/mitchellh/${PORTNAME} .endfor + @${MKDIR} ${WRKSRC}/src/code.google.com/p @${MKDIR} ${WRKSRC}/src/github.com/ActiveState - @${MKDIR} ${WRKSRC}/src/github.com/hashicorp - @${MKDIR} ${WRKSRC}/src/github.com/golang + @${MKDIR} ${WRKSRC}/src/github.com/aws + @${MKDIR} ${WRKSRC}/src/github.com/digitalocean + @${MKDIR} ${WRKSRC}/src/github.com/dylanmei + @${MKDIR} ${WRKSRC}/src/github.com/dylanmei @${MKDIR} ${WRKSRC}/src/github.com/going + @${MKDIR} ${WRKSRC}/src/github.com/golang + @${MKDIR} ${WRKSRC}/src/github.com/google + @${MKDIR} ${WRKSRC}/src/github.com/hashicorp @${MKDIR} ${WRKSRC}/src/github.com/howeyc + @${MKDIR} ${WRKSRC}/src/github.com/klauspost + @${MKDIR} ${WRKSRC}/src/github.com/masterzen + @${MKDIR} ${WRKSRC}/src/github.com/nu7hatch + @${MKDIR} ${WRKSRC}/src/github.com/packer-community + @${MKDIR} ${WRKSRC}/src/github.com/pierrec @${MKDIR} ${WRKSRC}/src/github.com/racker + @${MKDIR} ${WRKSRC}/src/github.com/rackspace + @${MKDIR} ${WRKSRC}/src/github.com/satori + @${MKDIR} ${WRKSRC}/src/github.com/tent @${MKDIR} ${WRKSRC}/src/github.com/vaughan0 @${MKDIR} ${WRKSRC}/src/golang.org/x - @${MKDIR} ${WRKSRC}/src/gopkg.in - @${MKDIR} ${WRKSRC}/src/code.google.com/p @${MKDIR} ${WRKSRC}/src/google.golang.org - @${MV} ${WRKSRC_tail} ${WRKSRC}/src/github.com/ActiveState/tail + @${MKDIR} ${WRKSRC}/src/gopkg.in + @${MV} ${WRKSRC_apiclient} ${WRKSRC}/src/google.golang.org/api + @${MV} ${WRKSRC_atlas} ${WRKSRC}/src/github.com/hashicorp/atlas-go + @${MV} ${WRKSRC_awssdkgo} ${WRKSRC}/src/github.com/aws/aws-sdk-go + @${MV} ${WRKSRC_checkpoint} ${WRKSRC}/src/github.com/hashicorp/go-checkpoint @${MV} ${WRKSRC_cli} ${WRKSRC}/src/github.com/mitchellh/cli + @${MV} ${WRKSRC_fsnotify} ${WRKSRC}/src/gopkg.in/fsnotify.v0 + @${MV} ${WRKSRC_gcloud} ${WRKSRC}/src/google.golang.org/cloud + @${MV} ${WRKSRC_godo} ${WRKSRC}/src/github.com/digitalocean/godo + @${MV} ${WRKSRC_gofs} ${WRKSRC}/src/github.com/mitchellh/go-fs + @${MV} ${WRKSRC_goini} ${WRKSRC}/src/github.com/vaughan0/go-ini + @${MV} ${WRKSRC_gomultierror} ${WRKSRC}/src/github.com/hashicorp/go-multierror + @${MV} ${WRKSRC_gophercloud} ${WRKSRC}/src/github.com/rackspace/gophercloud + @${MV} ${WRKSRC_goquerystr} ${WRKSRC}/src/github.com/google/go-querystring + @${MV} ${WRKSRC_gosshold} ${WRKSRC}/src/code.google.com/p/gosshold + @${MV} ${WRKSRC_gouuid} ${WRKSRC}/src/github.com/nu7hatch/gouuid + @${MV} ${WRKSRC_govnc} ${WRKSRC}/src/github.com/mitchellh/go-vnc + @${MV} ${WRKSRC_hlink} ${WRKSRC}/src/github.com/tent/http-link-go @${MV} ${WRKSRC_iochan} ${WRKSRC}/src/github.com/mitchellh/iochan + @${MV} ${WRKSRC_iso8601} ${WRKSRC}/src/github.com/dylanmei/iso8601 + @${MV} ${WRKSRC_lz4} ${WRKSRC}/src/github.com/pierrec/lz4 @${MV} ${WRKSRC_mapstructure} ${WRKSRC}/src/github.com/mitchellh/mapstructure + @${MV} ${WRKSRC_msgpack} ${WRKSRC}/src/github.com/hashicorp/go-msgpack + @${MV} ${WRKSRC_multistep} ${WRKSRC}/src/github.com/mitchellh/multistep + @${MV} ${WRKSRC_oauth2} ${WRKSRC}/src/golang.org/x/oauth2 @${MV} ${WRKSRC_osext} ${WRKSRC}/src/github.com/mitchellh/osext @${MV} ${WRKSRC_panicwrap} ${WRKSRC}/src/github.com/mitchellh/panicwrap + @${MV} ${WRKSRC_pgzip} ${WRKSRC}/src/github.com/klauspost/pgzip @${MV} ${WRKSRC_prefixedio} ${WRKSRC}/src/github.com/mitchellh/prefixedio - @${MV} ${WRKSRC_gofs} ${WRKSRC}/src/github.com/mitchellh/go-fs - @${MV} ${WRKSRC_gophercloud} ${WRKSRC}/src/github.com/mitchellh/gophercloud-fork-40444fb - @${MV} ${WRKSRC_goamz} ${WRKSRC}/src/github.com/mitchellh/goamz - @${MV} ${WRKSRC_multistep} ${WRKSRC}/src/github.com/mitchellh/multistep - @${MV} ${WRKSRC_govnc} ${WRKSRC}/src/github.com/mitchellh/go-vnc - @${MV} ${WRKSRC_atlas} ${WRKSRC}/src/github.com/hashicorp/atlas-go - @${MV} ${WRKSRC_checkpoint} ${WRKSRC}/src/github.com/hashicorp/go-checkpoint - @${MV} ${WRKSRC_msgpack} ${WRKSRC}/src/github.com/hashicorp/go-msgpack + @${MV} ${WRKSRC_reflectwalk} ${WRKSRC}/src/github.com/mitchellh/reflectwalk + @${MV} ${WRKSRC_simplexml} ${WRKSRC}/src/github.com/masterzen/simplexml + @${MV} ${WRKSRC_suuid} ${WRKSRC}/src/github.com/satori/go.uuid + @${MV} ${WRKSRC_tail} ${WRKSRC}/src/github.com/ActiveState/tail + @${MV} ${WRKSRC_tomb} ${WRKSRC}/src/gopkg.in/tomb.v1 + @${MV} ${WRKSRC_toolkit} ${WRKSRC}/src/github.com/going/toolkit @${MV} ${WRKSRC_version} ${WRKSRC}/src/github.com/hashicorp/go-version + @${MV} ${WRKSRC_winrmcp} ${WRKSRC}/src/github.com/packer-community/winrmcp + @${MV} ${WRKSRC_winrmtest} ${WRKSRC}/src/github.com/dylanmei/winrmtest + @${MV} ${WRKSRC_winrm} ${WRKSRC}/src/github.com/masterzen/winrm + @${MV} ${WRKSRC_xmlpath} ${WRKSRC}/src/github.com/masterzen/xmlpath + @${MV} ${WRKSRC_xxhash} ${WRKSRC}/src/github.com/pierrec/xxHash @${MV} ${WRKSRC_yamux} ${WRKSRC}/src/github.com/hashicorp/yamux - @${MV} ${WRKSRC_protobuf} ${WRKSRC}/src/github.com/golang/protobuf - @${MV} ${WRKSRC_goini} ${WRKSRC}/src/github.com/vaughan0/go-ini - @${MV} ${WRKSRC_fsnotify} ${WRKSRC}/src/github.com/howeyc/fsnotify @${CP} -r ${WRKSRC_net} ${WRKSRC}/src/golang.org/x/net @${MV} ${WRKSRC_net} ${WRKSRC}/src/github.com/golang/net @${CP} -r ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto - @${MV} ${WRKSRC_oauth2} ${WRKSRC}/src/golang.org/x/oauth2 - @${MV} ${WRKSRC_gosshold} ${WRKSRC}/src/code.google.com/p/gosshold @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/code.google.com/p/go.crypto - @${MV} ${WRKSRC_apiclient} ${WRKSRC}/src/code.google.com/p/google-api-go-client - @${MV} ${WRKSRC_appengine} ${WRKSRC}/src/google.golang.org/appengine - @${MV} ${WRKSRC_gcloud} ${WRKSRC}/src/google.golang.org/cloud - @${MV} ${WRKSRC_tomb} ${WRKSRC}/src/gopkg.in/tomb.v1 - @${MV} ${WRKSRC_perigee} ${WRKSRC}/src/github.com/racker/perigee - @${MV} ${WRKSRC_toolkit} ${WRKSRC}/src/github.com/going/toolkit @${FIND} ${WRKSRC}/src/code.google.com/p/go.crypto -type f -name '*.go' -exec \ ${REINPLACE_CMD} -e 's,golang.org/x/crypto/ssh,code.google.com/p/go.crypto/ssh,g' {} + do-build: - cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} .for plugin in ${PLUGINS} - cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME}-${plugin} github.com/mitchellh/packer/plugin/${plugin} + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME}-${plugin} github.com/mitchellh/packer/plugin/${plugin} .endfor do-install: Modified: head/sysutils/packer/distinfo ============================================================================== --- head/sysutils/packer/distinfo Sat Jul 18 23:54:14 2015 (r392480) +++ head/sysutils/packer/distinfo Sun Jul 19 01:53:36 2015 (r392481) @@ -1,62 +1,88 @@ -SHA256 (mitchellh-packer-v0.7.5_GH0.tar.gz) = a245712c5b73c89cc5e97c00c270c8955c4b90ef7915c4fa93fc90e1adbdb645 -SIZE (mitchellh-packer-v0.7.5_GH0.tar.gz) = 899730 -SHA256 (mitchellh-cli-e3c2e3d_GH0.tar.gz) = 9042c6d2ad5da705c1ae7d0f12d07dc76e87f6dbea524df52edee0c00982cf36 -SIZE (mitchellh-cli-e3c2e3d_GH0.tar.gz) = 12178 -SHA256 (mitchellh-iochan-b584a32_GH0.tar.gz) = b03f64996f9d79505030532257e25f7a5af1de69babca35d4d3ed5b36278c209 -SIZE (mitchellh-iochan-b584a32_GH0.tar.gz) = 1106 -SHA256 (mitchellh-mapstructure-740c764_GH0.tar.gz) = d68a258cdb95fc5f2971cd50ad29c0c479f6c3420ddeec386077626e517b5f71 -SIZE (mitchellh-mapstructure-740c764_GH0.tar.gz) = 11943 +SHA256 (mitchellh-packer-v0.8.1_GH0.tar.gz) = 74667fae3b6426da5057f9613af5e2900c863f31a1b21812437be694e5b481f9 +SIZE (mitchellh-packer-v0.8.1_GH0.tar.gz) = 1075706 +SHA256 (mitchellh-cli-8102d0e_GH0.tar.gz) = 673be64ba7e1e285db690e7c5dc15c416874c2ed135356ea808b5e11c364f380 +SIZE (mitchellh-cli-8102d0e_GH0.tar.gz) = 13045 +SHA256 (mitchellh-go-fs-a34c1b9_GH0.tar.gz) = 517c42182c0f8f7b5a0d929f488b224383011170855d7ff9f1cf977f519fe257 +SIZE (mitchellh-go-fs-a34c1b9_GH0.tar.gz) = 16205 +SHA256 (mitchellh-go-vnc-723ed98_GH0.tar.gz) = c0c316e6df51e59a7d95b618cdb010a93243402acd8af1ce5b441ded6ae92731 +SIZE (mitchellh-go-vnc-723ed98_GH0.tar.gz) = 9364 +SHA256 (mitchellh-iochan-87b45ff_GH0.tar.gz) = f929e7740412611e37e5c3984dc32828bc2b47df91351eafefb36460abee4565 +SIZE (mitchellh-iochan-87b45ff_GH0.tar.gz) = 1782 +SHA256 (mitchellh-mapstructure-2caf8ef_GH0.tar.gz) = f75b52b5aec85313d7bac7f13cee2eeeddb652c94667806e31fd84dca3a0ff7e +SIZE (mitchellh-mapstructure-2caf8ef_GH0.tar.gz) = 13810 +SHA256 (mitchellh-multistep-162146f_GH0.tar.gz) = 286aefea1cf82cccae06577310b1b7ceb11253c66dd1c9fcee966e09ba35e99b +SIZE (mitchellh-multistep-162146f_GH0.tar.gz) = 6135 SHA256 (mitchellh-osext-0dd3f91_GH0.tar.gz) = 3e5374bf20fc761425a8845f05658f3219afd025a871de181ab28b5797a4b5fd SIZE (mitchellh-osext-0dd3f91_GH0.tar.gz) = 2787 SHA256 (mitchellh-panicwrap-45cbfd3_GH0.tar.gz) = 20587733dbdc7623dbe0e8bec3ef0b62e39ce10fe464c6204a74153fc43edf44 SIZE (mitchellh-panicwrap-45cbfd3_GH0.tar.gz) = 7231 SHA256 (mitchellh-prefixedio-89d9b53_GH0.tar.gz) = 144419c3adcfe38a90fd18f2c4a156d7e1267430103301cf95363dfa8515dfda SIZE (mitchellh-prefixedio-89d9b53_GH0.tar.gz) = 3112 -SHA256 (mitchellh-go-fs-590e633_GH0.tar.gz) = 8ac84c9f0105514cdb65a23c7032edb8d9e129ea4a36b1735e1d0fc2510ec5c1 -SIZE (mitchellh-go-fs-590e633_GH0.tar.gz) = 15621 -SHA256 (mitchellh-gophercloud-fork-40444fb-40444fb_GH0.tar.gz) = 71e6f5e3124b6287a488ff65194e7600dc7da84807e30d4243f61955e0509648 -SIZE (mitchellh-gophercloud-fork-40444fb-40444fb_GH0.tar.gz) = 36401 -SHA256 (mitchellh-goamz-52a0104_GH0.tar.gz) = ba4291e087dfb0af0c51d9e51fe7d28461c02b5014d95aa836fb61d8794b629e -SIZE (mitchellh-goamz-52a0104_GH0.tar.gz) = 128548 -SHA256 (mitchellh-multistep-162146f_GH0.tar.gz) = 286aefea1cf82cccae06577310b1b7ceb11253c66dd1c9fcee966e09ba35e99b -SIZE (mitchellh-multistep-162146f_GH0.tar.gz) = 6135 -SHA256 (mitchellh-go-vnc-6fca135_GH0.tar.gz) = 2558ffbebd66254510f4ccec6279601237451a04f0b054c020d7059f6a7c6c12 -SIZE (mitchellh-go-vnc-6fca135_GH0.tar.gz) = 7442 -SHA256 (hashicorp-atlas-go-0008374_GH0.tar.gz) = 90d68517beeb07ab44665e864b84b609626a6ad843435bbfc326daed3150c7b5 -SIZE (hashicorp-atlas-go-0008374_GH0.tar.gz) = 32262 -SHA256 (hashicorp-go-checkpoint-efefdc6_GH0.tar.gz) = 1eb29284f788079f1ce99dc4d4e3275042d81c62452b6024978a837e076c9b68 -SIZE (hashicorp-go-checkpoint-efefdc6_GH0.tar.gz) = 9732 -SHA256 (hashicorp-go-msgpack-71c2886_GH0.tar.gz) = 052a52b77e262daa6f4bb618970d6673dd77713be031c6da18bd3aff5bc1448d -SIZE (hashicorp-go-msgpack-71c2886_GH0.tar.gz) = 49479 -SHA256 (hashicorp-go-version-bb92ddd_GH0.tar.gz) = b56e9cff11ea7950d6a10cee7df7dfd3e65ad078d5fee0070f0d620449d3120d -SIZE (hashicorp-go-version-bb92ddd_GH0.tar.gz) = 10384 -SHA256 (hashicorp-yamux-9feabe6_GH0.tar.gz) = 7d38c98227d61c02f455ed2a5a01f8627f20da7b03e1869ec36bc44d95933290 -SIZE (hashicorp-yamux-9feabe6_GH0.tar.gz) = 18592 -SHA256 (golang-crypto-1fbbd62_GH0.tar.gz) = 18d28dd6700907b19fca11affe7a4f97cd02addf82539896e64c3cc2d710760e -SIZE (golang-crypto-1fbbd62_GH0.tar.gz) = 852289 -SHA256 (golang-protobuf-abd3b41_GH0.tar.gz) = 4d3d8931fb57c5738f99458e70864b3f55b8d0000f5ea206c0bef7304aedd997 -SIZE (golang-protobuf-abd3b41_GH0.tar.gz) = 127498 -SHA256 (golang-net-8aa6e20_GH0.tar.gz) = 79c20fc3801127a8f61594fe9393cc972f02668f19dbde575c5b8ac05910cf5c -SIZE (golang-net-8aa6e20_GH0.tar.gz) = 413241 -SHA256 (golang-oauth2-b3f9a68_GH0.tar.gz) = 1aeb842f5a8161858c6896b8661380fea34db90bee493615eecba759cb990dc8 -SIZE (golang-oauth2-b3f9a68_GH0.tar.gz) = 17530 -SHA256 (golang-appengine-c98f627_GH0.tar.gz) = 4dceac412388e795f9b3b40bc34c8cc3e99ed7599a3e4ebcd273e85abd6fe343 -SIZE (golang-appengine-c98f627_GH0.tar.gz) = 166119 +SHA256 (mitchellh-reflectwalk-eecf4c7_GH0.tar.gz) = a681b9f5f9a8c24d01d9e05a088dc2053fa637060cf4fa8a4232d5ef4f00ca11 +SIZE (mitchellh-reflectwalk-eecf4c7_GH0.tar.gz) = 4272 +SHA256 (hashicorp-atlas-go-1b40363_GH0.tar.gz) = f8e2e53a2f48aaf59960d2e60d2247deca76d4f1450453c45a7cb83239ff13ed +SIZE (hashicorp-atlas-go-1b40363_GH0.tar.gz) = 37101 +SHA256 (hashicorp-go-checkpoint-88326f6_GH0.tar.gz) = 49133eeca2707d2c025219f261dd3ebd8155fe22907c412445b8ffc7a4137755 +SIZE (hashicorp-go-checkpoint-88326f6_GH0.tar.gz) = 9826 +SHA256 (hashicorp-go-multierror-56912fb_GH0.tar.gz) = de765913740311a2be5f9dd1267a79cfe79ed18c94039a905000acb56068c64a +SIZE (hashicorp-go-multierror-56912fb_GH0.tar.gz) = 8432 +SHA256 (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 6353c623d5d58c7ca03e2bdac63f9da7da8848fb1f5f7f239b33e3ce6fe6c6bd +SIZE (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 49496 +SHA256 (hashicorp-go-version-999359b_GH0.tar.gz) = 59ebc270b121626de3ccdd34f35b255961e7626876c854d9ddbe9070dc4ce7e6 +SIZE (hashicorp-go-version-999359b_GH0.tar.gz) = 10417 +SHA256 (hashicorp-yamux-b2e5585_GH0.tar.gz) = 38e3b567240898d870c5134cace538bfc7df9105d2d0cdd487fb1bd5e8e895f4 +SIZE (hashicorp-yamux-b2e5585_GH0.tar.gz) = 19245 +SHA256 (google-google-api-go-client-a09229c_GH0.tar.gz) = 86e82412f28ad16366cef45f6675952d65706dd3178c93e8ebe78ee2b2025e11 +SIZE (google-google-api-go-client-a09229c_GH0.tar.gz) = 2328174 +SHA256 (google-go-querystring-547ef5a_GH0.tar.gz) = 949a780dfac94ce95521a1eb29d4f4bd4df20a02f8786cf817611b3e52ce0853 +SIZE (google-go-querystring-547ef5a_GH0.tar.gz) = 7228 +SHA256 (aws-aws-sdk-go-469e9fb_GH0.tar.gz) = 7e5116b0a7dc7c5ec01ab9bef06982a6f8531eb8072eea1260af8e18b130186d +SIZE (aws-aws-sdk-go-469e9fb_GH0.tar.gz) = 1938924 +SHA256 (golang-crypto-cc04154_GH0.tar.gz) = 15a5483d0eead03b33d318bef6ffc1417b1bd37d2457816d6113602b6e612726 +SIZE (golang-crypto-cc04154_GH0.tar.gz) = 874102 +SHA256 (golang-net-d9558e5_GH0.tar.gz) = 2f44ad362219ec7f5e28a2b8e9938a8495c19b29b0267cd9ecf853f3c16b3995 +SIZE (golang-net-d9558e5_GH0.tar.gz) = 472869 +SHA256 (golang-oauth2-8914e50_GH0.tar.gz) = 966a5e96103684ff98e2de76ab4115935ead5dd24e11cdd9f6f655bd95dbac0d +SIZE (golang-oauth2-8914e50_GH0.tar.gz) = 32042 +SHA256 (go-fsnotify-fsnotify-ea925a0_GH0.tar.gz) = 8ceb939c0ac7c214b25f1aa4d5ba4233209af51cbd44941c1a689fd947bda872 +SIZE (go-fsnotify-fsnotify-ea925a0_GH0.tar.gz) = 19562 +SHA256 (GoogleCloudPlatform-gcloud-golang-feda659_GH0.tar.gz) = 9b91e06329a763f3a220b9c32e456982de46c3101b3f824865e1131487472cbb +SIZE (GoogleCloudPlatform-gcloud-golang-feda659_GH0.tar.gz) = 163608 +SHA256 (digitalocean-godo-e2a34fa_GH0.tar.gz) = 421e4541f5728c8322a3469e3cb067ffc6e7f69d3a932f444db67406f1b5b7a4 +SIZE (digitalocean-godo-e2a34fa_GH0.tar.gz) = 25495 SHA256 (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = f8daa0afa08af1fdce4747074602078c72f49fd60c7d8dc3d07b6b7e70cd5f82 SIZE (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = 3694 -SHA256 (going-toolkit-6185c18_GH0.tar.gz) = 7a04f581fabb81e4dc0b52f22f72cde642195a9276fe3e3a6d6a10a452a98e6c -SIZE (going-toolkit-6185c18_GH0.tar.gz) = 1297671 -SHA256 (racker-perigee-d281986_GH0.tar.gz) = 9764760d435329d354fd2e67114d50d7be401af20102f4b5e9d626b170f7dd54 -SIZE (racker-perigee-d281986_GH0.tar.gz) = 10403 -SHA256 (ActiveState-tail-068b729_GH0.tar.gz) = 00714c04cd2af4ef5a360cb48ac81bdba8564f79f7242e805729602a755e7410 -SIZE (ActiveState-tail-068b729_GH0.tar.gz) = 13463 -SHA256 (howeyc-fsnotify-6b1ef89_GH0.tar.gz) = bcc1841b7c7d768111b27ea5c4af8137f058b03b23407aa30f59452602efc524 -SIZE (howeyc-fsnotify-6b1ef89_GH0.tar.gz) = 19296 +SHA256 (rackspace-gophercloud-f956c6c_GH0.tar.gz) = 1b2923d97f42a49f71373807c00e4f4e971a5f5ee1b1cf7a9968ad47f040b242 +SIZE (rackspace-gophercloud-f956c6c_GH0.tar.gz) = 334562 SHA256 (zoutaiqi-gosshold-967f522_GH0.tar.gz) = 25592a2b7c8ac3b79c0701dc2af2786aee986799e1512e9848c415dbc4200868 SIZE (zoutaiqi-gosshold-967f522_GH0.tar.gz) = 82109 -SHA256 (google-google-api-go-client-fa1ebc5_GH0.tar.gz) = b047f8df8ceaf14bb4533bc68180e746dccaf8b5897fccdf943437431aafeaf4 -SIZE (google-google-api-go-client-fa1ebc5_GH0.tar.gz) = 1552984 -SHA256 (GoogleCloudPlatform-gcloud-golang-eaf111a_GH0.tar.gz) = ec9524123c9c588527128c0a00f9caa07adc508debe2d8047cc9c09484e46b7f -SIZE (GoogleCloudPlatform-gcloud-golang-eaf111a_GH0.tar.gz) = 81145 +SHA256 (nu7hatch-gouuid-179d4d0_GH0.tar.gz) = 8c910070e1acc74e66f727e0ff6a28f84009c941ace87be8766c13f964dab3fc +SIZE (nu7hatch-gouuid-179d4d0_GH0.tar.gz) = 3737 +SHA256 (tent-http-link-go-ac974c6_GH0.tar.gz) = 1b1d379175cc877e21c4a474efb7b9fc46e682d02e46b716daadcbcbfd2f6d90 +SIZE (tent-http-link-go-ac974c6_GH0.tar.gz) = 3406 +SHA256 (pierrec-lz4-4bdd4b0_GH0.tar.gz) = cee8101858a3817729be800ed88639ec5b123cec085d547ad7b61eb19ee0a51e +SIZE (pierrec-lz4-4bdd4b0_GH0.tar.gz) = 14920 +SHA256 (pierrec-xxHash-284d0fc_GH0.tar.gz) = aa1066ce7030b5f2077e07ae6195c6cdd34d6e2f7babfbc86fa83b69256d117c +SIZE (pierrec-xxHash-284d0fc_GH0.tar.gz) = 5596 +SHA256 (klauspost-pgzip-49eeca5_GH0.tar.gz) = cda43f53e1785268d8d10dc2943564e4ae051ab110ed74e8f375064e9f165312 +SIZE (klauspost-pgzip-49eeca5_GH0.tar.gz) = 116117 +SHA256 (satori-go.uuid-afe1e2d_GH0.tar.gz) = 9a7230686a99098e50ced69108ff06f84e263756f63d38604b24732839f8e436 +SIZE (satori-go.uuid-afe1e2d_GH0.tar.gz) = 6550 +SHA256 (ActiveState-tail-4b368d1_GH0.tar.gz) = ed6a9870889ebe38d5a152657828aa03e773becb93e824aee633095d22c2b942 +SIZE (ActiveState-tail-4b368d1_GH0.tar.gz) = 13870 SHA256 (go-tomb-tomb-dd63297_GH0.tar.gz) = 38f8b3d8b5f4ee0d7f48f0bd8fb5dad50afc23b1612c64f10bb711e70ad22235 SIZE (go-tomb-tomb-dd63297_GH0.tar.gz) = 3627 +SHA256 (going-toolkit-5bff591_GH0.tar.gz) = 6d1775830d53198ddcbcea9f6073bebdf3f04f2c6b54497d6dc5931a4ebd97da +SIZE (going-toolkit-5bff591_GH0.tar.gz) = 1297714 +SHA256 (masterzen-winrm-1323390_GH0.tar.gz) = 8d9a39562c4d3a6f9d615916d9ee7d2dbdd974943a31693d8dab9aa5f801cf0a +SIZE (masterzen-winrm-1323390_GH0.tar.gz) = 22210 +SHA256 (masterzen-simplexml-95ba304_GH0.tar.gz) = d18f8ed120db84d37772d95a5174b5c3078743074209eb9b08bed108e52a348f +SIZE (masterzen-simplexml-95ba304_GH0.tar.gz) = 6731 +SHA256 (masterzen-xmlpath-13f4951_GH0.tar.gz) = 8f1b82a29d42616886c080a33dcc0884d5f2fd8579b7c4e8fc0e371b4f645e44 +SIZE (masterzen-xmlpath-13f4951_GH0.tar.gz) = 13320 +SHA256 (packer-community-winrmcp-743b1af_GH0.tar.gz) = 012dc4d47fe091e7ba825b9ba7d03b0b34d8afb885284ba8396fb2d72a172e36 +SIZE (packer-community-winrmcp-743b1af_GH0.tar.gz) = 5957 +SHA256 (dylanmei-iso8601-2075bf1_GH0.tar.gz) = c0bf90f3cbc2ff0c107f16e44fe5383de8972d6b3555f113e1ac7eeeaf769657 +SIZE (dylanmei-iso8601-2075bf1_GH0.tar.gz) = 2436 +SHA256 (dylanmei-winrmtest-3e9661c_GH0.tar.gz) = 1087fc4b04196981b7c1412556e88646619481c9b548caa5aaa9f54cdb4d93d5 +SIZE (dylanmei-winrmtest-3e9661c_GH0.tar.gz) = 3673 Modified: head/sysutils/packer/pkg-plist ============================================================================== --- head/sysutils/packer/pkg-plist Sat Jul 18 23:54:14 2015 (r392480) +++ head/sysutils/packer/pkg-plist Sun Jul 19 01:53:36 2015 (r392481) @@ -4,6 +4,7 @@ bin/packer-builder-amazon-ebs bin/packer-builder-amazon-instance bin/packer-builder-digitalocean bin/packer-builder-docker +bin/packer-builder-file bin/packer-builder-googlecompute bin/packer-builder-null bin/packer-builder-openstack @@ -27,7 +28,11 @@ bin/packer-provisioner-ansible-local bin/packer-provisioner-chef-client bin/packer-provisioner-chef-solo bin/packer-provisioner-file +bin/packer-provisioner-powershell bin/packer-provisioner-puppet-masterless bin/packer-provisioner-puppet-server bin/packer-provisioner-salt-masterless bin/packer-provisioner-shell +bin/packer-provisioner-shell-local +bin/packer-provisioner-windows-restart +bin/packer-provisioner-windows-shell From owner-svn-ports-all@freebsd.org Sun Jul 19 02:23:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4E5B99978A; Sun, 19 Jul 2015 02:23:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2A011AB8; Sun, 19 Jul 2015 02:23:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J2N2oQ006098; Sun, 19 Jul 2015 02:23:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J2N2Oo006096; Sun, 19 Jul 2015 02:23:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507190223.t6J2N2Oo006096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 19 Jul 2015 02:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392482 - head/devel/p5-Test-Timer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 02:23:02 -0000 Author: swills Date: Sun Jul 19 02:23:01 2015 New Revision: 392482 URL: https://svnweb.freebsd.org/changeset/ports/392482 Log: devel/p5-Test-Timer: update to 0.11 Modified: head/devel/p5-Test-Timer/Makefile head/devel/p5-Test-Timer/distinfo Modified: head/devel/p5-Test-Timer/Makefile ============================================================================== --- head/devel/p5-Test-Timer/Makefile Sun Jul 19 01:53:36 2015 (r392481) +++ head/devel/p5-Test-Timer/Makefile Sun Jul 19 02:23:01 2015 (r392482) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Timer -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Timer/distinfo ============================================================================== --- head/devel/p5-Test-Timer/distinfo Sun Jul 19 01:53:36 2015 (r392481) +++ head/devel/p5-Test-Timer/distinfo Sun Jul 19 02:23:01 2015 (r392482) @@ -1,2 +1,2 @@ -SHA256 (Test-Timer-0.10.tar.gz) = b58afa3c221b7fb0d8437c5c50710e729959b6ce4d487cf1a4d7bccc0312ff5a -SIZE (Test-Timer-0.10.tar.gz) = 13668 +SHA256 (Test-Timer-0.11.tar.gz) = 8b0b5f52f025380ad9cd6083f429bdae9e58e6ccdf18ef50b8161c22c0da3737 +SIZE (Test-Timer-0.11.tar.gz) = 13478 From owner-svn-ports-all@freebsd.org Sun Jul 19 04:31:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 917239A5F7C; Sun, 19 Jul 2015 04:31:22 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 759791A74; Sun, 19 Jul 2015 04:31:22 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J4VMRv056732; Sun, 19 Jul 2015 04:31:22 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J4VKqE056726; Sun, 19 Jul 2015 04:31:20 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201507190431.t6J4VKqE056726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Sun, 19 Jul 2015 04:31:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392483 - branches/2015Q3/devel/p4 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.20 Precedence: 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, 19 Jul 2015 04:31:22 -0000 Author: gordon Date: Sun Jul 19 04:31:19 2015 New Revision: 392483 URL: https://svnweb.freebsd.org/changeset/ports/392483 Log: MFH: r392478 Update to devel/p4 2015.1/1126382 to fix broken port. Migrate common variable for the devel/p4* ports into the Makefile.inc. PR: 201216 Differential Revision: https://reviews.freebsd.org/D3088 Approved by: mat (mentor) Approved by: ports-secteam (feld) Modified: branches/2015Q3/devel/p4/Makefile branches/2015Q3/devel/p4/Makefile.inc branches/2015Q3/devel/p4/distinfo.freebsd100x86 branches/2015Q3/devel/p4/distinfo.freebsd100x86_64 branches/2015Q3/devel/p4/distinfo.freebsd70x86 branches/2015Q3/devel/p4/distinfo.freebsd70x86_64 Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/p4/Makefile ============================================================================== --- branches/2015Q3/devel/p4/Makefile Sun Jul 19 02:23:01 2015 (r392482) +++ branches/2015Q3/devel/p4/Makefile Sun Jul 19 04:31:19 2015 (r392483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2014.2.1045032 +PORTVERSION= 2015.1.1126382 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ @@ -13,14 +13,6 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce client -BROKEN= checksum mismatch - -ONLY_FOR_ARCHS= amd64 i386 - -P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} -DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} - RESTRICTED= Restricted distribution NO_BUILD= yes Modified: branches/2015Q3/devel/p4/Makefile.inc ============================================================================== --- branches/2015Q3/devel/p4/Makefile.inc Sun Jul 19 02:23:01 2015 (r392482) +++ branches/2015Q3/devel/p4/Makefile.inc Sun Jul 19 04:31:19 2015 (r392483) @@ -1,6 +1,8 @@ # Figure out what to install .if ${OPSYS} == FreeBSD +ONLY_FOR_ARCHS?= amd64 i386 + .if ${ARCH} == amd64 . if ${OSVERSION} >= 1000100 PLATFORM= freebsd100x86_64 @@ -22,3 +24,7 @@ IGNORE= unsupported OS release, sorry .else IGNORE= ${OPSYS} is unsupported, sorry .endif + +P4VERSION?= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} +DIST_SUBDIR?= perforce/${PORTVERSION}/bin.${PLATFORM} +DISTINFO_FILE?= ${MASTERDIR}/distinfo.${PLATFORM} Modified: branches/2015Q3/devel/p4/distinfo.freebsd100x86 ============================================================================== --- branches/2015Q3/devel/p4/distinfo.freebsd100x86 Sun Jul 19 02:23:01 2015 (r392482) +++ branches/2015Q3/devel/p4/distinfo.freebsd100x86 Sun Jul 19 04:31:19 2015 (r392483) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.1045032/bin.freebsd100x86/p4) = 1261bacd887cb09bcf79004a427784e3428ebef8ef7f8cd527e8f446feb3efb4 -SIZE (perforce/2014.2.1045032/bin.freebsd100x86/p4) = 2474416 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4) = 4ac2ca86a68a355a0920e28a7ed41db4b8a6d7f2e0390069625665cf009cfad9 +SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4) = 2562660 Modified: branches/2015Q3/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- branches/2015Q3/devel/p4/distinfo.freebsd100x86_64 Sun Jul 19 02:23:01 2015 (r392482) +++ branches/2015Q3/devel/p4/distinfo.freebsd100x86_64 Sun Jul 19 04:31:19 2015 (r392483) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.1045032/bin.freebsd100x86_64/p4) = 676c424b485e90817e63592fc5f14ea151b489128078053989f2e85080d485c2 -SIZE (perforce/2014.2.1045032/bin.freebsd100x86_64/p4) = 2732720 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4) = 77a102169d95b2f3f18039be0787a7373c71551358322a7ae35674f4991804c6 +SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4) = 2815472 Modified: branches/2015Q3/devel/p4/distinfo.freebsd70x86 ============================================================================== --- branches/2015Q3/devel/p4/distinfo.freebsd70x86 Sun Jul 19 02:23:01 2015 (r392482) +++ branches/2015Q3/devel/p4/distinfo.freebsd70x86 Sun Jul 19 04:31:19 2015 (r392483) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.1045032/bin.freebsd70x86/p4) = 0c48532af152ba9ef187fd3a098ec0be0c5f8b9312becea4a27fe63ddec427ac -SIZE (perforce/2014.2.1045032/bin.freebsd70x86/p4) = 2555504 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4) = e0e5d3bd20246c03e7b3b9244701546b2e5dc9fa109bdc17dbf155b058ee95bc +SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4) = 2634304 Modified: branches/2015Q3/devel/p4/distinfo.freebsd70x86_64 ============================================================================== --- branches/2015Q3/devel/p4/distinfo.freebsd70x86_64 Sun Jul 19 02:23:01 2015 (r392482) +++ branches/2015Q3/devel/p4/distinfo.freebsd70x86_64 Sun Jul 19 04:31:19 2015 (r392483) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.1045032/bin.freebsd70x86_64/p4) = 3fbf5e0203bf4c2bc9b6107c8111c28e9d2f88372f6330fcff32057addf6c069 -SIZE (perforce/2014.2.1045032/bin.freebsd70x86_64/p4) = 2716456 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4) = 648e9ebdd28fa5dfe5ffaa6d344385f49cc3e31641f10ba89a099d4aa199488e +SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4) = 2795160 From owner-svn-ports-all@freebsd.org Sun Jul 19 04:32:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2F4C9A5FBC; Sun, 19 Jul 2015 04:32:22 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A22801BFC; Sun, 19 Jul 2015 04:32:22 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J4WMd1059402; Sun, 19 Jul 2015 04:32:22 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J4WKVN059389; Sun, 19 Jul 2015 04:32:20 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201507190432.t6J4WKVN059389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Sun, 19 Jul 2015 04:32:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392484 - in branches/2015Q3/devel/p4d: . 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.20 Precedence: 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, 19 Jul 2015 04:32:22 -0000 Author: gordon Date: Sun Jul 19 04:32:19 2015 New Revision: 392484 URL: https://svnweb.freebsd.org/changeset/ports/392484 Log: MFH: r392477 Update devel/p4d to 2015.1/1045032 to fix broken fetch. Remove unneeded exec statements by moving them into the port stage or init script. PR: 198692 Differential Revision: https://reviews.freebsd.org/D3087 Approved by: mat (mentor) Approved by: ports-secteam (feld) Modified: branches/2015Q3/devel/p4d/Makefile branches/2015Q3/devel/p4d/distinfo.freebsd100x86 branches/2015Q3/devel/p4d/distinfo.freebsd100x86_64 branches/2015Q3/devel/p4d/distinfo.freebsd70x86 branches/2015Q3/devel/p4d/distinfo.freebsd70x86_64 branches/2015Q3/devel/p4d/files/p4d.in branches/2015Q3/devel/p4d/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/p4d/Makefile ============================================================================== --- branches/2015Q3/devel/p4d/Makefile Sun Jul 19 04:31:19 2015 (r392483) +++ branches/2015Q3/devel/p4d/Makefile Sun Jul 19 04:32:19 2015 (r392484) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2014.2.1045032 +PORTVERSION= 2015.1.1171507 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ @@ -15,12 +15,6 @@ COMMENT= Perforce server RUN_DEPENDS= p4:${PORTSDIR}/devel/p4 -ONLY_FOR_ARCHS= amd64 i386 - -P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} -DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} - RESTRICTED= Restricted distribution NO_BUILD= yes @@ -29,6 +23,8 @@ NO_WRKSUBDIR= yes P4ROOT?= /var/db/p4d P4LOG?= /var/log/p4d.log +PLIST_SUB= P4ROOT=${P4ROOT} + SUB_LIST= P4ROOT=${P4ROOT} \ P4LOG=${P4LOG} @@ -43,13 +39,6 @@ GROUPS= p4admin do-install: ${INSTALL_PROGRAM} ${_DISTDIR}/p4d ${STAGEDIR}${PREFIX}/sbin/ - @${MKDIR} ${STAGEDIR}${P4ROOT} - @${ECHO_CMD} "@exec ${MKDIR} ${P4ROOT}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHOWN} p4admin:p4admin ${P4ROOT}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHMOD} 750 ${P4ROOT}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${RMDIR} ${P4ROOT} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${P4LOG}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHOWN} p4admin:p4admin ${P4LOG}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHMOD} 640 ${P4LOG}" >> ${TMPPLIST} + ${MKDIR} ${STAGEDIR}${P4ROOT} .include Modified: branches/2015Q3/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- branches/2015Q3/devel/p4d/distinfo.freebsd100x86 Sun Jul 19 04:31:19 2015 (r392483) +++ branches/2015Q3/devel/p4d/distinfo.freebsd100x86 Sun Jul 19 04:32:19 2015 (r392484) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.1045032/bin.freebsd100x86/p4d) = 7be673ffd8099882476d6502e9155d37ed4d55168be6df9f8935b0afefb6d238 -SIZE (perforce/2014.2.1045032/bin.freebsd100x86/p4d) = 4715188 +SHA256 (perforce/2015.1.1171507/bin.freebsd100x86/p4d) = 3dcf9efa82e44d4f10579c53095672ad90db040360ef83ee825a2325183379be +SIZE (perforce/2015.1.1171507/bin.freebsd100x86/p4d) = 5218084 Modified: branches/2015Q3/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- branches/2015Q3/devel/p4d/distinfo.freebsd100x86_64 Sun Jul 19 04:31:19 2015 (r392483) +++ branches/2015Q3/devel/p4d/distinfo.freebsd100x86_64 Sun Jul 19 04:32:19 2015 (r392484) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.1045032/bin.freebsd100x86_64/p4d) = 0c2fcfd58a90ca84d008c011235a731421092503ce73eee9b31d666f6cfc299f -SIZE (perforce/2014.2.1045032/bin.freebsd100x86_64/p4d) = 4878976 +SHA256 (perforce/2015.1.1171507/bin.freebsd100x86_64/p4d) = 6282e55d869cb64398f1203624f58acdbfdedf04311bb960de52aed451f4c38b +SIZE (perforce/2015.1.1171507/bin.freebsd100x86_64/p4d) = 5368544 Modified: branches/2015Q3/devel/p4d/distinfo.freebsd70x86 ============================================================================== --- branches/2015Q3/devel/p4d/distinfo.freebsd70x86 Sun Jul 19 04:31:19 2015 (r392483) +++ branches/2015Q3/devel/p4d/distinfo.freebsd70x86 Sun Jul 19 04:32:19 2015 (r392484) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.1045032/bin.freebsd70x86/p4d) = 40d1cb49c1edbe7886e7b18feed1cfbefc7a594271fc6658a806b022f833e1b5 -SIZE (perforce/2014.2.1045032/bin.freebsd70x86/p4d) = 5071328 +SHA256 (perforce/2015.1.1171507/bin.freebsd70x86/p4d) = a9b127101a540ead5192d9ee15eaf8ce5422671dafe36ad1dc2bd01ae217f77a +SIZE (perforce/2015.1.1171507/bin.freebsd70x86/p4d) = 5583296 Modified: branches/2015Q3/devel/p4d/distinfo.freebsd70x86_64 ============================================================================== --- branches/2015Q3/devel/p4d/distinfo.freebsd70x86_64 Sun Jul 19 04:31:19 2015 (r392483) +++ branches/2015Q3/devel/p4d/distinfo.freebsd70x86_64 Sun Jul 19 04:32:19 2015 (r392484) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.1045032/bin.freebsd70x86_64/p4d) = cf918faed8cca2e02ccc342cf1cf4d7d3dd99b83c8d6b11020ad2033dd5e9c4b -SIZE (perforce/2014.2.1045032/bin.freebsd70x86_64/p4d) = 5243776 +SHA256 (perforce/2015.1.1171507/bin.freebsd70x86_64/p4d) = f2b05148753813c4241441861ed1c89f22810afb476d780081fffef9752820e7 +SIZE (perforce/2015.1.1171507/bin.freebsd70x86_64/p4d) = 5758976 Modified: branches/2015Q3/devel/p4d/files/p4d.in ============================================================================== --- branches/2015Q3/devel/p4d/files/p4d.in Sun Jul 19 04:31:19 2015 (r392483) +++ branches/2015Q3/devel/p4d/files/p4d.in Sun Jul 19 04:32:19 2015 (r392484) @@ -41,5 +41,13 @@ load_rc_config $name command="%%PREFIX%%/sbin/p4d" command_args="-r ${p4d_root} -p ${p4d_port} -v ${p4d_debug} -L ${p4d_log} -d ${p4d_args} > /dev/null 2>&1 &" p4d_user="p4admin" +start_precmd="p4d_prestart" + +p4d_prestart() +{ + if [ ! -f "${p4d_log}" ]; then + install -o p4admin -g p4admin -m 0640 /dev/null ${p4d_log} + fi +} run_rc_command "$1" Modified: branches/2015Q3/devel/p4d/pkg-plist ============================================================================== --- branches/2015Q3/devel/p4d/pkg-plist Sun Jul 19 04:31:19 2015 (r392483) +++ branches/2015Q3/devel/p4d/pkg-plist Sun Jul 19 04:32:19 2015 (r392484) @@ -1 +1,2 @@ sbin/p4d +@dir(p4admin,p4admin,0750) %%P4ROOT%% From owner-svn-ports-all@freebsd.org Sun Jul 19 04:33:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 717439A5FEC; Sun, 19 Jul 2015 04:33:28 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54F531CE7; Sun, 19 Jul 2015 04:33:28 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J4XSja059694; Sun, 19 Jul 2015 04:33:28 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J4XQQM059683; Sun, 19 Jul 2015 04:33:26 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201507190433.t6J4XQQM059683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Sun, 19 Jul 2015 04:33:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392485 - in branches/2015Q3/devel/p4ftpd: . 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.20 Precedence: 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, 19 Jul 2015 04:33:28 -0000 Author: gordon Date: Sun Jul 19 04:33:25 2015 New Revision: 392485 URL: https://svnweb.freebsd.org/changeset/ports/392485 Log: MFH: r392479 Update devel/p4ftpd to 2015..1/1024208 fixing broken distfile. Move unneeded execs from the plist into the init script. PR: 198692 Differential Revision: https://reviews.freebsd.org/D3089 Approved by: mat (mentor) Approved by: ports-secteam (feld) Modified: branches/2015Q3/devel/p4ftpd/Makefile branches/2015Q3/devel/p4ftpd/distinfo.freebsd100x86 branches/2015Q3/devel/p4ftpd/distinfo.freebsd100x86_64 branches/2015Q3/devel/p4ftpd/distinfo.freebsd70x86 branches/2015Q3/devel/p4ftpd/distinfo.freebsd70x86_64 branches/2015Q3/devel/p4ftpd/files/p4ftpd.in Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/p4ftpd/Makefile ============================================================================== --- branches/2015Q3/devel/p4ftpd/Makefile Sun Jul 19 04:32:19 2015 (r392484) +++ branches/2015Q3/devel/p4ftpd/Makefile Sun Jul 19 04:33:25 2015 (r392485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4ftpd -PORTVERSION= 2014.2.962050 +PORTVERSION= 2015.1.1024208 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ @@ -13,12 +13,6 @@ EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce server -ONLY_FOR_ARCHS= amd64 i386 - -P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} -DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} - RESTRICTED= Restricted distribution NO_BUILD= yes @@ -39,8 +33,5 @@ GROUPS= p4admin do-install: ${INSTALL_PROGRAM} ${_DISTDIR}/p4ftpd ${STAGEDIR}${PREFIX}/sbin/ - @${ECHO_CMD} "@exec ${TOUCH} ${P4LOG}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHOWN} p4admin:p4admin ${P4LOG}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHMOD} 640 ${P4LOG}" >> ${TMPPLIST} .include Modified: branches/2015Q3/devel/p4ftpd/distinfo.freebsd100x86 ============================================================================== --- branches/2015Q3/devel/p4ftpd/distinfo.freebsd100x86 Sun Jul 19 04:32:19 2015 (r392484) +++ branches/2015Q3/devel/p4ftpd/distinfo.freebsd100x86 Sun Jul 19 04:33:25 2015 (r392485) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.962050/bin.freebsd100x86/p4ftpd) = 7d17b0c3a178a823c2b441067f3a6916c22e8c86a5628dd82cb575b36b729afd -SIZE (perforce/2014.2.962050/bin.freebsd100x86/p4ftpd) = 2551480 +SHA256 (perforce/2015.1.1024208/bin.freebsd100x86/p4ftpd) = f9c63fafb8bf114286a778704c16a7a5b8d6b6fc5e8201a2f75218e416c7f067 +SIZE (perforce/2015.1.1024208/bin.freebsd100x86/p4ftpd) = 2596224 Modified: branches/2015Q3/devel/p4ftpd/distinfo.freebsd100x86_64 ============================================================================== --- branches/2015Q3/devel/p4ftpd/distinfo.freebsd100x86_64 Sun Jul 19 04:32:19 2015 (r392484) +++ branches/2015Q3/devel/p4ftpd/distinfo.freebsd100x86_64 Sun Jul 19 04:33:25 2015 (r392485) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.962050/bin.freebsd100x86_64/p4ftpd) = 11f2e5fcb17e21ec8bdba86a3e91dc99b55f55ab51ee230c603e1070b5b95969 -SIZE (perforce/2014.2.962050/bin.freebsd100x86_64/p4ftpd) = 2807824 +SHA256 (perforce/2015.1.1024208/bin.freebsd100x86_64/p4ftpd) = ef79956f0e17e26e16d1b7d486e6611263cce9fa64a733b7e6976f1dbc7cfc01 +SIZE (perforce/2015.1.1024208/bin.freebsd100x86_64/p4ftpd) = 2852272 Modified: branches/2015Q3/devel/p4ftpd/distinfo.freebsd70x86 ============================================================================== --- branches/2015Q3/devel/p4ftpd/distinfo.freebsd70x86 Sun Jul 19 04:32:19 2015 (r392484) +++ branches/2015Q3/devel/p4ftpd/distinfo.freebsd70x86 Sun Jul 19 04:33:25 2015 (r392485) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.962050/bin.freebsd70x86/p4ftpd) = 9565b6c695bbe3739ada7a1c84a8d7014121fbe952ed6f2bc146fa4762bdd21d -SIZE (perforce/2014.2.962050/bin.freebsd70x86/p4ftpd) = 2629832 +SHA256 (perforce/2015.1.1024208/bin.freebsd70x86/p4ftpd) = 4e13ffd9ecc6fa773917f3da73f85220e0e934d09d8fd8736b06645023cab264 +SIZE (perforce/2015.1.1024208/bin.freebsd70x86/p4ftpd) = 2671092 Modified: branches/2015Q3/devel/p4ftpd/distinfo.freebsd70x86_64 ============================================================================== --- branches/2015Q3/devel/p4ftpd/distinfo.freebsd70x86_64 Sun Jul 19 04:32:19 2015 (r392484) +++ branches/2015Q3/devel/p4ftpd/distinfo.freebsd70x86_64 Sun Jul 19 04:33:25 2015 (r392485) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.962050/bin.freebsd70x86_64/p4ftpd) = e68d416a3dbbd1e5c136542da9ca760e02f0aa86652d6ba97e75b92ae4219eaa -SIZE (perforce/2014.2.962050/bin.freebsd70x86_64/p4ftpd) = 2795112 +SHA256 (perforce/2015.1.1024208/bin.freebsd70x86_64/p4ftpd) = 6fa08dda4fad1e1c0ad5b5a5d267110c509ee240bb7c611433abb5ceb46056b7 +SIZE (perforce/2015.1.1024208/bin.freebsd70x86_64/p4ftpd) = 2840144 Modified: branches/2015Q3/devel/p4ftpd/files/p4ftpd.in ============================================================================== --- branches/2015Q3/devel/p4ftpd/files/p4ftpd.in Sun Jul 19 04:32:19 2015 (r392484) +++ branches/2015Q3/devel/p4ftpd/files/p4ftpd.in Sun Jul 19 04:33:25 2015 (r392485) @@ -40,5 +40,13 @@ load_rc_config $name command="%%PREFIX%%/sbin/p4ftpd" command_args="-l ${p4ftpd_listen} -p ${p4ftpd_port} -v ${p4ftpd_debug} -L ${p4ftpd_log} -d -u p4admin ${p4ftpd_args} > /dev/null 2>&1 &" +start_precmd="p4ftpd_prestart" + +p4ftpd_prestart() +{ + if [ ! -f "${p4ftpd_log}" ]; then + install -o p4admin -g p4admin -m 0640 /dev/null ${p4ftpd_log} + fi +} run_rc_command "$1" From owner-svn-ports-all@freebsd.org Sun Jul 19 04:34:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D82169A4019; Sun, 19 Jul 2015 04:34:36 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7C161DD9; Sun, 19 Jul 2015 04:34:36 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J4Yars059976; Sun, 19 Jul 2015 04:34:36 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J4YY7g059969; Sun, 19 Jul 2015 04:34:34 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201507190434.t6J4YY7g059969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Sun, 19 Jul 2015 04:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392486 - in branches/2015Q3/devel/p4p: . 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.20 Precedence: 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, 19 Jul 2015 04:34:37 -0000 Author: gordon Date: Sun Jul 19 04:34:33 2015 New Revision: 392486 URL: https://svnweb.freebsd.org/changeset/ports/392486 Log: MFH: r392480 Update devel/p4p to 2015.1/1126382 to fix the broken distfile. Move plist execs to the stage and init script. PR: 198692 Differential Revision: https://reviews.freebsd.org/D3092 Approved by: mat (mentor) Approved by: ports-secteam (feld) Modified: branches/2015Q3/devel/p4p/Makefile branches/2015Q3/devel/p4p/distinfo.freebsd100x86 branches/2015Q3/devel/p4p/distinfo.freebsd100x86_64 branches/2015Q3/devel/p4p/distinfo.freebsd70x86 branches/2015Q3/devel/p4p/distinfo.freebsd70x86_64 branches/2015Q3/devel/p4p/files/p4p.in branches/2015Q3/devel/p4p/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/p4p/Makefile ============================================================================== --- branches/2015Q3/devel/p4p/Makefile Sun Jul 19 04:33:25 2015 (r392485) +++ branches/2015Q3/devel/p4p/Makefile Sun Jul 19 04:34:33 2015 (r392486) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4p -PORTVERSION= 2014.2.962050 +PORTVERSION= 2015.1.1126382 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ @@ -15,12 +15,6 @@ COMMENT= Perforce server RUN_DEPENDS= p4:${PORTSDIR}/devel/p4 -ONLY_FOR_ARCHS= amd64 i386 - -P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} -DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} - RESTRICTED= Restricted distribution NO_BUILD= yes @@ -29,6 +23,8 @@ NO_WRKSUBDIR= yes P4CACHE?= /var/db/p4p P4LOG?= /var/log/p4p.log +PLIST_SUB= P4CACHE=${P4CACHE} + SUB_LIST= P4CACHE=${P4CACHE} \ P4LOG=${P4LOG} @@ -43,13 +39,6 @@ GROUPS= p4admin do-install: ${INSTALL_PROGRAM} ${_DISTDIR}/p4p ${STAGEDIR}${PREFIX}/sbin/ - @${MKDIR} ${STAGEDIR}${P4CACHE} - @${ECHO_CMD} "@exec ${MKDIR} ${P4CACHE}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHOWN} p4admin:p4admin ${P4CACHE}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHMOD} 750 ${P4CACHE}" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${RMDIR} ${P4CACHE} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${P4LOG}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHOWN} p4admin:p4admin ${P4LOG}" >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${CHMOD} 640 ${P4LOG}" >> ${TMPPLIST} + ${MKDIR} ${STAGEDIR}${P4CACHE} .include Modified: branches/2015Q3/devel/p4p/distinfo.freebsd100x86 ============================================================================== --- branches/2015Q3/devel/p4p/distinfo.freebsd100x86 Sun Jul 19 04:33:25 2015 (r392485) +++ branches/2015Q3/devel/p4p/distinfo.freebsd100x86 Sun Jul 19 04:34:33 2015 (r392486) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.962050/bin.freebsd100x86/p4p) = 555b1196824fd495bdf6a4524e77737fb679afa5b13d93386c1078d25bf77156 -SIZE (perforce/2014.2.962050/bin.freebsd100x86/p4p) = 2253172 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4p) = 4112a14b93630f3cf78f1e733e90c72f9560eaf1fbb8f240a8bf73dfe002dc4a +SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4p) = 2362740 Modified: branches/2015Q3/devel/p4p/distinfo.freebsd100x86_64 ============================================================================== --- branches/2015Q3/devel/p4p/distinfo.freebsd100x86_64 Sun Jul 19 04:33:25 2015 (r392485) +++ branches/2015Q3/devel/p4p/distinfo.freebsd100x86_64 Sun Jul 19 04:34:33 2015 (r392486) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.962050/bin.freebsd100x86_64/p4p) = eb6e988d05d6e7bd65ffb3fc9beaa6a0f05aaf132d18731bf8280fcbe5456127 -SIZE (perforce/2014.2.962050/bin.freebsd100x86_64/p4p) = 2520496 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4p) = 8fb5f91d99d7ef965d2879cbc934ba3bbb2ea296f137f27f3b0a323588baf1c5 +SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4p) = 2627408 Modified: branches/2015Q3/devel/p4p/distinfo.freebsd70x86 ============================================================================== --- branches/2015Q3/devel/p4p/distinfo.freebsd70x86 Sun Jul 19 04:33:25 2015 (r392485) +++ branches/2015Q3/devel/p4p/distinfo.freebsd70x86 Sun Jul 19 04:34:33 2015 (r392486) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.962050/bin.freebsd70x86/p4p) = 516f12eba6149dc2f50d2916086a64c474a031cc7d8c914c5d9717555b08f40a -SIZE (perforce/2014.2.962050/bin.freebsd70x86/p4p) = 2302392 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4p) = b987a0bfeef99e28eaf12db66e0bb930c28180c1d69c8a05caf8c0964779a8f8 +SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4p) = 2404000 Modified: branches/2015Q3/devel/p4p/distinfo.freebsd70x86_64 ============================================================================== --- branches/2015Q3/devel/p4p/distinfo.freebsd70x86_64 Sun Jul 19 04:33:25 2015 (r392485) +++ branches/2015Q3/devel/p4p/distinfo.freebsd70x86_64 Sun Jul 19 04:34:33 2015 (r392486) @@ -1,2 +1,2 @@ -SHA256 (perforce/2014.2.962050/bin.freebsd70x86_64/p4p) = 0cd62924f16c9dcbd075f72712675d69ce1aa0f91634851e05ac81919fe2ee23 -SIZE (perforce/2014.2.962050/bin.freebsd70x86_64/p4p) = 2497968 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4p) = 9609923de4f6c83e072c76448137e78e7721a50c03513b95bb2e8663ec26613f +SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4p) = 2601336 Modified: branches/2015Q3/devel/p4p/files/p4p.in ============================================================================== --- branches/2015Q3/devel/p4p/files/p4p.in Sun Jul 19 04:33:25 2015 (r392485) +++ branches/2015Q3/devel/p4p/files/p4p.in Sun Jul 19 04:34:33 2015 (r392486) @@ -44,5 +44,13 @@ load_rc_config $name command="%%PREFIX%%/sbin/p4p" command_args="-r ${p4p_cache} -p ${p4p_port} -t ${p4p_target} -v ${p4p_debug} -L ${p4p_log} -d ${p4p_args} > /dev/null 2>&1 &" p4p_user="p4admin" +start_precmd="p4p_prestart" + +p4p_prestart() +{ + if [ ! -f "${p4p_log}" ]; then + install -o p4admin -g p4admin -m 0640 /dev/null ${p4p_log} + fi +} run_rc_command "$1" Modified: branches/2015Q3/devel/p4p/pkg-plist ============================================================================== --- branches/2015Q3/devel/p4p/pkg-plist Sun Jul 19 04:33:25 2015 (r392485) +++ branches/2015Q3/devel/p4p/pkg-plist Sun Jul 19 04:34:33 2015 (r392486) @@ -1 +1,2 @@ sbin/p4p +@dir(p4admin,p4admin,0750) %%P4CACHE%% From owner-svn-ports-all@freebsd.org Sun Jul 19 07:42:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D74759A5EFA; Sun, 19 Jul 2015 07:42:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C80261D0F; Sun, 19 Jul 2015 07:42:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J7g26E035781; Sun, 19 Jul 2015 07:42:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J7g2uH035780; Sun, 19 Jul 2015 07:42:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507190742.t6J7g2uH035780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 19 Jul 2015 07:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392487 - head/devel/ponscripter-sekai X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 07:42:02 -0000 Author: jbeich Date: Sun Jul 19 07:42:01 2015 New Revision: 392487 URL: https://svnweb.freebsd.org/changeset/ports/392487 Log: devel/ponscripter-sekai: expose DOCS option Modified: head/devel/ponscripter-sekai/Makefile (contents, props changed) Modified: head/devel/ponscripter-sekai/Makefile ============================================================================== --- head/devel/ponscripter-sekai/Makefile Sun Jul 19 04:34:33 2015 (r392486) +++ head/devel/ponscripter-sekai/Makefile Sun Jul 19 07:42:01 2015 (r392487) @@ -3,6 +3,7 @@ PORTNAME= ponscripter-sekai PORTVERSION= 0.0.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel games MAINTAINER= jbeich@FreeBSD.org @@ -34,7 +35,7 @@ PORTDOCS= BUGS CHANGES MANUAL README TOD PLIST_FILES= bin/ponscr \ share/emacs/site-lisp/ponscripter-mode.el -OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto From owner-svn-ports-all@freebsd.org Sun Jul 19 07:42:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3A939A5F3B; Sun, 19 Jul 2015 07:42:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97E3F1DF9; Sun, 19 Jul 2015 07:42:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J7gOXA036007; Sun, 19 Jul 2015 07:42:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J7gMUh035998; Sun, 19 Jul 2015 07:42:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507190742.t6J7gMUh035998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 19 Jul 2015 07:42:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392488 - in head: devel/onscripter devel/ponscripter-sekai devel/renpy devel/rlvm emulators/ppsspp games/openra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 07:42:24 -0000 Author: jbeich Date: Sun Jul 19 07:42:21 2015 New Revision: 392488 URL: https://svnweb.freebsd.org/changeset/ports/392488 Log: Convert my ports to target option helpers Modified: head/devel/onscripter/Makefile (contents, props changed) head/devel/ponscripter-sekai/Makefile (contents, props changed) head/devel/renpy/Makefile (contents, props changed) head/devel/rlvm/Makefile (contents, props changed) head/emulators/ppsspp/Makefile (contents, props changed) head/games/openra/Makefile (contents, props changed) Modified: head/devel/onscripter/Makefile ============================================================================== --- head/devel/onscripter/Makefile Sun Jul 19 07:42:01 2015 (r392487) +++ head/devel/onscripter/Makefile Sun Jul 19 07:42:21 2015 (r392488) @@ -38,27 +38,25 @@ PDA_DESC= Fit window size to screen on s PDA_CFLAGS?= -DPDA_AUTOSIZE UTF8_CFLAGS?= -DUTF8_CAPTION -DUTF8_FILESYSTEM -.include - post-patch: -.if ! ${PORT_OPTIONS:MLUA} - @${REINPLACE_CMD} '/optional: lua/,/^$$/d' ${WRKSRC}/${MAKEFILE} -.endif @${REINPLACE_CMD} -e 's/$$(LIBS)/$$(LDFLAGS) &/' \ ${WRKSRC}/Makefile.onscripter @${REINPLACE_CMD} -e 's/luaL_checkint/(int)&eger/' \ ${WRKSRC}/LUAHandler.cpp +post-patch-LUA-off: + @${REINPLACE_CMD} '/optional: lua/,/^$$/d' ${WRKSRC}/${MAKEFILE} + .if !target(do-install) do-install: .for f in ${PLIST_FILES:T} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: (cd ${WRKSRC}/www && ${COPYTREE_SHARE} \ . ${STAGEDIR}${DOCSDIR} \ "! -name *.orig ! -name *.bak") -.endif .endif # do-install .include Modified: head/devel/ponscripter-sekai/Makefile ============================================================================== --- head/devel/ponscripter-sekai/Makefile Sun Jul 19 07:42:01 2015 (r392487) +++ head/devel/ponscripter-sekai/Makefile Sun Jul 19 07:42:21 2015 (r392488) @@ -45,34 +45,30 @@ MANPAGES_PLIST_FILES=\ man/man7/ponscr-syntax.7.gz \ man/man7/ponscripter.7.gz -.include - post-patch: @${REINPLACE_CMD} -e '/^ifdef DEBUG/,/^$$/d' \ -e 's/$$STRIPFLAG/${STRIP}/' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's/$$(LIBS)/$$(LDFLAGS) &/' \ ${WRKSRC}/src/Makefile.ponscripter -.if ! ${PORT_OPTIONS:MMANPAGES} + +post-patch-MANPAGES-off: @${REINPLACE_CMD} -i .manpages.bak \ -e '/install-man/d' \ -e 's/xmlto/${FALSE}/' \ ${WRKSRC}/configure -.endif -post-build: -.if ${PORT_OPTIONS:MMANPAGES} +post-build-MANPAGES-on: # Remove extraneous whitespace to unbreak manpage syntax ${REINPLACE_CMD} -e 's/^[[:space:]]*//; /^$$/d' \ ${WRKSRC}/doc/*.[0-9] -.endif post-install: ${INSTALL_DATA} ${WRKSRC}/misc/ponscripter-mode.el \ ${STAGEDIR}${PREFIX}/share/emacs/site-lisp -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) -.endif .include Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Sun Jul 19 07:42:01 2015 (r392487) +++ head/devel/renpy/Makefile Sun Jul 19 07:42:21 2015 (r392488) @@ -95,10 +95,10 @@ post-install: ! -name saves ! -name log.txt") ${CHMOD} +x ${STAGEDIR}${DATADIR}/renpy.py ${CHMOD} -R u+w ${STAGEDIR}${DATADIR}/templates -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \ . ${STAGEDIR}${DOCSDIR} \ "! -name *.orig ! -name *.bak") -.endif .include Modified: head/devel/rlvm/Makefile ============================================================================== --- head/devel/rlvm/Makefile Sun Jul 19 07:42:01 2015 (r392487) +++ head/devel/rlvm/Makefile Sun Jul 19 07:42:21 2015 (r392488) @@ -57,8 +57,6 @@ TEST_BUILD_DEPENDS=googletest>=1.7.0:${P luabind>0:${PORTSDIR}/devel/luabind TEST_EXTRA_PATCHES_OFF=${FILESDIR}/extra-patch-disable-test -.include - post-patch: @${GREP} -Flr 'utf8cpp/' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ -i .bak.utf8cpp -e 's,utf8cpp/,,' @@ -70,10 +68,8 @@ post-patch: -e 's,truetype/mona,TrueType,' \ -e 's,truetype/[^/"]*,TTF,' -pre-install: -.if ${PORT_OPTIONS:MTEST} +pre-install-TEST-on: (cd ${WRKSRC} && build/${PORTNAME}_unittests) -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} \ @@ -87,15 +83,15 @@ do-install: ${INSTALL_DATA} -v $$f \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/$${f%/*}x$${f%/*}/apps; \ done) -.if ${PORT_OPTIONS:MNLS} + +post-install-NLS-on: (cd ${WRKSRC}/build/locale && ${COPYTREE_SHARE} \ . ${STAGEDIR}${PREFIX}/share/locale) -.endif -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDOCS:Nnotes}" ${STAGEDIR}${DOCSDIR}) (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \ notes ${STAGEDIR}${DOCSDIR}) -.endif .include Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Sun Jul 19 07:42:01 2015 (r392487) +++ head/emulators/ppsspp/Makefile Sun Jul 19 07:42:21 2015 (r392488) @@ -70,7 +70,18 @@ post-patch: ${WRKSRC}/Qt/Settings.pri do-install: -.if ! ${PORT_OPTIONS:MQT*} +# XXX Vendor install is incomplete + ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop \ + ${STAGEDIR}${DESKTOPDIR} + ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1 + (cd ${WRKSRC}/assets/unix-icons && ${COPYTREE_SHARE} \ + "hicolor" ${STAGEDIR}${PREFIX}/share/icons) + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps + ${INSTALL_DATA} ${WRKSRC}/assets/unix-icons/icon-512.svg \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/${PORTNAME}.svg + +post-install-SDL-on: # cmake doesn't pack assets into the app unlike qmake # XXX Convert to ${PORTDATA:N${PORTNAME}} once fmake is EOL (cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} \ @@ -79,18 +90,9 @@ do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME:tu}* \ ${STAGEDIR}${DATADIR}/${PORTNAME} ${LN} -sf ${DATADIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -.else + +post-install-SDL-off: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin -.endif - ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop \ - ${STAGEDIR}${DESKTOPDIR} - ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 - (cd ${WRKSRC}/assets/unix-icons && ${COPYTREE_SHARE} \ - "hicolor" ${STAGEDIR}${PREFIX}/share/icons) - ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps - ${INSTALL_DATA} ${WRKSRC}/assets/unix-icons/icon-512.svg \ - ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/${PORTNAME}.svg .include Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Sun Jul 19 07:42:01 2015 (r392487) +++ head/games/openra/Makefile Sun Jul 19 07:42:21 2015 (r392488) @@ -71,8 +71,6 @@ ZENITY_RUN_DEPENDS=xdg-open:${PORTSDIR}/ zenity:${PORTSDIR}/x11/zenity ZENITY_DESC= Use native crash dialog -.include - post-extract: @${MKDIR} ${WRKSRC}/thirdparty/download @${CP} -v ${DISTFILES:C/:.*//:N*.tar*:N*.zip:S,^,${_DISTDIR}/,} \ @@ -102,19 +100,15 @@ post-patch: ${REINPLACE_CMD} -e 's/"BSD"/"${OPSYS}"/' \ ${WRKSRC}/OpenRA.Game/Platform.cs -post-build: -.if ${PORT_OPTIONS:MDOCS} +post-build-DOCS-on: @${ECHO_MSG} Generating HTML documentation... @for f in ${WRKSRC}/*.md; do \ ${ECHO_MSG} markdown $$f -\> $${f%.md}.html; \ markdown $$f >$${f%.md}.html; \ done -.endif -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) -.endif .include From owner-svn-ports-all@freebsd.org Sun Jul 19 08:28:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88E319A589F; Sun, 19 Jul 2015 08:28:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71943CFF; Sun, 19 Jul 2015 08:28:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J8S1I2052222; Sun, 19 Jul 2015 08:28:01 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J8S0CN052220; Sun, 19 Jul 2015 08:28:00 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507190828.t6J8S0CN052220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 19 Jul 2015 08:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392489 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 08:28:01 -0000 Author: pi Date: Sun Jul 19 08:27:59 2015 New Revision: 392489 URL: https://svnweb.freebsd.org/changeset/ports/392489 Log: databases/cego: 2.23.9 -> 2.23.10 - Fix in CegoSelect::nextGroupedTuple. For the 'grouping key' values, a local copy of CegoFieldValue has to be created. Otherwise, grouping references might be invalidated, which result in aborted grouping queries with strange error message ( No token available ) on client side. For local copy creation, the CegoFieldValue::getLocalCopy method has been modified ( was not used until now ). This effect was observed with small buffer poolsizes in combination with grouping queries on large tables. The probability of grouping key invalidation is higher in that case, because buffer pool pages are reloaded more often. Submitted by: Björn Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Jul 19 07:42:21 2015 (r392488) +++ head/databases/cego/Makefile Sun Jul 19 08:27:59 2015 (r392489) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.23.9 -PORTREVISION= 1 +PORTVERSION= 2.23.10 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Jul 19 07:42:21 2015 (r392488) +++ head/databases/cego/distinfo Sun Jul 19 08:27:59 2015 (r392489) @@ -1,2 +1,2 @@ -SHA256 (cego-2.23.9.tar.gz) = 99e045faac72bf9a3d84219865d6658e2eeb7d136c0cf37261fb10cce3fe208b -SIZE (cego-2.23.9.tar.gz) = 1085164 +SHA256 (cego-2.23.10.tar.gz) = ceb60cf96031206137b2ea43c100fa82404b298d4c9eb45d4284673a2ba103b1 +SIZE (cego-2.23.10.tar.gz) = 1085238 From owner-svn-ports-all@freebsd.org Sun Jul 19 09:06:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FEEC99919A; Sun, 19 Jul 2015 09:06:50 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EEE71E26; Sun, 19 Jul 2015 09:06:50 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J96ovT068776; Sun, 19 Jul 2015 09:06:50 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J96lYC068769; Sun, 19 Jul 2015 09:06:47 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201507190906.t6J96lYC068769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Sun, 19 Jul 2015 09:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392490 - in head/audio/tomahawk: . 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.20 Precedence: 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, 19 Jul 2015 09:06:50 -0000 Author: arved Date: Sun Jul 19 09:06:47 2015 New Revision: 392490 URL: https://svnweb.freebsd.org/changeset/ports/392490 Log: Update to 0.8.4 Based on patch from: nivit Added: head/audio/tomahawk/files/patch-src_libtomahawk_utils_TomahawkUtils.cpp (contents, props changed) head/audio/tomahawk/pkg-message (contents, props changed) Deleted: head/audio/tomahawk/files/patch-CMakeModules__FindCLucene.cmake head/audio/tomahawk/files/patch-src__main.cpp Modified: head/audio/tomahawk/Makefile head/audio/tomahawk/distinfo head/audio/tomahawk/files/patch-src__libtomahawk__sip__PeerInfo.cpp head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h head/audio/tomahawk/pkg-plist Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Sun Jul 19 08:27:59 2015 (r392489) +++ head/audio/tomahawk/Makefile Sun Jul 19 09:06:47 2015 (r392490) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tomahawk -PORTVERSION= 0.7.0 -PORTREVISION= 4 +PORTVERSION= 0.8.4 CATEGORIES= audio MAINTAINER= arved@FreeBSD.org @@ -11,62 +10,45 @@ COMMENT= Multi-source, social, and smart LICENSE= GPLv3 +BUILD_DEPENDS= google-sparsehash>=2.0.2:${PORTSDIR}/devel/google-sparsehash \ + websocketpp>=0.4.0:${PORTSDIR}/devel/websocketpp +RUN_DEPENDS= phonon-vlc>=0.6.1:${PORTSDIR}/multimedia/phonon-vlc LIB_DEPENDS= libattica.so:${PORTSDIR}/x11-toolkits/attica \ - libclucene-core.so:${PORTSDIR}/textproc/clucene \ + liblucene++.so:${PORTSDIR}/textproc/luceneplusplus \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libechonest.so:${PORTSDIR}/audio/libechonest \ + libgnutls.so:${PORTSDIR}/security/gnutls \ libjreen.so:${PORTSDIR}/net-im/libjreen \ liblastfm.so:${PORTSDIR}/audio/liblastfm \ libqca.so:${PORTSDIR}/devel/qca \ libqjson.so:${PORTSDIR}/devel/qjson \ + libqtkeychain.so:${PORTSDIR}/security/qtkeychain \ libquazip.so:${PORTSDIR}/archivers/quazip \ libtag.so:${PORTSDIR}/audio/taglib -CMAKE_ARGS+= -DWITH_BREAKPAD:BOOL="OFF" \ - -DCLUCENE_CONFIG_PATH:PATH="${LOCALBASE}/share/clucene" -CXXFLAGS+= -Wno-cast-align +CMAKE_ARGS= -DBUILD_RELEASE="ON" +CXXFLAGS+= -Wno-cast-align -I${LOCALBASE}/include GH_ACCOUNT= tomahawk-player +TELEPATHY_LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 +TELEPATHY_DESC= Configure Telepathy Settings +TELEPATHY_USE_KDE4= kdelibs automoc4 + INSTALLS_ICONS= yes -OPTIONS_DEFINE= QTWEETLIB -OPTIONS_DEFAULT= GSTREAMER QTWEETLIB -OPTIONS_RADIO= PHONON -OPTIONS_RADIO_PHONON= GSTREAMER VLC XINE +OPTIONS_DEFAULT= +OPTIONS_DEFINE= TELEPATHY OPTIONS_SUB= yes -QTWEETLIB_DESC= Enable Twitter SIP plugin -VLC_DESC= Multimedia support for VLC PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,} \ PORTVERSION=${PORTVERSION} -USES= cmake pkgconfig desktop-file-utils +USES= cmake desktop-file-utils pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes - USE_QT4= dbus designer gui linguist_build moc_build \ network phonon qmake_build qtestlib rcc_build \ sql-sqlite2 svg uic_build xml -.include - -.if ${PORT_OPTIONS:MQTWEETLIB} -LIB_DEPENDS+= libQTweetLib.so:${PORTSDIR}/net/qtweetlib -.else -CMAKE_ARGS+= -DWITH_QTweetLib:BOOL="OFF" -.endif - -.if ${PORT_OPTIONS:MGSTREAMER} -RUN_DEPENDS+= phonon-gstreamer>=4.6.3:${PORTSDIR}/multimedia/phonon-gstreamer -.endif - -.if ${PORT_OPTIONS:MVLC} -RUN_DEPENDS+= phonon-vlc>=0.6.1:${PORTSDIR}/multimedia/phonon-vlc -.endif - -.if ${PORT_OPTIONS:MXINE} -RUN_DEPENDS+= phonon-xine>=4.4.4_5:${PORTSDIR}/multimedia/phonon-xine -.endif - .include Modified: head/audio/tomahawk/distinfo ============================================================================== --- head/audio/tomahawk/distinfo Sun Jul 19 08:27:59 2015 (r392489) +++ head/audio/tomahawk/distinfo Sun Jul 19 09:06:47 2015 (r392490) @@ -1,2 +1,2 @@ -SHA256 (tomahawk-player-tomahawk-0.7.0_GH0.tar.gz) = 5bc9f10537c03e2f79cca5afab71dd76617ed9c0b4bd9a2025424c94bfc37d61 -SIZE (tomahawk-player-tomahawk-0.7.0_GH0.tar.gz) = 6519964 +SHA256 (tomahawk-player-tomahawk-0.8.4_GH0.tar.gz) = c61089cda8af780015cf3c7c9d0d2a704fb7ee756c228ab3fd7808f264756236 +SIZE (tomahawk-player-tomahawk-0.8.4_GH0.tar.gz) = 9699629 Modified: head/audio/tomahawk/files/patch-src__libtomahawk__sip__PeerInfo.cpp ============================================================================== --- head/audio/tomahawk/files/patch-src__libtomahawk__sip__PeerInfo.cpp Sun Jul 19 08:27:59 2015 (r392489) +++ head/audio/tomahawk/files/patch-src__libtomahawk__sip__PeerInfo.cpp Sun Jul 19 09:06:47 2015 (r392490) @@ -1,7 +1,7 @@ ---- ./src/libtomahawk/sip/PeerInfo.cpp.orig 2013-06-28 17:01:55.000000000 +0200 -+++ ./src/libtomahawk/sip/PeerInfo.cpp 2013-06-28 17:02:45.000000000 +0200 -@@ -312,7 +312,7 @@ - m_fancyAvatar = 0; +--- src/libtomahawk/sip/PeerInfo.cpp.orig 2014-11-20 00:17:56 UTC ++++ src/libtomahawk/sip/PeerInfo.cpp +@@ -333,7 +333,7 @@ PeerInfo::setAvatar( const QPixmap& avat + d->fancyAvatar.reset(); Q_ASSERT( !contactId().isEmpty() ); - TomahawkUtils::Cache::instance()->putData( "Sources", 7776000000 /* 90 days */, contactId(), ba ); Modified: head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h ============================================================================== --- head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h Sun Jul 19 08:27:59 2015 (r392489) +++ head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h Sun Jul 19 09:06:47 2015 (r392490) @@ -1,6 +1,6 @@ ---- src/libtomahawk/utils/Closure.h.orig 2014-08-15 16:48:25.000000000 +0200 -+++ src/libtomahawk/utils/Closure.h 2014-08-15 16:49:47.000000000 +0200 -@@ -30,6 +30,10 @@ +--- src/libtomahawk/utils/Closure.h.orig 2014-11-20 00:17:56 UTC ++++ src/libtomahawk/utils/Closure.h +@@ -40,6 +40,10 @@ using std::tr1::function; #include #include Added: head/audio/tomahawk/files/patch-src_libtomahawk_utils_TomahawkUtils.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/tomahawk/files/patch-src_libtomahawk_utils_TomahawkUtils.cpp Sun Jul 19 09:06:47 2015 (r392490) @@ -0,0 +1,20 @@ +--- src/libtomahawk/utils/TomahawkUtils.cpp.orig 2014-11-20 00:17:56 UTC ++++ src/libtomahawk/utils/TomahawkUtils.cpp +@@ -19,6 +19,8 @@ + * along with Tomahawk. If not, see . + */ + ++#include ++ + #include "utils/TomahawkUtils.h" + + #include "config.h" +@@ -183,7 +185,7 @@ appDataDir() + } + #elif defined(Q_OS_MAC) + path = appSupportFolderPath(); +- #elif defined(Q_OS_LINUX) ++ #elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + path = QDir::home().filePath( ".local/share" ); + #else + path = QCoreApplication::applicationDirPath(); Added: head/audio/tomahawk/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/tomahawk/pkg-message Sun Jul 19 09:06:47 2015 (r392490) @@ -0,0 +1,2 @@ +ATTENTION! +Tomahawk currently does not work if multimedia/phonon-gstreamer is installed. Modified: head/audio/tomahawk/pkg-plist ============================================================================== --- head/audio/tomahawk/pkg-plist Sun Jul 19 08:27:59 2015 (r392489) +++ head/audio/tomahawk/pkg-plist Sun Jul 19 09:06:47 2015 (r392490) @@ -1,8 +1,8 @@ -bin/tomahawk -include/libtomahawk/AclRegistry.h +%%QT_BINDIR%%/tomahawk include/libtomahawk/ActionCollection.h include/libtomahawk/Album.h include/libtomahawk/AlbumPlaylistInterface.h +include/libtomahawk/Album_p.h include/libtomahawk/Artist.h include/libtomahawk/ArtistPlaylistInterface.h include/libtomahawk/AtticaManager.h @@ -17,21 +17,35 @@ include/libtomahawk/HeadlessCheck.h include/libtomahawk/LatchManager.h include/libtomahawk/MetaPlaylistInterface.h include/libtomahawk/Pipeline.h +include/libtomahawk/Pipeline_p.h +include/libtomahawk/PlaybackLog.h include/libtomahawk/Playlist.h +include/libtomahawk/PlaylistEntry.h +include/libtomahawk/PlaylistEntry_p.h include/libtomahawk/PlaylistInterface.h include/libtomahawk/PlaylistPlaylistInterface.h +include/libtomahawk/Playlist_p.h include/libtomahawk/Query.h +include/libtomahawk/Query_p.h include/libtomahawk/Result.h +include/libtomahawk/SocialAction.h include/libtomahawk/Source.h include/libtomahawk/SourceList.h include/libtomahawk/SourcePlaylistInterface.h +include/libtomahawk/Source_p.h include/libtomahawk/TomahawkPlugin.h include/libtomahawk/TomahawkSettings.h -include/libtomahawk/TomahawkSettingsGui.h include/libtomahawk/TomahawkVersion.h +include/libtomahawk/Track.h +include/libtomahawk/TrackData.h +include/libtomahawk/Track_p.h include/libtomahawk/Typedefs.h +include/libtomahawk/UrlHandler.h +include/libtomahawk/UrlHandler_p.h include/libtomahawk/ViewManager.h include/libtomahawk/ViewPage.h +include/libtomahawk/ViewPageLazyLoader.h +include/libtomahawk/ViewPagePlugin.h include/libtomahawk/accounts/Account.h include/libtomahawk/accounts/AccountConfigWidget.h include/libtomahawk/accounts/AccountDelegate.h @@ -42,7 +56,11 @@ include/libtomahawk/accounts/AccountMana include/libtomahawk/accounts/AccountModel.h include/libtomahawk/accounts/AccountModelFilterProxy.h include/libtomahawk/accounts/AccountModelNode.h +include/libtomahawk/accounts/ConfigStorage.h +include/libtomahawk/accounts/ConfigStorageDllMacro.h +include/libtomahawk/accounts/CredentialsManager.h include/libtomahawk/accounts/DelegateConfigWrapper.h +include/libtomahawk/accounts/LocalConfigStorage.h include/libtomahawk/accounts/ResolverAccount.h include/libtomahawk/accounts/lastfm/LastFmAccount.h include/libtomahawk/accounts/lastfm/LastFmConfig.h @@ -52,13 +70,12 @@ include/libtomahawk/accounts/spotify/Spo include/libtomahawk/accounts/spotify/SpotifyInfoPlugin.h include/libtomahawk/accounts/spotify/SpotifyPlaylistUpdater.h include/libtomahawk/audio/AudioEngine.h +include/libtomahawk/audio/AudioEngine_p.h +include/libtomahawk/collection/AlbumsRequest.h +include/libtomahawk/collection/ArtistsRequest.h +include/libtomahawk/collection/Collection.h +include/libtomahawk/collection/TracksRequest.h include/libtomahawk/config.h -include/libtomahawk/context/ContextPage.h -include/libtomahawk/context/ContextWidget.h -include/libtomahawk/context/pages/RelatedArtistsContext.h -include/libtomahawk/context/pages/TopTracksContext.h -include/libtomahawk/context/pages/WebContext.h -include/libtomahawk/context/pages/WikipediaContext.h include/libtomahawk/database/Database.h include/libtomahawk/database/DatabaseCollection.h include/libtomahawk/database/DatabaseCommand.h @@ -69,6 +86,9 @@ include/libtomahawk/database/DatabaseCom include/libtomahawk/database/DatabaseCommand_AllAlbums.h include/libtomahawk/database/DatabaseCommand_AllArtists.h include/libtomahawk/database/DatabaseCommand_AllTracks.h +include/libtomahawk/database/DatabaseCommand_ArtistStats.h +include/libtomahawk/database/DatabaseCommand_CalculatePlaytime.h +include/libtomahawk/database/DatabaseCommand_CalculatePlaytime_p.h include/libtomahawk/database/DatabaseCommand_ClientAuthValid.h include/libtomahawk/database/DatabaseCommand_CollectionAttributes.h include/libtomahawk/database/DatabaseCommand_CollectionStats.h @@ -76,24 +96,31 @@ include/libtomahawk/database/DatabaseCom include/libtomahawk/database/DatabaseCommand_CreatePlaylist.h include/libtomahawk/database/DatabaseCommand_DeleteDynamicPlaylist.h include/libtomahawk/database/DatabaseCommand_DeleteFiles.h +include/libtomahawk/database/DatabaseCommand_DeleteInboxEntry.h include/libtomahawk/database/DatabaseCommand_DeletePlaylist.h include/libtomahawk/database/DatabaseCommand_DirMtimes.h include/libtomahawk/database/DatabaseCommand_FileMTimes.h +include/libtomahawk/database/DatabaseCommand_ForceResync.h include/libtomahawk/database/DatabaseCommand_GenericSelect.h include/libtomahawk/database/DatabaseCommand_ImportPlaylist.h include/libtomahawk/database/DatabaseCommand_LoadAllAutoPlaylists.h include/libtomahawk/database/DatabaseCommand_LoadAllPlaylists.h +include/libtomahawk/database/DatabaseCommand_LoadAllPlaylists_p.h include/libtomahawk/database/DatabaseCommand_LoadAllSortedPlaylists.h include/libtomahawk/database/DatabaseCommand_LoadAllSources.h include/libtomahawk/database/DatabaseCommand_LoadAllStations.h include/libtomahawk/database/DatabaseCommand_LoadDynamicPlaylist.h include/libtomahawk/database/DatabaseCommand_LoadDynamicPlaylistEntries.h include/libtomahawk/database/DatabaseCommand_LoadFiles.h +include/libtomahawk/database/DatabaseCommand_LoadInboxEntries.h include/libtomahawk/database/DatabaseCommand_LoadOps.h include/libtomahawk/database/DatabaseCommand_LoadPlaylistEntries.h include/libtomahawk/database/DatabaseCommand_LoadSocialActions.h +include/libtomahawk/database/DatabaseCommand_LoadTrackAttributes.h include/libtomahawk/database/DatabaseCommand_LogPlayback.h +include/libtomahawk/database/DatabaseCommand_ModifyInboxEntry.h include/libtomahawk/database/DatabaseCommand_ModifyPlaylist.h +include/libtomahawk/database/DatabaseCommand_NetworkCharts.h include/libtomahawk/database/DatabaseCommand_PlaybackCharts.h include/libtomahawk/database/DatabaseCommand_PlaybackHistory.h include/libtomahawk/database/DatabaseCommand_RenamePlaylist.h @@ -102,15 +129,20 @@ include/libtomahawk/database/DatabaseCom include/libtomahawk/database/DatabaseCommand_SetDynamicPlaylistRevision.h include/libtomahawk/database/DatabaseCommand_SetPlaylistRevision.h include/libtomahawk/database/DatabaseCommand_SetTrackAttributes.h +include/libtomahawk/database/DatabaseCommand_ShareTrack.h include/libtomahawk/database/DatabaseCommand_SocialAction.h include/libtomahawk/database/DatabaseCommand_SourceOffline.h include/libtomahawk/database/DatabaseCommand_TrackAttributes.h include/libtomahawk/database/DatabaseCommand_TrackStats.h +include/libtomahawk/database/DatabaseCommand_TrendingArtists.h +include/libtomahawk/database/DatabaseCommand_TrendingArtists_p.h +include/libtomahawk/database/DatabaseCommand_TrendingTracks.h +include/libtomahawk/database/DatabaseCommand_TrendingTracks_p.h include/libtomahawk/database/DatabaseCommand_UpdateSearchIndex.h +include/libtomahawk/database/DatabaseCommand_p.h include/libtomahawk/database/DatabaseImpl.h include/libtomahawk/database/DatabaseResolver.h include/libtomahawk/database/DatabaseWorker.h -include/libtomahawk/database/FuzzyIndex.h include/libtomahawk/database/IdThreadWorker.h include/libtomahawk/database/LocalCollection.h include/libtomahawk/database/Op.h @@ -126,12 +158,12 @@ include/libtomahawk/filemetadata/taghand include/libtomahawk/filemetadata/taghandlers/mp4tag.h include/libtomahawk/filemetadata/taghandlers/oggtag.h include/libtomahawk/filemetadata/taghandlers/tag.h -include/libtomahawk/infobar/InfoBar.h include/libtomahawk/infosystem/InfoSystem.h include/libtomahawk/infosystem/InfoSystemCache.h include/libtomahawk/infosystem/InfoSystemWorker.h include/libtomahawk/jobview/AclJobItem.h include/libtomahawk/jobview/ErrorStatusMessage.h +include/libtomahawk/jobview/InboxJobItem.h include/libtomahawk/jobview/IndexingJobItem.h include/libtomahawk/jobview/JobStatusDelegate.h include/libtomahawk/jobview/JobStatusItem.h @@ -139,52 +171,75 @@ include/libtomahawk/jobview/JobStatusMod include/libtomahawk/jobview/JobStatusView.h include/libtomahawk/jobview/LatchedStatusItem.h include/libtomahawk/jobview/PipelineStatusItem.h +include/libtomahawk/jobview/ScannerStatusItem.h include/libtomahawk/jobview/TransferStatusItem.h include/libtomahawk/network/BufferIoDevice.h +include/libtomahawk/network/BufferIoDevice_p.h include/libtomahawk/network/Connection.h +include/libtomahawk/network/ConnectionManager.h +include/libtomahawk/network/ConnectionManager_p.h +include/libtomahawk/network/Connection_p.h include/libtomahawk/network/ControlConnection.h +include/libtomahawk/network/ControlConnection_p.h +include/libtomahawk/network/DBSyncConnectionState.h include/libtomahawk/network/DbSyncConnection.h +include/libtomahawk/network/Enums.h include/libtomahawk/network/Msg.h include/libtomahawk/network/MsgProcessor.h +include/libtomahawk/network/Msg_p.h include/libtomahawk/network/PortFwdThread.h +include/libtomahawk/network/QTcpSocketExtra.h include/libtomahawk/network/RemoteCollection.h include/libtomahawk/network/Servent.h +include/libtomahawk/network/Servent_p.h include/libtomahawk/network/StreamConnection.h -include/libtomahawk/playlist/AlbumItemDelegate.h include/libtomahawk/playlist/AlbumModel.h -include/libtomahawk/playlist/FlexibleHeader.h -include/libtomahawk/playlist/FlexibleView.h +include/libtomahawk/playlist/ColumnItemDelegate.h +include/libtomahawk/playlist/ColumnView.h +include/libtomahawk/playlist/ColumnViewPreviewWidget.h +include/libtomahawk/playlist/ContextView.h include/libtomahawk/playlist/GridItemDelegate.h include/libtomahawk/playlist/GridView.h +include/libtomahawk/playlist/InboxModel.h +include/libtomahawk/playlist/InboxView.h include/libtomahawk/playlist/LovedTracksModel.h +include/libtomahawk/playlist/LovedTracksModel_p.h include/libtomahawk/playlist/PlayableItem.h include/libtomahawk/playlist/PlayableModel.h +include/libtomahawk/playlist/PlayableModel_p.h include/libtomahawk/playlist/PlayableProxyModel.h include/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.h -include/libtomahawk/playlist/PlaylistChartItemDelegate.h include/libtomahawk/playlist/PlaylistItemDelegate.h -include/libtomahawk/playlist/PlaylistLargeItemDelegate.h include/libtomahawk/playlist/PlaylistModel.h +include/libtomahawk/playlist/PlaylistModel_p.h +include/libtomahawk/playlist/PlaylistTemplate.h +include/libtomahawk/playlist/PlaylistTemplate_p.h include/libtomahawk/playlist/PlaylistUpdaterInterface.h -include/libtomahawk/playlist/PlaylistView.h include/libtomahawk/playlist/QueueProxyModel.h include/libtomahawk/playlist/QueueView.h include/libtomahawk/playlist/RecentlyAddedModel.h +include/libtomahawk/playlist/RecentlyLovedTracksModel.h +include/libtomahawk/playlist/RecentlyLovedTracksModel_p.h include/libtomahawk/playlist/RecentlyPlayedModel.h +include/libtomahawk/playlist/RevisionQueueItem.h include/libtomahawk/playlist/SingleTrackPlaylistInterface.h +include/libtomahawk/playlist/TopLovedTracksModel.h +include/libtomahawk/playlist/TopLovedTracksModel_p.h +include/libtomahawk/playlist/TrackDetailView.h +include/libtomahawk/playlist/TrackItemDelegate.h include/libtomahawk/playlist/TrackView.h -include/libtomahawk/playlist/TreeItemDelegate.h include/libtomahawk/playlist/TreeModel.h include/libtomahawk/playlist/TreeProxyModel.h include/libtomahawk/playlist/TreeProxyModelPlaylistInterface.h -include/libtomahawk/playlist/TreeView.h -include/libtomahawk/playlist/TreeWidget.h include/libtomahawk/playlist/ViewHeader.h +include/libtomahawk/playlist/XspfPlaylistTemplate.h +include/libtomahawk/playlist/XspfPlaylistTemplate_p.h include/libtomahawk/playlist/XspfUpdater.h include/libtomahawk/playlist/dynamic/DynamicControl.h include/libtomahawk/playlist/dynamic/DynamicModel.h include/libtomahawk/playlist/dynamic/DynamicPlaylist.h include/libtomahawk/playlist/dynamic/DynamicPlaylistRevision.h +include/libtomahawk/playlist/dynamic/DynamicPlaylist_p.h include/libtomahawk/playlist/dynamic/DynamicView.h include/libtomahawk/playlist/dynamic/GeneratorFactory.h include/libtomahawk/playlist/dynamic/GeneratorInterface.h @@ -202,7 +257,9 @@ include/libtomahawk/playlist/dynamic/wid include/libtomahawk/playlist/dynamic/widgets/ReadOrWriteWidget.h include/libtomahawk/resolvers/ExternalResolver.h include/libtomahawk/resolvers/ExternalResolverGui.h -include/libtomahawk/resolvers/QtScriptResolver.h +include/libtomahawk/resolvers/JSResolver.h +include/libtomahawk/resolvers/JSResolverHelper.h +include/libtomahawk/resolvers/JSResolver_p.h include/libtomahawk/resolvers/Resolver.h include/libtomahawk/resolvers/ScriptCollection.h include/libtomahawk/resolvers/ScriptCommand.h @@ -210,103 +267,121 @@ include/libtomahawk/resolvers/ScriptComm include/libtomahawk/resolvers/ScriptCommand_AllAlbums.h include/libtomahawk/resolvers/ScriptCommand_AllArtists.h include/libtomahawk/resolvers/ScriptCommand_AllTracks.h +include/libtomahawk/resolvers/ScriptCommand_LookupUrl.h +include/libtomahawk/resolvers/ScriptCommand_LookupUrl_p.h +include/libtomahawk/resolvers/ScriptEngine.h include/libtomahawk/resolvers/ScriptResolver.h include/libtomahawk/sip/PeerInfo.h +include/libtomahawk/sip/PeerInfo_p.h include/libtomahawk/sip/SipInfo.h include/libtomahawk/sip/SipPlugin.h include/libtomahawk/sip/SipStatusMessage.h +include/libtomahawk/sip/SipStatusMessage_p.h include/libtomahawk/thirdparty/Qocoa/qbutton.h include/libtomahawk/thirdparty/Qocoa/qocoa_mac.h include/libtomahawk/thirdparty/Qocoa/qsearchfield.h include/libtomahawk/thirdparty/Qocoa/qtoolbartabdialog.h -include/libtomahawk/thirdparty/kdsingleapplicationguard/kdlockedsharedmemorypointer.h -include/libtomahawk/thirdparty/kdsingleapplicationguard/kdsharedmemorylocker.h -include/libtomahawk/thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h -include/libtomahawk/thirdparty/kdsingleapplicationguard/kdtoolsglobal.h -include/libtomahawk/thirdparty/kdsingleapplicationguard/pimpl_ptr.h include/libtomahawk/utils/AnimatedSpinner.h include/libtomahawk/utils/BinaryExtractWorker.h include/libtomahawk/utils/BinaryInstallerHelper.h include/libtomahawk/utils/Closure.h +include/libtomahawk/utils/Cloudstream.h +include/libtomahawk/utils/DpiScaler.h include/libtomahawk/utils/DropJobNotifier.h -include/libtomahawk/utils/ExfmParser.h include/libtomahawk/utils/GroovesharkParser.h include/libtomahawk/utils/GuiHelpers.h include/libtomahawk/utils/ImageRegistry.h +include/libtomahawk/utils/ItunesLoader.h include/libtomahawk/utils/ItunesParser.h +include/libtomahawk/utils/Json.h include/libtomahawk/utils/JspfLoader.h include/libtomahawk/utils/Logger.h include/libtomahawk/utils/M3uLoader.h +include/libtomahawk/utils/NetworkAccessManager.h +include/libtomahawk/utils/NetworkProxyFactory.h include/libtomahawk/utils/NetworkReply.h include/libtomahawk/utils/PixmapDelegateFader.h +include/libtomahawk/utils/PluginLoader.h +include/libtomahawk/utils/PluginLoader_p.h include/libtomahawk/utils/ProxyStyle.h include/libtomahawk/utils/Qnr_IoDeviceStream.h -include/libtomahawk/utils/RdioParser.h +include/libtomahawk/utils/ResultUrlChecker.h include/libtomahawk/utils/SharedTimeLine.h +include/libtomahawk/utils/ShortLinkHelper.h +include/libtomahawk/utils/ShortLinkHelper_p.h include/libtomahawk/utils/ShortenedLinkParser.h include/libtomahawk/utils/SmartPointerList.h -include/libtomahawk/utils/SoundcloudParser.h include/libtomahawk/utils/SpotifyParser.h -include/libtomahawk/utils/StyleHelper.h include/libtomahawk/utils/TomahawkCache.h +include/libtomahawk/utils/TomahawkStyle.h include/libtomahawk/utils/TomahawkUtils.h include/libtomahawk/utils/TomahawkUtilsGui.h include/libtomahawk/utils/TomahawkUtils_Mac.h -include/libtomahawk/utils/WebResultHintChecker.h +include/libtomahawk/utils/WeakObjectHash.h +include/libtomahawk/utils/WeakObjectList.h include/libtomahawk/utils/WidgetDragFilter.h include/libtomahawk/utils/XspfGenerator.h include/libtomahawk/utils/XspfLoader.h -include/libtomahawk/widgets/AnimatedCounterLabel.h +include/libtomahawk/viewpages/AlbumViewPage.h +include/libtomahawk/viewpages/ArtistViewPage.h +include/libtomahawk/viewpages/CollectionViewPage.h +include/libtomahawk/viewpages/PlaylistViewPage.h +include/libtomahawk/viewpages/SearchViewPage.h +include/libtomahawk/viewpages/SourceViewPage.h +include/libtomahawk/viewpages/TrackViewPage.h include/libtomahawk/widgets/AnimatedSplitter.h +include/libtomahawk/widgets/BackgroundWidget.h include/libtomahawk/widgets/BasicHeader.h include/libtomahawk/widgets/Breadcrumb.h include/libtomahawk/widgets/BreadcrumbButton.h +include/libtomahawk/widgets/CaptionLabel.h include/libtomahawk/widgets/ChartDataLoader.h -include/libtomahawk/widgets/CheckDirTree.h +include/libtomahawk/widgets/ClickableLabel.h include/libtomahawk/widgets/ComboBox.h include/libtomahawk/widgets/ElidedLabel.h -include/libtomahawk/widgets/FadingPixmap.h include/libtomahawk/widgets/FilterHeader.h include/libtomahawk/widgets/HeaderLabel.h -include/libtomahawk/widgets/HeaderWidget.h +include/libtomahawk/widgets/HistoryWidget.h +include/libtomahawk/widgets/HoverControls.h include/libtomahawk/widgets/ImageButton.h -include/libtomahawk/widgets/NewPlaylistWidget.h -include/libtomahawk/widgets/NewReleasesWidget.h include/libtomahawk/widgets/OverlayButton.h include/libtomahawk/widgets/OverlayWidget.h include/libtomahawk/widgets/PlayableCover.h -include/libtomahawk/widgets/PlaylistTypeSelectorDialog.h +include/libtomahawk/widgets/PlaylistsModel.h +include/libtomahawk/widgets/PlaylistsModel_p.h include/libtomahawk/widgets/QueryLabel.h include/libtomahawk/widgets/RecentPlaylistsModel.h include/libtomahawk/widgets/RecentlyPlayedPlaylistsModel.h include/libtomahawk/widgets/ScriptCollectionHeader.h -include/libtomahawk/widgets/SearchWidget.h +include/libtomahawk/widgets/ScrollingLabel.h include/libtomahawk/widgets/SeekSlider.h -include/libtomahawk/widgets/SocialPlaylistWidget.h include/libtomahawk/widgets/SourceTreePopupDialog.h include/libtomahawk/widgets/SourceTreePopupDialog_mac.h include/libtomahawk/widgets/ToggleButton.h -include/libtomahawk/widgets/WelcomeWidget.h -include/libtomahawk/widgets/WhatsHotWidget.h -include/libtomahawk/widgets/infowidgets/AlbumInfoWidget.h -include/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h -include/libtomahawk/widgets/infowidgets/SourceInfoWidget.h -include/libtomahawk/widgets/infowidgets/TrackInfoWidget.h include/libtomahawk/widgets/searchlineedit/ClearButton.h include/libtomahawk/widgets/searchlineedit/LineEdit.h include/libtomahawk/widgets/searchlineedit/LineEdit_p.h include/libtomahawk/widgets/searchlineedit/SearchButton.h include/libtomahawk/widgets/searchlineedit/SearchLineEdit.h +lib/cmake/Tomahawk/TomahawkAddLibrary.cmake lib/cmake/Tomahawk/TomahawkAddPlugin.cmake lib/cmake/Tomahawk/TomahawkConfig.cmake lib/cmake/Tomahawk/TomahawkConfigVersion.cmake lib/cmake/Tomahawk/TomahawkLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Tomahawk/TomahawkLibraryDepends.cmake lib/cmake/Tomahawk/TomahawkUse.cmake +lib/libtomahawk-playdarapi.so +lib/libtomahawk-playdarapi.so.%%PORTVERSION%% +lib/libtomahawk-widgets.so +lib/libtomahawk-widgets.so.%%PORTVERSION%% +lib/libtomahawk.so +lib/libtomahawk.so.%%PORTVERSION%% lib/libtomahawk_account_google.so -%%QTWEETLIB%%lib/libtomahawk_account_twitter.so +lib/libtomahawk_account_hatchet.so lib/libtomahawk_account_xmpp.so lib/libtomahawk_account_zeroconf.so +%%TELEPATHY%%lib/libtomahawk_configstorage_telepathy.so +%%TELEPATHY%%lib/libtomahawk_configstorage_telepathy_kde.so lib/libtomahawk_infoplugin_charts.so lib/libtomahawk_infoplugin_discogs.so lib/libtomahawk_infoplugin_echonest.so @@ -318,12 +393,12 @@ lib/libtomahawk_infoplugin_musixmatch.so lib/libtomahawk_infoplugin_newreleases.so lib/libtomahawk_infoplugin_rovi.so lib/libtomahawk_infoplugin_spotify.so -lib/libtomahawk_portfwd.so -lib/libtomahawklib.so -lib/libtomahawklib.so.%%PORTVERSION%% -libexec/tomahawk_crash_reporter +lib/libtomahawk_viewpage_charts.so +lib/libtomahawk_viewpage_dashboard.so +lib/libtomahawk_viewpage_newreleases.so +lib/libtomahawk_viewpage_whatsnew_0_8.so %%DESKTOPDIR%%/tomahawk.desktop -share/icons/hicolor/128x128-grayscale/apps/tomahawk.png +share/icons/hicolor/1024x1024/apps/tomahawk.png share/icons/hicolor/128x128/apps/tomahawk.png share/icons/hicolor/16x16/apps/tomahawk.png share/icons/hicolor/256x256/apps/tomahawk.png From owner-svn-ports-all@freebsd.org Sun Jul 19 09:42:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BA7E999858; Sun, 19 Jul 2015 09:42:34 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 585A5C6B; Sun, 19 Jul 2015 09:42:34 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J9gY0v084552; Sun, 19 Jul 2015 09:42:34 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J9gXkp084547; Sun, 19 Jul 2015 09:42:33 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201507190942.t6J9gXkp084547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 19 Jul 2015 09:42:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392491 - head/devel/cx_Freeze X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 09:42:34 -0000 Author: araujo Date: Sun Jul 19 09:42:32 2015 New Revision: 392491 URL: https://svnweb.freebsd.org/changeset/ports/392491 Log: Update to 4.3.3. Modified: head/devel/cx_Freeze/Makefile head/devel/cx_Freeze/distinfo head/devel/cx_Freeze/pkg-plist Modified: head/devel/cx_Freeze/Makefile ============================================================================== --- head/devel/cx_Freeze/Makefile Sun Jul 19 09:06:47 2015 (r392490) +++ head/devel/cx_Freeze/Makefile Sun Jul 19 09:42:32 2015 (r392491) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cx_Freeze -PORTVERSION= 4.3.2 -PORTREVISION= 2 +PORTVERSION= 4.3.3 CATEGORIES= devel python MASTER_SITES= SF/cx-freeze/${PORTVERSION} Modified: head/devel/cx_Freeze/distinfo ============================================================================== --- head/devel/cx_Freeze/distinfo Sun Jul 19 09:06:47 2015 (r392490) +++ head/devel/cx_Freeze/distinfo Sun Jul 19 09:42:32 2015 (r392491) @@ -1,2 +1,2 @@ -SHA256 (cx_Freeze-4.3.2.tar.gz) = d634aae1e1d20b660d24245450b8a5ea3ad9c443cd735d8fbe17c1d93b8b23df -SIZE (cx_Freeze-4.3.2.tar.gz) = 55816 +SHA256 (cx_Freeze-4.3.3.tar.gz) = eaac9ab61117c64371384766e0b9c6603d3bdb23cf306b257f31b8a3a5740729 +SIZE (cx_Freeze-4.3.3.tar.gz) = 58975 Modified: head/devel/cx_Freeze/pkg-plist ============================================================================== --- head/devel/cx_Freeze/pkg-plist Sun Jul 19 09:06:47 2015 (r392490) +++ head/devel/cx_Freeze/pkg-plist Sun Jul 19 09:42:32 2015 (r392491) @@ -62,9 +62,7 @@ bin/cxfreeze-quickstart %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/setup.py %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/setup.pyc %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/setup.pyo -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/test_matplotlib.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/test_matplotlib.pyc -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/test_matplotlib.pyo +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/matplotlib_eg.py %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/relimport.py %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/relimport.pyc %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/relimport.pyo From owner-svn-ports-all@freebsd.org Sun Jul 19 09:52:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80E769999D9; Sun, 19 Jul 2015 09:52:03 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D12CF85; Sun, 19 Jul 2015 09:52:03 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6J9q3DU088696; Sun, 19 Jul 2015 09:52:03 GMT (envelope-from blackend@FreeBSD.org) Received: (from blackend@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6J9q2iV088693; Sun, 19 Jul 2015 09:52:02 GMT (envelope-from blackend@FreeBSD.org) Message-Id: <201507190952.t6J9q2iV088693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: blackend set sender to blackend@FreeBSD.org using -f From: Marc Fonvieille Date: Sun, 19 Jul 2015 09:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392492 - in head/misc: freebsd-doc-all 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.20 Precedence: 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, 19 Jul 2015 09:52:03 -0000 Author: blackend (doc committer) Date: Sun Jul 19 09:52:01 2015 New Revision: 392492 URL: https://svnweb.freebsd.org/changeset/ports/392492 Log: Update to r47011 of the FreeBSD docset (a.k.a., definitively, 10.2-R version) Approved by: doceng (implicit) Modified: head/misc/freebsd-doc-all/Makefile head/misc/freebsd-doc-en/Makefile head/misc/freebsd-doc-en/distinfo Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Sun Jul 19 09:42:32 2015 (r392491) +++ head/misc/freebsd-doc-all/Makefile Sun Jul 19 09:52:01 2015 (r392492) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 46935 +PORTVERSION= 47011 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= #empty Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Sun Jul 19 09:42:32 2015 (r392491) +++ head/misc/freebsd-doc-en/Makefile Sun Jul 19 09:52:01 2015 (r392492) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 46935 +PORTVERSION= 47011 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: head/misc/freebsd-doc-en/distinfo ============================================================================== --- head/misc/freebsd-doc-en/distinfo Sun Jul 19 09:42:32 2015 (r392491) +++ head/misc/freebsd-doc-en/distinfo Sun Jul 19 09:52:01 2015 (r392492) @@ -1,2 +1,2 @@ -SHA256 (freebsd-doc-46935.tar.gz) = 0350d62fce4897cf647e9ead12f65d530b89b37daaa3b941579fa6257a6f49e1 -SIZE (freebsd-doc-46935.tar.gz) = 37115231 +SHA256 (freebsd-doc-47011.tar.gz) = 15d2b6a4669af80c7d9c590a4a214004dda6cf960e01f165866d55423b5d4058 +SIZE (freebsd-doc-47011.tar.gz) = 37106830 From owner-svn-ports-all@freebsd.org Sun Jul 19 11:28:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40C149A4A5E; Sun, 19 Jul 2015 11:28:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31E8E113D; Sun, 19 Jul 2015 11:28:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JBScHp024879; Sun, 19 Jul 2015 11:28:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JBScod024878; Sun, 19 Jul 2015 11:28:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191128.t6JBScod024878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 11:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392493 - head/net-mgmt/ccnet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 11:28:38 -0000 Author: bapt Date: Sun Jul 19 11:28:37 2015 New Revision: 392493 URL: https://svnweb.freebsd.org/changeset/ports/392493 Log: Make ccnet respect USE_OPENSSL correctly without enforcing any version PR: 199265 Reported by: ports@stdrand.com Modified: head/net-mgmt/ccnet/Makefile Modified: head/net-mgmt/ccnet/Makefile ============================================================================== --- head/net-mgmt/ccnet/Makefile Sun Jul 19 09:52:01 2015 (r392492) +++ head/net-mgmt/ccnet/Makefile Sun Jul 19 11:28:37 2015 (r392493) @@ -4,7 +4,7 @@ PORTNAME= ccnet PORTVERSION= 4.0.6 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt devel MAINTAINER= yan_jingfeng@yahoo.com @@ -32,11 +32,11 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/event2 LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/event2 +CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-server --enable-ldap INSTALL_TARGET= install-strip -WITH_OPENSSL_PORT= yes USE_OPENSSL= yes HAIWENDIR= www/haiwen From owner-svn-ports-all@freebsd.org Sun Jul 19 11:35:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 213AF9A4C33; Sun, 19 Jul 2015 11:35:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D7B6160D; Sun, 19 Jul 2015 11:35:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JBZPqJ028815; Sun, 19 Jul 2015 11:35:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JBZPcB028814; Sun, 19 Jul 2015 11:35:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191135.t6JBZPcB028814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 11:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392494 - head/net-mgmt/seafile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 11:35:26 -0000 Author: bapt Date: Sun Jul 19 11:35:25 2015 New Revision: 392494 URL: https://svnweb.freebsd.org/changeset/ports/392494 Log: Properly respect OPENSSL_PORT (while here use libarchive from base) PR: 199265 Reported by: ports@stdrand.com Modified: head/net-mgmt/seafile/Makefile Modified: head/net-mgmt/seafile/Makefile ============================================================================== --- head/net-mgmt/seafile/Makefile Sun Jul 19 11:28:37 2015 (r392493) +++ head/net-mgmt/seafile/Makefile Sun Jul 19 11:35:25 2015 (r392494) @@ -2,6 +2,7 @@ PORTNAME= seafile PORTVERSION= 4.0.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server CATEGORIES= net-mgmt devel @@ -16,7 +17,6 @@ LIB_DEPENDS= libsearpc.so:${PORTSDIR}/de libevhtp.so:${PORTSDIR}/www/libevhtp \ libzdb.so:${PORTSDIR}/databases/libzdb \ libcrypto.so:${PORTSDIR}/security/openssl \ - libarchive.so.13:${PORTSDIR}/archivers/libarchive \ libcurl.so:${PORTSDIR}/ftp/curl \ libinotify.so:${PORTSDIR}/devel/libinotify \ libccnet.so:${PORTSDIR}/net-mgmt/ccnet @@ -33,8 +33,9 @@ SHEBANG_FILES= scripts/*.sh scripts/upgr GNU_CONFIGURE= yes USE_OPENSSL= yes USE_LDCONFIG= yes +CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ + LIBARCHIVE_CFLAGS="-I/usr/include" LIBARCHIVE_LIBS="-larchive" -WITH_OPENSSL_PORT= yes PATHFIX_MAKEFILEIN= Makefile.am CONFIGURE_ARGS= --enable-server From owner-svn-ports-all@freebsd.org Sun Jul 19 11:46:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B83A9A4D8C; Sun, 19 Jul 2015 11:46:25 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53FDB1ACC; Sun, 19 Jul 2015 11:46:25 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JBkPpf032913; Sun, 19 Jul 2015 11:46:25 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JBkPkM032912; Sun, 19 Jul 2015 11:46:25 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201507191146.t6JBkPkM032912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Sun, 19 Jul 2015 11:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392495 - head/audio/tomahawk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 11:46:25 -0000 Author: arved Date: Sun Jul 19 11:46:24 2015 New Revision: 392495 URL: https://svnweb.freebsd.org/changeset/ports/392495 Log: Oops, Fix INDEX breakage, port was renamed recently. Modified: head/audio/tomahawk/Makefile Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Sun Jul 19 11:35:25 2015 (r392494) +++ head/audio/tomahawk/Makefile Sun Jul 19 11:46:24 2015 (r392495) @@ -22,7 +22,7 @@ LIB_DEPENDS= libattica.so:${PORTSDIR}/x1 liblastfm.so:${PORTSDIR}/audio/liblastfm \ libqca.so:${PORTSDIR}/devel/qca \ libqjson.so:${PORTSDIR}/devel/qjson \ - libqtkeychain.so:${PORTSDIR}/security/qtkeychain \ + libqtkeychain.so:${PORTSDIR}/security/qtkeychain-qt4 \ libquazip.so:${PORTSDIR}/archivers/quazip \ libtag.so:${PORTSDIR}/audio/taglib From owner-svn-ports-all@freebsd.org Sun Jul 19 11:52:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 107C49A4F06; Sun, 19 Jul 2015 11:52:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAEC01E00; Sun, 19 Jul 2015 11:52:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JBqVAj036803; Sun, 19 Jul 2015 11:52:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JBqVqN036801; Sun, 19 Jul 2015 11:52:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191152.t6JBqVqN036801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 11:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392496 - in head/net-mgmt/seafile-gui: . 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.20 Precedence: 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, 19 Jul 2015 11:52:32 -0000 Author: bapt Date: Sun Jul 19 11:52:30 2015 New Revision: 392496 URL: https://svnweb.freebsd.org/changeset/ports/392496 Log: Respect USE_OPENSSL Prevent the build system from using pkg-config to lookup for openssl Enforce passing the variables expected (only libcrypto os used) PR: 199265 Reported by: ports@stdrand.com Modified: head/net-mgmt/seafile-gui/Makefile head/net-mgmt/seafile-gui/files/patch-CMakeLists.txt Modified: head/net-mgmt/seafile-gui/Makefile ============================================================================== --- head/net-mgmt/seafile-gui/Makefile Sun Jul 19 11:46:24 2015 (r392495) +++ head/net-mgmt/seafile-gui/Makefile Sun Jul 19 11:52:30 2015 (r392496) @@ -2,6 +2,7 @@ PORTNAME= seafile-gui PORTVERSION= 4.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt @@ -28,9 +29,10 @@ USE_QT4= corelib dbus gui network \ USE_OPENSSL= yes INSTALLS_ICONS= yes LRELEASE= ${PREFIX}/bin/lrelease-qt4 -CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 +CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 \ + -DOPENSSL_INCLUDE_DIRS=${OPENSSLINC} \ + -DOPENSSL_LIBRARIES="-L${OPENSSLLIB} -lcrypto" -WITH_OPENSSL_PORT= yes CMAKE_BUILD_TYPE= Release # Note that per PR 197984, cairo must be built with X11 and XCB options Modified: head/net-mgmt/seafile-gui/files/patch-CMakeLists.txt ============================================================================== --- head/net-mgmt/seafile-gui/files/patch-CMakeLists.txt Sun Jul 19 11:46:24 2015 (r392495) +++ head/net-mgmt/seafile-gui/files/patch-CMakeLists.txt Sun Jul 19 11:52:30 2015 (r392496) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2015-01-28 22:35:49.000000000 -0500 -+++ CMakeLists.txt 2015-01-28 22:42:26.000000000 -0500 -@@ -85,7 +85,7 @@ +--- CMakeLists.txt.orig 2015-02-05 08:43:51 UTC ++++ CMakeLists.txt +@@ -98,7 +98,7 @@ IF(USE_QT5) SET(USE_QT_LIBRARIES ${USE_QT_LIBRARIES} "WebKit" "WebKitWidgets") ADD_DEFINITIONS(-DHAVE_SHIBBOLETH_SUPPORT) ENDIF() @@ -9,7 +9,7 @@ SET(USE_QT_LIBRARIES ${USE_QT_LIBRARIES} "DBus") ENDIF() FIND_PACKAGE(Qt5 REQUIRED ${USE_QT_LIBRARIES}) -@@ -100,7 +100,7 @@ +@@ -113,7 +113,7 @@ ELSE() SET(QtWebKit "QtWebKit") ADD_DEFINITIONS(-DHAVE_SHIBBOLETH_SUPPORT) ENDIF() @@ -18,3 +18,12 @@ SET(QtDBus "QtDBus") ENDIF() FIND_PACKAGE(Qt4 REQUIRED QtCore QtGui QtNetwork ${QtDBus} ${QtWebKit}) +@@ -263,7 +263,7 @@ PKG_CHECK_MODULES(LIBCCNET REQUIRED libc + + PKG_CHECK_MODULES(LIBSEARPC REQUIRED libsearpc>=1.0) + +-PKG_CHECK_MODULES(OPENSSL REQUIRED openssl>=0.98) ++#PKG_CHECK_MODULES(OPENSSL REQUIRED openssl>=0.98) + + PKG_CHECK_MODULES(LIBSEAFILE REQUIRED libseafile>=1.7) + #################### From owner-svn-ports-all@freebsd.org Sun Jul 19 12:00:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 001CF9A62FE; Sun, 19 Jul 2015 12:00:17 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBF9311B5; Sun, 19 Jul 2015 12:00:17 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JC0HbU039325; Sun, 19 Jul 2015 12:00:17 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JC0Gu7038544; Sun, 19 Jul 2015 12:00:16 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507191200.t6JC0Gu7038544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Sun, 19 Jul 2015 12:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392497 - in head/net-mgmt/choparp: . 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.20 Precedence: 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, 19 Jul 2015 12:00:18 -0000 Author: garga Date: Sun Jul 19 12:00:16 2015 New Revision: 392497 URL: https://svnweb.freebsd.org/changeset/ports/392497 Log: Update to 20150613 Note this version uses pcap instead of bpf Sponsored by: Netgate Deleted: head/net-mgmt/choparp/files/patch-Makefile head/net-mgmt/choparp/files/patch-choparp.8 head/net-mgmt/choparp/files/patch-choparp.c Modified: head/net-mgmt/choparp/Makefile head/net-mgmt/choparp/distinfo head/net-mgmt/choparp/pkg-descr Modified: head/net-mgmt/choparp/Makefile ============================================================================== --- head/net-mgmt/choparp/Makefile Sun Jul 19 11:52:30 2015 (r392496) +++ head/net-mgmt/choparp/Makefile Sun Jul 19 12:00:16 2015 (r392497) @@ -2,18 +2,31 @@ # $FreeBSD$ PORTNAME= choparp -PORTVERSION= 20021107 -PORTREVISION= 4 +PORTVERSION= 20150613 CATEGORIES= net-mgmt -MASTER_SITES= SF +MASTER_SITES= GH MAINTAINER= garga@FreeBSD.org COMMENT= Simple proxy arp daemon LICENSE= BSD3CLAUSE +USE_GITHUB= yes +GH_ACCOUNT= quinot +GH_TAGNAME= release/${PORTVERSION} USE_RC_SUBR= choparp +LDFLAGS+= -lpcap PLIST_FILES= sbin/choparp man/man8/choparp.8.gz +do-build: + ( cd ${WRKSRC}/src && \ + ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 \ + ${STAGEDIR}${MAN8PREFIX}/man/man8 + .include Modified: head/net-mgmt/choparp/distinfo ============================================================================== --- head/net-mgmt/choparp/distinfo Sun Jul 19 11:52:30 2015 (r392496) +++ head/net-mgmt/choparp/distinfo Sun Jul 19 12:00:16 2015 (r392497) @@ -1,2 +1,2 @@ -SHA256 (choparp-20021107.tar.gz) = 3a79c98868b87513dee19805a00d1262907e42dbca6e688f1550870fa02acd7c -SIZE (choparp-20021107.tar.gz) = 6687 +SHA256 (quinot-choparp-20150613-release-20150613_GH0.tar.gz) = 141cad384dc42f094d0c9a1fd49440adc1bf7f19c1cce122091374d8ca261f19 +SIZE (quinot-choparp-20150613-release-20150613_GH0.tar.gz) = 6506 Modified: head/net-mgmt/choparp/pkg-descr ============================================================================== --- head/net-mgmt/choparp/pkg-descr Sun Jul 19 11:52:30 2015 (r392496) +++ head/net-mgmt/choparp/pkg-descr Sun Jul 19 12:00:16 2015 (r392497) @@ -4,4 +4,4 @@ proxy arp reply to the sender if the arp (ethernet hardware address) for the network speicified by net_addr and net_mask. -WWW: http://sourceforge.net/projects/choparp/ +WWW: https://github.com/quinot/choparp From owner-svn-ports-all@freebsd.org Sun Jul 19 12:01:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74BE39A644D; Sun, 19 Jul 2015 12:01:44 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6537315C4; Sun, 19 Jul 2015 12:01:44 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JC1its041095; Sun, 19 Jul 2015 12:01:44 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JC1hpk041091; Sun, 19 Jul 2015 12:01:43 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507191201.t6JC1hpk041091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 19 Jul 2015 12:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392498 - in head/archivers: . py-attic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 12:01:44 -0000 Author: riggs Date: Sun Jul 19 12:01:42 2015 New Revision: 392498 URL: https://svnweb.freebsd.org/changeset/ports/392498 Log: Add archivers/py-attic: A deduplicating backup program PR: 199595 Submitted by: tom@hur.st Added: head/archivers/py-attic/ head/archivers/py-attic/Makefile (contents, props changed) head/archivers/py-attic/distinfo (contents, props changed) head/archivers/py-attic/pkg-descr (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Sun Jul 19 12:00:16 2015 (r392497) +++ head/archivers/Makefile Sun Jul 19 12:01:42 2015 (r392498) @@ -159,6 +159,7 @@ SUBDIR += ppmd-7z SUBDIR += ppunpack SUBDIR += pxz + SUBDIR += py-attic SUBDIR += py-liblzma SUBDIR += py-librtfcomp SUBDIR += py-lz4 Added: head/archivers/py-attic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-attic/Makefile Sun Jul 19 12:01:42 2015 (r392498) @@ -0,0 +1,41 @@ +# Created by: Thomas Hurst +# $FreeBSD$ + +PORTNAME= attic +PORTVERSION= 0.16 +CATEGORIES= archivers python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Attic-${PORTVERSION} + +MAINTAINER= tom@hur.st +COMMENT= Deduplicating backup program + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.10:${PORTSDIR}/devel/py-msgpack +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.10:${PORTSDIR}/devel/py-msgpack + +USES= python:3.2+ +USE_PYTHON= autoplist distutils +USE_OPENSSL= yes + +STRIP_FILES= hashindex.so platform_freebsd.so chunker.so crypto.so +PYDISTUTILS_BUILDPATH=${BUILD_WRKSRC}/build/lib.${OPSYS:tl}-${UNAMER}-${ARCH}-${PYTHON_VER} + +.include + +.if ${OSVERSION} < 1000015 +BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl +RUN_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl +.endif + +regression-test: build + ${SETENV} PYTHONPATH="${PYDISTUTILS_BUILDPATH}:${PYTHONPATH}" \ + ${PYTHON_CMD} -m attic.testsuite.run + +post-install: + ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/attic/,} + +.include Added: head/archivers/py-attic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-attic/distinfo Sun Jul 19 12:01:42 2015 (r392498) @@ -0,0 +1,2 @@ +SHA256 (Attic-0.16.tar.gz) = 6650cd28072101c2e05941e77b93a62f91da6179785e4e4b4880916c469bba2c +SIZE (Attic-0.16.tar.gz) = 232455 Added: head/archivers/py-attic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-attic/pkg-descr Sun Jul 19 12:01:42 2015 (r392498) @@ -0,0 +1,6 @@ +Attic is a deduplicating backup program written in Python. The main goal of +Attic is to provide an efficient and secure way to backup data. The data +deduplication technique used makes Attic suitable for daily backups since only +the changes are stored. + +WWW: https://attic-backup.org From owner-svn-ports-all@freebsd.org Sun Jul 19 12:23:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4242A9A67E5; Sun, 19 Jul 2015 12:23:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D9981E60; Sun, 19 Jul 2015 12:23:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JCNKPk049206; Sun, 19 Jul 2015 12:23:20 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JCNJP0049204; Sun, 19 Jul 2015 12:23:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191223.t6JCNJP0049204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 12:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392499 - in head/devel/fossil: . 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.20 Precedence: 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, 19 Jul 2015 12:23:20 -0000 Author: bapt Date: Sun Jul 19 12:23:18 2015 New Revision: 392499 URL: https://svnweb.freebsd.org/changeset/ports/392499 Log: Remove fib support in the rc script it is natively supported by rc.subr Modified: head/devel/fossil/Makefile head/devel/fossil/files/fossil.in Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Sun Jul 19 12:01:42 2015 (r392498) +++ head/devel/fossil/Makefile Sun Jul 19 12:23:18 2015 (r392499) @@ -3,6 +3,7 @@ PORTNAME= fossil PORTVERSION= 1.33 PORTEPOCH= 2 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ DISTVERSIONPREFIX= src- Modified: head/devel/fossil/files/fossil.in ============================================================================== --- head/devel/fossil/files/fossil.in Sun Jul 19 12:01:42 2015 (r392498) +++ head/devel/fossil/files/fossil.in Sun Jul 19 12:23:18 2015 (r392499) @@ -59,27 +59,8 @@ esac command_args="-f -p ${pidfile} ${procname} server -P ${fossil_port} ${fossil_args} ${fossil_directory}" -fossil_setfib() -{ - if command -v check_namevarlist > /dev/null 2>&1; then - check_namevarlist fib && return 0 - fi - - ${SYSCTL} net.fibs >/dev/null 2>&1 || return 0 - - fossil_fib=${fossil_fib:-"NONE"} - case "$fossil_fib" in - [Nn][Oo][Nn][Ee]) - ;; - *) - command="setfib -F ${fossil_fib} ${command}" - ;; - esac -} - fossil_precmd() { - fossil_setfib install -d -o root -g wheel -m 1777 /var/run/fossil } From owner-svn-ports-all@freebsd.org Sun Jul 19 12:24:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DD499A6810; Sun, 19 Jul 2015 12:24:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E9F61F40; Sun, 19 Jul 2015 12:24:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JCO5tK049335; Sun, 19 Jul 2015 12:24:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JCO5er049334; Sun, 19 Jul 2015 12:24:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191224.t6JCO5er049334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 12:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392500 - head/devel/editline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 12:24:06 -0000 Author: bapt Date: Sun Jul 19 12:24:05 2015 New Revision: 392500 URL: https://svnweb.freebsd.org/changeset/ports/392500 Log: Drop maintainership Modified: head/devel/editline/Makefile Modified: head/devel/editline/Makefile ============================================================================== --- head/devel/editline/Makefile Sun Jul 19 12:23:18 2015 (r392499) +++ head/devel/editline/Makefile Sun Jul 19 12:24:05 2015 (r392500) @@ -4,7 +4,7 @@ PORTNAME= editline PORTVERSION= 1.14.2 CATEGORIES= devel -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Minix editline: A free readline() for UNIX LICENSE= BSD4CLAUSE From owner-svn-ports-all@freebsd.org Sun Jul 19 12:24:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B51359A6836; Sun, 19 Jul 2015 12:24:37 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay106.isp.belgacom.be (mailrelay106.isp.belgacom.be [195.238.20.133]) by mx1.freebsd.org (Postfix) with ESMTP id C430C1041; Sun, 19 Jul 2015 12:24:36 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=SBTPB+aU5K4LG/z6P+2X+Qo0AxOejQ4nyx+IVoQ/YQ8= c=1 sm=2 a=6I5d2MoRAAAA:8 a=ImYEtY6mAAAA:8 a=DBu1Dd2y5o1Hkbq58wEA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BDBABzlqtV/++YsFtcgxNUWg+7ZQmBdYV3AoEcORQBAQEBAQEBgQqEJAEBBDocIxALDgYECSUPKh4GE4gyAQjICAEBAQEBAQEDAQEBAQEBARcEi0yEOxgzB4QrAQSUUoRvhzGZCCaDfjwxgksBAQE Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 19 Jul 2015 14:23:09 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id t6JCN6GL001822; Sun, 19 Jul 2015 14:23:06 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 19 Jul 2015 14:23:06 +0200 From: Tijl Coosemans To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392494 - head/net-mgmt/seafile Message-ID: <20150719142306.0ae1cfce@kalimero.tijl.coosemans.org> In-Reply-To: <201507191135.t6JBZPcB028814@repo.freebsd.org> References: <201507191135.t6JBZPcB028814@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 12:24:37 -0000 On Sun, 19 Jul 2015 11:35:25 +0000 (UTC) Baptiste Daroussin wrote: > Author: bapt > Date: Sun Jul 19 11:35:25 2015 > New Revision: 392494 > URL: https://svnweb.freebsd.org/changeset/ports/392494 > > Log: > Properly respect OPENSSL_PORT (while here use libarchive from base) > > PR: 199265 > Reported by: ports@stdrand.com > > Modified: > head/net-mgmt/seafile/Makefile > > Modified: head/net-mgmt/seafile/Makefile > ============================================================================== > --- head/net-mgmt/seafile/Makefile Sun Jul 19 11:28:37 2015 (r392493) > +++ head/net-mgmt/seafile/Makefile Sun Jul 19 11:35:25 2015 (r392494) > @@ -2,6 +2,7 @@ > > PORTNAME= seafile > PORTVERSION= 4.0.6 > +PORTREVISION= 1 > DISTVERSIONPREFIX= v > DISTVERSIONSUFFIX= -server > CATEGORIES= net-mgmt devel > @@ -16,7 +17,6 @@ LIB_DEPENDS= libsearpc.so:${PORTSDIR}/de > libevhtp.so:${PORTSDIR}/www/libevhtp \ > libzdb.so:${PORTSDIR}/databases/libzdb \ > libcrypto.so:${PORTSDIR}/security/openssl \ > - libarchive.so.13:${PORTSDIR}/archivers/libarchive \ > libcurl.so:${PORTSDIR}/ftp/curl \ > libinotify.so:${PORTSDIR}/devel/libinotify \ > libccnet.so:${PORTSDIR}/net-mgmt/ccnet > @@ -33,8 +33,9 @@ SHEBANG_FILES= scripts/*.sh scripts/upgr > GNU_CONFIGURE= yes > USE_OPENSSL= yes > USE_LDCONFIG= yes > +CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ > + LIBARCHIVE_CFLAGS="-I/usr/include" LIBARCHIVE_LIBS="-larchive" It's probably ok to remove the dependency above, but I'm not sure these flags are fine. When ports openssl is used, ports libarchive must be used as well, because libarchive links to libcrypto. From owner-svn-ports-all@freebsd.org Sun Jul 19 12:27:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 899B09A686C; Sun, 19 Jul 2015 12:27:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 722731158; Sun, 19 Jul 2015 12:27:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JCRxHP049587; Sun, 19 Jul 2015 12:27:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JCRxsE049585; Sun, 19 Jul 2015 12:27:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191227.t6JCRxsE049585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 12:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392501 - head/mail/fdm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 12:27:59 -0000 Author: bapt Date: Sun Jul 19 12:27:58 2015 New Revision: 392501 URL: https://svnweb.freebsd.org/changeset/ports/392501 Log: Respect USE_OPENSSL Modified: head/mail/fdm/Makefile Modified: head/mail/fdm/Makefile ============================================================================== --- head/mail/fdm/Makefile Sun Jul 19 12:24:05 2015 (r392500) +++ head/mail/fdm/Makefile Sun Jul 19 12:27:58 2015 (r392501) @@ -18,11 +18,12 @@ PLIST_FILES= bin/fdm man/man1/fdm.1.gz m PORTDOCS= CHANGES README MANUAL PORTEXAMPLES= n-marriott.conf f-terbeck.conf t-ulmer.conf w-maier.conf g-lando.conf MAKE_ARGS= -DPCRE -DDB INSTALLBIN="${INSTALL_PROGRAM}" +USE_OPENSSL= yes HAS_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/*.[ch15] - @${REINPLACE_CMD} -e 's|/usr/local/include/openssl|/usr/include/openssl|;\ + @${REINPLACE_CMD} -e 's|/usr/local/include/openssl|${OPENSSLINC}|;\ s|-I-||g; s|-g bin -o root||g; s|^FDEBUG|#&|;\ s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${MAKEFILE} From owner-svn-ports-all@freebsd.org Sun Jul 19 12:35:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 230769A6967; Sun, 19 Jul 2015 12:35:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0683415DC; Sun, 19 Jul 2015 12:35:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JCZN8o053621; Sun, 19 Jul 2015 12:35:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JCZMs7053616; Sun, 19 Jul 2015 12:35:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191235.t6JCZMs7053616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 12:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392502 - in head/www/kcgi: . 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.20 Precedence: 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, 19 Jul 2015 12:35:24 -0000 Author: bapt Date: Sun Jul 19 12:35:21 2015 New Revision: 392502 URL: https://svnweb.freebsd.org/changeset/ports/392502 Log: Update to 0.6.3 New custom patches: - fix regress target in Makefile - fix capsicum sandbox in fcgi mode Added: head/www/kcgi/files/patch-Makefile (contents, props changed) head/www/kcgi/files/patch-sandbox-capsicum.c (contents, props changed) Deleted: head/www/kcgi/files/patch-child.c head/www/kcgi/files/patch-kcgiregress.c head/www/kcgi/files/patch-output.c Modified: head/www/kcgi/Makefile head/www/kcgi/distinfo Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Sun Jul 19 12:27:58 2015 (r392501) +++ head/www/kcgi/Makefile Sun Jul 19 12:35:21 2015 (r392502) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kcgi -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.6.3 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ Modified: head/www/kcgi/distinfo ============================================================================== --- head/www/kcgi/distinfo Sun Jul 19 12:27:58 2015 (r392501) +++ head/www/kcgi/distinfo Sun Jul 19 12:35:21 2015 (r392502) @@ -1,2 +1,2 @@ -SHA256 (kcgi-0.6.2.tgz) = a1e5104c521f6528afd544c20e2c35e176916085659a878ae99eb59dc119534d -SIZE (kcgi-0.6.2.tgz) = 97487 +SHA256 (kcgi-0.6.3.tgz) = db71973c11cdda5c2dec01ee906af59743422440a4c5a17797285a78dfdf98c6 +SIZE (kcgi-0.6.3.tgz) = 97541 Added: head/www/kcgi/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/kcgi/files/patch-Makefile Sun Jul 19 12:35:21 2015 (r392502) @@ -0,0 +1,9 @@ +--- Makefile.orig 2015-07-18 20:23:31 UTC ++++ Makefile +@@ -1,5 +1,5 @@ + .SUFFIXES: .3 .3.html .8 .8.html .dot .svg .gnuplot .png .xml .html +- ++.PHONY: regress + # Comment if you don't need statically linked. + # This is only for the sample program! + #STATIC = -static Added: head/www/kcgi/files/patch-sandbox-capsicum.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/kcgi/files/patch-sandbox-capsicum.c Sun Jul 19 12:35:21 2015 (r392502) @@ -0,0 +1,18 @@ +--- sandbox-capsicum.c.orig 2015-07-18 20:23:31 UTC ++++ sandbox-capsicum.c +@@ -39,10 +39,13 @@ ksandbox_capsicum_init_child(void *arg, + + cap_rights_init(&rights); + +- if (cap_rights_limit(STDIN_FILENO, &rights) < 0 && errno != ENOSYS) ++ cap_rights_init(&rights, CAP_READ|CAP_FSTAT); ++ /* Test for EBADF because STDIN_FILENO can be close in fcgi */ ++ if (cap_rights_limit(STDIN_FILENO, &rights) < 0 && errno != ENOSYS && ++ errno != EBADF) + XWARN("cap_rights_limit: STDIN_FILENO"); + +- cap_rights_init(&rights, CAP_WRITE); ++ cap_rights_init(&rights, CAP_WRITE|CAP_FSTAT); + if (cap_rights_limit(STDOUT_FILENO, &rights) < 0 && errno != ENOSYS) + XWARN("cap_rights_limit: STDOUT_FILENO"); + if (cap_rights_limit(STDERR_FILENO, &rights) < 0 && errno != ENOSYS) From owner-svn-ports-all@freebsd.org Sun Jul 19 12:37:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C79339A6997; Sun, 19 Jul 2015 12:37:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B852B16D2; Sun, 19 Jul 2015 12:37:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JCbI6a053789; Sun, 19 Jul 2015 12:37:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JCbIGD053788; Sun, 19 Jul 2015 12:37:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191237.t6JCbIGD053788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 12:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392503 - head/net-mgmt/seafile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 12:37:18 -0000 Author: bapt Date: Sun Jul 19 12:37:17 2015 New Revision: 392503 URL: https://svnweb.freebsd.org/changeset/ports/392503 Log: Remove useless entry in LIB_DEPENDS (handled by USE_OPENSSL already) Reported by: kwm Modified: head/net-mgmt/seafile/Makefile Modified: head/net-mgmt/seafile/Makefile ============================================================================== --- head/net-mgmt/seafile/Makefile Sun Jul 19 12:35:21 2015 (r392502) +++ head/net-mgmt/seafile/Makefile Sun Jul 19 12:37:17 2015 (r392503) @@ -16,7 +16,6 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/va LIB_DEPENDS= libsearpc.so:${PORTSDIR}/devel/libsearpc \ libevhtp.so:${PORTSDIR}/www/libevhtp \ libzdb.so:${PORTSDIR}/databases/libzdb \ - libcrypto.so:${PORTSDIR}/security/openssl \ libcurl.so:${PORTSDIR}/ftp/curl \ libinotify.so:${PORTSDIR}/devel/libinotify \ libccnet.so:${PORTSDIR}/net-mgmt/ccnet From owner-svn-ports-all@freebsd.org Sun Jul 19 12:39:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61DF89A69ED; Sun, 19 Jul 2015 12:39:22 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E75C9191F; Sun, 19 Jul 2015 12:39:21 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wibxm9 with SMTP id xm9so4872513wib.1; Sun, 19 Jul 2015 05:39:20 -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=dkW81swE3+s55o0NGi/6XPZLZgjs20gCWCmAiNk1kGE=; b=HKHUQvr64UBH5X7XOghWgMva0WiSNDHpvwe4uYVRZQR7CThJs5KS4fvXQX52WI/EU+ ExbchLK+AsxZaqVmAjiOybeK7E4ho1gLGZN3Je77UAeuQ6uswMnfycQEc412Puaf5cRQ g9dj/gWyQEqpMd0Qe4TSxxj0rapoI2FNImrlaodYtTjeiwQWBMuIoPO26ZepAyBKMg1+ sliMfPdHps7ZRJHqGYu+O9CxXVUi1pJghHhjR5UDKyChTENUtNBq58Ec0lU7jmoHib6Q pVGoa6wEW4X3M7zF3Z8d6iqui+/GOqDd+gJeqYgbo6HVBvudnvIeq5mP87aWXfeG5719 X8mg== X-Received: by 10.194.235.66 with SMTP id uk2mr46102821wjc.62.1437309560160; Sun, 19 Jul 2015 05:39:20 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id l2sm6847939wib.11.2015.07.19.05.39.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 05:39:19 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 19 Jul 2015 14:39:17 +0200 From: Baptiste Daroussin To: Tijl Coosemans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392494 - head/net-mgmt/seafile Message-ID: <20150719123917.GB50618@ivaldir.etoilebsd.net> References: <201507191135.t6JBZPcB028814@repo.freebsd.org> <20150719142306.0ae1cfce@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS" Content-Disposition: inline In-Reply-To: <20150719142306.0ae1cfce@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 12:39:22 -0000 --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 19, 2015 at 02:23:06PM +0200, Tijl Coosemans wrote: > On Sun, 19 Jul 2015 11:35:25 +0000 (UTC) Baptiste Daroussin wrote: > > Author: bapt > > Date: Sun Jul 19 11:35:25 2015 > > New Revision: 392494 > > URL: https://svnweb.freebsd.org/changeset/ports/392494 > >=20 > > Log: > > Properly respect OPENSSL_PORT (while here use libarchive from base) > > =20 > > PR: 199265 > > Reported by: ports@stdrand.com > >=20 > > Modified: > > head/net-mgmt/seafile/Makefile > >=20 > > Modified: head/net-mgmt/seafile/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-mgmt/seafile/Makefile Sun Jul 19 11:28:37 2015 (r392493) > > +++ head/net-mgmt/seafile/Makefile Sun Jul 19 11:35:25 2015 (r392494) > > @@ -2,6 +2,7 @@ > > =20 > > PORTNAME=3D seafile > > PORTVERSION=3D 4.0.6 > > +PORTREVISION=3D 1 > > DISTVERSIONPREFIX=3D v > > DISTVERSIONSUFFIX=3D -server > > CATEGORIES=3D net-mgmt devel > > @@ -16,7 +17,6 @@ LIB_DEPENDS=3D libsearpc.so:${PORTSDIR}/de > > libevhtp.so:${PORTSDIR}/www/libevhtp \ > > libzdb.so:${PORTSDIR}/databases/libzdb \ > > libcrypto.so:${PORTSDIR}/security/openssl \ > > - libarchive.so.13:${PORTSDIR}/archivers/libarchive \ > > libcurl.so:${PORTSDIR}/ftp/curl \ > > libinotify.so:${PORTSDIR}/devel/libinotify \ > > libccnet.so:${PORTSDIR}/net-mgmt/ccnet > > @@ -33,8 +33,9 @@ SHEBANG_FILES=3D scripts/*.sh scripts/upgr > > GNU_CONFIGURE=3D yes > > USE_OPENSSL=3D yes > > USE_LDCONFIG=3D yes > > +CONFIGURE_ENV=3D SSL_CFLAGS=3D"${OPENSSLINC}" SSL_LIBS=3D"-L${OPENSSLL= IB} -lssl -lcrypto" \ > > + LIBARCHIVE_CFLAGS=3D"-I/usr/include" LIBARCHIVE_LIBS=3D"-larchive" >=20 > It's probably ok to remove the dependency above, but I'm not sure these > flags are fine. When ports openssl is used, ports libarchive must be > used as well, because libarchive links to libcrypto. I cannot see a sane way to handle this... Bapt --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWrmnUACgkQ8kTtMUmk6Ez2BQCgib0P8ytoilcJzSZIfOoDy97B 8RQAnROIOPj7xBDWKes/Vo4hnJPefS67 =2HnP -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS-- From owner-svn-ports-all@freebsd.org Sun Jul 19 12:53:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 702449A6CF5; Sun, 19 Jul 2015 12:53:17 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 422641249; Sun, 19 Jul 2015 12:53:17 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JCrG12061723; Sun, 19 Jul 2015 12:53:16 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JCrGPI061720; Sun, 19 Jul 2015 12:53:16 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507191253.t6JCrGPI061720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 19 Jul 2015 12:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392504 - in head/textproc/yaml-mode.el: . 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.20 Precedence: 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, 19 Jul 2015 12:53:17 -0000 Author: robak Date: Sun Jul 19 12:53:15 2015 New Revision: 392504 URL: https://svnweb.freebsd.org/changeset/ports/392504 Log: textproc/yaml-mode.el: update 0.0.9 -> 0.0.11 PR: 201688 Submitted by: Yasuhiro Kimura (maintainer) Modified: head/textproc/yaml-mode.el/Makefile head/textproc/yaml-mode.el/distinfo head/textproc/yaml-mode.el/files/patch-Makefile Modified: head/textproc/yaml-mode.el/Makefile ============================================================================== --- head/textproc/yaml-mode.el/Makefile Sun Jul 19 12:37:17 2015 (r392503) +++ head/textproc/yaml-mode.el/Makefile Sun Jul 19 12:53:15 2015 (r392504) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= yaml-mode.el -PORTVERSION= 0.0.9 -DISTVERSIONPREFIX= release- -PORTREVISION= 2 +PORTVERSION= 0.0.11 +DISTVERSIONPREFIX= v CATEGORIES= textproc elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/textproc/yaml-mode.el/distinfo ============================================================================== --- head/textproc/yaml-mode.el/distinfo Sun Jul 19 12:37:17 2015 (r392503) +++ head/textproc/yaml-mode.el/distinfo Sun Jul 19 12:53:15 2015 (r392504) @@ -1,2 +1,2 @@ -SHA256 (yoshiki-yaml-mode-release-0.0.9_GH0.tar.gz) = 5d65852d9d738fd1966125f8ae737760ae48e647030e1aa5a78fd703f54358fc -SIZE (yoshiki-yaml-mode-release-0.0.9_GH0.tar.gz) = 6498 +SHA256 (yoshiki-yaml-mode-v0.0.11_GH0.tar.gz) = 6d2226a4ecd5f3c2fd6ca8a469a2124c4888405a5f4e1552ca05bb1912e2506a +SIZE (yoshiki-yaml-mode-v0.0.11_GH0.tar.gz) = 6563 Modified: head/textproc/yaml-mode.el/files/patch-Makefile ============================================================================== --- head/textproc/yaml-mode.el/files/patch-Makefile Sun Jul 19 12:37:17 2015 (r392503) +++ head/textproc/yaml-mode.el/files/patch-Makefile Sun Jul 19 12:53:15 2015 (r392504) @@ -1,7 +1,7 @@ ---- Makefile.orig Thu Jan 25 15:51:27 2007 -+++ Makefile Sat Jul 7 21:41:49 2007 +--- Makefile.orig 2014-11-25 08:37:49 UTC ++++ Makefile @@ -1,10 +1,10 @@ - VERSION=0.0.3 + VERSION=0.0.11 -EMACS = emacs -PREFIX = /usr/local -INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp From owner-svn-ports-all@freebsd.org Sun Jul 19 13:02:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EEF69A6E48; Sun, 19 Jul 2015 13:02:40 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2763D1990; Sun, 19 Jul 2015 13:02:40 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JD2eGQ065836; Sun, 19 Jul 2015 13:02:40 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JD2dPK065834; Sun, 19 Jul 2015 13:02:39 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507191302.t6JD2dPK065834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Sun, 19 Jul 2015 13:02:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392505 - head/security/sudo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 13:02:40 -0000 Author: garga Date: Sun Jul 19 13:02:38 2015 New Revision: 392505 URL: https://svnweb.freebsd.org/changeset/ports/392505 Log: Update to 1.8.14p1 Modified: head/security/sudo/Makefile head/security/sudo/distinfo Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Sun Jul 19 12:53:15 2015 (r392504) +++ head/security/sudo/Makefile Sun Jul 19 13:02:38 2015 (r392505) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -DISTVERSION= 1.8.14 +DISTVERSION= 1.8.14p1 CATEGORIES= security MASTER_SITES= SUDO Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Sun Jul 19 12:53:15 2015 (r392504) +++ head/security/sudo/distinfo Sun Jul 19 13:02:38 2015 (r392505) @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.14.tar.gz) = 74308f7bf242f6f997d4c8145849581f06fb6fbe47032b6e87ac664c14b9f6d3 -SIZE (sudo-1.8.14.tar.gz) = 2570156 +SHA256 (sudo-1.8.14p1.tar.gz) = b12ccdf1c0b6a2a494afb6616d16d90310206f4d8e68023cf27345396d9f06a0 +SIZE (sudo-1.8.14p1.tar.gz) = 2570430 From owner-svn-ports-all@freebsd.org Sun Jul 19 13:35:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E0789A4293; Sun, 19 Jul 2015 13:35:58 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay106.isp.belgacom.be (mailrelay106.isp.belgacom.be [195.238.20.133]) by mx1.freebsd.org (Postfix) with ESMTP id 8E64A1572; Sun, 19 Jul 2015 13:35:57 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=SBTPB+aU5K4LG/z6P+2X+Qo0AxOejQ4nyx+IVoQ/YQ8= c=1 sm=2 a=6I5d2MoRAAAA:8 a=ImYEtY6mAAAA:8 a=rMbFwCH3iaB4IUWQX_oA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DzAwDjpqtV/++YsFtcgxNUWg+7ZQmBdYV3AoEcORQBAQEBAQEBgQqEJAEBBDocIxALDgYECSUPKh4GE4gyAQjHYAEBAQEBAQEDAQEBAQEBARcEi0yEOxgzB4QrAQSUUoRvhzGZCCaDfjwxgksBAQE Received: from 239.152-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.152.239]) by relay.skynet.be with ESMTP; 19 Jul 2015 15:35:55 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id t6JDZr2h002587; Sun, 19 Jul 2015 15:35:53 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 19 Jul 2015 15:35:53 +0200 From: Tijl Coosemans To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392494 - head/net-mgmt/seafile Message-ID: <20150719153553.5de3d746@kalimero.tijl.coosemans.org> In-Reply-To: <20150719123917.GB50618@ivaldir.etoilebsd.net> References: <201507191135.t6JBZPcB028814@repo.freebsd.org> <20150719142306.0ae1cfce@kalimero.tijl.coosemans.org> <20150719123917.GB50618@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 13:35:58 -0000 On Sun, 19 Jul 2015 14:39:17 +0200 Baptiste Daroussin wrote: > On Sun, Jul 19, 2015 at 02:23:06PM +0200, Tijl Coosemans wrote: >> On Sun, 19 Jul 2015 11:35:25 +0000 (UTC) Baptiste Daroussin wrote: >>> Author: bapt >>> Date: Sun Jul 19 11:35:25 2015 >>> New Revision: 392494 >>> URL: https://svnweb.freebsd.org/changeset/ports/392494 >>> >>> Log: >>> Properly respect OPENSSL_PORT (while here use libarchive from base) >>> >>> PR: 199265 >>> Reported by: ports@stdrand.com >>> >>> Modified: >>> head/net-mgmt/seafile/Makefile >>> >>> Modified: head/net-mgmt/seafile/Makefile >>> ============================================================================== >>> --- head/net-mgmt/seafile/Makefile Sun Jul 19 11:28:37 2015 (r392493) >>> +++ head/net-mgmt/seafile/Makefile Sun Jul 19 11:35:25 2015 (r392494) >>> @@ -2,6 +2,7 @@ >>> >>> PORTNAME= seafile >>> PORTVERSION= 4.0.6 >>> +PORTREVISION= 1 >>> DISTVERSIONPREFIX= v >>> DISTVERSIONSUFFIX= -server >>> CATEGORIES= net-mgmt devel >>> @@ -16,7 +17,6 @@ LIB_DEPENDS= libsearpc.so:${PORTSDIR}/de >>> libevhtp.so:${PORTSDIR}/www/libevhtp \ >>> libzdb.so:${PORTSDIR}/databases/libzdb \ >>> libcrypto.so:${PORTSDIR}/security/openssl \ >>> - libarchive.so.13:${PORTSDIR}/archivers/libarchive \ >>> libcurl.so:${PORTSDIR}/ftp/curl \ >>> libinotify.so:${PORTSDIR}/devel/libinotify \ >>> libccnet.so:${PORTSDIR}/net-mgmt/ccnet >>> @@ -33,8 +33,9 @@ SHEBANG_FILES= scripts/*.sh scripts/upgr >>> GNU_CONFIGURE= yes >>> USE_OPENSSL= yes >>> USE_LDCONFIG= yes >>> +CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ >>> + LIBARCHIVE_CFLAGS="-I/usr/include" LIBARCHIVE_LIBS="-larchive" >> >> It's probably ok to remove the dependency above, but I'm not sure these >> flags are fine. When ports openssl is used, ports libarchive must be >> used as well, because libarchive links to libcrypto. > > I cannot see a sane way to handle this... I think it's enough to replace LIBARCHIVE_CFLAGS="-I/usr/include" with LIBARCHIVE_CFLAGS=" " for now. Then ports libarchive will be used when available (because of -I and -L flags from other libraries). From owner-svn-ports-all@freebsd.org Sun Jul 19 14:07:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8597A9A474A; Sun, 19 Jul 2015 14:07:19 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 123041087; Sun, 19 Jul 2015 14:07:19 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wgav7 with SMTP id v7so47549972wga.2; Sun, 19 Jul 2015 07:07:17 -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=NJsnOLeq/XBKzZAX8gkDlF9Te9ELXSmFVhf9sx2TR94=; b=z5aEjwAi42DNFVJNlW6iqgOZ+bXcBaMSEZjNr7RRbGzAYhLz6QBOi5Ntky+BzLRd+q 0dINACflS+El9DU+hi9nfNr9WRcZq7WfSZNcw2RX0R6F0F9xpwiuS91nfmu95QJku6hg r6us5uBhskb5lvrg2WqahnMn/gAtKofqGVGO9p4NCxNZd+VwHp/0+lBeFqdIlLETlF/9 bT5VHyC8urYWqD3eLsfQJEOluPZZEtofGlciC/4Fqn6Ov4TcA6V2+iOg2lVkkJ7LAckQ tAz2FE0QDESPnwhUT9N3iLsH1agKoSwewo2Rttx4y6CQWbddV0Y9FOMnK24bqKVn4YKc fueA== X-Received: by 10.194.172.8 with SMTP id ay8mr46637481wjc.106.1437314837368; Sun, 19 Jul 2015 07:07:17 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id m10sm7124232wib.17.2015.07.19.07.07.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 07:07:16 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 19 Jul 2015 16:07:14 +0200 From: Baptiste Daroussin To: Tijl Coosemans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392494 - head/net-mgmt/seafile Message-ID: <20150719140714.GC50618@ivaldir.etoilebsd.net> References: <201507191135.t6JBZPcB028814@repo.freebsd.org> <20150719142306.0ae1cfce@kalimero.tijl.coosemans.org> <20150719123917.GB50618@ivaldir.etoilebsd.net> <20150719153553.5de3d746@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pAwQNkOnpTn9IO2O" Content-Disposition: inline In-Reply-To: <20150719153553.5de3d746@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 14:07:19 -0000 --pAwQNkOnpTn9IO2O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 19, 2015 at 03:35:53PM +0200, Tijl Coosemans wrote: > On Sun, 19 Jul 2015 14:39:17 +0200 Baptiste Daroussin = wrote: > > On Sun, Jul 19, 2015 at 02:23:06PM +0200, Tijl Coosemans wrote: > >> On Sun, 19 Jul 2015 11:35:25 +0000 (UTC) Baptiste Daroussin wrote: > >>> Author: bapt > >>> Date: Sun Jul 19 11:35:25 2015 > >>> New Revision: 392494 > >>> URL: https://svnweb.freebsd.org/changeset/ports/392494 > >>>=20 > >>> Log: > >>> Properly respect OPENSSL_PORT (while here use libarchive from base) > >>> =20 > >>> PR: 199265 > >>> Reported by: ports@stdrand.com > >>>=20 > >>> Modified: > >>> head/net-mgmt/seafile/Makefile > >>>=20 > >>> Modified: head/net-mgmt/seafile/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-mgmt/seafile/Makefile Sun Jul 19 11:28:37 2015 (r392493) > >>> +++ head/net-mgmt/seafile/Makefile Sun Jul 19 11:35:25 2015 (r392494) > >>> @@ -2,6 +2,7 @@ > >>> =20 > >>> PORTNAME=3D seafile > >>> PORTVERSION=3D 4.0.6 > >>> +PORTREVISION=3D 1 > >>> DISTVERSIONPREFIX=3D v > >>> DISTVERSIONSUFFIX=3D -server > >>> CATEGORIES=3D net-mgmt devel > >>> @@ -16,7 +17,6 @@ LIB_DEPENDS=3D libsearpc.so:${PORTSDIR}/de > >>> libevhtp.so:${PORTSDIR}/www/libevhtp \ > >>> libzdb.so:${PORTSDIR}/databases/libzdb \ > >>> libcrypto.so:${PORTSDIR}/security/openssl \ > >>> - libarchive.so.13:${PORTSDIR}/archivers/libarchive \ > >>> libcurl.so:${PORTSDIR}/ftp/curl \ > >>> libinotify.so:${PORTSDIR}/devel/libinotify \ > >>> libccnet.so:${PORTSDIR}/net-mgmt/ccnet > >>> @@ -33,8 +33,9 @@ SHEBANG_FILES=3D scripts/*.sh scripts/upgr > >>> GNU_CONFIGURE=3D yes > >>> USE_OPENSSL=3D yes > >>> USE_LDCONFIG=3D yes > >>> +CONFIGURE_ENV=3D SSL_CFLAGS=3D"${OPENSSLINC}" SSL_LIBS=3D"-L${OPENSS= LLIB} -lssl -lcrypto" \ > >>> + LIBARCHIVE_CFLAGS=3D"-I/usr/include" LIBARCHIVE_LIBS=3D"-larchive" > >>=20 > >> It's probably ok to remove the dependency above, but I'm not sure these > >> flags are fine. When ports openssl is used, ports libarchive must be > >> used as well, because libarchive links to libcrypto. > >=20 > > I cannot see a sane way to handle this... >=20 > I think it's enough to replace LIBARCHIVE_CFLAGS=3D"-I/usr/include" with > LIBARCHIVE_CFLAGS=3D" " for now. Then ports libarchive will be used when > available (because of -I and -L flags from other libraries). >=20 I'm working on a USES=3Dlibarchive so libarchive is always enforced from po= rts (same will come for other libs like that) Best regards, Bapt --pAwQNkOnpTn9IO2O Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWrrxEACgkQ8kTtMUmk6EzVPACfWDEP975Ew3zDf7DWMOArFKtp tCMAni6S2Kgk6gFxD3WmJ8esJ3nntBX/ =ui22 -----END PGP SIGNATURE----- --pAwQNkOnpTn9IO2O-- From owner-svn-ports-all@freebsd.org Sun Jul 19 14:23:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 701B99A4B1C; Sun, 19 Jul 2015 14:23:56 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5442E1931; Sun, 19 Jul 2015 14:23:56 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JENuqm097967; Sun, 19 Jul 2015 14:23:56 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JENtFO097963; Sun, 19 Jul 2015 14:23:55 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201507191423.t6JENtFO097963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sun, 19 Jul 2015 14:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392506 - in head/java/openjdk8: . 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.20 Precedence: 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, 19 Jul 2015 14:23:56 -0000 Author: glewis Date: Sun Jul 19 14:23:54 2015 New Revision: 392506 URL: https://svnweb.freebsd.org/changeset/ports/392506 Log: . Update to 8u51. Added: head/java/openjdk8/files/patch-8u51-b16 (contents, props changed) Deleted: head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp head/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-vmError_bsd.cpp head/java/openjdk8/files/patch-jdk-src-solaris-bin-java_md_solinux.c head/java/openjdk8/files/patch-jdk_src_share_native_sun_awt_splashscreen_splashscreen__gif.c head/java/openjdk8/files/patch-langtools-test-Makefile head/java/openjdk8/files/patch-static-libjli Modified: head/java/openjdk8/Makefile head/java/openjdk8/files/patch-bsd head/java/openjdk8/files/patch-bsd-test head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk head/java/openjdk8/files/patch-jdk-make-lib-CoreLibraries.gmk head/java/openjdk8/files/patch-jdk-make-lib-ServiceabilityLibraries.gmk head/java/openjdk8/files/patch-jdk-src-share-classes-sun-print-PSPrinterJob.java Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Sun Jul 19 13:02:38 2015 (r392505) +++ head/java/openjdk8/Makefile Sun Jul 19 14:23:54 2015 (r392506) @@ -2,7 +2,6 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//} -PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \ https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \ @@ -94,8 +93,8 @@ NO_CCACHE= yes NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 8 -JDK_UPDATE_VERSION= 45 -JDK_BUILD_NUMBER= 14 +JDK_UPDATE_VERSION= 51 +JDK_BUILD_NUMBER= 16 DIST_BUILD_NUMBER= 132 JTREG_VERSION= 4.1 JTREG_BUILD_NUMBER= b08 Added: head/java/openjdk8/files/patch-8u51-b16 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-8u51-b16 Sun Jul 19 14:23:54 2015 (r392506) @@ -0,0 +1,9265 @@ +--- ./.hgtags Tue Mar 17 11:22:18 2015 -0700 ++++ ./.hgtags Mon Jun 01 11:40:12 2015 -0700 +@@ -354,6 +354,7 @@ + fde671d8b2537b6be61f67e583164b5b8b33ac5b jdk8u31-b13 + a198f93b1e0be5edce7a351b1399cb5c4e64c8f4 jdk8u31-b31 + 99c79d83152585991682bd86e21fdcfe6f6ab9b2 jdk8u31-b32 ++cf4ebf47413902376f66d2cddaf0282d49699ba7 jdk8u31-b33 + 0dccc4aca1859b1ff7dca9db214f7f38c4ddbbce jdk8u40-b00 + f8736a40a35df0c8055c8a94b96e5381b381ad33 jdk8u40-b01 + b6a148730f2b14193c308bc9c866c36ee6c08ed3 jdk8u40-b02 +@@ -382,6 +383,8 @@ + e26f15704e37f28acebb22378c4785891aaec637 jdk8u40-b25 + 7a552439756eaad0618ae82a94c034edb65f5d7e jdk8u40-b26 + 12deacac825756e266e91a906db9edab73c4c90b jdk8u40-b27 ++eee2ebbb97f136cd458d4f3a825ee40d0046f425 jdk8u40-b31 ++b92f3d486e47d29dfb1ea2096db295077328368e jdk8u40-b32 + ec4bcc6e4dcf190a165106627ed3eef1e7d94d0c jdk8u45-b00 + 635ba0c81b894a88ff737fefc9d7af398f761643 jdk8u45-b01 + 801c65bb74b770600a2d48189764e416e5cfe265 jdk8u45-b02 +@@ -396,3 +399,23 @@ + 6738b8755c80905e3eecedf94e27f03d23f02ba9 jdk8u45-b11 + 54709b761404dd3bc1b58acf5582fa9bd70ff59a jdk8u45-b12 + 6b2f1bf5c72873d01b37103fc20ac7a63e7881dd jdk8u45-b13 ++15b679d327da9ee99c05d7ddd75512ce335d5994 jdk8u45-b14 ++438cc91b51330a61a790f0a0ac64816b565d25f0 jdk8u45-b15 ++5a4ccc33ab26b635f91ddd424742b0009a37bcc0 jdk8u45-b31 ++4597cb5171773416c4b2e1843db8592a69ff7a99 jdk8u45-b32 ++a1682688c9aec33c172146ce4be8d3969e7d76bb jdk8u51-b00 ++e04f2ee2d03d9927d2012286a9bcbf511eb887ae jdk8u51-b01 ++4dee64570ad013eb5e1cb16304f9eff558c1c5e9 jdk8u51-b02 ++df8e9cbe5a8a7ce9cf2e0a78910302d08e2dbb53 jdk8u51-b03 ++1d29a8f9bd262c4f3556e0250db80d8dc64d95d3 jdk8u51-b04 ++046d1cfaedc892bfd49570d42dd655338278d476 jdk8u51-b05 ++7875bd6e35fb6af4b150dda213d7812bdb9fcba1 jdk8u51-b06 ++2c7a34442763e809d2cf1459d5b8d6d5528f6494 jdk8u51-b07 ++a96b442d99131e87c7c974a0fa277a5f971732c6 jdk8u51-b08 ++3a95f1e13da9720a6243c0bd41688544b037e182 jdk8u51-b09 ++d99f3f935397fdc65dcb776a97110e8ff5cc519c jdk8u51-b10 ++29612174658436601ba833993227ae96117f632c jdk8u51-b11 ++f07a9ef02d513435e19fd70abcce2871d1c91342 jdk8u51-b12 ++6ef21f3e0946aaab8dc1f4e9cad21dacb97c4f8c jdk8u51-b13 ++5a2078b398485d21fa6577cf9481aa488d2e28d0 jdk8u51-b14 ++54b6481aa9e2f39699a96a4572b825b6d81f434f jdk8u51-b15 +--- ./corba/.hgtags Tue Mar 17 11:22:27 2015 -0700 ++++ ./corba/.hgtags Mon Jun 01 11:40:22 2015 -0700 +@@ -352,6 +352,7 @@ + f89b454638d89ee5f44422b7a5b8e5651260e68f jdk8u31-b13 + 705d3a4298f44f0a14925bfee5017f5824b6c0ca jdk8u31-b31 + 072d325a052a5894019b74118803bf5fb9e30692 jdk8u31-b32 ++bfd820cde577ba687222196e6c5159d9763df887 jdk8u31-b33 + 7d1e0f0b63f1d66c77924d8b2a1accdf8f7480db jdk8u40-b00 + c5d9822a3c18cd9e274dfe99e91c33e02bd8f8f4 jdk8u40-b01 + 504b4455570e14b7fc0a837a09c6401c603516d9 jdk8u40-b02 +@@ -380,6 +381,8 @@ + 2220744100b8487976debff79e5d0c7d70738bda jdk8u40-b25 + cab2b99c6bb2e15165a58eaa36157788f82592f1 jdk8u40-b26 + bd0186cd2419129357b110fe3f13519f68b29774 jdk8u40-b27 ++28a1dbd4bb9ec97427790c88d21514af2f878c94 jdk8u40-b31 ++663a3151c688bc3f4c092bcad21cc81e29139d62 jdk8u40-b32 + 5761efbc739fdedcbff224e22f920e88b29af4cf jdk8u45-b00 + 6a52852476c9ccb2d52153d1b94b675e863bb28c jdk8u45-b01 + 3b9d342f9f584465ea5976e06357b45682f9681d jdk8u45-b02 +@@ -394,3 +397,23 @@ + 08c2ce4b6d59bc6b29e61fd8562b9e3d39b257a5 jdk8u45-b11 + c9bf2543c0c045ef31f0296bc355381e1a4bd4ac jdk8u45-b12 + 326f02235e7a9a6da78428410320dcc980827d40 jdk8u45-b13 ++50fb9bed64c9366b7bf68bddcdc553cd7295d905 jdk8u45-b14 ++4afc048fe6ff7fc3fdbdadd8027549805c426d0d jdk8u45-b15 ++e67045c893eaf5e3336c4fd849786fa15b81b601 jdk8u45-b31 ++f2aeb52cb7cef1f984661a583baac67402f633a5 jdk8u45-b32 ++72d116eea419824044f8dd4ae9d3a012946f72a4 jdk8u51-b00 ++b9638b9fe23876fd2413f336ee1d4e05d409e6a9 jdk8u51-b01 ++bc5562ed3c2d69ffbff357e96d9e383479042000 jdk8u51-b02 ++75c09ffd6c62f90153e4b043e0b40db4fa03954d jdk8u51-b03 ++66908961baaec267141b1e80d04feed0c93f68fe jdk8u51-b04 ++1c0a26d561f3a6b2d5a4c91161d7c92409d5f227 jdk8u51-b05 ++dba5c9ee56abce73e1f6ed99a36a99d6907266c6 jdk8u51-b06 ++00d57e68b59879ee59352ae18c7e40216d9e2243 jdk8u51-b07 ++47492841bb10e6c995c68be533d2b4905856a17e jdk8u51-b08 ++b9e5fa1d3f251d5cce02d1e7ff97279064aecdb1 jdk8u51-b09 ++0011162b38bf4dab36c72bf25640c59d7128274a jdk8u51-b10 ++4d59046bdb8a05cfb9e07d8e18d44956f700fe29 jdk8u51-b11 ++e51a2deadf774452d98b339d65d33c72a466a453 jdk8u51-b12 ++4886143e8749caf2ec42a6e77c70a98516e140a3 jdk8u51-b13 ++1fbfa02e524872a75e98ee3a80e2472fa7012fde jdk8u51-b14 ++d6e1f914c954f98caa31edd0037837830774dfb6 jdk8u51-b15 +--- ./corba/src/share/classes/com/sun/corba/se/impl/io/IIOPInputStream.java Tue Mar 17 11:22:27 2015 -0700 ++++ ./corba/src/share/classes/com/sun/corba/se/impl/io/IIOPInputStream.java Mon Jun 01 11:40:22 2015 -0700 +@@ -2417,8 +2417,8 @@ + private void throwAwayData(ValueMember[] fields, + com.sun.org.omg.SendingContext.CodeBase sender) + throws InvalidClassException, StreamCorruptedException, +- ClassNotFoundException, IOException +- { ++ ClassNotFoundException, IOException { ++ + for (int i = 0; i < fields.length; ++i) { + + try { +@@ -2553,8 +2553,7 @@ + + } + +- private static void setObjectField(Object o, Class c, String fieldName, Object v) +- { ++ private static void setObjectField(Object o, Class c, String fieldName, Object v) { + try { + Field fld = c.getDeclaredField( fieldName ) ; + Class fieldCl = fld.getType(); +@@ -2564,9 +2563,15 @@ + long key = bridge.objectFieldOffset( fld ) ; + bridge.putObject( o, key, v ) ; + } catch (Exception e) { +- throw utilWrapper.errorSetObjectField( e, fieldName, +- o.toString(), +- v.toString() ) ; ++ if (o != null) { ++ throw utilWrapper.errorSetObjectField( e, fieldName, ++ o.toString(), ++ v.toString() ) ; ++ } else { ++ throw utilWrapper.errorSetObjectField( e, fieldName, ++ "null " + c.getName() + " object", ++ v.toString() ) ; ++ } + } + } + +@@ -2574,12 +2579,22 @@ + { + try { + Field fld = c.getDeclaredField( fieldName ) ; +- long key = bridge.objectFieldOffset( fld ) ; +- bridge.putBoolean( o, key, v ) ; ++ if ((fld != null) && (fld.getType() == Boolean.TYPE)) { ++ long key = bridge.objectFieldOffset( fld ) ; ++ bridge.putBoolean( o, key, v ) ; ++ } else { ++ throw new InvalidObjectException("Field Type mismatch"); ++ } + } catch (Exception e) { ++ if (o != null) { + throw utilWrapper.errorSetBooleanField( e, fieldName, + o.toString(), + new Boolean(v) ) ; ++ } else { ++ throw utilWrapper.errorSetBooleanField( e, fieldName, ++ "null " + c.getName() + " object", ++ new Boolean(v) ) ; ++ } + } + } + +@@ -2587,12 +2602,22 @@ + { + try { + Field fld = c.getDeclaredField( fieldName ) ; +- long key = bridge.objectFieldOffset( fld ) ; +- bridge.putByte( o, key, v ) ; ++ if ((fld != null) && (fld.getType() == Byte.TYPE)) { ++ long key = bridge.objectFieldOffset( fld ) ; ++ bridge.putByte( o, key, v ) ; ++ } else { ++ throw new InvalidObjectException("Field Type mismatch"); ++ } + } catch (Exception e) { +- throw utilWrapper.errorSetByteField( e, fieldName, +- o.toString(), +- new Byte(v) ) ; ++ if (o != null) { ++ throw utilWrapper.errorSetByteField( e, fieldName, ++ o.toString(), ++ new Byte(v) ) ; ++ } else { ++ throw utilWrapper.errorSetByteField( e, fieldName, ++ "null " + c.getName() + " object", ++ new Byte(v) ) ; ++ } + } + } + +@@ -2600,12 +2625,22 @@ + { + try { + Field fld = c.getDeclaredField( fieldName ) ; +- long key = bridge.objectFieldOffset( fld ) ; +- bridge.putChar( o, key, v ) ; ++ if ((fld != null) && (fld.getType() == Character.TYPE)) { ++ long key = bridge.objectFieldOffset( fld ) ; ++ bridge.putChar( o, key, v ) ; ++ } else { ++ throw new InvalidObjectException("Field Type mismatch"); ++ } + } catch (Exception e) { +- throw utilWrapper.errorSetCharField( e, fieldName, +- o.toString(), +- new Character(v) ) ; ++ if (o != null) { ++ throw utilWrapper.errorSetCharField( e, fieldName, ++ o.toString(), ++ new Character(v) ) ; ++ } else { ++ throw utilWrapper.errorSetCharField( e, fieldName, ++ "null " + c.getName() + " object", ++ new Character(v) ) ; ++ } + } + } + +@@ -2613,12 +2648,22 @@ + { + try { + Field fld = c.getDeclaredField( fieldName ) ; +- long key = bridge.objectFieldOffset( fld ) ; +- bridge.putShort( o, key, v ) ; ++ if ((fld != null) && (fld.getType() == Short.TYPE)) { ++ long key = bridge.objectFieldOffset( fld ) ; ++ bridge.putShort( o, key, v ) ; ++ } else { ++ throw new InvalidObjectException("Field Type mismatch"); ++ } + } catch (Exception e) { ++ if (o != null) { + throw utilWrapper.errorSetShortField( e, fieldName, + o.toString(), + new Short(v) ) ; ++ } else { ++ throw utilWrapper.errorSetShortField( e, fieldName, ++ "null " + c.getName() + " object", ++ new Short(v) ) ; ++ } + } + } + +@@ -2626,12 +2671,22 @@ + { + try { + Field fld = c.getDeclaredField( fieldName ) ; +- long key = bridge.objectFieldOffset( fld ) ; +- bridge.putInt( o, key, v ) ; ++ if ((fld != null) && (fld.getType() == Integer.TYPE)) { ++ long key = bridge.objectFieldOffset( fld ) ; ++ bridge.putInt( o, key, v ) ; ++ } else { ++ throw new InvalidObjectException("Field Type mismatch"); ++ } + } catch (Exception e) { +- throw utilWrapper.errorSetIntField( e, fieldName, +- o.toString(), +- new Integer(v) ) ; ++ if (o != null) { ++ throw utilWrapper.errorSetIntField( e, fieldName, ++ o.toString(), ++ new Integer(v) ) ; ++ } else { ++ throw utilWrapper.errorSetIntField( e, fieldName, ++ "null " + c.getName() + " object", ++ new Integer(v) ) ; ++ } + } + } + +@@ -2639,12 +2694,22 @@ + { + try { + Field fld = c.getDeclaredField( fieldName ) ; +- long key = bridge.objectFieldOffset( fld ) ; +- bridge.putLong( o, key, v ) ; ++ if ((fld != null) && (fld.getType() == Long.TYPE)) { ++ long key = bridge.objectFieldOffset( fld ) ; ++ bridge.putLong( o, key, v ) ; ++ } else { ++ throw new InvalidObjectException("Field Type mismatch"); ++ } + } catch (Exception e) { +- throw utilWrapper.errorSetLongField( e, fieldName, +- o.toString(), +- new Long(v) ) ; ++ if (o != null) { ++ throw utilWrapper.errorSetLongField( e, fieldName, ++ o.toString(), ++ new Long(v) ) ; ++ } else { ++ throw utilWrapper.errorSetLongField( e, fieldName, ++ "null " + c.getName() + " object", ++ new Long(v) ) ; ++ } + } + } + +@@ -2652,12 +2717,22 @@ + { + try { + Field fld = c.getDeclaredField( fieldName ) ; +- long key = bridge.objectFieldOffset( fld ) ; +- bridge.putFloat( o, key, v ) ; ++ if ((fld != null) && (fld.getType() == Float.TYPE)) { ++ long key = bridge.objectFieldOffset( fld ) ; ++ bridge.putFloat( o, key, v ) ; ++ } else { ++ throw new InvalidObjectException("Field Type mismatch"); ++ } + } catch (Exception e) { +- throw utilWrapper.errorSetFloatField( e, fieldName, +- o.toString(), +- new Float(v) ) ; ++ if (o != null) { ++ throw utilWrapper.errorSetFloatField( e, fieldName, ++ o.toString(), ++ new Float(v) ) ; ++ } else { ++ throw utilWrapper.errorSetFloatField( e, fieldName, ++ "null " + c.getName() + " object", ++ new Float(v) ) ; ++ } + } + } + +@@ -2665,12 +2740,22 @@ + { + try { + Field fld = c.getDeclaredField( fieldName ) ; +- long key = bridge.objectFieldOffset( fld ) ; +- bridge.putDouble( o, key, v ) ; ++ if ((fld != null) && (fld.getType() == Double.TYPE)) { ++ long key = bridge.objectFieldOffset( fld ) ; ++ bridge.putDouble( o, key, v ) ; ++ } else { ++ throw new InvalidObjectException("Field Type mismatch"); ++ } + } catch (Exception e) { +- throw utilWrapper.errorSetDoubleField( e, fieldName, +- o.toString(), +- new Double(v) ) ; ++ if (o != null) { ++ throw utilWrapper.errorSetDoubleField( e, fieldName, ++ o.toString(), ++ new Double(v) ) ; ++ } else { ++ throw utilWrapper.errorSetDoubleField( e, fieldName, ++ "null " + c.getName() + " object", ++ new Double(v) ) ; ++ } + } + } + +--- ./hotspot/.hgtags Tue Mar 17 11:22:51 2015 -0700 ++++ ./hotspot/.hgtags Mon Jun 01 11:40:55 2015 -0700 +@@ -565,6 +565,7 @@ + 4206e725d584be942c25ff46ff23d8e299ca4a4c jdk8u31-b13 + b517d3a9aebf0fee64808f9a7c0ef8e0b82d5ed3 jdk8u31-b31 + 15d8108258cb60a58bdd03b9ff8e77dd6727a804 jdk8u31-b32 ++26b1dc6891c4fae03575a9090f7d04bd631d9164 jdk8u31-b33 + 1b3abbeee961dee49780c0e4af5337feb918c555 jdk8u40-b10 + f10fe402dfb1543723b4b117a7cba3ea3d4159f1 hs25.40-b15 + 99372b2fee0eb8b3452f47230e84aa6e97003184 jdk8u40-b11 +@@ -594,6 +595,8 @@ + 698dd28ecc785ffc43e3f12266b13e85382c26a8 jdk8u40-b25 + f39b6944ad447269b81e06ca5da9edff9e9e67c8 jdk8u40-b26 + 6824e2475e0432e27f9cc51838bc34ea5fbf5113 jdk8u40-b27 ++8220f68a195f6eeed2f5fb6e8a303726b512e899 jdk8u40-b31 ++850a290eb1088a61178d1910c500e170ef4f4386 jdk8u40-b32 + b95f13f05f553309cd74d6ccf8fcedb259c6716c jdk8u45-b00 + 41c3c456e326185053f0654be838f4b0bfb38078 jdk8u45-b01 + 626fd8c2eec63e2a2dff3839bfe12c0431bf00a4 jdk8u45-b02 +@@ -608,3 +611,23 @@ + f4822d12204179e6a3e7aaf98991b6171670cbf2 jdk8u45-b11 + dc29108bcbcbfcd49eaa9135368306dc85db73a6 jdk8u45-b12 + efbf340fc7f56e49735111c23cef030413146409 jdk8u45-b13 ++5321d26956b283b7cb73b04b91db41c7c9fe9158 jdk8u45-b14 ++a5ba7c9a0b916ea088aaac5d40e17b4675c2b026 jdk8u45-b15 ++894b92a02c533bcd1203c4beb5b6ec067b63466e jdk8u45-b31 ++1428b6aa09c4e17202b801530c3c4993c7ce8e5b jdk8u45-b32 ++b22b01407a8140041545afe1f2d6335db4d94ba5 jdk8u51-b00 ++c1de2652a48c1d4a0c96707acc73db3cd317df2a jdk8u51-b01 ++8f03c2f5fc170da5fca2cf65734941efb619feca jdk8u51-b02 ++cf295659243009ded76b6c14307c177a02f9fe82 jdk8u51-b03 ++0b3f449553884d88f6c9d7ab067fa858f18cc3f1 jdk8u51-b04 ++6ce994385353023e6b3f9c5ef331f390b324a355 jdk8u51-b05 ++3816de51b5e7d6050584057fae5f2262dae53d7e jdk8u51-b06 ++5c017acbaf015fb8ecca6f00870965f3deb4e1ac jdk8u51-b07 ++631d4029d851b59613e6748e17447001a682276e jdk8u51-b08 ++ce81c4487dd1e9f89d4570a8cd25e349f6bae00d jdk8u51-b09 ++928e1994ad43272f808ca22b9cc1b08a7ce2824f jdk8u51-b10 ++1a122beb9dc6881850ef1d1250f40a83709b8b72 jdk8u51-b11 ++05c80f1060f0c0d5720de9eadd09162af1168eab jdk8u51-b12 ++07e103f3f43886a3b47945e5295eb5accad505de jdk8u51-b13 ++a4eea4bee2d4fdb05f1a8358d70ec6adb1135526 jdk8u51-b14 ++9a70cba6a3c3e44486f9c199d03a16b2b09d0a13 jdk8u51-b15 +--- ./hotspot/make/hotspot_version Tue Mar 17 11:22:51 2015 -0700 ++++ ./hotspot/make/hotspot_version Mon Jun 01 11:40:55 2015 -0700 +@@ -34,8 +34,8 @@ + HOTSPOT_VM_COPYRIGHT=Copyright 2015 + + HS_MAJOR_VER=25 +-HS_MINOR_VER=45 +-HS_BUILD_NUMBER=02 ++HS_MINOR_VER=51 ++HS_BUILD_NUMBER=03 + + JDK_MAJOR_VER=1 + JDK_MINOR_VER=8 +--- ./hotspot/src/share/vm/c1/c1_LIRGenerator.cpp Tue Mar 17 11:22:51 2015 -0700 ++++ ./hotspot/src/share/vm/c1/c1_LIRGenerator.cpp Mon Jun 01 11:40:55 2015 -0700 +@@ -2204,7 +2204,15 @@ + if (log2_scale != 0) { + // temporary fix (platform dependent code without shift on Intel would be better) + // TODO: ARM also allows embedded shift in the address +- __ shift_left(index_op, log2_scale, index_op); ++ LIR_Opr tmp = new_pointer_register(); ++ if (TwoOperandLIRForm) { ++ __ move(index_op, tmp); ++ index_op = tmp; ++ } ++ __ shift_left(index_op, log2_scale, tmp); ++ if (!TwoOperandLIRForm) { ++ index_op = tmp; ++ } + } + + LIR_Address* addr = new LIR_Address(base_op, index_op, x->basic_type()); +--- ./hotspot/src/share/vm/classfile/systemDictionary.cpp Tue Mar 17 11:22:51 2015 -0700 ++++ ./hotspot/src/share/vm/classfile/systemDictionary.cpp Mon Jun 01 11:40:55 2015 -0700 +@@ -2349,9 +2349,6 @@ + assert(!THREAD->is_Compiler_thread(), ""); + Handle method_type = + SystemDictionary::find_method_handle_type(signature, accessing_klass, CHECK_(empty)); +- if (false) { // FIXME: Decide if the Java upcall should resolve signatures. +- method_type = java_lang_String::create_from_symbol(signature, CHECK_(empty)); +- } + + KlassHandle mh_klass = SystemDictionary::MethodHandle_klass(); + int ref_kind = JVM_REF_invokeVirtual; +@@ -2383,6 +2380,24 @@ + return unpack_method_and_appendix(mname, accessing_klass, appendix_box, appendix_result, THREAD); + } + ++// Decide if we can globally cache a lookup of this class, to be returned to any client that asks. ++// We must ensure that all class loaders everywhere will reach this class, for any client. ++// This is a safe bet for public classes in java.lang, such as Object and String. ++// We also include public classes in java.lang.invoke, because they appear frequently in system-level method types. ++// Out of an abundance of caution, we do not include any other classes, not even for packages like java.util. ++static bool is_always_visible_class(oop mirror) { ++ Klass* klass = java_lang_Class::as_Klass(mirror); ++ if (klass->oop_is_objArray()) { ++ klass = ObjArrayKlass::cast(klass)->bottom_klass(); // check element type ++ } ++ if (klass->oop_is_typeArray()) { ++ return true; // primitive array ++ } ++ assert(klass->oop_is_instance(), klass->external_name()); ++ return klass->is_public() && ++ (InstanceKlass::cast(klass)->is_same_class_package(SystemDictionary::Object_klass()) || // java.lang ++ InstanceKlass::cast(klass)->is_same_class_package(SystemDictionary::MethodHandle_klass())); // java.lang.invoke ++} + + // Ask Java code to find or construct a java.lang.invoke.MethodType for the given + // signature, as interpreted relative to the given class loader. +@@ -2405,32 +2420,33 @@ + } + + Handle class_loader, protection_domain; +- bool is_on_bcp = true; // keep this true as long as we can materialize from the boot classloader ++ if (accessing_klass.not_null()) { ++ class_loader = Handle(THREAD, InstanceKlass::cast(accessing_klass())->class_loader()); ++ protection_domain = Handle(THREAD, InstanceKlass::cast(accessing_klass())->protection_domain()); ++ } ++ bool can_be_cached = true; + int npts = ArgumentCount(signature).size(); + objArrayHandle pts = oopFactory::new_objArray(SystemDictionary::Class_klass(), npts, CHECK_(empty)); + int arg = 0; +- Handle rt; // the return type from the signature ++ Handle rt; // the return type from the signature + ResourceMark rm(THREAD); + for (SignatureStream ss(signature); !ss.is_done(); ss.next()) { + oop mirror = NULL; +- if (is_on_bcp) { +- // Note: class_loader & protection_domain are both null at this point. +- mirror = ss.as_java_mirror(class_loader, protection_domain, ++ if (can_be_cached) { ++ // Use neutral class loader to lookup candidate classes to be placed in the cache. ++ mirror = ss.as_java_mirror(Handle(), Handle(), + SignatureStream::ReturnNull, CHECK_(empty)); +- if (mirror == NULL) { +- // fall back from BCP to accessing_klass +- if (accessing_klass.not_null()) { +- class_loader = Handle(THREAD, InstanceKlass::cast(accessing_klass())->class_loader()); +- protection_domain = Handle(THREAD, InstanceKlass::cast(accessing_klass())->protection_domain()); +- } +- is_on_bcp = false; ++ if (mirror == NULL || (ss.is_object() && !is_always_visible_class(mirror))) { ++ // Fall back to accessing_klass context. ++ can_be_cached = false; + } + } +- if (!is_on_bcp) { ++ if (!can_be_cached) { + // Resolve, throwing a real error if it doesn't work. + mirror = ss.as_java_mirror(class_loader, protection_domain, + SignatureStream::NCDFError, CHECK_(empty)); + } ++ assert(!oopDesc::is_null(mirror), ss.as_symbol(THREAD)->as_C_string()); + if (ss.at_return_type()) + rt = Handle(THREAD, mirror); + else +@@ -2462,7 +2478,7 @@ + &args, CHECK_(empty)); + Handle method_type(THREAD, (oop) result.get_jobject()); + +- if (is_on_bcp) { ++ if (can_be_cached) { + // We can cache this MethodType inside the JVM. + MutexLocker ml(SystemDictionary_lock, THREAD); + spe = invoke_method_table()->find_entry(index, hash, signature, null_iid); +--- ./hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.hpp Tue Mar 17 11:22:51 2015 -0700 ++++ ./hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.hpp Mon Jun 01 11:40:55 2015 -0700 +@@ -68,11 +68,11 @@ + + ~JvmtiConstantPoolReconstituter() { + if (_symmap != NULL) { +- os::free(_symmap, mtClass); ++ delete _symmap; + _symmap = NULL; + } + if (_classmap != NULL) { +- os::free(_classmap, mtClass); ++ delete _classmap; + _classmap = NULL; + } + } +--- ./jaxp/.hgtags Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/.hgtags Mon Jun 01 11:41:52 2015 -0700 +@@ -354,6 +354,7 @@ + 1dd828fd98f1b84de5dcadb904322b711e7489ff jdk8u31-b13 + dcc563c9db9ef290a0783378d43a039cd92a08e3 jdk8u31-b31 + 119f4ae3151f4134a5e62034e66a4c17f524838b jdk8u31-b32 ++d8a594fd8507343dc23fa18c01b17c96fced47fd jdk8u31-b33 + 3a1bba8076da4e54882123e98e219eab1c31ccef jdk8u40-b00 + f219da378d0768ff042d77221e5d20676ecc16f0 jdk8u40-b01 + 16ef2134c32a4e60b5a60105b371163aa5936278 jdk8u40-b02 +@@ -382,6 +383,8 @@ + 4c0d4c38279c5790aa5b61b03c4cfa9b2a58bc72 jdk8u40-b25 + f693ef62c207dd0290957c95bd62ab653afe4626 jdk8u40-b26 + 56f6ca79467d04eb95383102046836b6ac7d2811 jdk8u40-b27 ++7e43d4e20a33b8b6bd06112e39d367b51de921a7 jdk8u40-b31 ++8facbe662ec106f1aae271f5c59909e124938c40 jdk8u40-b32 + 9286acc600a779acb8bcfab38e82d4f50704afe3 jdk8u45-b00 + 9fded65e1d36e3388111955d50ebf8511dd0345e jdk8u45-b01 + 62566a3dbe5982565ce3e468ee3980b7937a86cc jdk8u45-b02 +@@ -396,3 +399,23 @@ + d4042340fe0aa9d33a161890e179bc21b6c7b8e6 jdk8u45-b11 + 91d1102264e9b58b2ada4b5f112d472f0d86092b jdk8u45-b12 + a15025742f201f05ead3d731780a4ad437524491 jdk8u45-b13 ++e0167ec9d7596ab9ac52a8c3b85c1aef5d3fbd92 jdk8u45-b14 ++bf813e10d0bac17866ef2389baa8a1e6494e7800 jdk8u45-b15 ++74452b827b62c31220709d14a65e71f37795199a jdk8u45-b31 ++90fe13eb35388e095383bcb81eeb6d24875e3054 jdk8u45-b32 ++ef437e576e3654f6f9c0cc116a0a824f382b9007 jdk8u51-b00 ++d6ddc9950ff55dc9be44704ed59555e221a8fcc9 jdk8u51-b01 ++da0ad0f75f08d8fbb4ee4d395e4386a4660b854e jdk8u51-b02 ++34737dfadd630afba60b6ad63a696ae335d7e960 jdk8u51-b03 ++75f055aeee9f9cab28a58e1deea9ecb8885b63d0 jdk8u51-b04 ++5e57ca784de9ce92547c12d0bc3795c42794b962 jdk8u51-b05 ++36c97b41563b7bed72014da6e497398c78616d5b jdk8u51-b06 ++046bcf8f8e0059fa53136b06547112933d5284d6 jdk8u51-b07 ++710b56801de0147716d91be7226b125b5a64c2ef jdk8u51-b08 ++3b4c837abdf678ea2e60efcd2d20cc9ff1123c06 jdk8u51-b09 ++7aacd8c67160af67f7c9d81974d021eeb229929e jdk8u51-b10 ++04005432fba4982e5c073be55b917f8a11c838f0 jdk8u51-b11 ++966c04d5702882603a02f5ba4a4e5d19d47960f6 jdk8u51-b12 ++3f5353208a226a31d9ad86018a17fe5f3b102d4b jdk8u51-b13 ++361ad9121468776eee1d647044481d80e8334ffa jdk8u51-b14 ++14975d905d764c5a18b60b991b97375d42dcecd7 jdk8u51-b15 +--- ./jaxp/src/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_sv.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_sv.java Mon Jun 01 11:41:52 2015 -0700 +@@ -1223,10 +1223,10 @@ + "Gammal syntax: Namnet p\u00E5 'expr'-attributet har \u00E4ndrats till 'select'."}, + + { WG_NO_LOCALE_IN_FORMATNUMBER, +- "Xalan hanterar \u00E4nnu inte spr\u00E5knamnet i funktionen format-number."}, ++ "Xalan hanterar \u00E4nnu inte spr\u00E5kkonventionen i funktionen format-number."}, + + { WG_LOCALE_NOT_FOUND, +- "Varning: Hittade inte spr\u00E5kinst\u00E4llning f\u00F6r xml:lang={0}"}, ++ "Varning: Hittade inte spr\u00E5kkonvention f\u00F6r xml:lang={0}"}, + + { WG_CANNOT_MAKE_URL_FROM, + "Kan inte skapa URL fr\u00E5n: {0}"}, +@@ -1326,8 +1326,8 @@ + { "version", ">>>>>>> Xalan version "}, + { "version2", "<<<<<<<"}, + { "yes", "ja"}, +- { "line", "Rad #"}, +- { "column","Kolumn #"}, ++ { "line", "Rad nr"}, ++ { "column","Kolumn nr"}, + { "xsldone", "XSLProcessor: utf\u00F6rd"}, + + +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory erkennt Attribut \"{0}\" nicht."}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "Falscher Wert f\u00FCr Attribut ''{0}'' angegeben."}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_es.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_es.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory no reconoce el atributo ''{0}''."}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "Valor no v\u00E1lido especificado para el atributo ''{0}''."}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_fr.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_fr.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory ne reconna\u00EEt pas l''attribut ''{0}''."}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "La valeur indiqu\u00E9e pour l''attribut ''{0}'' est incorrecte."}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_it.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_it.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory non riconosce l''attributo ''{0}''."}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "Valore errato specificato per l''attributo ''{0}''."}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ja.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ja.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory\u306F\u5C5E\u6027''{0}''\u3092\u8A8D\u8B58\u3057\u307E\u305B\u3093\u3002"}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "''{0}''\u5C5E\u6027\u306B\u6307\u5B9A\u3055\u308C\u305F\u5024\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002"}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ko.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ko.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory\uC5D0\uC11C ''{0}'' \uC18D\uC131\uC744 \uC778\uC2DD\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "''{0}'' \uC18D\uC131\uC5D0 \uB300\uD574 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC740 \uAC12\uC774 \uC9C0\uC815\uB418\uC5C8\uC2B5\uB2C8\uB2E4."}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_pt_BR.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_pt_BR.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory n\u00E3o reconhece o atributo ''{0}''."}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "Valor incorreto especificado para o atributo ''{0}''."}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_sv.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_sv.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory k\u00E4nner inte igen attributet ''{0}''."}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "Fel v\u00E4rde har angetts f\u00F6r attributet ''{0}''."}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_CN.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_CN.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory \u65E0\u6CD5\u8BC6\u522B\u5C5E\u6027 ''{0}''\u3002"}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "\u4E3A ''{0}'' \u5C5E\u6027\u6307\u5B9A\u7684\u503C\u4E0D\u6B63\u786E\u3002"}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_TW.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_TW.java Mon Jun 01 11:41:52 2015 -0700 +@@ -597,6 +597,9 @@ + {ErrorMsg.JAXP_INVALID_ATTR_ERR, + "TransformerFactory \u7121\u6CD5\u8FA8\u8B58\u5C6C\u6027 ''{0}''\u3002"}, + ++ {ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR, ++ "\u70BA ''{0}'' \u5C6C\u6027\u6307\u5B9A\u7684\u503C\u4E0D\u6B63\u78BA\u3002"}, ++ + /* + * Note to translators: "setResult()" and "startDocument()" are Java + * method names that should not be translated. +--- ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary.java Mon Jun 01 11:41:52 2015 -0700 +@@ -270,7 +270,7 @@ + if (Double.isNaN(start)) + return(EMPTYSTRING); + +- final int strlen = value.length(); ++ final int strlen = getStringLength(value); + int istart = (int)Math.round(start) - 1; + + if (istart > strlen) +@@ -278,6 +278,7 @@ + if (istart < 1) + istart = 0; + try { ++ istart = value.offsetByCodePoints(0, istart); + return value.substring(istart); + } catch (IndexOutOfBoundsException e) { + runTimeError(RUN_TIME_INTERNAL_ERR, "substring()"); +@@ -297,24 +298,30 @@ + return(EMPTYSTRING); + + int istart = (int)Math.round(start) - 1; ++ int ilength = (int)Math.round(length); + final int isum; + if (Double.isInfinite(length)) + isum = Integer.MAX_VALUE; + else +- isum = istart + (int)Math.round(length); ++ isum = istart + ilength; + +- final int strlen = value.length(); ++ final int strlen = getStringLength(value); + if (isum < 0 || istart > strlen) + return(EMPTYSTRING); + +- if (istart < 0) ++ if (istart < 0) { ++ ilength += istart; + istart = 0; ++ } + + try { +- if (isum > strlen) ++ istart = value.offsetByCodePoints(0, istart); ++ if (isum > strlen) { + return value.substring(istart); +- else +- return value.substring(istart, isum); ++ } else { ++ int offset = value.offsetByCodePoints(istart, ilength); ++ return value.substring(istart, offset); ++ } + } catch (IndexOutOfBoundsException e) { + runTimeError(RUN_TIME_INTERNAL_ERR, "substring()"); + return null; +--- ./jaxp/src/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java Mon Jun 01 11:41:52 2015 -0700 +@@ -1418,7 +1418,7 @@ + // AttValue + boolean isVC = !fStandalone && (fSeenExternalDTD || fSeenExternalPE) ; + scanAttributeValue(defaultVal, nonNormalizedDefaultVal, atName, +- fAttributes, 0, isVC); ++ fAttributes, 0, isVC, elName); + } + return defaultType; + +--- ./jaxp/src/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java Mon Jun 01 11:41:52 2015 -0700 +@@ -1546,7 +1546,7 @@ + + scanAttributeValue(tmpStr, fTempString2, + fAttributeQName.rawname, attributes, +- attIndex, isVC); ++ attIndex, isVC, fCurrentElement.rawname); + + // content + int oldLen = attributes.getLength(); +--- ./jaxp/src/com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java Mon Jun 01 11:41:52 2015 -0700 +@@ -438,7 +438,7 @@ + XMLString tmpStr = getString(); + scanAttributeValue(tmpStr, fTempString2, + fAttributeQName.rawname, attributes, +- attrIndex, isVC); ++ attrIndex, isVC, fCurrentElement.rawname); + + String value = null; + //fTempString.toString(); +--- ./jaxp/src/com/sun/org/apache/xerces/internal/impl/XMLScanner.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xerces/internal/impl/XMLScanner.java Mon Jun 01 11:41:52 2015 -0700 +@@ -812,6 +812,7 @@ + * @param attrIndex The index of the attribute to use from the list. + * @param checkEntities true if undeclared entities should be reported as VC violation, + * false if undeclared entities should be reported as WFC violation. ++ * @param eleName The name of element to which this attribute belongs. + * + * Note: This method uses fStringBuffer2, anything in it + * at the time of calling is lost. +@@ -820,13 +821,13 @@ + XMLString nonNormalizedValue, + String atName, + XMLAttributes attributes, int attrIndex, +- boolean checkEntities) ++ boolean checkEntities, String eleName) + throws IOException, XNIException { + XMLStringBuffer stringBuffer = null; + // quote + int quote = fEntityScanner.peekChar(); + if (quote != '\'' && quote != '"') { +- reportFatalError("OpenQuoteExpected", new Object[]{atName}); ++ reportFatalError("OpenQuoteExpected", new Object[]{eleName, atName}); + } + + fEntityScanner.scanChar(); +@@ -952,7 +953,7 @@ + } + } else if (c == '<') { + reportFatalError("LessthanInAttValue", +- new Object[] { null, atName }); ++ new Object[] { eleName, atName }); + fEntityScanner.scanChar(); + if (entityDepth == fEntityDepth && fNeedNonNormalizedValue) { + fStringBuffer2.append((char)c); +@@ -987,7 +988,7 @@ + } + } else if (c != -1 && isInvalidLiteral(c)) { + reportFatalError("InvalidCharInAttValue", +- new Object[] {Integer.toString(c, 16)}); ++ new Object[] {eleName, atName, Integer.toString(c, 16)}); + fEntityScanner.scanChar(); + if (entityDepth == fEntityDepth && fNeedNonNormalizedValue) { + fStringBuffer2.append((char)c); +@@ -1016,7 +1017,7 @@ + // quote + int cquote = fEntityScanner.scanChar(); + if (cquote != quote) { +- reportFatalError("CloseQuoteExpected", new Object[]{atName}); ++ reportFatalError("CloseQuoteExpected", new Object[]{eleName, atName}); + } + } // scanAttributeValue() + +--- ./jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_sv.properties Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_sv.properties Mon Jun 01 11:41:52 2015 -0700 +@@ -121,7 +121,7 @@ + InvalidByte = Ogiltig byte {0} i UTF-8-sekvensen f\u00F6r {1}-byte. + ExpectedByte = F\u00F6rv\u00E4ntad byte {0} i UTF-8-sekvensen f\u00F6r {1}-byte. + InvalidHighSurrogate = H\u00F6ga surrogatbitar i UTF-8-sekvens f\u00E5r inte \u00F6verskrida 0x10, men 0x{0} hittades. +- OperationNotSupported = Operation "{0}" st\u00F6ds inte i l\u00E4saren {1}. ++ OperationNotSupported = \u00C5tg\u00E4rden "{0}" st\u00F6ds inte i l\u00E4saren {1}. + InvalidASCII = Byte "{0}" ing\u00E5r inte i ASCII-teckenupps\u00E4ttningen (7 bitar). + CharConversionFailure = En enhet som fastst\u00E4lls anv\u00E4nda ett visst kodformat f\u00E5r inte inneh\u00E5lla sekvenser som \u00E4r otill\u00E5tna i kodningen. + +--- ./jaxp/src/com/sun/org/apache/xml/internal/res/XMLErrorResources_sv.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xml/internal/res/XMLErrorResources_sv.java Mon Jun 01 11:41:52 2015 -0700 +@@ -375,8 +375,8 @@ + + { "BAD_CODE", "Parameter f\u00F6r createMessage ligger utanf\u00F6r gr\u00E4nsv\u00E4rdet"}, + { "FORMAT_FAILED", "Undantag utl\u00F6st vid messageFormat-anrop"}, +- { "line", "Rad #"}, +- { "column","Kolumn #"}, ++ { "line", "Rad nr"}, ++ { "column","Kolumn nr"}, + + {ER_SERIALIZER_NOT_CONTENTHANDLER, + "Serializerklassen ''{0}'' implementerar inte org.xml.sax.ContentHandler."}, +--- ./jaxp/src/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_sv.java Tue Mar 17 11:23:49 2015 -0700 ++++ ./jaxp/src/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_sv.java Mon Jun 01 11:41:52 2015 -0700 +@@ -480,7 +480,7 @@ + "FEL! Hittade inte ENDOP efter OP_LOCATIONPATH"}, + + { ER_ERROR_OCCURED, +- "Fel intr\u00E4ffade!"}, ++ "Ett fel har intr\u00E4ffat!"}, + + { ER_ILLEGAL_VARIABLE_REFERENCE, + "VariableReference angiven f\u00F6r variabel som \u00E4r utanf\u00F6r kontext eller som saknar definition! Namn = {0}"}, +@@ -825,7 +825,7 @@ + // Warnings... + + { WG_LOCALE_NAME_NOT_HANDLED, +- "spr\u00E5knamnet i funktionen format-number har \u00E4nnu inte hanterats!"}, ++ "spr\u00E5kkonventionsnamnet i funktionen format-number har \u00E4nnu inte hanterats!"}, + + { WG_PROPERTY_NOT_SUPPORTED, + "XSL-egenskapen st\u00F6ds inte: {0}"}, +@@ -871,8 +871,8 @@ + { "version", ">>>>>>> Xalan version "}, + { "version2", "<<<<<<<"}, + { "yes", "ja"}, +- { "line", "Rad #"}, +- { "column", "Kolumn #"}, ++ { "line", "Rad nr"}, ++ { "column", "Kolumn nr"}, + { "xsldone", "XSLProcessor: utf\u00F6rd"}, + { "xpath_option", "xpath-alternativ: "}, + { "optionIN", " [-in inputXMLURL]"}, +--- ./jaxws/.hgtags Tue Mar 17 11:23:59 2015 -0700 ++++ ./jaxws/.hgtags Mon Jun 01 11:42:03 2015 -0700 +@@ -352,6 +352,7 @@ + 9d0c737694ece23547c0a27dcd0ba6cbcdf577f2 jdk8u31-b13 + 49e91817cbe1b14f856c26f6e55b7151e3f8c3a8 jdk8u31-b31 + 9e20c5acb448c5f9b05a4e9b4efc222b3b616c23 jdk8u31-b32 ++ea23d583e36301301612946d34ff6aa90d795dd9 jdk8u31-b33 + 31d43d250c836c13fcc87025837783788c5cd0de jdk8u40-b00 + 262fb5353ffa661f88b4a9cf2581fcad8c2a43f7 jdk8u40-b01 + 8043f77ef8a4ded9505269a356c4e2f4f9604cd9 jdk8u40-b02 +@@ -380,6 +381,8 @@ + b6120aaf2aeef7c5608d578e15e82db7eb24fb2e jdk8u40-b25 + 1bcb30bdd9883cc7fc1bf70800ea03a4429eaa80 jdk8u40-b26 + a5f2cdedb940511674e153dce8d3cbc3a0598c9e jdk8u40-b27 ++a342e6841e8d3bbef44d4158c980be2ab903e10a jdk8u40-b31 ++8960bce00f1abecad665291b0077d6e673c0ff64 jdk8u40-b32 + 667a4aee3720373f5c286a50f537afd0ff4b65ae jdk8u45-b00 + cb6added4913f4899bd1689e77be1fe4efcff4f1 jdk8u45-b01 + 855a7b9302053546e4da94b67cc3b8956f5b4985 jdk8u45-b02 +@@ -394,3 +397,23 @@ + 855fd9dfcbee177b508413dbab6e46b57dd367c4 jdk8u45-b11 + 3f6c3f48179ac8bab98509be8708edcea32727b6 jdk8u45-b12 + 15fb2359f5f86dbacc1bc120f663853b5292cd14 jdk8u45-b13 ++bad02ac45d59b5096032cf42bb880dcddffa84b4 jdk8u45-b14 ++cc7d796b8f12cc11d415f8ae0ef2d952274fc069 jdk8u45-b15 ++8a7494ab96913de396a8f38dd324ac52c44b1a80 jdk8u45-b31 ++1c022144b99b859336914740e571c672e51ee1b9 jdk8u45-b32 ++74aae7549ef8c6e9f394b75c840bf293e2664858 jdk8u51-b00 ++78d8cafb17e46dd2453704f679ca1e431e4df0ba jdk8u51-b01 ++9bd6f57d97e5423d5f25774b095124cbe1eeb9c1 jdk8u51-b02 ++a9ed1bcefec1ee0d30ea8cf700cf0813d8588eb0 jdk8u51-b03 ++3d07c26d5012f47ef274043a6204db686769d65d jdk8u51-b04 ++834da1120e80f17356475a5d3f06a678355dbbf6 jdk8u51-b05 ++243ba3774d18cfe2e56fa0e0474255787c360d07 jdk8u51-b06 ++13d1721eae3bdea08dcd7b84e0856e6769caafc9 jdk8u51-b07 ++cbba234a2b481b236e2bf78c892111b86f6bba81 jdk8u51-b08 ++9116c6bb2ffa6bb624ad39f7a98b7b9bed4512dc jdk8u51-b09 ++783b917616ab6977f9b3157667d1493636ba66d1 jdk8u51-b10 ++5a69995912aae8bd61758e95a3b5edac167b6acc jdk8u51-b11 ++1a855f69de645c4bd485d5fb6d9a524994278a16 jdk8u51-b12 ++880b67345f557d5613071d09c1cf234a7e1b8759 jdk8u51-b13 ++4a6824c3fd8d74f83daac1a79952786837a9848c jdk8u51-b14 ++dde8e5b2366b9a08d7448c3cef2cabc710cc9da5 jdk8u51-b15 +--- ./jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/ApNavigator.java Tue Mar 17 11:23:59 2015 -0700 ++++ ./jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/ApNavigator.java Mon Jun 01 11:42:03 2015 -0700 +@@ -30,7 +30,12 @@ + import com.sun.source.util.Trees; + import com.sun.xml.internal.bind.v2.model.nav.Navigator; + import com.sun.xml.internal.bind.v2.runtime.Location; +- ++import java.lang.annotation.Annotation; ++import java.util.ArrayList; ++import java.util.Collection; ++import java.util.HashMap; ++import java.util.List; ++import java.util.Map; + import javax.annotation.processing.ProcessingEnvironment; + import javax.lang.model.element.AnnotationMirror; + import javax.lang.model.element.Element; +@@ -52,12 +57,6 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Jul 19 14:36:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E27C9A4D41; Sun, 19 Jul 2015 14:36:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5553B1DFA; Sun, 19 Jul 2015 14:36:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JEa1GA002294; Sun, 19 Jul 2015 14:36:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JEa09F002291; Sun, 19 Jul 2015 14:36:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191436.t6JEa09F002291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 14:36:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392507 - 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.20 Precedence: 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, 19 Jul 2015 14:36:02 -0000 Author: bapt Date: Sun Jul 19 14:36:00 2015 New Revision: 392507 URL: https://svnweb.freebsd.org/changeset/ports/392507 Log: Add 3 new uses localbase: mostly a non user one which enforce the compiler related flags to lookup in localbase first to find libraries, designed to be used in other USES libarchive: to be used each time one is using libarchive from ports. It is necessary to simplify work for porters dealing with different versions of libarchive from base and different ways libarchive can be linked in base (with libmd and/or libcrypto) only dealing with one libarchive over all the ports tree is easier libedit: enforce using libedit from ports for the same reasons as for libarchive Same things will happen for other base libraries which collides with ports version later. Added: head/Mk/Uses/libarchive.mk (contents, props changed) head/Mk/Uses/libedit.mk (contents, props changed) head/Mk/Uses/localbase.mk (contents, props changed) Added: head/Mk/Uses/libarchive.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Uses/libarchive.mk Sun Jul 19 14:36:00 2015 (r392507) @@ -0,0 +1,16 @@ +# $FreeBSD$ +# +# handle dependency on the libarchive port +# +# Feature: libarchive +# Usage: USES=libarchive +# Valid ARGS: none +# +# MAINTAINER: portmgr@FreeBSD.org + +.if !defined(_INCLUDE_USES_LIBARCHIVE_MK) +_INCLUDE_USES_LIBARCHIVE_MK= yes +.include "${USESDIR}/localbase.mk" + +LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive +.endif Added: head/Mk/Uses/libedit.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Uses/libedit.mk Sun Jul 19 14:36:00 2015 (r392507) @@ -0,0 +1,16 @@ +# $FreeBSD$ +# +# handle dependency on the libedit port +# +# Feature: libedit +# Usage: USES=libedit +# Valid ARGS: none +# +# MAINTAINER: portmgr@FreeBSD.org + +.if !defined(_INCLUDE_USES_LIBEDIT_MK) +_INCLUDE_USES_LIBEDIT_MK= yes +.include "${USESDIR}/localbase.mk" + +LIB_DEPENDS+= libedit.so.0:${PORTSDIR}/devel/libedit +.endif Added: head/Mk/Uses/localbase.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Uses/localbase.mk Sun Jul 19 14:36:00 2015 (r392507) @@ -0,0 +1,18 @@ +# $FreeBSD$ +# +# handle enforcing localbase in path +# +# Feature: localbase +# Usage: USES=localbase +# Valid ARGS: none +# +# MAINTAINER: portmgr@FreeBSD.org + +.if !defined(_INCLUDE_USES_LOCALBASE_MK) +_INCLUDE_USES_LOCALBASE_MK= yes + +CPPFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -I${LOCALBASE}include +LDFLAGS+= -L${LOCALBASE}/lib +.endif From owner-svn-ports-all@freebsd.org Sun Jul 19 14:37:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E9959A4D76; Sun, 19 Jul 2015 14:37:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D5981EF4; Sun, 19 Jul 2015 14:37:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JEbNuB002573; Sun, 19 Jul 2015 14:37:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JEbKBQ002566; Sun, 19 Jul 2015 14:37:20 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191437.t6JEbKBQ002566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 14:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392508 - in head: archivers/ark archivers/file-roller archivers/p5-Archive-Extract-Libarchive archivers/pixz archivers/rpm4 archivers/rubygem-libarchive net-mgmt/seafile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 14:37:23 -0000 Author: bapt Date: Sun Jul 19 14:37:20 2015 New Revision: 392508 URL: https://svnweb.freebsd.org/changeset/ports/392508 Log: Enforce libarchive from ports Modified: head/archivers/ark/Makefile head/archivers/file-roller/Makefile head/archivers/p5-Archive-Extract-Libarchive/Makefile head/archivers/pixz/Makefile head/archivers/rpm4/Makefile head/archivers/rubygem-libarchive/Makefile head/net-mgmt/seafile/Makefile Modified: head/archivers/ark/Makefile ============================================================================== --- head/archivers/ark/Makefile Sun Jul 19 14:36:00 2015 (r392507) +++ head/archivers/ark/Makefile Sun Jul 19 14:37:20 2015 (r392508) @@ -3,6 +3,7 @@ PORTNAME= ark PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= archivers kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -13,7 +14,7 @@ COMMENT= Archiving tool for KDE LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson USE_KDE4= kdeprefix automoc4 kdelibs libkonq -USES= cmake:outsource cpe tar:xz +USES= cmake:outsource libarchive cpe tar:xz CPE_VENDOR= kde USE_QT4= qtestlib qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/archivers/file-roller/Makefile ============================================================================== --- head/archivers/file-roller/Makefile Sun Jul 19 14:36:00 2015 (r392507) +++ head/archivers/file-roller/Makefile Sun Jul 19 14:37:20 2015 (r392508) @@ -5,6 +5,7 @@ PORTNAME= file-roller PORTVERSION= 3.14.2 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= archivers gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +17,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textp RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ unzip:${PORTSDIR}/archivers/unzip -USES= desktop-file-utils gettext gmake libtool \ +USES= desktop-file-utils gettext gmake libtool libarchive \ pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack introspection:build USE_XORG= sm Modified: head/archivers/p5-Archive-Extract-Libarchive/Makefile ============================================================================== --- head/archivers/p5-Archive-Extract-Libarchive/Makefile Sun Jul 19 14:36:00 2015 (r392507) +++ head/archivers/p5-Archive-Extract-Libarchive/Makefile Sun Jul 19 14:37:20 2015 (r392508) @@ -3,7 +3,7 @@ PORTNAME= Archive-Extract-Libarchive PORTVERSION= 0.38 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,7 @@ TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDI p5-Test-Pod>=1.04:${PORTSDIR}/devel/p5-Test-Pod USE_PERL5= modbuild -USES= perl5 +USES= perl5 libarchive post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Archive/Extract/Libarchive/Libarchive.so Modified: head/archivers/pixz/Makefile ============================================================================== --- head/archivers/pixz/Makefile Sun Jul 19 14:36:00 2015 (r392507) +++ head/archivers/pixz/Makefile Sun Jul 19 14:37:20 2015 (r392508) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE SUB_FILES= Makefile PLIST_FILES= bin/${PORTNAME} man/man1/pixz.1.gz -USES= uidfix +USES= uidfix libarchive post-extract: apply-slist ${INSTALL_DATA} ${WRKDIR}/Makefile ${WRKSRC} Modified: head/archivers/rpm4/Makefile ============================================================================== --- head/archivers/rpm4/Makefile Sun Jul 19 14:36:00 2015 (r392507) +++ head/archivers/rpm4/Makefile Sun Jul 19 14:37:20 2015 (r392508) @@ -27,8 +27,8 @@ NLS_USES= gettext NLS_LIBS= -lintl PORTDOCS= * -USES= alias gmake libtool lua:51 pathfix pkgconfig shebangfix \ - tar:bzip2 +USES= alias gmake libarchive libtool lua:51 pathfix pkgconfig \ + shebangfix tar:bzip2 USE_BDB= 46+ INVALID_BDB_VER=51 GNU_CONFIGURE= yes @@ -59,12 +59,6 @@ CONFIGURE_ENV+= LUA_CFLAGS=-I${LUA_INCDI LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER} -lm" PLIST_SUB+= VERSION=${PORTVERSION} -.include - -.if ${OSVERSION} < 1000000 -LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive -.endif - post-patch: ${REINPLACE_CMD} -e 's:\.\./\.\./bin/::' ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's/(hpux)/& || defined(__FreeBSD__)/' \ @@ -77,4 +71,4 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} librpm/html ${STAGEDIR}${DOCSDIR} -.include +.include Modified: head/archivers/rubygem-libarchive/Makefile ============================================================================== --- head/archivers/rubygem-libarchive/Makefile Sun Jul 19 14:36:00 2015 (r392507) +++ head/archivers/rubygem-libarchive/Makefile Sun Jul 19 14:37:20 2015 (r392508) @@ -3,6 +3,7 @@ PORTNAME= libarchive PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= archivers rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Ruby bindings for libarchive LICENSE= BSD3CLAUSE -USES= dos2unix +USES= dos2unix libarchive USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/net-mgmt/seafile/Makefile ============================================================================== --- head/net-mgmt/seafile/Makefile Sun Jul 19 14:36:00 2015 (r392507) +++ head/net-mgmt/seafile/Makefile Sun Jul 19 14:37:20 2015 (r392508) @@ -2,7 +2,7 @@ PORTNAME= seafile PORTVERSION= 4.0.6 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server CATEGORIES= net-mgmt devel @@ -27,13 +27,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eggt USE_GITHUB= yes GH_ACCOUNT= haiwen -USES= autoreconf iconv libtool pathfix pkgconfig python:2 shebangfix +USES= autoreconf iconv libarchive libtool pathfix pkgconfig python:2 \ + shebangfix SHEBANG_FILES= scripts/*.sh scripts/upgrade/*.sh GNU_CONFIGURE= yes USE_OPENSSL= yes USE_LDCONFIG= yes -CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ - LIBARCHIVE_CFLAGS="-I/usr/include" LIBARCHIVE_LIBS="-larchive" +CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" PATHFIX_MAKEFILEIN= Makefile.am From owner-svn-ports-all@freebsd.org Sun Jul 19 14:38:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 444DC9A4DD2; Sun, 19 Jul 2015 14:38:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A8C81FE2; Sun, 19 Jul 2015 14:38:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JEciq6002762; Sun, 19 Jul 2015 14:38:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JEcioh002759; Sun, 19 Jul 2015 14:38:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191438.t6JEcioh002759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 14:38:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392509 - in head/lang: lua51 lua52 lua53 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 14:38:45 -0000 Author: bapt Date: Sun Jul 19 14:38:43 2015 New Revision: 392509 URL: https://svnweb.freebsd.org/changeset/ports/392509 Log: Convert to USES=libedit Modified: head/lang/lua51/Makefile head/lang/lua52/Makefile head/lang/lua53/Makefile Modified: head/lang/lua51/Makefile ============================================================================== --- head/lang/lua51/Makefile Sun Jul 19 14:37:20 2015 (r392508) +++ head/lang/lua51/Makefile Sun Jul 19 14:38:43 2015 (r392509) @@ -13,8 +13,8 @@ COMMENT= Small, compilable scripting lan LICENSE= MIT +USES= libedit LUA_VER= 5.1 -LIB_DEPENDS+= libedit.so.0:${PORTSDIR}/devel/libedit USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse Modified: head/lang/lua52/Makefile ============================================================================== --- head/lang/lua52/Makefile Sun Jul 19 14:37:20 2015 (r392508) +++ head/lang/lua52/Makefile Sun Jul 19 14:38:43 2015 (r392509) @@ -12,8 +12,8 @@ COMMENT= Small, compilable scripting lan LICENSE= MIT +USES= libedit LUA_VER= 5.2 -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse Modified: head/lang/lua53/Makefile ============================================================================== --- head/lang/lua53/Makefile Sun Jul 19 14:37:20 2015 (r392508) +++ head/lang/lua53/Makefile Sun Jul 19 14:38:43 2015 (r392509) @@ -13,8 +13,8 @@ COMMENT= Small, compilable scripting lan LICENSE= MIT +USES= libedit LUA_VER= 5.3 -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit USE_LDCONFIG= yes # Overriding __MAKE_CONF makes sure that we don't re-parse From owner-svn-ports-all@freebsd.org Sun Jul 19 15:32:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D34819A56DA; Sun, 19 Jul 2015 15:32:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C35AF1607; Sun, 19 Jul 2015 15:32:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JFWaL4026436; Sun, 19 Jul 2015 15:32:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JFWan0026435; Sun, 19 Jul 2015 15:32:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191532.t6JFWan0026435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 15:32:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392510 - 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.20 Precedence: 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, 19 Jul 2015 15:32:36 -0000 Author: bapt Date: Sun Jul 19 15:32:35 2015 New Revision: 392510 URL: https://svnweb.freebsd.org/changeset/ports/392510 Log: Pass PKGBASE to qa.sh Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sun Jul 19 14:38:43 2015 (r392509) +++ head/Mk/bsd.port.mk Sun Jul 19 15:32:35 2015 (r392510) @@ -1496,7 +1496,8 @@ QA_ENV+= STAGEDIR=${STAGEDIR} \ LINUXBASE=${LINUXBASE} \ LOCALBASE=${LOCALBASE} \ "STRIP=${STRIP}" \ - TMPPLIST=${TMPPLIST} + TMPPLIST=${TMPPLIST} \ + PKGBASE=${PKGBASE} .if !empty(USES:Mdesktop-file-utils) QA_ENV+= USESDESKTOPFILEUTILS=yes .endif From owner-svn-ports-all@freebsd.org Sun Jul 19 16:25:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3EA19A533C; Sun, 19 Jul 2015 16:25:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FC5A188D; Sun, 19 Jul 2015 16:25:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGPFxO047354; Sun, 19 Jul 2015 16:25:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGPFa2047353; Sun, 19 Jul 2015 16:25:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507191625.t6JGPFa2047353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 19 Jul 2015 16:25:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392511 - head/net/luasocket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:25:16 -0000 Author: amdmi3 Date: Sun Jul 19 16:25:14 2015 New Revision: 392511 URL: https://svnweb.freebsd.org/changeset/ports/392511 Log: - Bump PORTREVISION after previous change Requested by: sunpoet Modified: head/net/luasocket/Makefile Modified: head/net/luasocket/Makefile ============================================================================== --- head/net/luasocket/Makefile Sun Jul 19 15:32:35 2015 (r392510) +++ head/net/luasocket/Makefile Sun Jul 19 16:25:14 2015 (r392511) @@ -3,6 +3,7 @@ PORTNAME= luasocket PORTVERSION= 3.0r1 +PORTREVISION= 1 CATEGORIES= net PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} From owner-svn-ports-all@freebsd.org Sun Jul 19 16:25:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9BDA9A536A; Sun, 19 Jul 2015 16:25:44 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from vps.amdmi3.ru (vps.amdmi3.ru [109.234.38.216]) by mx1.freebsd.org (Postfix) with ESMTP id 83406198D; Sun, 19 Jul 2015 16:25:43 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 42806B0623; Sun, 19 Jul 2015 19:25:35 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 17E9DA8A; Sun, 19 Jul 2015 19:23:33 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 08E3584DE5; Sun, 19 Jul 2015 19:22:12 +0300 (MSK) Date: Sun, 19 Jul 2015 19:22:12 +0300 From: Dmitry Marakasov To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392212 - head/net/luasocket Message-ID: <20150719162211.GH6337@hades.panopticon> References: <201507152039.t6FKdXdg066066@svnmir.geo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:25:44 -0000 * Sunpoet Po-Chuan Hsieh (sunpoet@freebsd.org) wrote: > > Author: amdmi3 > > Date: Wed Jul 15 20:39:32 2015 > > New Revision: 392212 > > URL: https://svnweb.freebsd.org/changeset/ports/392212 > > > > Log: > > - Use | as separator in sed regexps to not stumble on ${CC} containing > > slashes > > - Add LICENSE_FILE > > - Sort USES > > - Strip libraries > > > > Please bump PORTREVISION for package change. > Thanks. Done, thanks for reminder! -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru From owner-svn-ports-all@freebsd.org Sun Jul 19 16:31:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B4299A53EE; Sun, 19 Jul 2015 16:31:53 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 339F11DAB; Sun, 19 Jul 2015 16:31:53 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGVq1M051623; Sun, 19 Jul 2015 16:31:52 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGVpmu051621; Sun, 19 Jul 2015 16:31:51 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201507191631.t6JGVpmu051621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 19 Jul 2015 16:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392512 - head/x11-wm/xfce4-desktop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:31:53 -0000 Author: olivierd Date: Sun Jul 19 16:31:51 2015 New Revision: 392512 URL: https://svnweb.freebsd.org/changeset/ports/392512 Log: Update to 4.12.3 (bugfix release) Modified: head/x11-wm/xfce4-desktop/Makefile head/x11-wm/xfce4-desktop/distinfo Modified: head/x11-wm/xfce4-desktop/Makefile ============================================================================== --- head/x11-wm/xfce4-desktop/Makefile Sun Jul 19 16:25:14 2015 (r392511) +++ head/x11-wm/xfce4-desktop/Makefile Sun Jul 19 16:31:51 2015 (r392512) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-desktop -PORTVERSION= 4.12.2 +PORTVERSION= 4.12.3 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/ DISTNAME= xfdesktop-${PORTVERSION} @@ -21,8 +21,9 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 intltool intlhack libwnck USE_XFCE= garcon -USES= pkgconfig gmake gettext-tools xfce tar:bzip2 +USES= gettext-tools gmake pkgconfig tar:bzip2 xfce USE_XORG= x11 sm +INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--enable-gio-unix \ --enable-notifications Modified: head/x11-wm/xfce4-desktop/distinfo ============================================================================== --- head/x11-wm/xfce4-desktop/distinfo Sun Jul 19 16:25:14 2015 (r392511) +++ head/x11-wm/xfce4-desktop/distinfo Sun Jul 19 16:31:51 2015 (r392512) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfdesktop-4.12.2.tar.bz2) = c9788883163b57bac39d12e5f8310c869d176454879defb78b67f8e9f1ad5225 -SIZE (xfce4/xfdesktop-4.12.2.tar.bz2) = 1419922 +SHA256 (xfce4/xfdesktop-4.12.3.tar.bz2) = a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac +SIZE (xfce4/xfdesktop-4.12.3.tar.bz2) = 1420704 From owner-svn-ports-all@freebsd.org Sun Jul 19 16:36:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 753719A551A; Sun, 19 Jul 2015 16:36:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4596A1F3C; Sun, 19 Jul 2015 16:36:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGaJxZ052270; Sun, 19 Jul 2015 16:36:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGaJRe052268; Sun, 19 Jul 2015 16:36:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507191636.t6JGaJRe052268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Jul 2015 16:36:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392513 - head/devel/p5-Test-DependentModules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:36:20 -0000 Author: sunpoet Date: Sun Jul 19 16:36:18 2015 New Revision: 392513 URL: https://svnweb.freebsd.org/changeset/ports/392513 Log: - Update to 0.21 - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-DependentModules/Changes Modified: head/devel/p5-Test-DependentModules/Makefile head/devel/p5-Test-DependentModules/distinfo Modified: head/devel/p5-Test-DependentModules/Makefile ============================================================================== --- head/devel/p5-Test-DependentModules/Makefile Sun Jul 19 16:31:51 2015 (r392512) +++ head/devel/p5-Test-DependentModules/Makefile Sun Jul 19 16:36:18 2015 (r392513) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-DependentModules -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,6 +25,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-Module-Build-Tiny>=0:${PORTSDIR}/devel/p5-Module-Build-Tiny +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Test-DependentModules/distinfo ============================================================================== --- head/devel/p5-Test-DependentModules/distinfo Sun Jul 19 16:31:51 2015 (r392512) +++ head/devel/p5-Test-DependentModules/distinfo Sun Jul 19 16:36:18 2015 (r392513) @@ -1,2 +1,2 @@ -SHA256 (Test-DependentModules-0.20.tar.gz) = 46f9a3b704912dd9eeef9b52394f378cabe79d011ea0528a021919b136b0e48c -SIZE (Test-DependentModules-0.20.tar.gz) = 26646 +SHA256 (Test-DependentModules-0.21.tar.gz) = 04f00f418bc858a1f016bbb8466c42a3ca2779049a002109d9b4af06dc54bf04 +SIZE (Test-DependentModules-0.21.tar.gz) = 29370 From owner-svn-ports-all@freebsd.org Sun Jul 19 16:36:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 199479A553C; Sun, 19 Jul 2015 16:36:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E360E1F58; Sun, 19 Jul 2015 16:36:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGaQeP052413; Sun, 19 Jul 2015 16:36:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGaPKp052408; Sun, 19 Jul 2015 16:36:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507191636.t6JGaPKp052408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Jul 2015 16:36:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392514 - head/dns/p5-Net-DNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:36:27 -0000 Author: sunpoet Date: Sun Jul 19 16:36:24 2015 New Revision: 392514 URL: https://svnweb.freebsd.org/changeset/ports/392514 Log: - Update to 1.01 - Update LICENSE - Update *_DEPENDS - Add GOST options - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-DNS/Changes Modified: head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-DNS/distinfo head/dns/p5-Net-DNS/pkg-plist Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Sun Jul 19 16:36:18 2015 (r392513) +++ head/dns/p5-Net-DNS/Makefile Sun Jul 19 16:36:24 2015 (r392514) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNS -PORTVERSION= 0.83 -PORTREVISION= 1 +PORTVERSION= 1.01 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,29 +10,30 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the DNS resolver, and dynamic updates -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual +LICENSE= MIT -BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC +BUILD_DEPENDS= p5-Digest-HMAC>=1.03:${PORTSDIR}/security/p5-Digest-HMAC \ + p5-MIME-Base32>=1.01:${PORTSDIR}/converters/p5-MIME-Base32 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod -OPTIONS_DEFINE= IDN IPV6 SSHFP +OPTIONS_DEFINE= GOST IDN IPV6 SSHFP +GOST_DESC= GOST support SSHFP_DESC= SSH2 Fingerprint support CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests +NO_ARCH= yes USES= perl5 USE_PERL5= configure -IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN -IDN_RUN_DEPENDS= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN -IPV6_BUILD_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -SSHFP_BUILD_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble -SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DNS/DNS.so +GOST_BUILD_DEPENDS= p5-Digest-GOST>=0.06:${PORTSDIR}/security/p5-Digest-GOST +GOST_RUN_DEPENDS= p5-Digest-GOST>=0.06:${PORTSDIR}/security/p5-Digest-GOST +IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0.12:${PORTSDIR}/dns/p5-Net-LibIDN +IDN_RUN_DEPENDS= p5-Net-LibIDN>=0.12:${PORTSDIR}/dns/p5-Net-LibIDN +IPV6_BUILD_DEPENDS= p5-IO-Socket-INET6>=2.01:${PORTSDIR}/net/p5-IO-Socket-INET6 +IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=2.01:${PORTSDIR}/net/p5-IO-Socket-INET6 +SSHFP_BUILD_DEPENDS= p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-BubbleBabble +SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-BubbleBabble .include Modified: head/dns/p5-Net-DNS/distinfo ============================================================================== --- head/dns/p5-Net-DNS/distinfo Sun Jul 19 16:36:18 2015 (r392513) +++ head/dns/p5-Net-DNS/distinfo Sun Jul 19 16:36:24 2015 (r392514) @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-0.83.tar.gz) = 8e1108d1801b9695909859323e1ed2f7ffb3b03dd3d2028a19fb79fc1a1d7c39 -SIZE (Net-DNS-0.83.tar.gz) = 200932 +SHA256 (Net-DNS-1.01.tar.gz) = 8f96b80d46764993dbad92e22cf5fc869ecdc1d09018f2565440d528afd9d92a +SIZE (Net-DNS-1.01.tar.gz) = 239297 Modified: head/dns/p5-Net-DNS/pkg-plist ============================================================================== --- head/dns/p5-Net-DNS/pkg-plist Sun Jul 19 16:36:18 2015 (r392513) +++ head/dns/p5-Net-DNS/pkg-plist Sun Jul 19 16:36:24 2015 (r392514) @@ -1,72 +1,83 @@ -%%SITE_ARCH%%/Net/DNS.pm -%%SITE_ARCH%%/Net/DNS/Domain.pm -%%SITE_ARCH%%/Net/DNS/DomainName.pm -%%SITE_ARCH%%/Net/DNS/FAQ.pod -%%SITE_ARCH%%/Net/DNS/Header.pm -%%SITE_ARCH%%/Net/DNS/Mailbox.pm -%%SITE_ARCH%%/Net/DNS/Nameserver.pm -%%SITE_ARCH%%/Net/DNS/Packet.pm -%%SITE_ARCH%%/Net/DNS/Parameters.pm -%%SITE_ARCH%%/Net/DNS/Question.pm -%%SITE_ARCH%%/Net/DNS/RR.pm -%%SITE_ARCH%%/Net/DNS/RR/A.pm -%%SITE_ARCH%%/Net/DNS/RR/AAAA.pm -%%SITE_ARCH%%/Net/DNS/RR/AFSDB.pm -%%SITE_ARCH%%/Net/DNS/RR/APL.pm -%%SITE_ARCH%%/Net/DNS/RR/CAA.pm -%%SITE_ARCH%%/Net/DNS/RR/CERT.pm -%%SITE_ARCH%%/Net/DNS/RR/CNAME.pm -%%SITE_ARCH%%/Net/DNS/RR/CSYNC.pm -%%SITE_ARCH%%/Net/DNS/RR/DHCID.pm -%%SITE_ARCH%%/Net/DNS/RR/DNAME.pm -%%SITE_ARCH%%/Net/DNS/RR/EUI48.pm -%%SITE_ARCH%%/Net/DNS/RR/EUI64.pm -%%SITE_ARCH%%/Net/DNS/RR/GPOS.pm -%%SITE_ARCH%%/Net/DNS/RR/HINFO.pm -%%SITE_ARCH%%/Net/DNS/RR/HIP.pm -%%SITE_ARCH%%/Net/DNS/RR/IPSECKEY.pm -%%SITE_ARCH%%/Net/DNS/RR/ISDN.pm -%%SITE_ARCH%%/Net/DNS/RR/KX.pm -%%SITE_ARCH%%/Net/DNS/RR/L32.pm -%%SITE_ARCH%%/Net/DNS/RR/L64.pm -%%SITE_ARCH%%/Net/DNS/RR/LOC.pm -%%SITE_ARCH%%/Net/DNS/RR/LP.pm -%%SITE_ARCH%%/Net/DNS/RR/MB.pm -%%SITE_ARCH%%/Net/DNS/RR/MG.pm -%%SITE_ARCH%%/Net/DNS/RR/MINFO.pm -%%SITE_ARCH%%/Net/DNS/RR/MR.pm -%%SITE_ARCH%%/Net/DNS/RR/MX.pm -%%SITE_ARCH%%/Net/DNS/RR/NAPTR.pm -%%SITE_ARCH%%/Net/DNS/RR/NID.pm -%%SITE_ARCH%%/Net/DNS/RR/NS.pm -%%SITE_ARCH%%/Net/DNS/RR/NULL.pm -%%SITE_ARCH%%/Net/DNS/RR/OPENPGPKEY.pm -%%SITE_ARCH%%/Net/DNS/RR/OPT.pm -%%SITE_ARCH%%/Net/DNS/RR/PTR.pm -%%SITE_ARCH%%/Net/DNS/RR/PX.pm -%%SITE_ARCH%%/Net/DNS/RR/RP.pm -%%SITE_ARCH%%/Net/DNS/RR/RT.pm -%%SITE_ARCH%%/Net/DNS/RR/SOA.pm -%%SITE_ARCH%%/Net/DNS/RR/SPF.pm -%%SITE_ARCH%%/Net/DNS/RR/SRV.pm -%%SITE_ARCH%%/Net/DNS/RR/SSHFP.pm -%%SITE_ARCH%%/Net/DNS/RR/TKEY.pm -%%SITE_ARCH%%/Net/DNS/RR/TLSA.pm -%%SITE_ARCH%%/Net/DNS/RR/TSIG.pm -%%SITE_ARCH%%/Net/DNS/RR/TXT.pm -%%SITE_ARCH%%/Net/DNS/RR/X25.pm -%%SITE_ARCH%%/Net/DNS/Resolver.pm -%%SITE_ARCH%%/Net/DNS/Resolver/Base.pm -%%SITE_ARCH%%/Net/DNS/Resolver/MSWin32.pm -%%SITE_ARCH%%/Net/DNS/Resolver/Recurse.pm -%%SITE_ARCH%%/Net/DNS/Resolver/UNIX.pm -%%SITE_ARCH%%/Net/DNS/Resolver/android.pm -%%SITE_ARCH%%/Net/DNS/Resolver/cygwin.pm -%%SITE_ARCH%%/Net/DNS/Resolver/os2.pm -%%SITE_ARCH%%/Net/DNS/Text.pm -%%SITE_ARCH%%/Net/DNS/Update.pm -%%SITE_ARCH%%/Net/DNS/ZoneFile.pm -%%SITE_ARCH%%/auto/Net/DNS/DNS.so +%%SITE_PERL%%/Net/DNS.pm +%%SITE_PERL%%/Net/DNS/Domain.pm +%%SITE_PERL%%/Net/DNS/DomainName.pm +%%SITE_PERL%%/Net/DNS/FAQ.pod +%%SITE_PERL%%/Net/DNS/Header.pm +%%SITE_PERL%%/Net/DNS/Mailbox.pm +%%SITE_PERL%%/Net/DNS/Nameserver.pm +%%SITE_PERL%%/Net/DNS/Packet.pm +%%SITE_PERL%%/Net/DNS/Parameters.pm +%%SITE_PERL%%/Net/DNS/Question.pm +%%SITE_PERL%%/Net/DNS/RR.pm +%%SITE_PERL%%/Net/DNS/RR/A.pm +%%SITE_PERL%%/Net/DNS/RR/AAAA.pm +%%SITE_PERL%%/Net/DNS/RR/AFSDB.pm +%%SITE_PERL%%/Net/DNS/RR/APL.pm +%%SITE_PERL%%/Net/DNS/RR/CAA.pm +%%SITE_PERL%%/Net/DNS/RR/CDNSKEY.pm +%%SITE_PERL%%/Net/DNS/RR/CDS.pm +%%SITE_PERL%%/Net/DNS/RR/CERT.pm +%%SITE_PERL%%/Net/DNS/RR/CNAME.pm +%%SITE_PERL%%/Net/DNS/RR/CSYNC.pm +%%SITE_PERL%%/Net/DNS/RR/DHCID.pm +%%SITE_PERL%%/Net/DNS/RR/DLV.pm +%%SITE_PERL%%/Net/DNS/RR/DNAME.pm +%%SITE_PERL%%/Net/DNS/RR/DNSKEY.pm +%%SITE_PERL%%/Net/DNS/RR/DS.pm +%%SITE_PERL%%/Net/DNS/RR/EUI48.pm +%%SITE_PERL%%/Net/DNS/RR/EUI64.pm +%%SITE_PERL%%/Net/DNS/RR/GPOS.pm +%%SITE_PERL%%/Net/DNS/RR/HINFO.pm +%%SITE_PERL%%/Net/DNS/RR/HIP.pm +%%SITE_PERL%%/Net/DNS/RR/IPSECKEY.pm +%%SITE_PERL%%/Net/DNS/RR/ISDN.pm +%%SITE_PERL%%/Net/DNS/RR/KEY.pm +%%SITE_PERL%%/Net/DNS/RR/KX.pm +%%SITE_PERL%%/Net/DNS/RR/L32.pm +%%SITE_PERL%%/Net/DNS/RR/L64.pm +%%SITE_PERL%%/Net/DNS/RR/LOC.pm +%%SITE_PERL%%/Net/DNS/RR/LP.pm +%%SITE_PERL%%/Net/DNS/RR/MB.pm +%%SITE_PERL%%/Net/DNS/RR/MG.pm +%%SITE_PERL%%/Net/DNS/RR/MINFO.pm +%%SITE_PERL%%/Net/DNS/RR/MR.pm +%%SITE_PERL%%/Net/DNS/RR/MX.pm +%%SITE_PERL%%/Net/DNS/RR/NAPTR.pm +%%SITE_PERL%%/Net/DNS/RR/NID.pm +%%SITE_PERL%%/Net/DNS/RR/NS.pm +%%SITE_PERL%%/Net/DNS/RR/NSEC.pm +%%SITE_PERL%%/Net/DNS/RR/NSEC3.pm +%%SITE_PERL%%/Net/DNS/RR/NSEC3PARAM.pm +%%SITE_PERL%%/Net/DNS/RR/NULL.pm +%%SITE_PERL%%/Net/DNS/RR/OPENPGPKEY.pm +%%SITE_PERL%%/Net/DNS/RR/OPT.pm +%%SITE_PERL%%/Net/DNS/RR/PTR.pm +%%SITE_PERL%%/Net/DNS/RR/PX.pm +%%SITE_PERL%%/Net/DNS/RR/RP.pm +%%SITE_PERL%%/Net/DNS/RR/RRSIG.pm +%%SITE_PERL%%/Net/DNS/RR/RT.pm +%%SITE_PERL%%/Net/DNS/RR/SIG.pm +%%SITE_PERL%%/Net/DNS/RR/SOA.pm +%%SITE_PERL%%/Net/DNS/RR/SPF.pm +%%SITE_PERL%%/Net/DNS/RR/SRV.pm +%%SITE_PERL%%/Net/DNS/RR/SSHFP.pm +%%SITE_PERL%%/Net/DNS/RR/TKEY.pm +%%SITE_PERL%%/Net/DNS/RR/TLSA.pm +%%SITE_PERL%%/Net/DNS/RR/TSIG.pm +%%SITE_PERL%%/Net/DNS/RR/TXT.pm +%%SITE_PERL%%/Net/DNS/RR/URI.pm +%%SITE_PERL%%/Net/DNS/RR/X25.pm +%%SITE_PERL%%/Net/DNS/Resolver.pm +%%SITE_PERL%%/Net/DNS/Resolver/Base.pm +%%SITE_PERL%%/Net/DNS/Resolver/MSWin32.pm +%%SITE_PERL%%/Net/DNS/Resolver/Recurse.pm +%%SITE_PERL%%/Net/DNS/Resolver/UNIX.pm +%%SITE_PERL%%/Net/DNS/Resolver/android.pm +%%SITE_PERL%%/Net/DNS/Resolver/cygwin.pm +%%SITE_PERL%%/Net/DNS/Resolver/os2.pm +%%SITE_PERL%%/Net/DNS/Text.pm +%%SITE_PERL%%/Net/DNS/Update.pm +%%SITE_PERL%%/Net/DNS/ZoneFile.pm %%PERL5_MAN3%%/Net::DNS.3.gz %%PERL5_MAN3%%/Net::DNS::Domain.3.gz %%PERL5_MAN3%%/Net::DNS::DomainName.3.gz @@ -83,11 +94,16 @@ %%PERL5_MAN3%%/Net::DNS::RR::AFSDB.3.gz %%PERL5_MAN3%%/Net::DNS::RR::APL.3.gz %%PERL5_MAN3%%/Net::DNS::RR::CAA.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::CDNSKEY.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::CDS.3.gz %%PERL5_MAN3%%/Net::DNS::RR::CERT.3.gz %%PERL5_MAN3%%/Net::DNS::RR::CNAME.3.gz %%PERL5_MAN3%%/Net::DNS::RR::CSYNC.3.gz %%PERL5_MAN3%%/Net::DNS::RR::DHCID.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::DLV.3.gz %%PERL5_MAN3%%/Net::DNS::RR::DNAME.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::DNSKEY.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::DS.3.gz %%PERL5_MAN3%%/Net::DNS::RR::EUI48.3.gz %%PERL5_MAN3%%/Net::DNS::RR::EUI64.3.gz %%PERL5_MAN3%%/Net::DNS::RR::GPOS.3.gz @@ -95,6 +111,7 @@ %%PERL5_MAN3%%/Net::DNS::RR::HIP.3.gz %%PERL5_MAN3%%/Net::DNS::RR::IPSECKEY.3.gz %%PERL5_MAN3%%/Net::DNS::RR::ISDN.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::KEY.3.gz %%PERL5_MAN3%%/Net::DNS::RR::KX.3.gz %%PERL5_MAN3%%/Net::DNS::RR::L32.3.gz %%PERL5_MAN3%%/Net::DNS::RR::L64.3.gz @@ -108,13 +125,18 @@ %%PERL5_MAN3%%/Net::DNS::RR::NAPTR.3.gz %%PERL5_MAN3%%/Net::DNS::RR::NID.3.gz %%PERL5_MAN3%%/Net::DNS::RR::NS.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::NSEC.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::NSEC3.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::NSEC3PARAM.3.gz %%PERL5_MAN3%%/Net::DNS::RR::NULL.3.gz %%PERL5_MAN3%%/Net::DNS::RR::OPENPGPKEY.3.gz %%PERL5_MAN3%%/Net::DNS::RR::OPT.3.gz %%PERL5_MAN3%%/Net::DNS::RR::PTR.3.gz %%PERL5_MAN3%%/Net::DNS::RR::PX.3.gz %%PERL5_MAN3%%/Net::DNS::RR::RP.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::RRSIG.3.gz %%PERL5_MAN3%%/Net::DNS::RR::RT.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::SIG.3.gz %%PERL5_MAN3%%/Net::DNS::RR::SOA.3.gz %%PERL5_MAN3%%/Net::DNS::RR::SPF.3.gz %%PERL5_MAN3%%/Net::DNS::RR::SRV.3.gz @@ -123,6 +145,7 @@ %%PERL5_MAN3%%/Net::DNS::RR::TLSA.3.gz %%PERL5_MAN3%%/Net::DNS::RR::TSIG.3.gz %%PERL5_MAN3%%/Net::DNS::RR::TXT.3.gz +%%PERL5_MAN3%%/Net::DNS::RR::URI.3.gz %%PERL5_MAN3%%/Net::DNS::RR::X25.3.gz %%PERL5_MAN3%%/Net::DNS::Resolver.3.gz %%PERL5_MAN3%%/Net::DNS::Resolver::Base.3.gz From owner-svn-ports-all@freebsd.org Sun Jul 19 16:36:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC7989A5562; Sun, 19 Jul 2015 16:36:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A73551053; Sun, 19 Jul 2015 16:36:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGaWSb052541; Sun, 19 Jul 2015 16:36:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGaVEn052539; Sun, 19 Jul 2015 16:36:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507191636.t6JGaVEn052539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Jul 2015 16:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392515 - head/dns/p5-Net-DNS-SEC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:36:33 -0000 Author: sunpoet Date: Sun Jul 19 16:36:31 2015 New Revision: 392515 URL: https://svnweb.freebsd.org/changeset/ports/392515 Log: - Fix conflicts between Net::DNS::SEC 0.22 and Net::DNS 1.01: - Remove Net::DNS::RR::* as they are integrated to Net::DNS 1.01 - Update *_DEPENDS - Add NO_ARCH - Bump PORTREVISION for package change Modified: head/dns/p5-Net-DNS-SEC/Makefile head/dns/p5-Net-DNS-SEC/pkg-plist Modified: head/dns/p5-Net-DNS-SEC/Makefile ============================================================================== --- head/dns/p5-Net-DNS-SEC/Makefile Sun Jul 19 16:36:24 2015 (r392514) +++ head/dns/p5-Net-DNS-SEC/Makefile Sun Jul 19 16:36:31 2015 (r392515) @@ -2,6 +2,7 @@ PORTNAME= Net-DNS-SEC PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN \ http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ @@ -20,10 +21,15 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>= p5-Crypt-OpenSSL-Random>=0.06:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random \ p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-BubbleBabble \ p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \ - p5-Net-DNS>=0.69:${PORTSDIR}/dns/p5-Net-DNS + p5-Net-DNS>=1.01:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure +post-patch: + @${RM} -fr ${WRKSRC}/RR/ + @${REINPLACE_CMD} -e '/RR\//d' ${WRKSRC}/MANIFEST ${WRKSRC}/Makefile.PL + .include Modified: head/dns/p5-Net-DNS-SEC/pkg-plist ============================================================================== --- head/dns/p5-Net-DNS-SEC/pkg-plist Sun Jul 19 16:36:24 2015 (r392514) +++ head/dns/p5-Net-DNS-SEC/pkg-plist Sun Jul 19 16:36:31 2015 (r392515) @@ -1,15 +1,4 @@ %%SITE_PERL%%/Net/DNS/Keyset.pm -%%SITE_PERL%%/Net/DNS/RR/CDNSKEY.pm -%%SITE_PERL%%/Net/DNS/RR/CDS.pm -%%SITE_PERL%%/Net/DNS/RR/DLV.pm -%%SITE_PERL%%/Net/DNS/RR/DNSKEY.pm -%%SITE_PERL%%/Net/DNS/RR/DS.pm -%%SITE_PERL%%/Net/DNS/RR/KEY.pm -%%SITE_PERL%%/Net/DNS/RR/NSEC.pm -%%SITE_PERL%%/Net/DNS/RR/NSEC3.pm -%%SITE_PERL%%/Net/DNS/RR/NSEC3PARAM.pm -%%SITE_PERL%%/Net/DNS/RR/RRSIG.pm -%%SITE_PERL%%/Net/DNS/RR/SIG.pm %%SITE_PERL%%/Net/DNS/SEC.pm %%SITE_PERL%%/Net/DNS/SEC/DSA.pm %%SITE_PERL%%/Net/DNS/SEC/ECCGOST.pm @@ -18,17 +7,6 @@ %%SITE_PERL%%/Net/DNS/SEC/Private.pm %%SITE_PERL%%/Net/DNS/SEC/RSA.pm %%PERL5_MAN3%%/Net::DNS::KeysetStub.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::CDNSKEY.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::CDS.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::DLV.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::DNSKEY.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::DS.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::KEY.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::NSEC.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::NSEC3.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::NSEC3PARAM.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::RRSIG.3.gz -%%PERL5_MAN3%%/Net::DNS::RR::SIG.3.gz %%PERL5_MAN3%%/Net::DNS::SEC.3.gz %%PERL5_MAN3%%/Net::DNS::SEC::DSA.3.gz %%PERL5_MAN3%%/Net::DNS::SEC::ECCGOST.3.gz From owner-svn-ports-all@freebsd.org Sun Jul 19 16:36:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 121299A5588; Sun, 19 Jul 2015 16:36:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC6AB1188; Sun, 19 Jul 2015 16:36:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGadGZ052685; Sun, 19 Jul 2015 16:36:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGac8g052681; Sun, 19 Jul 2015 16:36:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507191636.t6JGac8g052681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Jul 2015 16:36:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392516 - head/devel/p5-File-Path X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:36:40 -0000 Author: sunpoet Date: Sun Jul 19 16:36:37 2015 New Revision: 392516 URL: https://svnweb.freebsd.org/changeset/ports/392516 Log: - Update to 2.11 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/File-Path/Changes Modified: head/devel/p5-File-Path/Makefile head/devel/p5-File-Path/distinfo head/devel/p5-File-Path/pkg-plist Modified: head/devel/p5-File-Path/Makefile ============================================================================== --- head/devel/p5-File-Path/Makefile Sun Jul 19 16:36:31 2015 (r392515) +++ head/devel/p5-File-Path/Makefile Sun Jul 19 16:36:37 2015 (r392516) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= File-Path -PORTVERSION= 2.09 -PORTREVISION= 1 +PORTVERSION= 2.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create or remove directory trees +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-File-Path/distinfo ============================================================================== --- head/devel/p5-File-Path/distinfo Sun Jul 19 16:36:31 2015 (r392515) +++ head/devel/p5-File-Path/distinfo Sun Jul 19 16:36:37 2015 (r392516) @@ -1,2 +1,2 @@ -SHA256 (File-Path-2.09.tar.gz) = d1e0b5b7f93cc4133e2fc206a34e00dd868886b7ed850d799ccee824d25a225e -SIZE (File-Path-2.09.tar.gz) = 20683 +SHA256 (File-Path-2.11.tar.gz) = d94492c072d08bdbbd40fd75a1010ff279e99333b63b4308b1f818fe6309dd0f +SIZE (File-Path-2.11.tar.gz) = 25194 Modified: head/devel/p5-File-Path/pkg-plist ============================================================================== --- head/devel/p5-File-Path/pkg-plist Sun Jul 19 16:36:31 2015 (r392515) +++ head/devel/p5-File-Path/pkg-plist Sun Jul 19 16:36:37 2015 (r392516) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/File::Path.3.gz %%SITE_PERL%%/File/Path.pm +%%PERL5_MAN3%%/File::Path.3.gz From owner-svn-ports-all@freebsd.org Sun Jul 19 16:36:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E25259A55B7; Sun, 19 Jul 2015 16:36:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B3CE12DA; Sun, 19 Jul 2015 16:36:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGakfF052825; Sun, 19 Jul 2015 16:36:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGakLn052821; Sun, 19 Jul 2015 16:36:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507191636.t6JGakLn052821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Jul 2015 16:36:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392517 - head/devel/p5-Params-Validate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:36:48 -0000 Author: sunpoet Date: Sun Jul 19 16:36:45 2015 New Revision: 392517 URL: https://svnweb.freebsd.org/changeset/ports/392517 Log: - Update to 1.21 Changes: http://search.cpan.org/dist/Params-Validate/Changes Modified: head/devel/p5-Params-Validate/Makefile head/devel/p5-Params-Validate/distinfo head/devel/p5-Params-Validate/pkg-plist Modified: head/devel/p5-Params-Validate/Makefile ============================================================================== --- head/devel/p5-Params-Validate/Makefile Sun Jul 19 16:36:37 2015 (r392516) +++ head/devel/p5-Params-Validate/Makefile Sun Jul 19 16:36:45 2015 (r392517) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Params-Validate -PORTVERSION= 1.20 +PORTVERSION= 1.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Params-Validate/distinfo ============================================================================== --- head/devel/p5-Params-Validate/distinfo Sun Jul 19 16:36:37 2015 (r392516) +++ head/devel/p5-Params-Validate/distinfo Sun Jul 19 16:36:45 2015 (r392517) @@ -1,2 +1,2 @@ -SHA256 (Params-Validate-1.20.tar.gz) = 766cdaf89c515c33f384c1eebd59547cf44f2fec85a11efd5521041af65352e2 -SIZE (Params-Validate-1.20.tar.gz) = 125803 +SHA256 (Params-Validate-1.21.tar.gz) = c4b78e7ce75c4fd49e9460d31ce6a3920e25ec72669762356c6cc5ea43e18175 +SIZE (Params-Validate-1.21.tar.gz) = 123943 Modified: head/devel/p5-Params-Validate/pkg-plist ============================================================================== --- head/devel/p5-Params-Validate/pkg-plist Sun Jul 19 16:36:37 2015 (r392516) +++ head/devel/p5-Params-Validate/pkg-plist Sun Jul 19 16:36:45 2015 (r392517) @@ -1,4 +1,3 @@ -%%SITE_ARCH%%/Attribute/Params/Validate.pm %%SITE_ARCH%%/Params/Validate.pm %%SITE_ARCH%%/Params/Validate/Constants.pm %%SITE_ARCH%%/Params/Validate/PP.pm @@ -6,5 +5,4 @@ %%SITE_ARCH%%/Params/ValidatePP.pm %%SITE_ARCH%%/Params/ValidateXS.pm %%SITE_ARCH%%/auto/Params/Validate/XS/XS.so -%%PERL5_MAN3%%/Attribute::Params::Validate.3.gz %%PERL5_MAN3%%/Params::Validate.3.gz From owner-svn-ports-all@freebsd.org Sun Jul 19 16:36:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47A3B9A55D8; Sun, 19 Jul 2015 16:36:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E26712F9; Sun, 19 Jul 2015 16:36:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGaq7H052946; Sun, 19 Jul 2015 16:36:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGapC0052944; Sun, 19 Jul 2015 16:36:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507191636.t6JGapC0052944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Jul 2015 16:36:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392518 - head/www/p5-Flickr-API X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:36:53 -0000 Author: sunpoet Date: Sun Jul 19 16:36:50 2015 New Revision: 392518 URL: https://svnweb.freebsd.org/changeset/ports/392518 Log: - Update to 1.16 Changes: http://search.cpan.org/dist/Flickr-API/Changes Modified: head/www/p5-Flickr-API/Makefile head/www/p5-Flickr-API/distinfo Modified: head/www/p5-Flickr-API/Makefile ============================================================================== --- head/www/p5-Flickr-API/Makefile Sun Jul 19 16:36:45 2015 (r392517) +++ head/www/p5-Flickr-API/Makefile Sun Jul 19 16:36:50 2015 (r392518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Flickr-API -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Flickr-API/distinfo ============================================================================== --- head/www/p5-Flickr-API/distinfo Sun Jul 19 16:36:45 2015 (r392517) +++ head/www/p5-Flickr-API/distinfo Sun Jul 19 16:36:50 2015 (r392518) @@ -1,2 +1,2 @@ -SHA256 (Flickr-API-1.15.tar.gz) = 0dfef0955b6534377ad53859e658f1b77e30c2cd167ecc1ea3470086aad45f61 -SIZE (Flickr-API-1.15.tar.gz) = 25442 +SHA256 (Flickr-API-1.16.tar.gz) = 62656ce11f6912954d2f7b97f98363f5a36d7c5c56025aa91e2effcd8bd4da40 +SIZE (Flickr-API-1.16.tar.gz) = 25924 From owner-svn-ports-all@freebsd.org Sun Jul 19 16:36:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 320EA9A55FF; Sun, 19 Jul 2015 16:36:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1053D1504; Sun, 19 Jul 2015 16:36:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGawiL053069; Sun, 19 Jul 2015 16:36:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGawE0053067; Sun, 19 Jul 2015 16:36:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507191636.t6JGawE0053067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Jul 2015 16:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392519 - 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.20 Precedence: 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, 19 Jul 2015 16:36:59 -0000 Author: sunpoet Date: Sun Jul 19 16:36:57 2015 New Revision: 392519 URL: https://svnweb.freebsd.org/changeset/ports/392519 Log: - Update to 0.2.4 Changes: https://github.com/k-tsj/power_assert/commits/master 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 Sun Jul 19 16:36:50 2015 (r392518) +++ head/devel/rubygem-power_assert/Makefile Sun Jul 19 16:36:57 2015 (r392519) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= power_assert -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-power_assert/distinfo ============================================================================== --- head/devel/rubygem-power_assert/distinfo Sun Jul 19 16:36:50 2015 (r392518) +++ head/devel/rubygem-power_assert/distinfo Sun Jul 19 16:36:57 2015 (r392519) @@ -1,2 +1,2 @@ -SHA256 (rubygem/power_assert-0.2.3.gem) = 46dd1fa63023372da145d5fe3b58abb42c7e5f3fa4e265b7d2f5438d4e918127 -SIZE (rubygem/power_assert-0.2.3.gem) = 12800 +SHA256 (rubygem/power_assert-0.2.4.gem) = 13f192076823f69ba1cc92978cad38f78cb9c3874eecac55c8748d539f5187d4 +SIZE (rubygem/power_assert-0.2.4.gem) = 13312 From owner-svn-ports-all@freebsd.org Sun Jul 19 16:37:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCBAE9A562D; Sun, 19 Jul 2015 16:37:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7C211605; Sun, 19 Jul 2015 16:37:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGb4bR053198; Sun, 19 Jul 2015 16:37:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGb3WT053195; Sun, 19 Jul 2015 16:37:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507191637.t6JGb3WT053195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Jul 2015 16:37:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392520 - head/www/rubygem-puma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:37:05 -0000 Author: sunpoet Date: Sun Jul 19 16:37:03 2015 New Revision: 392520 URL: https://svnweb.freebsd.org/changeset/ports/392520 Log: - Update to 2.12.2 Changes: https://github.com/puma/puma/blob/master/History.txt Modified: head/www/rubygem-puma/Makefile head/www/rubygem-puma/distinfo Modified: head/www/rubygem-puma/Makefile ============================================================================== --- head/www/rubygem-puma/Makefile Sun Jul 19 16:36:57 2015 (r392519) +++ head/www/rubygem-puma/Makefile Sun Jul 19 16:37:03 2015 (r392520) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puma -PORTVERSION= 2.12.1 +PORTVERSION= 2.12.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-puma/distinfo ============================================================================== --- head/www/rubygem-puma/distinfo Sun Jul 19 16:36:57 2015 (r392519) +++ head/www/rubygem-puma/distinfo Sun Jul 19 16:37:03 2015 (r392520) @@ -1,2 +1,2 @@ -SHA256 (rubygem/puma-2.12.1.gem) = 52e07e44457ce2fba6f24e9af455afabcb2c08946994f570f3e0311bde8e6b8f -SIZE (rubygem/puma-2.12.1.gem) = 95232 +SHA256 (rubygem/puma-2.12.2.gem) = 9646d09c48973051140f9372f82aba993a0bcb8fca6ccf4738f079c9b76cf726 +SIZE (rubygem/puma-2.12.2.gem) = 96768 From owner-svn-ports-all@freebsd.org Sun Jul 19 16:37:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A8DB9A5662; Sun, 19 Jul 2015 16:37:34 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E704818FB; Sun, 19 Jul 2015 16:37:33 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGbXNR053365; Sun, 19 Jul 2015 16:37:33 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGbWUH053361; Sun, 19 Jul 2015 16:37:32 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507191637.t6JGbWUH053361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 19 Jul 2015 16:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392521 - head/multimedia/emby-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.20 Precedence: 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, 19 Jul 2015 16:37:34 -0000 Author: riggs Date: Sun Jul 19 16:37:31 2015 New Revision: 392521 URL: https://svnweb.freebsd.org/changeset/ports/392521 Log: Update to upstream version 3.0.5675.1 PR: 201669 Submitted by: woodsb02@gmail.com (maintainer) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Sun Jul 19 16:37:03 2015 (r392520) +++ head/multimedia/emby-server/Makefile Sun Jul 19 16:37:31 2015 (r392521) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5667.6 +PORTVERSION= 3.0.5675.1 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Sun Jul 19 16:37:03 2015 (r392520) +++ head/multimedia/emby-server/distinfo Sun Jul 19 16:37:31 2015 (r392521) @@ -1,2 +1,2 @@ -SHA256 (MediaBrowser-Emby-3.0.5667.6_GH0.tar.gz) = a87105106a7eaa421660ba95ce4cf4d43ad4cf36d05e14d11ccb194d80ba22bd -SIZE (MediaBrowser-Emby-3.0.5667.6_GH0.tar.gz) = 56096274 +SHA256 (MediaBrowser-Emby-3.0.5675.1_GH0.tar.gz) = afb3755ba9eebd8da5c5cdb3db4f4625dc2eee75de8dc0904ac9cbf8da4d2ad2 +SIZE (MediaBrowser-Emby-3.0.5675.1_GH0.tar.gz) = 56487439 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Sun Jul 19 16:37:03 2015 (r392520) +++ head/multimedia/emby-server/pkg-plist Sun Jul 19 16:37:31 2015 (r392521) @@ -69,6 +69,9 @@ lib/emby-server/dashboard-ui/apiclient/w lib/emby-server/dashboard-ui/appservices.html lib/emby-server/dashboard-ui/autoorganizelog.html lib/emby-server/dashboard-ui/autoorganizetv.html +lib/emby-server/dashboard-ui/bower_components/fastclick/lib/fastclick.js +lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.min.js +lib/emby-server/dashboard-ui/bower_components/requirejs/require.js lib/emby-server/dashboard-ui/bower_components/swipebox/src/css/swipebox.min.css lib/emby-server/dashboard-ui/bower_components/swipebox/src/img/icons.png lib/emby-server/dashboard-ui/bower_components/swipebox/src/img/icons.svg @@ -87,6 +90,7 @@ lib/emby-server/dashboard-ui/channelslat lib/emby-server/dashboard-ui/cinemamodeconfiguration.html lib/emby-server/dashboard-ui/collections.html lib/emby-server/dashboard-ui/connectlogin.html +lib/emby-server/dashboard-ui/cordova/actionsheet.js lib/emby-server/dashboard-ui/cordova/android/androidcredentials.js lib/emby-server/dashboard-ui/cordova/android/appstorage.js lib/emby-server/dashboard-ui/cordova/android/filesystem.js @@ -103,7 +107,6 @@ lib/emby-server/dashboard-ui/cordova/ext lib/emby-server/dashboard-ui/cordova/filesystem.js lib/emby-server/dashboard-ui/cordova/iap.js lib/emby-server/dashboard-ui/cordova/imagestore.js -lib/emby-server/dashboard-ui/cordova/ios/actionsheet.js lib/emby-server/dashboard-ui/cordova/ios/orientation.js lib/emby-server/dashboard-ui/cordova/registrationservices.js lib/emby-server/dashboard-ui/cordova/remotecontrols.js @@ -262,10 +265,7 @@ lib/emby-server/dashboard-ui/dlnaprofile lib/emby-server/dashboard-ui/dlnaprofiles.html lib/emby-server/dashboard-ui/dlnaserversettings.html lib/emby-server/dashboard-ui/dlnasettings.html -lib/emby-server/dashboard-ui/editcollectionitems.html -lib/emby-server/dashboard-ui/edititemimages.html lib/emby-server/dashboard-ui/edititemmetadata.html -lib/emby-server/dashboard-ui/edititemsubtitles.html lib/emby-server/dashboard-ui/encodingsettings.html lib/emby-server/dashboard-ui/episodes.html lib/emby-server/dashboard-ui/favicon.ico @@ -519,7 +519,6 @@ lib/emby-server/dashboard-ui/themes/ios. lib/emby-server/dashboard-ui/thirdparty/browser.js lib/emby-server/dashboard-ui/thirdparty/cast_sender.js lib/emby-server/dashboard-ui/thirdparty/emby-icons.html -lib/emby-server/dashboard-ui/thirdparty/fastclick.js lib/emby-server/dashboard-ui/thirdparty/filesystem.js lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.css lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.css.map @@ -531,7 +530,6 @@ lib/emby-server/dashboard-ui/thirdparty/ lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.woff lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.woff2 lib/emby-server/dashboard-ui/thirdparty/headroom.js -lib/emby-server/dashboard-ui/thirdparty/jquery-2.1.1.min.js lib/emby-server/dashboard-ui/thirdparty/jquery.unveil-custom.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/ajax-loader.gif lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/action-black.png @@ -750,7 +748,7 @@ lib/emby-server/dashboard-ui/thirdparty/ lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/style.min.css lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/throbber.gif lib/emby-server/dashboard-ui/thirdparty/paper-button-style.css -lib/emby-server/dashboard-ui/thirdparty/require.js +lib/emby-server/dashboard-ui/thirdparty/paper-ie10.css lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/css/social-share-kit.css lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.eot lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.svg From owner-svn-ports-all@freebsd.org Sun Jul 19 16:54:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0FA29A5A6C; Sun, 19 Jul 2015 16:54:41 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A10851027; Sun, 19 Jul 2015 16:54:41 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JGsf78062394; Sun, 19 Jul 2015 16:54:41 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JGsf93062393; Sun, 19 Jul 2015 16:54:41 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201507191654.t6JGsf93062393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Sun, 19 Jul 2015 16:54:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392522 - in head/ports-mgmt: . vulnerability-test-port X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 16:54:41 -0000 Author: ak Date: Sun Jul 19 16:54:40 2015 New Revision: 392522 URL: https://svnweb.freebsd.org/changeset/ports/392522 Log: - Remove ports-mgmt/vulnerability-test-port as it is part of portaudit suite and useless after its retierment. Deleted: head/ports-mgmt/vulnerability-test-port/ Modified: head/ports-mgmt/Makefile Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Sun Jul 19 16:37:31 2015 (r392521) +++ head/ports-mgmt/Makefile Sun Jul 19 16:54:40 2015 (r392522) @@ -65,7 +65,6 @@ SUBDIR += symports SUBDIR += tinderbox SUBDIR += tinderbox-devel - SUBDIR += vulnerability-test-port SUBDIR += wanted-ports SUBDIR += xps From owner-svn-ports-all@freebsd.org Sun Jul 19 17:20:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25D099A5EB7 for ; Sun, 19 Jul 2015 17:20:43 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from vfemail.net (ninezero.vfemail.net [96.30.253.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCA901E31 for ; Sun, 19 Jul 2015 17:20:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: (qmail 8143 invoked by uid 89); 19 Jul 2015 17:20:33 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 19 Jul 2015 17:20:32 -0000 Received: (qmail 72541 invoked by uid 89); 19 Jul 2015 16:06:00 -0000 Received: by simscan 1.3.1 ppid: 72533, pid: 72537, t: 0.1010s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 19 Jul 2015 16:06:00 -0000 Received: (qmail 2036 invoked by uid 89); 19 Jul 2015 16:06:00 -0000 Received: by simscan 1.4.0 ppid: 1988, pid: 2032, t: 0.6415s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 19 Jul 2015 16:05:59 -0000 From: Jan Beich To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392507 - head/Mk/Uses References: <201507191436.t6JEa09F002291@repo.freebsd.org> Date: Sun, 19 Jul 2015 18:05:30 +0200 In-Reply-To: <201507191436.t6JEa09F002291@repo.freebsd.org> (Baptiste Daroussin's message of "Sun, 19 Jul 2015 14:36:00 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 17:20:43 -0000 --=-=-= Content-Type: text/plain Baptiste Daroussin writes: > localbase: mostly a non user one which enforce the compiler related flags to > lookup in localbase first to find libraries, designed to be used in > other USES [...] > +.if !defined(_INCLUDE_USES_LOCALBASE_MK) > +_INCLUDE_USES_LOCALBASE_MK= yes > + > +CPPFLAGS+= -I${LOCALBASE}/include Better use -isystem to avoid accidentally picking up system headers over bundled ones like often happens when a port bundles ffmpeg. > +CFLAGS+= -I${LOCALBASE}/include > +CXXFLAGS+= -I${LOCALBASE}include ^^ Typo: missing / (path separator). > +LDFLAGS+= -L${LOCALBASE}/lib > +.endif --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJVq8rLXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bKXcH/1wTX3YKvKJuSTs9E0QwCShJ XmqCLtKSubdVbomtZJX25xQnxCMCYHgLLmB6S58tPg4iySpHT2C92qNDaGeRkKHj MRxOE8N0rTsNrfNoEq8L+17Gjw7q59ihiPyETGxW9s3hV9ap5nzeFYlFg5wR8keO fhM1sBhSlOdl57CKrFq/kr1Njtvh/UyC59Wz3K8MXaWnHCfneVS595A8ZwpBZWrP +GePjSA8tnNTyq/vmld0StoTWTAteFcBEAIfTYIdEbjcf3B8IhZc4F2QaNCyfXTo 0QkDPDiJtLd7yhmQWP5Y37E8WoFl1tLYfIxXRVejmLSMEm2Ej0DKOOJzvMmvruM= =NJtR -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-all@freebsd.org Sun Jul 19 17:22:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7734C9A6043; Sun, 19 Jul 2015 17:22:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 614FD1FF7; Sun, 19 Jul 2015 17:22:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JHMCfv076030; Sun, 19 Jul 2015 17:22:12 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JHMCxG076029; Sun, 19 Jul 2015 17:22:12 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191722.t6JHMCxG076029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 17:22:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392523 - 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.20 Precedence: 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, 19 Jul 2015 17:22:12 -0000 Author: bapt Date: Sun Jul 19 17:22:11 2015 New Revision: 392523 URL: https://svnweb.freebsd.org/changeset/ports/392523 Log: Fix typo Reported by: jbeich Modified: head/Mk/Uses/localbase.mk Modified: head/Mk/Uses/localbase.mk ============================================================================== --- head/Mk/Uses/localbase.mk Sun Jul 19 16:54:40 2015 (r392522) +++ head/Mk/Uses/localbase.mk Sun Jul 19 17:22:11 2015 (r392523) @@ -13,6 +13,6 @@ _INCLUDE_USES_LOCALBASE_MK= yes CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include -CXXFLAGS+= -I${LOCALBASE}include +CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif From owner-svn-ports-all@freebsd.org Sun Jul 19 17:24:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C2459A60D5; Sun, 19 Jul 2015 17:24:53 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C578F11D4; Sun, 19 Jul 2015 17:24:52 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wibud3 with SMTP id ud3so79027600wib.0; Sun, 19 Jul 2015 10:24:50 -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=BQ0nSz4cUuNb3UCBUlgcmSk4NKhFjjdPOa5C2GCIM4s=; b=u+B6CXPg4LyYzh36SN6BxLXs6B+ph7Moa1NaJuOmMNeD2DBQeD0mwSz6Sybf1vJUMG kbW9Q5WJdhbXYvqw3OwluBw9rvfQ05jDlnxLF28RhHBml75X/JfoLSGGGq0NWXhkiXxy 7Cb0wsftPleEmjah2m8XBYe1+Itwa7Gd4hDIshMvfnok+gdpA3+qIIWInnVvjP3f6yGY cHX+hDnlbpAhQ88FfIjFOzKKqSpk1J+bzt5LyvIFlSXYcEd2rwARegkWruKiF0efrS+F CvBD5enLls41IkTPBdWYxOpKdR411nk7k90h5SHyoIbthgk+aej2T6c4rNJstaYnyJTi nmSA== X-Received: by 10.180.84.230 with SMTP id c6mr14233108wiz.32.1437326690655; Sun, 19 Jul 2015 10:24:50 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id qq1sm28026651wjc.0.2015.07.19.10.24.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 10:24:49 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 19 Jul 2015 19:24:47 +0200 From: Baptiste Daroussin To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392507 - head/Mk/Uses Message-ID: <20150719172447.GF50618@ivaldir.etoilebsd.net> References: <201507191436.t6JEa09F002291@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bGR76rFJjkSxVeRa" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 17:24:53 -0000 --bGR76rFJjkSxVeRa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 19, 2015 at 06:05:30PM +0200, Jan Beich wrote: > Baptiste Daroussin writes: >=20 > > localbase: mostly a non user one which enforce the compiler related f= lags to > > lookup in localbase first to find libraries, designed to b= e used in > > other USES > [...] > > +.if !defined(_INCLUDE_USES_LOCALBASE_MK) > > +_INCLUDE_USES_LOCALBASE_MK=3D yes > > + > > +CPPFLAGS+=3D -I${LOCALBASE}/include >=20 > Better use -isystem to avoid accidentally picking up system headers over > bundled ones like often happens when a port bundles ffmpeg. >=20 The problem with -isystem is that it will have maby fallouts. and that it is really not designed for that (for instance it would break any effort on cro= ss building). Best regards, Bapt --bGR76rFJjkSxVeRa Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWr3V8ACgkQ8kTtMUmk6EyUhQCfYgC1W55FTP3QuIykneKH98iq PN8An1TkPS6v4QSd3QM8wBe6bghMn/Yo =MipL -----END PGP SIGNATURE----- --bGR76rFJjkSxVeRa-- From owner-svn-ports-all@freebsd.org Sun Jul 19 17:39:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBF9D9A62A4; Sun, 19 Jul 2015 17:39:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91CAC199F; Sun, 19 Jul 2015 17:39:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JHd4eA081559; Sun, 19 Jul 2015 17:39:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JHd40O081557; Sun, 19 Jul 2015 17:39:04 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191739.t6JHd40O081557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 17:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392524 - head/sysutils/policykit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 17:39:04 -0000 Author: bapt Date: Sun Jul 19 17:39:03 2015 New Revision: 392524 URL: https://svnweb.freebsd.org/changeset/ports/392524 Log: Fix policykit leftovers by using @sample Modified: head/sysutils/policykit/Makefile head/sysutils/policykit/pkg-plist Modified: head/sysutils/policykit/Makefile ============================================================================== --- head/sysutils/policykit/Makefile Sun Jul 19 17:22:11 2015 (r392523) +++ head/sysutils/policykit/Makefile Sun Jul 19 17:39:03 2015 (r392524) @@ -4,7 +4,7 @@ PORTNAME= policykit PORTVERSION= 0.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ DISTNAME= PolicyKit-${PORTVERSION} @@ -50,12 +50,8 @@ PLIST_SUB+= MANPAGES="@comment " post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/PolicyKit - if [ ! -f ${PREFIX}/etc/PolicyKit/PolicyKit.conf ]; then \ - ${INSTALL_DATA} ${WRKSRC}/data/PolicyKit.conf \ - ${STAGEDIR}${PREFIX}/etc/PolicyKit/PolicyKit.conf ; \ - fi ${INSTALL_DATA} ${WRKSRC}/data/PolicyKit.conf \ - ${STAGEDIR}${PREFIX}/etc/PolicyKit/PolicyKit.conf.dist + ${STAGEDIR}${PREFIX}/etc/PolicyKit/PolicyKit.conf.sample # this file is used for reloading rules, handle it in the plist. @${RM} ${STAGEDIR}/var/lib/misc/PolicyKit.reload @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.* Modified: head/sysutils/policykit/pkg-plist ============================================================================== --- head/sysutils/policykit/pkg-plist Sun Jul 19 17:22:11 2015 (r392523) +++ head/sysutils/policykit/pkg-plist Sun Jul 19 17:39:03 2015 (r392524) @@ -2,9 +2,7 @@ bin/polkit-action bin/polkit-auth bin/polkit-config-file-validate bin/polkit-policy-file-validate -@unexec if cmp -s %D/etc/PolicyKit/PolicyKit.conf %D/etc/PolicyKit/PolicyKit.conf.dist; then rm -f %D/etc/PolicyKit/PolicyKit.conf ; fi -etc/PolicyKit/PolicyKit.conf.dist -@exec [ -f %B/PolicyKit.conf ] || cp %B/%f %B/PolicyKit.conf +@sample etc/PolicyKit/PolicyKit.conf.sample etc/dbus-1/system.d/org.freedesktop.PolicyKit.conf etc/pam.d/polkit etc/profile.d/polkit-bash-completion.sh From owner-svn-ports-all@freebsd.org Sun Jul 19 18:05:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CA429A6655; Sun, 19 Jul 2015 18:05:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23DD21A83; Sun, 19 Jul 2015 18:05:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JI5xIG095713; Sun, 19 Jul 2015 18:05:59 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JI5wII095708; Sun, 19 Jul 2015 18:05:58 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507191805.t6JI5wII095708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 19 Jul 2015 18:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392525 - head/sysutils/py-salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 18:05:59 -0000 Author: lwhsu Date: Sun Jul 19 18:05:57 2015 New Revision: 392525 URL: https://svnweb.freebsd.org/changeset/ports/392525 Log: - Update to 2015.5.3 PR: 201502 Submitted by: xmj (the PR) Jason Unovitch (the patch) Approved by: christer.edwards@gmail.com (maintainer) Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo head/sysutils/py-salt/pkg-plist Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Sun Jul 19 17:39:03 2015 (r392524) +++ head/sysutils/py-salt/Makefile Sun Jul 19 18:05:57 2015 (r392525) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2015.5.2 +PORTVERSION= 2015.5.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -39,6 +39,7 @@ RAET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX USES= python:2 USE_PYTHON= distutils +NO_ARCH= yes PYDISTUTILS_EGGINFO= salt-${DISTVERSION}-py${PYTHON_VER}.egg-info PYDISTUTILS_INSTALLARGS+=\ Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Sun Jul 19 17:39:03 2015 (r392524) +++ head/sysutils/py-salt/distinfo Sun Jul 19 18:05:57 2015 (r392525) @@ -1,2 +1,2 @@ -SHA256 (salt-2015.5.2.tar.gz) = 7a1432c2fa21a71cab2a4688b74dd116f0cc93d4b2f2b001246499fa00bbff2a -SIZE (salt-2015.5.2.tar.gz) = 5049112 +SHA256 (salt-2015.5.3.tar.gz) = f8b04dc8bd4b00ce803d31ce5fba033c2f20fa38cdc5a3bf54b4c47362fbe853 +SIZE (salt-2015.5.3.tar.gz) = 5389038 Modified: head/sysutils/py-salt/pkg-plist ============================================================================== --- head/sysutils/py-salt/pkg-plist Sun Jul 19 17:39:03 2015 (r392524) +++ head/sysutils/py-salt/pkg-plist Sun Jul 19 18:05:57 2015 (r392525) @@ -1183,8 +1183,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/apache.pyc %%PYTHON_SITELIBDIR%%/salt/states/apache_module.py %%PYTHON_SITELIBDIR%%/salt/states/apache_module.pyc -%%PYTHON_SITELIBDIR%%/salt/states/apt.py -%%PYTHON_SITELIBDIR%%/salt/states/apt.pyc +%%PYTHON_SITELIBDIR%%/salt/states/aptpkg.py +%%PYTHON_SITELIBDIR%%/salt/states/aptpkg.pyc %%PYTHON_SITELIBDIR%%/salt/states/archive.py %%PYTHON_SITELIBDIR%%/salt/states/archive.pyc %%PYTHON_SITELIBDIR%%/salt/states/artifactory.py From owner-svn-ports-all@freebsd.org Sun Jul 19 18:41:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D7779A6D6C; Sun, 19 Jul 2015 18:41:47 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E1EA1485; Sun, 19 Jul 2015 18:41:47 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JIflNB013211; Sun, 19 Jul 2015 18:41:47 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JIfkkL013209; Sun, 19 Jul 2015 18:41:46 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201507191841.t6JIfkkL013209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Sun, 19 Jul 2015 18:41:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392526 - head/news/rawdog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 18:41:47 -0000 Author: tdb Date: Sun Jul 19 18:41:45 2015 New Revision: 392526 URL: https://svnweb.freebsd.org/changeset/ports/392526 Log: Update to 2.21. Modified: head/news/rawdog/Makefile head/news/rawdog/distinfo Modified: head/news/rawdog/Makefile ============================================================================== --- head/news/rawdog/Makefile Sun Jul 19 18:05:57 2015 (r392525) +++ head/news/rawdog/Makefile Sun Jul 19 18:41:45 2015 (r392526) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rawdog -PORTVERSION= 2.20 +PORTVERSION= 2.21 CATEGORIES= news python MASTER_SITES= http://offog.org/files/ \ http://ftp.i-scream.org/pub/offog.org/files/ Modified: head/news/rawdog/distinfo ============================================================================== --- head/news/rawdog/distinfo Sun Jul 19 18:05:57 2015 (r392525) +++ head/news/rawdog/distinfo Sun Jul 19 18:41:45 2015 (r392526) @@ -1,2 +1,2 @@ -SHA256 (rawdog-2.20.tar.gz) = 0a63b26cc111b0deca441f498177b49be0330760c5c0e24584cdb9ba1e7fd5a6 -SIZE (rawdog-2.20.tar.gz) = 66933 +SHA256 (rawdog-2.21.tar.gz) = 6000c14285e4bb65b606a5315f6423daa0ac6db4fd4124b4a112fa0bce3abf38 +SIZE (rawdog-2.21.tar.gz) = 67812 From owner-svn-ports-all@freebsd.org Sun Jul 19 19:14:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7017D9A61DE; Sun, 19 Jul 2015 19:14:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56A3C11EF; Sun, 19 Jul 2015 19:14:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JJEvZm025451; Sun, 19 Jul 2015 19:14:57 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JJEuuW025449; Sun, 19 Jul 2015 19:14:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507191914.t6JJEuuW025449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 19 Jul 2015 19:14:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392527 - head/math/p5-Math-SigFigs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 19:14:57 -0000 Author: swills Date: Sun Jul 19 19:14:55 2015 New Revision: 392527 URL: https://svnweb.freebsd.org/changeset/ports/392527 Log: math/p5-Math-SigFigs: update to 1.10 Modified: head/math/p5-Math-SigFigs/Makefile head/math/p5-Math-SigFigs/distinfo Modified: head/math/p5-Math-SigFigs/Makefile ============================================================================== --- head/math/p5-Math-SigFigs/Makefile Sun Jul 19 18:41:45 2015 (r392526) +++ head/math/p5-Math-SigFigs/Makefile Sun Jul 19 19:14:55 2015 (r392527) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-SigFigs -PORTVERSION= 1.09 -PORTREVISION= 1 +PORTVERSION= 1.10 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,12 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Do math with correct handling of significant figures -BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage - USES= perl5 USE_PERL5= configure +PLIST_FILES= bin/count bin/format + .include Modified: head/math/p5-Math-SigFigs/distinfo ============================================================================== --- head/math/p5-Math-SigFigs/distinfo Sun Jul 19 18:41:45 2015 (r392526) +++ head/math/p5-Math-SigFigs/distinfo Sun Jul 19 19:14:55 2015 (r392527) @@ -1,2 +1,2 @@ -SHA256 (Math-SigFigs-1.09.tar.gz) = 54a01e671286db0bc7ee9bae836ddd8f2ae089565a9607a06da7af3f29c78bbe -SIZE (Math-SigFigs-1.09.tar.gz) = 11426 +SHA256 (Math-SigFigs-1.10.tar.gz) = b85fb95b409df9d054b74e4e8906762279af8f673c4fa7f1233cc4614b89faec +SIZE (Math-SigFigs-1.10.tar.gz) = 10896 From owner-svn-ports-all@freebsd.org Sun Jul 19 19:23:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7E909A640C; Sun, 19 Jul 2015 19:23:13 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB9DA19A2; Sun, 19 Jul 2015 19:23:13 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JJNDU9029498; Sun, 19 Jul 2015 19:23:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JJNCax029494; Sun, 19 Jul 2015 19:23:12 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507191923.t6JJNCax029494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 19 Jul 2015 19:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392528 - in head/databases/elixir-ecto: . 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.20 Precedence: 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, 19 Jul 2015 19:23:13 -0000 Author: olgeni Date: Sun Jul 19 19:23:11 2015 New Revision: 392528 URL: https://svnweb.freebsd.org/changeset/ports/392528 Log: Upgrade to version 0.14.0. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo head/databases/elixir-ecto/files/patch-mix.exs head/databases/elixir-ecto/pkg-plist Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Sun Jul 19 19:14:55 2015 (r392527) +++ head/databases/elixir-ecto/Makefile Sun Jul 19 19:23:11 2015 (r392528) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- @@ -17,7 +17,9 @@ GH_ACCOUNT= elixir-lang MIX_BUILD_NAME= shared MIX_BUILD_DEPS= devel/elixir-decimal \ + devel/elixir-poison \ devel/erlang-poolboy MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes .include Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Sun Jul 19 19:14:55 2015 (r392527) +++ head/databases/elixir-ecto/distinfo Sun Jul 19 19:23:11 2015 (r392528) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-ecto-v0.13.1_GH0.tar.gz) = eb249bd014daaba554a51dd3b892c26c11ae478b59caf561245bf9786acfd98d -SIZE (elixir-lang-ecto-v0.13.1_GH0.tar.gz) = 167480 +SHA256 (elixir-lang-ecto-v0.14.0_GH0.tar.gz) = 43d51ec70c1ee37f11d28c8d261d41e9bc281c8cd3a191cb92ce2a462c56c5da +SIZE (elixir-lang-ecto-v0.14.0_GH0.tar.gz) = 189565 Modified: head/databases/elixir-ecto/files/patch-mix.exs ============================================================================== --- head/databases/elixir-ecto/files/patch-mix.exs Sun Jul 19 19:14:55 2015 (r392527) +++ head/databases/elixir-ecto/files/patch-mix.exs Sun Jul 19 19:23:11 2015 (r392528) @@ -1,18 +1,11 @@ ---- mix.exs.orig 2015-07-02 10:32:17 UTC +--- mix.exs.orig 2015-07-19 17:59:14 UTC +++ mix.exs -@@ -33,14 +33,7 @@ defmodule Ecto.Mixfile do - end +@@ -9,7 +9,7 @@ defmodule Ecto.Mixfile do + [app: :ecto, + version: @version, + elixir: "~> 1.0", +- deps: deps, ++ deps: [], + build_per_environment: false, + test_paths: test_paths(Mix.env), - defp deps do -- [{:poolboy, "~> 1.4"}, -- {:decimal, "~> 1.0"}, -- {:postgrex, "~> 0.8.3", optional: true}, -- {:mariaex, "~> 0.3.0", optional: true}, -- {:poison, "~> 1.0", optional: true}, -- {:ex_doc, "~> 0.7", only: :docs}, -- {:earmark, "~> 0.1", only: :docs}, -- {:inch_ex, only: :docs}] -+ [] - end - - defp test_paths(adapter) when adapter in @adapters, do: ["integration_test/#{adapter}"] Modified: head/databases/elixir-ecto/pkg-plist ============================================================================== --- head/databases/elixir-ecto/pkg-plist Sun Jul 19 19:14:55 2015 (r392527) +++ head/databases/elixir-ecto/pkg-plist Sun Jul 19 19:23:11 2015 (r392528) @@ -4,9 +4,6 @@ lib/elixir/lib/ecto/ebin/Elixir.Ecto.Ada lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapter.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Connection.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.MySQL.beam -lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Pool.beam -lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Poolboy.Worker.beam -lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Poolboy.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.Postgres.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.Query.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Adapters.SQL.Sandbox.beam @@ -22,6 +19,8 @@ lib/elixir/lib/ecto/ebin/Elixir.Ecto.Cha lib/elixir/lib/ecto/ebin/Elixir.Ecto.Date.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.DateTime.Util.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.DateTime.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Embedded.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.InvalidChangesetError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.InvalidURLError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.LogEntry.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migration.Index.beam @@ -33,13 +32,22 @@ lib/elixir/lib/ecto/ebin/Elixir.Ecto.Mig lib/elixir/lib/ecto/ebin/Elixir.Ecto.MigrationError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Migrator.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.MissingPrimaryKeyError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.Autogenerate.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.Callbacks.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.Dependent.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.OptimisticLock.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.Timestamps.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Model.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.MultipleResultsError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.NoPrimaryKeyError.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.NoResultsError.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Pool.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Pools.Poolboy.Worker.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Pools.Poolboy.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Pools.SojournBroker.CoDel.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Pools.SojournBroker.Timeout.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Pools.SojournBroker.Worker.beam +lib/elixir/lib/ecto/ebin/Elixir.Ecto.Pools.SojournBroker.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Distinct.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.Filter.beam lib/elixir/lib/ecto/ebin/Elixir.Ecto.Query.Builder.From.beam @@ -91,6 +99,10 @@ lib/elixir/lib/ecto/ebin/Elixir.Mix.Task lib/elixir/lib/ecto/ebin/Elixir.Mix.Tasks.Ecto.Gen.Repo.beam lib/elixir/lib/ecto/ebin/Elixir.Mix.Tasks.Ecto.Migrate.beam lib/elixir/lib/ecto/ebin/Elixir.Mix.Tasks.Ecto.Rollback.beam +lib/elixir/lib/ecto/ebin/Elixir.Poison.Encoder.Decimal.beam +lib/elixir/lib/ecto/ebin/Elixir.Poison.Encoder.Ecto.Date.beam +lib/elixir/lib/ecto/ebin/Elixir.Poison.Encoder.Ecto.DateTime.beam +lib/elixir/lib/ecto/ebin/Elixir.Poison.Encoder.Ecto.Time.beam lib/elixir/lib/ecto/ebin/Elixir.String.Chars.Ecto.Date.beam lib/elixir/lib/ecto/ebin/Elixir.String.Chars.Ecto.DateTime.beam lib/elixir/lib/ecto/ebin/Elixir.String.Chars.Ecto.Time.beam @@ -103,9 +115,6 @@ lib/elixir/lib/ecto/lib/ecto/adapter/tra lib/elixir/lib/ecto/lib/ecto/adapters/connection.ex lib/elixir/lib/ecto/lib/ecto/adapters/mysql.ex lib/elixir/lib/ecto/lib/ecto/adapters/mysql/connection.ex -lib/elixir/lib/ecto/lib/ecto/adapters/pool.ex -lib/elixir/lib/ecto/lib/ecto/adapters/poolboy.ex -lib/elixir/lib/ecto/lib/ecto/adapters/poolboy/worker.ex lib/elixir/lib/ecto/lib/ecto/adapters/postgres.ex lib/elixir/lib/ecto/lib/ecto/adapters/postgres/connection.ex lib/elixir/lib/ecto/lib/ecto/adapters/postgres/datetime.ex @@ -115,6 +124,7 @@ lib/elixir/lib/ecto/lib/ecto/adapters/sq lib/elixir/lib/ecto/lib/ecto/association.ex lib/elixir/lib/ecto/lib/ecto/changeset.ex lib/elixir/lib/ecto/lib/ecto/datetime.ex +lib/elixir/lib/ecto/lib/ecto/embedded.ex lib/elixir/lib/ecto/lib/ecto/exceptions.ex lib/elixir/lib/ecto/lib/ecto/log_entry.ex lib/elixir/lib/ecto/lib/ecto/migration.ex @@ -122,9 +132,19 @@ lib/elixir/lib/ecto/lib/ecto/migration/r lib/elixir/lib/ecto/lib/ecto/migration/schema_migration.ex lib/elixir/lib/ecto/lib/ecto/migrator.ex lib/elixir/lib/ecto/lib/ecto/model.ex +lib/elixir/lib/ecto/lib/ecto/model/autogenerate.ex lib/elixir/lib/ecto/lib/ecto/model/callbacks.ex +lib/elixir/lib/ecto/lib/ecto/model/dependent.ex lib/elixir/lib/ecto/lib/ecto/model/optimistic_lock.ex lib/elixir/lib/ecto/lib/ecto/model/timestamps.ex +lib/elixir/lib/ecto/lib/ecto/poison.ex +lib/elixir/lib/ecto/lib/ecto/pool.ex +lib/elixir/lib/ecto/lib/ecto/pools/poolboy.ex +lib/elixir/lib/ecto/lib/ecto/pools/poolboy/worker.ex +lib/elixir/lib/ecto/lib/ecto/pools/sojourn_broker.ex +lib/elixir/lib/ecto/lib/ecto/pools/sojourn_broker/codel.ex +lib/elixir/lib/ecto/lib/ecto/pools/sojourn_broker/timeout.ex +lib/elixir/lib/ecto/lib/ecto/pools/sojourn_broker/worker.ex lib/elixir/lib/ecto/lib/ecto/query.ex lib/elixir/lib/ecto/lib/ecto/query/builder.ex lib/elixir/lib/ecto/lib/ecto/query/builder/distinct.ex From owner-svn-ports-all@freebsd.org Sun Jul 19 19:34:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43FCB9A65A6; Sun, 19 Jul 2015 19:34:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FC751017; Sun, 19 Jul 2015 19:34:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JJYDrP033727; Sun, 19 Jul 2015 19:34:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JJYDi4033724; Sun, 19 Jul 2015 19:34:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507191934.t6JJYDi4033724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 19 Jul 2015 19:34:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392529 - head/devel/elixir-msgpax X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 19:34:14 -0000 Author: olgeni Date: Sun Jul 19 19:34:12 2015 New Revision: 392529 URL: https://svnweb.freebsd.org/changeset/ports/392529 Log: Upgrade to version 0.8.0. Modified: head/devel/elixir-msgpax/Makefile head/devel/elixir-msgpax/distinfo head/devel/elixir-msgpax/pkg-plist Modified: head/devel/elixir-msgpax/Makefile ============================================================================== --- head/devel/elixir-msgpax/Makefile Sun Jul 19 19:23:11 2015 (r392528) +++ head/devel/elixir-msgpax/Makefile Sun Jul 19 19:34:12 2015 (r392529) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= msgpax -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-msgpax/distinfo ============================================================================== --- head/devel/elixir-msgpax/distinfo Sun Jul 19 19:23:11 2015 (r392528) +++ head/devel/elixir-msgpax/distinfo Sun Jul 19 19:34:12 2015 (r392529) @@ -1,2 +1,2 @@ -SHA256 (lexmag-msgpax-v0.7.1_GH0.tar.gz) = 9842a9e8029835e5644f4dba08b81d7c2c7ddd338a98da909079470d4af181e6 -SIZE (lexmag-msgpax-v0.7.1_GH0.tar.gz) = 5403 +SHA256 (lexmag-msgpax-v0.8.0_GH0.tar.gz) = 980b1a90fe3f082d2f2a47ccfe6c461457283c9efd9b97054dab75955bb9143f +SIZE (lexmag-msgpax-v0.8.0_GH0.tar.gz) = 6613 Modified: head/devel/elixir-msgpax/pkg-plist ============================================================================== --- head/devel/elixir-msgpax/pkg-plist Sun Jul 19 19:23:11 2015 (r392528) +++ head/devel/elixir-msgpax/pkg-plist Sun Jul 19 19:34:12 2015 (r392529) @@ -1,4 +1,7 @@ -lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Binary.beam +lib/elixir/lib/msgpax/ebin/Elixir.Inspect.Msgpax.Bin.beam +lib/elixir/lib/msgpax/ebin/Elixir.Inspect.Msgpax.Ext.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Bin.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Ext.beam lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.PackError.beam lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Atom.beam lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.BitString.beam @@ -6,7 +9,8 @@ lib/elixir/lib/msgpax/ebin/Elixir.Msgpax lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Integer.beam lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.List.beam lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Map.beam -lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Msgpax.Binary.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Msgpax.Bin.beam +lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.Msgpax.Ext.beam lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Packer.beam lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.UnpackError.beam lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.Unpacker.Transform.beam @@ -14,6 +18,8 @@ lib/elixir/lib/msgpax/ebin/Elixir.Msgpax lib/elixir/lib/msgpax/ebin/Elixir.Msgpax.beam lib/elixir/lib/msgpax/ebin/msgpax.app lib/elixir/lib/msgpax/lib/msgpax.ex +lib/elixir/lib/msgpax/lib/msgpax/bin.ex +lib/elixir/lib/msgpax/lib/msgpax/ext.ex lib/elixir/lib/msgpax/lib/msgpax/packer.ex lib/elixir/lib/msgpax/lib/msgpax/unpacker.ex %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Sun Jul 19 19:46:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D09199A66F9; Sun, 19 Jul 2015 19:46:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B954916C7; Sun, 19 Jul 2015 19:46:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JJk1lW037871; Sun, 19 Jul 2015 19:46:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JJk1wd037870; Sun, 19 Jul 2015 19:46:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191946.t6JJk1wd037870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 19:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392530 - head/sysutils/ftwin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 19:46:01 -0000 Author: bapt Date: Sun Jul 19 19:46:00 2015 New Revision: 392530 URL: https://svnweb.freebsd.org/changeset/ports/392530 Log: Use USES=libarchive Modified: head/sysutils/ftwin/Makefile Modified: head/sysutils/ftwin/Makefile ============================================================================== --- head/sysutils/ftwin/Makefile Sun Jul 19 19:34:12 2015 (r392529) +++ head/sysutils/ftwin/Makefile Sun Jul 19 19:46:00 2015 (r392530) @@ -2,7 +2,7 @@ PORTNAME= ftwin PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://files.etoilebsd.net/ftwin/ \ http://download.meroware.org/ftwin/ @@ -17,7 +17,7 @@ LIB_DEPENDS= libapr-1.so:${PORTSDIR}/dev libpcre.so:${PORTSDIR}/devel/pcre \ libpuzzle.so:${PORTSDIR}/graphics/libpuzzle -USES= autoreconf tar:bzip2 +USES= autoreconf libarchive tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-all@freebsd.org Sun Jul 19 19:48:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8B809A6728; Sun, 19 Jul 2015 19:48:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B16A8191D; Sun, 19 Jul 2015 19:48:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JJmZcM038075; Sun, 19 Jul 2015 19:48:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JJmZFr038073; Sun, 19 Jul 2015 19:48:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191948.t6JJmZFr038073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 19:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392531 - head/devel/cloudabi-binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 19:48:35 -0000 Author: bapt Date: Sun Jul 19 19:48:34 2015 New Revision: 392531 URL: https://svnweb.freebsd.org/changeset/ports/392531 Log: Fix plist Modified: head/devel/cloudabi-binutils/Makefile head/devel/cloudabi-binutils/pkg-plist Modified: head/devel/cloudabi-binutils/Makefile ============================================================================== --- head/devel/cloudabi-binutils/Makefile Sun Jul 19 19:46:00 2015 (r392530) +++ head/devel/cloudabi-binutils/Makefile Sun Jul 19 19:48:34 2015 (r392531) @@ -2,6 +2,7 @@ # $FreeBSD$ PKGNAMEPREFIX= cloudabi- +PORTREVISION= 1 MAINTAINER= ed@FreeBSD.org COMMENT= GNU Binutils for CloudABI cross-development Modified: head/devel/cloudabi-binutils/pkg-plist ============================================================================== --- head/devel/cloudabi-binutils/pkg-plist Sun Jul 19 19:46:00 2015 (r392530) +++ head/devel/cloudabi-binutils/pkg-plist Sun Jul 19 19:48:34 2015 (r392531) @@ -46,3 +46,13 @@ x86_64-unknown-cloudabi/lib/ldscripts/el x86_64-unknown-cloudabi/lib/ldscripts/elf_x86_64_cloudabi.xsw x86_64-unknown-cloudabi/lib/ldscripts/elf_x86_64_cloudabi.xu x86_64-unknown-cloudabi/lib/ldscripts/elf_x86_64_cloudabi.xw +x86_64-unknown-cloudabi/bin/ar +x86_64-unknown-cloudabi/bin/as +x86_64-unknown-cloudabi/bin/ld +x86_64-unknown-cloudabi/bin/ld.bfd +x86_64-unknown-cloudabi/bin/nm +x86_64-unknown-cloudabi/bin/objcopy +x86_64-unknown-cloudabi/bin/objdump +x86_64-unknown-cloudabi/bin/ranlib +x86_64-unknown-cloudabi/bin/size +x86_64-unknown-cloudabi/bin/strip From owner-svn-ports-all@freebsd.org Sun Jul 19 19:51:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 584E09A6771; Sun, 19 Jul 2015 19:51:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44CC11AE5; Sun, 19 Jul 2015 19:51:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JJpDJC039442; Sun, 19 Jul 2015 19:51:13 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JJpDIo039441; Sun, 19 Jul 2015 19:51:13 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191951.t6JJpDIo039441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 19:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392532 - head/audio/hydrogen-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.20 Precedence: 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, 19 Jul 2015 19:51:13 -0000 Author: bapt Date: Sun Jul 19 19:51:12 2015 New Revision: 392532 URL: https://svnweb.freebsd.org/changeset/ports/392532 Log: Convert to USES=libarchive Modified: head/audio/hydrogen-devel/Makefile Modified: head/audio/hydrogen-devel/Makefile ============================================================================== --- head/audio/hydrogen-devel/Makefile Sun Jul 19 19:48:34 2015 (r392531) +++ head/audio/hydrogen-devel/Makefile Sun Jul 19 19:51:12 2015 (r392532) @@ -59,7 +59,7 @@ LASH_LIB_DEPENDS= liblash.so:${PORTSDIR} LIBARCHIVE_DESC= LibArchive support LIBARCHIVE_CMAKE_ON= -DWANT_LIBARCHIVE:BOOL=ON LIBARCHIVE_CMAKE_OFF= -DWANT_LIBARCHIVE:BOOL=OFF -LIBARCHIVE_LIB_DEPENDS= libarchive.so:${PORTSDIR}/archivers/libarchive +LIBARCHIVE_USES= libarchive OSS_CMAKE_ON= -DWANT_OSS:BOOL=ON OSS_CMAKE_OFF= -DWANT_OSS:BOOL=OFF From owner-svn-ports-all@freebsd.org Sun Jul 19 19:53:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80D4F9A684E; Sun, 19 Jul 2015 19:53:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7197F1D39; Sun, 19 Jul 2015 19:53:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JJrWgD041992; Sun, 19 Jul 2015 19:53:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JJrWgU041991; Sun, 19 Jul 2015 19:53:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507191953.t6JJrWgU041991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 19:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392533 - head/archivers/unmakeself X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 19:53:32 -0000 Author: bapt Date: Sun Jul 19 19:53:31 2015 New Revision: 392533 URL: https://svnweb.freebsd.org/changeset/ports/392533 Log: Convert to USES=libarchive, reduce over linking Modified: head/archivers/unmakeself/Makefile Modified: head/archivers/unmakeself/Makefile ============================================================================== --- head/archivers/unmakeself/Makefile Sun Jul 19 19:51:12 2015 (r392532) +++ head/archivers/unmakeself/Makefile Sun Jul 19 19:53:31 2015 (r392533) @@ -3,13 +3,15 @@ PORTNAME= unmakeself PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= archivers DISTFILES= MAINTAINER= ports@FreeBSD.org COMMENT= Extract Makeself archives -LDFLAGS+= -larchive -lbz2 -lz -lcrypto -lmd +USES= libarchive +LDFLAGS+= -larchive NO_WRKSUBDIR= yes PLIST_FILES= bin/unmakeself From owner-svn-ports-all@freebsd.org Sun Jul 19 20:33:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EC2E9A6E24; Sun, 19 Jul 2015 20:33:49 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 770C41031; Sun, 19 Jul 2015 20:33:49 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JKXnd1060948; Sun, 19 Jul 2015 20:33:49 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JKXZWd060906; Sun, 19 Jul 2015 20:33:35 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507192033.t6JKXZWd060906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 19 Jul 2015 20:33:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392534 - in head: . Mk devel devel/tex-kpathsea devel/tex-kpathsea/files devel/tex-libtexlua devel/tex-libtexlua/files devel/tex-libtexluajit devel/tex-libtexluajit/files devel/tex-web... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 20:33:49 -0000 Author: hrs Date: Sun Jul 19 20:33:34 2015 New Revision: 392534 URL: https://svnweb.freebsd.org/changeset/ports/392534 Log: Update TeXLive to TL2015. - print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz. Added: head/devel/tex-libtexlua/ head/devel/tex-libtexlua/Makefile (contents, props changed) head/devel/tex-libtexlua/distinfo (contents, props changed) head/devel/tex-libtexlua/files/ head/devel/tex-libtexlua/files/patch-Makefile.in (contents, props changed) head/devel/tex-libtexlua/pkg-descr (contents, props changed) head/devel/tex-libtexlua/pkg-plist (contents, props changed) head/devel/tex-libtexluajit/ head/devel/tex-libtexluajit/Makefile (contents, props changed) head/devel/tex-libtexluajit/distinfo (contents, props changed) head/devel/tex-libtexluajit/files/ head/devel/tex-libtexluajit/files/patch-Makefile.in (contents, props changed) head/devel/tex-libtexluajit/pkg-descr (contents, props changed) head/devel/tex-libtexluajit/pkg-plist (contents, props changed) head/devel/tex-web2c/files/ head/devel/tex-web2c/files/patch-Makefile.in (contents, props changed) head/graphics/libpotrace/ head/graphics/libpotrace/Makefile (contents, props changed) head/graphics/libpotrace/distinfo (contents, props changed) head/graphics/libpotrace/files/ head/graphics/libpotrace/files/patch-Makefile.in (contents, props changed) head/graphics/libpotrace/files/patch-src-Makefile.in (contents, props changed) head/graphics/libpotrace/pkg-descr (contents, props changed) head/print/tex-dvipdfmx/files/patch-Makefile.in - copied, changed from r392525, head/print/tex-dvipdfmx/files/patch-texk-dvipdfmx-Makefile.in head/print/tex-dvipdfmx/files/patch-data_dvipdfmx.cfg - copied, changed from r392525, head/print/tex-dvipdfmx/files/patch-texk-dvipdfmx-data-dvipdfmx.cfg head/print/tex-dvipsk/files/patch-configure - copied, changed from r392525, head/print/tex-dvipsk/files/patch-texk-dvipsk-configure head/print/tex-xetex/files/patch-configure (contents, props changed) head/print/texlive-base/files/patch-configure (contents, props changed) head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.9.2-src-FileFinder.cpp - copied, changed from r392525, head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.60-src-FileFinder.cpp head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.9.2-src-Font.cpp - copied, changed from r386117, head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.60-src-Font.cpp head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.9.2-src-FontEncoding.cpp - copied, changed from r386117, head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.60-src-FontEncoding.cpp head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.9.2-src-Message.cpp - copied, changed from r386117, head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.60-src-Message.cpp head/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.104-Makefile.in - copied, changed from r386117, head/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.100-Makefile.in head/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.104-libefont-cff.cc - copied, changed from r386117, head/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.100-libefont-cff.cc head/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.104-libefont-t1interp.cc - copied, changed from r386117, head/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.100-libefont-t1interp.cc head/print/texlive-base/files/patch-texk-texlive-linked_scripts-texlive-fmtutil-sys.sh - copied, changed from r386117, head/print/texlive-base/files/patch-texk-texlive-tl_scripts-fmtutil-sys.sh head/print/texlive-base/files/patch-texk-texlive-linked_scripts-texlive-updmap-sys.sh - copied, changed from r386117, head/print/texlive-base/files/patch-texk-texlive-tl_scripts-updmap-sys.sh head/print/texlive-tlmgr/ - copied from r386117, head/print/texlive-infra/ Deleted: head/print/tex-dvipdfmx/files/patch-texk-dvipdfmx-Makefile.in head/print/tex-dvipdfmx/files/patch-texk-dvipdfmx-data-dvipdfmx.cfg head/print/tex-dvipsk/files/patch-texk-dvipsk-configure head/print/tex-dvipsk/files/patch-texk-dvipsk-configure.ac head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.60-src-FileFinder.cpp head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.60-src-Font.cpp head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.60-src-FontEncoding.cpp head/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.60-src-Message.cpp head/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.100-Makefile.in head/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.100-libefont-cff.cc head/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.100-libefont-t1interp.cc head/print/texlive-base/files/patch-texk-texlive-tl_scripts-fmtutil-sys.sh head/print/texlive-base/files/patch-texk-texlive-tl_scripts-fmtutil.sh head/print/texlive-base/files/patch-texk-texlive-tl_scripts-updmap-sys.sh head/print/texlive-infra/ Modified: head/MOVED head/Mk/bsd.tex.mk head/UPDATING head/devel/Makefile head/devel/tex-kpathsea/Makefile head/devel/tex-kpathsea/distinfo head/devel/tex-kpathsea/files/patch-Makefile.in head/devel/tex-kpathsea/files/patch-texmf.cnf head/devel/tex-kpathsea/pkg-plist head/devel/tex-web2c/Makefile head/devel/tex-web2c/distinfo head/devel/tex-web2c/pkg-plist head/graphics/Makefile head/japanese/tex-ptex/Makefile head/japanese/tex-ptex/distinfo head/japanese/tex-ptex/files/patch-Makefile.in head/japanese/tex-ptex/pkg-plist head/print/Makefile head/print/tex-aleph/Makefile head/print/tex-aleph/distinfo head/print/tex-aleph/files/patch-Makefile.in head/print/tex-aleph/files/patch-man-Makefile.in head/print/tex-aleph/pkg-plist head/print/tex-dvipdfmx/Makefile head/print/tex-dvipdfmx/distinfo head/print/tex-dvipsk/Makefile head/print/tex-dvipsk/distinfo head/print/tex-dvipsk/pkg-plist head/print/tex-formats/Makefile head/print/tex-jadetex/Makefile head/print/tex-jadetex/distinfo head/print/tex-luatex/Makefile head/print/tex-luatex/distinfo head/print/tex-luatex/files/patch-Makefile.in head/print/tex-luatex/pkg-plist head/print/tex-ptexenc/Makefile head/print/tex-ptexenc/distinfo head/print/tex-ptexenc/files/patch-Makefile.in head/print/tex-ptexenc/files/patch-ptexenc.c head/print/tex-ptexenc/pkg-plist head/print/tex-xdvik/Makefile head/print/tex-xdvik/files/patch-texk-xdvik-AJ16.c head/print/tex-xdvik/files/patch-texk-xdvik-CHANGES.xdvik-jp head/print/tex-xdvik/files/patch-texk-xdvik-Makefile.am head/print/tex-xdvik/files/patch-texk-xdvik-Makefile.in head/print/tex-xdvik/files/patch-texk-xdvik-README.xdvik-jp head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-ChangeLog.xdvik20a-j1.1 head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-ChangeLog.xdvik20c-j1.0 head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-ChangeLog.xdvik22.40b-j1.05 head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-ChangeLog.xdvik22.40y1-j1.21.html head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-HEADERS.DOC head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-InternalVars head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.jp+toc+hal2 head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.jp-patch head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.markpage+toc+printdvi head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.markpage+toc+printdvi+paper head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.miyu-beta6 head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.ptex head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.tasai-ussy head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.vf2ft head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.xdvik-22.15-j1.04.patch head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.xdvik-22.40b-j1.05.patch head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.xdvik-22.40y1-j1.21 head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.xdvik18f-j1.0.patch head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.xdvik18f-j1.1p5.patch head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.xdvik20a-j1.1.patch head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.xdvik20c-j1.0+hal2+dvisel head/print/tex-xdvik/files/patch-texk-xdvik-READMEs-README.xdvik20c-j1.0p1.patch head/print/tex-xdvik/files/patch-texk-xdvik-ac-withenable.ac head/print/tex-xdvik/files/patch-texk-xdvik-c-auto.in head/print/tex-xdvik/files/patch-texk-xdvik-configure head/print/tex-xdvik/files/patch-texk-xdvik-configure.ac head/print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.c head/print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h head/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.c head/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h head/print/tex-xdvik/files/patch-texk-xdvik-dvi.h head/print/tex-xdvik/files/patch-texk-xdvik-dvisel.c head/print/tex-xdvik/files/patch-texk-xdvik-encodings.c head/print/tex-xdvik/files/patch-texk-xdvik-encodings.h head/print/tex-xdvik/files/patch-texk-xdvik-font-open.c head/print/tex-xdvik/files/patch-texk-xdvik-fontconfig.c head/print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h head/print/tex-xdvik/files/patch-texk-xdvik-ft2.c head/print/tex-xdvik/files/patch-texk-xdvik-ft2.h head/print/tex-xdvik/files/patch-texk-xdvik-ft2vert.c head/print/tex-xdvik/files/patch-texk-xdvik-ft2vert.h head/print/tex-xdvik/files/patch-texk-xdvik-gui-help-window.c head/print/tex-xdvik/files/patch-texk-xdvik-hypertex.h head/print/tex-xdvik/files/patch-texk-xdvik-jfm.c head/print/tex-xdvik/files/patch-texk-xdvik-jfm.h head/print/tex-xdvik/files/patch-texk-xdvik-main.c head/print/tex-xdvik/files/patch-texk-xdvik-pk.c head/print/tex-xdvik/files/patch-texk-xdvik-ptexmap.c head/print/tex-xdvik/files/patch-texk-xdvik-ptexmap.h head/print/tex-xdvik/files/patch-texk-xdvik-ptexvf.c head/print/tex-xdvik/files/patch-texk-xdvik-ptexvf.h head/print/tex-xdvik/files/patch-texk-xdvik-special.c head/print/tex-xdvik/files/patch-texk-xdvik-tests-Makefile.am head/print/tex-xdvik/files/patch-texk-xdvik-texmf-XDvi head/print/tex-xdvik/files/patch-texk-xdvik-texmf-config.xdvi head/print/tex-xdvik/files/patch-texk-xdvik-texmf-pxdvi.cfg head/print/tex-xdvik/files/patch-texk-xdvik-tounimap2h.lua head/print/tex-xdvik/files/patch-texk-xdvik-util.c head/print/tex-xdvik/files/patch-texk-xdvik-util.h head/print/tex-xdvik/files/patch-texk-xdvik-version.h head/print/tex-xdvik/files/patch-texk-xdvik-vf.c head/print/tex-xdvik/files/patch-texk-xdvik-xdvi-debug.h head/print/tex-xdvik/files/patch-texk-xdvik-xdvi-ptex.map head/print/tex-xdvik/files/patch-texk-xdvik-xdvi.h head/print/tex-xetex/Makefile head/print/tex-xetex/distinfo head/print/tex-xetex/files/patch-Makefile.in head/print/tex-xetex/pkg-plist head/print/tex-xmltex/Makefile head/print/tex-xmltex/distinfo head/print/tex-xmltex/pkg-plist head/print/texlive-base/Makefile head/print/texlive-base/distinfo head/print/texlive-base/files/patch-texk-bibtex-x-Makefile.in head/print/texlive-base/files/patch-texk-chktex-Makefile.in head/print/texlive-base/files/patch-texk-cjkutils-Makefile.in head/print/texlive-base/files/patch-texk-gsftopk-Makefile.in head/print/texlive-base/files/patch-texk-texlive-tl_scripts-Makefile.in head/print/texlive-base/files/patch-texk-texlive-tl_scripts-fmtutil.cnf head/print/texlive-base/files/patch-texk-texlive-tl_scripts-texconfig-sys.sh head/print/texlive-base/files/patch-texk-ttf2pk2-Makefile.in head/print/texlive-base/pkg-plist head/print/texlive-docs/Makefile head/print/texlive-docs/distinfo head/print/texlive-docs/pkg-plist head/print/texlive-full/Makefile head/print/texlive-texmf-source/Makefile head/print/texlive-texmf-source/distinfo head/print/texlive-texmf-source/pkg-plist head/print/texlive-texmf/Makefile head/print/texlive-texmf/distinfo head/print/texlive-texmf/pkg-plist head/print/texlive-tlmgr/Makefile head/print/texlive-tlmgr/distinfo head/print/texlive-tlmgr/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jul 19 19:53:31 2015 (r392533) +++ head/MOVED Sun Jul 19 20:33:34 2015 (r392534) @@ -7693,3 +7693,4 @@ security/ssh-guid||2015-07-14|Developmen textproc/gdict||2015-07-14|Development ceased, unusable print/pup||2015-07-14|Development ceased, unusable audio/rubyripper||2015-07-16|Has expired: Does not build and is deprecated upstream +print/texlive-infra|print/texlive-tlmgr|2015-07-20|Renamed Modified: head/Mk/bsd.tex.mk ============================================================================== --- head/Mk/bsd.tex.mk Sun Jul 19 19:53:31 2015 (r392533) +++ head/Mk/bsd.tex.mk Sun Jul 19 20:33:34 2015 (r392534) @@ -22,7 +22,9 @@ TEX_MAINTAINER= hrs@FreeBSD.org # web2c: WEB2C toolchain and TeX engines # kpathsea: kpathsea library # ptexenc: character code conversion library for pTeX -# infra: tlmgr dependency (Perl modules) +# tlmgr: tlmgr dependency (Perl modules) +# texlua: texlua52 library +# texluajit: texluajit library # # dvipsk: dvipsk # dvipdfmx: DVIPDFMx @@ -88,9 +90,9 @@ _USE_TEX_SOURCE_PKGNAME=texlive-texmf-so _USE_TEX_DOCS_DEP= ${LOCALBASE}/${TEXMFDISTDIR}/doc/texlive/texlive-en/README _USE_TEX_DOCS_PORT= print/${_USE_TEX_DOCS_PKGNAME} _USE_TEX_DOCS_PKGNAME= texlive-docs -_USE_TEX_INFRA_DEP= ${LOCALBASE}/${TEXMFDISTDIR}/web2c/fmtutil-hdr.cnf -_USE_TEX_INFRA_PORT= print/${_USE_TEX_INFRA_PKGNAME} -_USE_TEX_INFRA_PKGNAME= texlive-infra +_USE_TEX_TLMGR_DEP= ${LOCALBASE}/${TEXMFDISTDIR}/.texlive-tlmgr +_USE_TEX_TLMGR_PORT= print/${_USE_TEX_TLMGR_PKGNAME} +_USE_TEX_TLMGR_PKGNAME= texlive-tlmgr _USE_TEX_DVIPSK_DEP= dvips _USE_TEX_DVIPSK_PORT= print/${_USE_TEX_DVIPSK_PKGNAME} _USE_TEX_DVIPSK_PKGNAME=tex-dvipsk @@ -123,6 +125,12 @@ _USE_TEX_KPATHSEA_PKGNAME=tex-kpathsea _USE_TEX_PTEXENC_DEP= libptexenc.so _USE_TEX_PTEXENC_PORT= print/${_USE_TEX_PTEXENC_PKGNAME} _USE_TEX_PTEXENC_PKGNAME=tex-ptexenc +_USE_TEX_TEXLUA_DEP= libtexlua52.so +_USE_TEX_TEXLUA_PORT= devel/${_USE_TEX_TEXLUA_PKGNAME} +_USE_TEX_TEXLUA_PKGNAME=tex-libtexlua +_USE_TEX_TEXLUAJIT_DEP= libtexluajit.so +_USE_TEX_TEXLUAJIT_PORT= devel/${_USE_TEX_TEXLUAJIT_PKGNAME} +_USE_TEX_TEXLUAJIT_PKGNAME=tex-libtexluajit _USE_TEX_FORMATS_DEP= ${LOCALBASE}/${TEXMFVARDIR}/web2c/tex/tex.fmt _USE_TEX_FORMATS_PORT= print/${_USE_TEX_FORMATS_PKGNAME} _USE_TEX_FORMATS_PKGNAME=tex-formats @@ -136,11 +144,11 @@ _USE_TEX_XETEX_DEP= xetex _USE_TEX_XETEX_PORT= print/${_USE_TEX_XETEX_PKGNAME} _USE_TEX_XETEX_PKGNAME= tex-xetex -_USE_TEX_FULLLIST= texmf>=20140525_2 base>=20140525_1 \ - web2c infra \ +_USE_TEX_FULLLIST= texmf>=20150523 base>=20150521 \ + web2c tlmgr:run \ formats aleph xetex jadetex luatex xmltex ptex \ dvipsk dvipdfmx xdvik \ - kpathsea:lib ptexenc:lib + kpathsea:lib ptexenc:lib texlua:lib texluajit:lib .if !empty(USE_TEX:tu:MFULL) USE_TEX:= ${USE_TEX:tu:NFULL} ${_USE_TEX_FULLLIST:tu} @@ -238,6 +246,7 @@ do-fmtutil-$F: ${RM} ${TEXHASHDIRS:S,^,${STAGEDIR}${PREFIX}/,:S,$,/ls-R,} \ ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/web2c/texmf.cnf ${RMDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/web2c || ${TRUE} + ${RMDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR} || ${TRUE} _PLIST_FILES+= ${TEX_FORMAT_${F:tu}_FILES} _PLIST_DIRSTRY+=${TEX_FORMAT_${F:tu}_DIRS} _PLIST_FILES+= ${TEX_FORMAT_${F:tu}_BIN} Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Jul 19 19:53:31 2015 (r392533) +++ head/UPDATING Sun Jul 19 20:33:34 2015 (r392534) @@ -5,6 +5,16 @@ 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. +20150720: + AFFECTS: users of print/texlive-base and other TeXLive packages + AUTHOR: hrs@FreeBSD.org + + TeXLive in Ports Collection has been updated to TL2015. To upgrade + installed old packages, upgrading of "tex-*" packages is required. + + If you have a problem with upgrading, please send it to + freebsd-tex@FreeBSD.org and/or file a PR. + 20150711: AFFECTS: users of graphics/gdal AUTHOR: sunpoet@FreeBSD.org Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 19 19:53:31 2015 (r392533) +++ head/devel/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -5037,6 +5037,8 @@ SUBDIR += tesla SUBDIR += tevent SUBDIR += tex-kpathsea + SUBDIR += tex-libtexlua + SUBDIR += tex-libtexluajit SUBDIR += tex-web2c SUBDIR += thrift SUBDIR += thrift-c_glib Modified: head/devel/tex-kpathsea/Makefile ============================================================================== --- head/devel/tex-kpathsea/Makefile Sun Jul 19 19:53:31 2015 (r392533) +++ head/devel/tex-kpathsea/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= kpathsea -PORTVERSION= 6.2.0 -PORTREVISION= 1 +PORTVERSION= 6.2.1 CATEGORIES= devel -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- -DISTNAME= texlive-20140525-source +DISTNAME= texlive-20150521-source DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org Modified: head/devel/tex-kpathsea/distinfo ============================================================================== --- head/devel/tex-kpathsea/distinfo Sun Jul 19 19:53:31 2015 (r392533) +++ head/devel/tex-kpathsea/distinfo Sun Jul 19 20:33:34 2015 (r392534) @@ -1,2 +1,2 @@ -SHA256 (TeX/texlive-20140525-source.tar.xz) = 08bb4eb02923ac65ce1183612c6b64da185904f26a1660f5ca4f902d055795be -SIZE (TeX/texlive-20140525-source.tar.xz) = 41657688 +SHA256 (TeX/texlive-20150521-source.tar.xz) = ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 +SIZE (TeX/texlive-20150521-source.tar.xz) = 45459552 Modified: head/devel/tex-kpathsea/files/patch-Makefile.in ============================================================================== --- head/devel/tex-kpathsea/files/patch-Makefile.in Sun Jul 19 19:53:31 2015 (r392533) +++ head/devel/tex-kpathsea/files/patch-Makefile.in Sun Jul 19 20:33:34 2015 (r392534) @@ -1,46 +1,85 @@ ---- Makefile.in.orig 2014-05-21 08:10:30.000000000 +0900 -+++ Makefile.in 2014-08-20 22:10:45.000000000 +0900 -@@ -175,7 +175,7 @@ +--- Makefile.in.orig 2015-03-16 07:52:01 UTC ++++ Makefile.in +@@ -170,8 +170,8 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ - "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" \ +- "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(kpseincludedir)" \ + "$(DESTDIR)$(web2cdir)" \ - "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)" ++ "$(DESTDIR)$(pkgconfigdir)" \ + "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpselibdir)" LTLIBRARIES = $(lib_LTLIBRARIES) libkpathsea_la_DEPENDENCIES = $(LTLIBOBJS) -@@ -2044,7 +2044,7 @@ +@@ -306,7 +306,7 @@ am__can_run_installinfo = \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac + DATA = $(dist_noinst_DATA) $(dist_web2c_DATA) $(pkgconfig_DATA) +-HEADERS = $(kpseinclude_HEADERS) $(nodist_kpseinclude_HEADERS) \ ++HEADERS = $(kpseinclude_HEADERS) \ + $(nodist_kpselib_HEADERS) $(noinst_HEADERS) + RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +@@ -717,12 +717,12 @@ libkpathsea_la_SOURCES = tex-file.c abso + kpseincludedir = ${includedir}/kpathsea + nodist_kpseinclude_HEADERS = \ + kpathsea.h \ +- paths.h ++ paths.h \ ++ c-auto.h + + kpseinclude_HEADERS = config.h $(direct_headers) $(indirect_headers) + kpselibdir = ${libdir}/kpathsea +-nodist_kpselib_HEADERS = \ +- c-auto.h ++nodist_kpselib_HEADERS = + + + # Headers included directly into kpathsea.h +@@ -785,7 +785,7 @@ noinst_HEADERS = \ + xopendir.h \ + xstat.h + +-pkgconfigdir = ${libdir}/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = kpathsea.pc + DISTCLEANFILES = paths.h stamp-paths kpathsea.h + kpseaccess_SOURCES = access.c +@@ -2103,7 +2103,7 @@ install-binPROGRAMS: install-libLTLIBRAR installdirs: installdirs-recursive installdirs-am: -- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)"; do \ -+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)"; do \ +- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpselibdir)"; do \ ++ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(kpseincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) -@@ -2108,8 +2108,7 @@ +@@ -2167,10 +2167,9 @@ info: info-recursive info-am: -install-data-am: install-data-local install-dist_web2cDATA \ - install-dist_web2cSCRIPTS install-kpseincludeHEADERS \ +install-data-am: install-data-local install-kpseincludeHEADERS \ - install-nodist_kpseincludeHEADERS + install-nodist_kpseincludeHEADERS \ +- install-nodist_kpselibHEADERS install-pkgconfigDATA ++ install-pkgconfigDATA install-dvi: install-dvi-recursive -@@ -2256,13 +2255,13 @@ + +@@ -2319,13 +2318,13 @@ install-data-local: installdirs-am uninstall-local: @WIN32_FALSE@ @for f in $(dist_noinst_SCRIPTS); do \ @WIN32_FALSE@ if grep "original $$f --" "$(DESTDIR)$(bindir)/$$f" >/dev/null 2>&1; then \ -@WIN32_FALSE@ echo " rm-f '$(DESTDIR)$(bindir)/$$f'"; \ -+@WIN32_FALSE@ echo " rmf '$(DESTDIR)$(bindir)/$$f'"; \ ++@WIN32_FALSE@ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ @WIN32_FALSE@ rm -f "$(DESTDIR)$(bindir)/$$f"; \ @WIN32_FALSE@ else :; fi; \ @WIN32_FALSE@ done @for f in $(dist_noinst_DATA); do \ if grep "original $$f --" "$(DESTDIR)$(web2cdir)/$$f" >/dev/null 2>&1; then \ - echo " rm-f '$(DESTDIR)$(web2cdir)/$$f'"; \ -+ echo " rmf '$(DESTDIR)$(web2cdir)/$$f'"; \ ++ echo " rm -f '$(DESTDIR)$(web2cdir)/$$f'"; \ rm -f "$(DESTDIR)$(web2cdir)/$$f"; \ else :; fi; \ done Modified: head/devel/tex-kpathsea/files/patch-texmf.cnf ============================================================================== --- head/devel/tex-kpathsea/files/patch-texmf.cnf Sun Jul 19 19:53:31 2015 (r392533) +++ head/devel/tex-kpathsea/files/patch-texmf.cnf Sun Jul 19 20:33:34 2015 (r392534) @@ -1,5 +1,5 @@ ---- texmf.cnf.orig 2014-04-23 06:07:54.000000000 +0900 -+++ texmf.cnf 2014-08-20 21:50:36.000000000 +0900 +--- texmf.cnf.orig 2015-04-12 15:20:30 UTC ++++ texmf.cnf @@ -51,7 +51,7 @@ % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. % Kpathsea sets SELFAUTOLOC (the directory with the binary), @@ -9,7 +9,7 @@ % The main tree of distributed packages and programs: TEXMFDIST = $TEXMFROOT/texmf-dist -@@ -61,7 +61,7 @@ +@@ -61,7 +61,7 @@ TEXMFDIST = $TEXMFROOT/texmf-dist TEXMFMAIN = $TEXMFDIST % Local additions to the distribution trees. @@ -18,7 +18,7 @@ % TEXMFSYSVAR, where *-sys store cached runtime data. TEXMFSYSVAR = $TEXMFROOT/texmf-var -@@ -713,7 +713,7 @@ +@@ -722,7 +722,7 @@ hash_extra = 600000 pool_size = 6250000 % Minimum pool space after TeX's own strings; must be at least % 25000 less than pool_size, but doesn't need to be nearly that large. @@ -27,7 +27,7 @@ % Maximum number of strings. max_strings = 500000 % min pool space left after loading .fmt -@@ -723,7 +723,7 @@ +@@ -732,7 +732,7 @@ pool_free = 47500 % expansion works by writing material into the buffer and reparsing the % line. As a consequence, certain constructs require the buffer to be % very large, even though most documents can be handled with a small value. @@ -36,7 +36,7 @@ % Hyphenation trie. The maximum possible is 4194303 (ssup_trie_size in % the sources), but we don't need that much. The value here suffices -@@ -734,7 +734,7 @@ +@@ -743,7 +743,7 @@ trie_size = 1000000 hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767. % http://primes.utm.edu/curios/page.php/8191.html Modified: head/devel/tex-kpathsea/pkg-plist ============================================================================== --- head/devel/tex-kpathsea/pkg-plist Sun Jul 19 19:53:31 2015 (r392533) +++ head/devel/tex-kpathsea/pkg-plist Sun Jul 19 20:33:34 2015 (r392534) @@ -73,5 +73,6 @@ man/man1/texhash.1.gz lib/libkpathsea.a lib/libkpathsea.so lib/libkpathsea.so.6 -lib/libkpathsea.so.6.2.0 +lib/libkpathsea.so.6.2.1 +libdata/pkgconfig/kpathsea.pc %%TEXMFDISTDIR%%/web2c/texmf.cnf Added: head/devel/tex-libtexlua/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexlua/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= libtexlua +PORTVERSION= 5.2.4 +CATEGORIES= devel +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ +PKGNAMEPREFIX= tex- +DISTNAME= texlive-20150521-source +DIST_SUBDIR= TeX + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Lua library for TeXLive + +LICENSE= MIT +LICENSE_FILE= ${WRKDIR}/LICENSE.MIT + +USES= tar:xz libtool pkgconfig +USE_LDCONFIG= yes +EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} +EXTRACT_FILES= build-aux libs/lua52 +WRKSRC= ${WRKDIR}/${DISTNAME}/libs/lua52 +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +post-extract: + ${SED} -e '/\*\ Copyright/,/\*\//!d;s/^\*//;/^\*\*/d' \ + ${WRKSRC}/lua-5.2.4/src/lua.h > ${WRKDIR}/LICENSE.MIT + +.include Added: head/devel/tex-libtexlua/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexlua/distinfo Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,2 @@ +SHA256 (TeX/texlive-20150521-source.tar.xz) = ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 +SIZE (TeX/texlive-20150521-source.tar.xz) = 45459552 Added: head/devel/tex-libtexlua/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexlua/files/patch-Makefile.in Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-02-16 14:32:53 UTC ++++ Makefile.in +@@ -675,7 +675,7 @@ lua52include_HEADERS = \ + $(LUA52_TREE)/src/lua.hpp \ + $(LUA52_TREE)/src/lualib.h + +-pkgconfigdir = ${libdir}/pkgconfig ++pkgconfigdir = ${prefix}/libdata/pkgconfig + pkgconfig_DATA = texlua52.pc + @build_TRUE@dist_check_SCRIPTS = lua52.test luaerror.test + @build_TRUE@TESTS = lua52.test luaerror.test Added: head/devel/tex-libtexlua/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexlua/pkg-descr Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1 @@ +libtexlua is a Lua 5.2 library modified for LuaTeX. Added: head/devel/tex-libtexlua/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexlua/pkg-plist Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,10 @@ +include/texlua52/lauxlib.h +include/texlua52/lua.h +include/texlua52/lua.hpp +include/texlua52/luaconf.h +include/texlua52/lualib.h +lib/libtexlua52.a +lib/libtexlua52.so +lib/libtexlua52.so.5 +lib/libtexlua52.so.5.2.4 +libdata/pkgconfig/texlua52.pc Added: head/devel/tex-libtexluajit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexluajit/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= libtexluajit +PORTVERSION= 2.0.3 +CATEGORIES= devel +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ +PKGNAMEPREFIX= tex- +DISTNAME= texlive-20150521-source +DIST_SUBDIR= TeX + +MAINTAINER= hrs@FreeBSD.org +COMMENT= LuaJIT library for TeXLive + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LuaJIT-2.0.3/COPYRIGHT + +USES= tar:xz libtool pkgconfig +USE_LDCONFIG= yes +EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} +EXTRACT_FILES= build-aux libs/luajit +WRKSRC= ${WRKDIR}/${DISTNAME}/libs/luajit +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +.include Added: head/devel/tex-libtexluajit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexluajit/distinfo Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,2 @@ +SHA256 (TeX/texlive-20150521-source.tar.xz) = ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 +SIZE (TeX/texlive-20150521-source.tar.xz) = 45459552 Added: head/devel/tex-libtexluajit/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexluajit/files/patch-Makefile.in Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-02-16 14:32:53 UTC ++++ Makefile.in +@@ -728,7 +728,7 @@ luajitinclude_HEADERS = \ + $(LUAJIT_TREE)/src/lua.hpp \ + $(LUAJIT_TREE)/src/lualib.h + +-pkgconfigdir = ${libdir}/pkgconfig ++pkgconfigdir = ${prefix}/libdata/pkgconfig + pkgconfig_DATA = texluajit.pc + @build_TRUE@dist_check_SCRIPTS = luajit.test luajiterr.test + @build_TRUE@TESTS = luajit.test luajiterr.test Added: head/devel/tex-libtexluajit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexluajit/pkg-descr Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1 @@ +libtexluajit is a LuaJIT 2.0.3 library modified for LuaJITTeX. Added: head/devel/tex-libtexluajit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-libtexluajit/pkg-plist Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,11 @@ +include/texluajit/lauxlib.h +include/texluajit/lua.h +include/texluajit/lua.hpp +include/texluajit/luaconf.h +include/texluajit/luajit.h +include/texluajit/lualib.h +lib/libtexluajit.a +lib/libtexluajit.so +lib/libtexluajit.so.2 +lib/libtexluajit.so.2.0.3 +libdata/pkgconfig/texluajit.pc Modified: head/devel/tex-web2c/Makefile ============================================================================== --- head/devel/tex-web2c/Makefile Sun Jul 19 19:53:31 2015 (r392533) +++ head/devel/tex-web2c/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= web2c -PORTVERSION= 20140525 -PORTREVISION= 2 +PORTVERSION= 20150521 CATEGORIES= devel -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- DISTNAME= texlive-${PORTVERSION}-source DIST_SUBDIR= TeX @@ -14,17 +13,18 @@ COMMENT= TeX implementation translating LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ libpng.so:${PORTSDIR}/graphics/png \ - libzzip.so:${PORTSDIR}/devel/zziplib + libzzip.so:${PORTSDIR}/devel/zziplib \ + libmpfr.so:${PORTSDIR}/math/mpfr -USE_TEX= kpathsea +USES= pkgconfig gmake libtool tar:xz +USE_TEX= kpathsea ptexenc USE_XORG= pixman -USES= pkgconfig gmake tar:xz -EXTRACT_AFTER_ARGS= ${EXTRACT_FILES} -EXTRACT_FILES= ${DISTNAME}/build-aux \ - ${DISTNAME}/libs/xpdf \ - ${DISTNAME}/libs/cairo \ - ${DISTNAME}/libs/pixman \ - ${DISTNAME}/texk/web2c +USE_GNOME= cairo +USE_LDCONFIG= yes +EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} +EXTRACT_FILES= build-aux \ + libs/xpdf \ + texk/web2c WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c GNU_CONFIGURE= yes CONFIGURE_ENV= OBSDCOMPAT_INCLUDES=-I${WRKSRC}/../../libs/obsdcompat @@ -38,24 +38,20 @@ CONFIGURE_ARGS= --disable-luatex \ --disable-euptex \ --with-x=no \ --without-mf-x-toolkit \ - --with-system-icu \ - --with-icu-includes=${LOCALBASE}/include \ - --with-icu-libdir=${LOCALBASE}/lib \ - --with-system-kpathsea \ - --with-kpathsea-includes=${LOCALBASE}/include \ - --with-kpathsea-libdir=${LOCALBASE}/lib \ - --with-system-libpng \ - --with-libpng-includes=${LOCALBASE}/include \ - --with-libpng-libdir=${LOCALBASE}/lib \ - --with-system-pixman \ --with-system-zlib \ --with-system-zziplib +.for L in pixman cairo gmp mpfr libpng icu kpathsea ptexenc +CONFIGURE_ARGS+=--with-system-$L \ + --with-$L-include=${LOCALBASE}/include \ + --with-$L-libdir=${LOCALBASE}/lib +.endfor CFLAGS+= -I${LOCALBASE}/include +INSTALL_TARGET= install-strip INFO= web2c pre-configure: - for D in libs/xpdf libs/cairo; do \ + for D in libs/xpdf; do \ cd ${WRKDIR}/${DISTNAME}/$$D && \ ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ Modified: head/devel/tex-web2c/distinfo ============================================================================== --- head/devel/tex-web2c/distinfo Sun Jul 19 19:53:31 2015 (r392533) +++ head/devel/tex-web2c/distinfo Sun Jul 19 20:33:34 2015 (r392534) @@ -1,2 +1,2 @@ -SHA256 (TeX/texlive-20140525-source.tar.xz) = 08bb4eb02923ac65ce1183612c6b64da185904f26a1660f5ca4f902d055795be -SIZE (TeX/texlive-20140525-source.tar.xz) = 41657688 +SHA256 (TeX/texlive-20150521-source.tar.xz) = ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 +SIZE (TeX/texlive-20150521-source.tar.xz) = 45459552 Added: head/devel/tex-web2c/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tex-web2c/files/patch-Makefile.in Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-04-16 19:53:45 UTC ++++ Makefile.in +@@ -3557,7 +3557,7 @@ libsynctex_la_SOURCES = \ + + nodist_libsynctex_a_SOURCES = $(libsynctex_la_SOURCES) + syncincludedir = ${includedir}/synctex +-pkgconfigdir = ${libdir}/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + @SYNCTEX_TRUE@syncinclude_HEADERS = \ + @SYNCTEX_TRUE@ synctexdir/synctex_parser.h \ + @SYNCTEX_TRUE@ synctexdir/synctex_parser_utils.h Modified: head/devel/tex-web2c/pkg-plist ============================================================================== --- head/devel/tex-web2c/pkg-plist Sun Jul 19 19:53:31 2015 (r392533) +++ head/devel/tex-web2c/pkg-plist Sun Jul 19 20:33:34 2015 (r392534) @@ -8,11 +8,15 @@ bin/gftopk bin/gftype bin/mft bin/patgen +bin/pdvitomp bin/pktogf bin/pktype bin/pltotf +bin/pmpost bin/pooltype bin/tftopl +bin/updvitomp +bin/upmpost bin/vftovp bin/vptovf bin/weave @@ -31,6 +35,13 @@ bin/dvitomp bin/inimf bin/initex bin/mfplain +include/synctex/synctex_parser.h +include/synctex/synctex_parser_utils.h +lib/libsynctex.a +lib/libsynctex.so +lib/libsynctex.so.1 +lib/libsynctex.so.1.17.0 +libdata/pkgconfig/synctex.pc man/man1/amstex.1.gz man/man1/bibtex.1.gz man/man1/ctangle.1.gz Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Jul 19 19:53:31 2015 (r392533) +++ head/graphics/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -513,6 +513,7 @@ SUBDIR += libpano13 SUBDIR += libpcd SUBDIR += libpgf + SUBDIR += libpotrace SUBDIR += libprojectm SUBDIR += libpuzzle SUBDIR += libqrencode Added: head/graphics/libpotrace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpotrace/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= libpotrace +PORTVERSION= 1.11 +CATEGORIES= graphics +MASTER_SITES= SF +DISTNAME= potrace-${PORTVERSION} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Library for transforming bitmaps into vector graphics + +LICENSE= GPLv2 + +USES= libtool +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libpotrace +INSTALL_TARGET= install-strip +PLIST_FILES= include/potracelib.h \ + lib/libpotrace.a \ + lib/libpotrace.so \ + lib/libpotrace.so.0 \ + lib/libpotrace.so.0.0.1 + +OPTIONS_DEFINE= METRIC A4 +OPTIONS_DEFAULT=METRIC A4 +A4_DESC= Use A4 as the default papersize +A4_CONFIGURE_ENABLE= a4 +METRIC_DESC= Use metric units (cm) as default +METRIC_CONFIGURE_ENABLE= metric + +.include Added: head/graphics/libpotrace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpotrace/distinfo Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,2 @@ +SHA256 (potrace-1.11.tar.gz) = 5aa5eb496e00206d68b67edf8f6067999a45d1b69f848c18af5cbdf8e4a17ead +SIZE (potrace-1.11.tar.gz) = 662085 Added: head/graphics/libpotrace/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpotrace/files/patch-Makefile.in Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2013-02-20 00:49:08 UTC ++++ Makefile.in +@@ -259,7 +259,7 @@ top_srcdir = @top_srcdir@ + # unsure why automake/autoconf does not automatically distribute libtool + EXTRA_DIST = README-WIN libtool + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = src doc check ++SUBDIRS = src + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + Added: head/graphics/libpotrace/files/patch-src-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpotrace/files/patch-src-Makefile.in Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2013-02-20 00:49:08 UTC ++++ src/Makefile.in +@@ -664,7 +664,7 @@ install-dvi: install-dvi-am + + install-dvi-am: + +-install-exec-am: install-binPROGRAMS install-libLTLIBRARIES ++install-exec-am: install-libLTLIBRARIES + + install-html: install-html-am + Added: head/graphics/libpotrace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpotrace/pkg-descr Sun Jul 19 20:33:34 2015 (r392534) @@ -0,0 +1,4 @@ +libpotrace is a libraru for Peter Selinger's GPLed utility +for tracing bitmaps, converting them into smooth, scalable images. + +WWW: http://potrace.sourceforge.net Modified: head/japanese/tex-ptex/Makefile ============================================================================== --- head/japanese/tex-ptex/Makefile Sun Jul 19 19:53:31 2015 (r392533) +++ head/japanese/tex-ptex/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -1,32 +1,35 @@ # $FreeBSD$ PORTNAME= ptex -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= japanese print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= ja-tex- -DISTNAME= texlive-${DISTVERSION_TEXLIVE}-source +DISTNAME= texlive-${DISTVERSION_TEXLIVE_SOURCE}-source DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME_TEXMF}${EXTRACT_SUFX} DIST_SUBDIR= TeX -EXTRACT_ONLY= texlive-${DISTVERSION_TEXLIVE}-source${EXTRACT_SUFX} +EXTRACT_ONLY= texlive-${DISTVERSION_TEXLIVE_SOURCE}-source${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= ASCII Japanese pTeX USES= tar:xz gmake USE_TEX= kpathsea web2c ptexenc texmf formats fmtutil +USE_XORG= pixman +USE_GNOME= cairo +TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFVARDIR} EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} -EXTRACT_FILES= \ - build-aux \ - libs/xpdf \ - texk/web2c +EXTRACT_FILES= build-aux \ + libs/xpdf \ + texk/web2c EXTRACT_AFTER_ARGS_TEXMF= \ | ${TAR} -xf - -C ${STAGEDIR}${PREFIX}/share \ - --strip-components 1 --no-same-permission --no-same-owner \ - ${EXTRACT_FILES_TEXMF:S,^,${DISTNAME_TEXMF}/,} -DISTVERSION_TEXLIVE= 20140525 -DISTNAME_TEXMF= texlive-${DISTVERSION_TEXLIVE}-texmf + --strip-components 1 --no-same-permission --no-same-owner \ + ${EXTRACT_FILES_TEXMF:S,^,${DISTNAME_TEXMF}/,} +DISTVERSION_TEXLIVE_SOURCE= 20150521 +DISTVERSION_TEXLIVE_TEXMF= 20150523 +DISTNAME_TEXMF= texlive-${DISTVERSION_TEXLIVE_TEXMF}-texmf EXTRACT_FILES_TEXMF= \ texmf-dist/doc/ptex \ texmf-dist/doc/platex \ @@ -65,7 +68,8 @@ EXTRACT_FILES_TEXMF= \ WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c GNU_CONFIGURE= yes CONFIGURE_ENV= OBSDCOMPAT_INCLUDES=-I${WRKSRC}/../../libs/obsdcompat -EXCLUDE_ENGINES= aleph etex luatex luajittex pdftex mf mf-nowin mp xetex tex +EXCLUDE_ENGINES= aleph etex luatex luajittex pdftex mf mf-nowin mp xetex tex \ + synctex CONFIGURE_ARGS= ${EXCLUDE_ENGINES:S/^/--disable-/} \ --enable-ptex \ --enable-eptex \ @@ -73,13 +77,12 @@ CONFIGURE_ARGS= ${EXCLUDE_ENGINES:S/^/-- --enable-euptex \ --enable-web2c \ --enable-web-progs \ - --with-system-kpathsea \ - --with-kpathsea-includes=${LOCALBASE}/include \ - --with-kpathsea-libdir=${LOCALBASE}/lib \ - --with-system-ptexenc \ - --with-ptexenc-includes=${LOCALBASE}/include \ - --with-ptexenc-libdir=${LOCALBASE}/lib \ --with-system-zlib +.for L in cairo gmp kpathsea libpng mpfr pixman ptexenc icu +CONFIGURE_ARGS+=--with-system-$L \ + --with-$L-include=${LOCALBASE}/include \ + --with-$L-libdir=${LOCALBASE}/lib +.endfor CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes TEX_FORMATS= ptex uptex @@ -91,7 +94,7 @@ pre-configure: done pre-install: - ${CAT} ${DISTDIR}/${DIST_SUBDIR}/texlive-${DISTVERSION_TEXLIVE}-texmf${EXTRACT_SUFX} \ - ${EXTRACT_AFTER_ARGS_TEXMF} + ${CAT} ${DISTDIR}/${DIST_SUBDIR}/texlive-${DISTVERSION_TEXLIVE_TEXMF}-texmf${EXTRACT_SUFX} \ + ${EXTRACT_AFTER_ARGS_TEXMF} .include Modified: head/japanese/tex-ptex/distinfo ============================================================================== --- head/japanese/tex-ptex/distinfo Sun Jul 19 19:53:31 2015 (r392533) +++ head/japanese/tex-ptex/distinfo Sun Jul 19 20:33:34 2015 (r392534) @@ -1,4 +1,4 @@ -SHA256 (TeX/texlive-20140525-source.tar.xz) = 08bb4eb02923ac65ce1183612c6b64da185904f26a1660f5ca4f902d055795be -SIZE (TeX/texlive-20140525-source.tar.xz) = 41657688 -SHA256 (TeX/texlive-20140525-texmf.tar.xz) = e0227251c5aa23f8b88973c298cc80b03bd238c645f7f82a6ce888a06b295963 -SIZE (TeX/texlive-20140525-texmf.tar.xz) = 1742817996 +SHA256 (TeX/texlive-20150521-source.tar.xz) = ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 +SIZE (TeX/texlive-20150521-source.tar.xz) = 45459552 +SHA256 (TeX/texlive-20150523-texmf.tar.xz) = 1efb2b55cbf7ef9a5d2093b31110191d3caac8d4668b413ad63e996e1ebb70a8 +SIZE (TeX/texlive-20150523-texmf.tar.xz) = 1892010092 Modified: head/japanese/tex-ptex/files/patch-Makefile.in ============================================================================== --- head/japanese/tex-ptex/files/patch-Makefile.in Sun Jul 19 19:53:31 2015 (r392533) +++ head/japanese/tex-ptex/files/patch-Makefile.in Sun Jul 19 20:33:34 2015 (r392534) @@ -1,44 +1,47 @@ ---- Makefile.in.orig 2014-03-17 20:00:59.000000000 +0900 -+++ Makefile.in 2014-08-22 14:48:17.000000000 +0900 -@@ -85,6 +85,9 @@ - pdftosrc$(EXEEXT) luatex$(EXEEXT) luajittex$(EXEEXT) \ - txt2zlib$(EXEEXT) xetex$(EXEEXT) $(am__EXEEXT_6) \ - aleph$(EXEEXT) -+inst_bin_PROGRAMS = etex$(EXEEXT) ptex$(EXEEXT) \ -+ $(am__EXEEXT_2) eptex$(EXEEXT) uptex$(EXEEXT) $(am__EXEEXT_3) \ -+ euptex$(EXEEXT) - bin_PROGRAMS = tangle$(EXEEXT) ctangle$(EXEEXT) $(am__EXEEXT_7) \ - ctie$(EXEEXT) cweave$(EXEEXT) tie$(EXEEXT) $(am__EXEEXT_8) \ - $(am__EXEEXT_9) $(am__EXEEXT_10) $(am__EXEEXT_11) \ -@@ -1973,7 +1976,7 @@ +--- Makefile.in.orig 2015-04-16 19:53:45 UTC ++++ Makefile.in +@@ -99,6 +99,8 @@ EXTRA_PROGRAMS = $(am__EXEEXT_1) tex$(EX + pdftex$(EXEEXT) ttf2afm$(EXEEXT) pdftosrc$(EXEEXT) \ + luatex$(EXEEXT) luajittex$(EXEEXT) txt2zlib$(EXEEXT) \ + xetex$(EXEEXT) $(am__EXEEXT_4) aleph$(EXEEXT) synctex$(EXEEXT) ++inst_bin_PROGRAMS = ptex$(EXEEXT) $(am__EXEEXT_2) \ ++ eptex$(EXEEXT) uptex$(EXEEXT) $(am__EXEEXT_3) euptex$(EXEEXT) + bin_PROGRAMS = tangle$(EXEEXT) ctangle$(EXEEXT) $(am__EXEEXT_5) \ + ctie$(EXEEXT) cweave$(EXEEXT) tie$(EXEEXT) $(am__EXEEXT_6) \ + $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \ +@@ -2081,7 +2083,7 @@ AM_CFLAGS = $(WARNING_CFLAGS) AM_CXXFLAGS = ## $(WARNING_CXXFLAGS) AM_OBJCXXFLAGS = ## $(WARNING_OBJCXXFLAGS) version = $(WEB2CVERSION) -SUBDIRS = doc lib man web2c . window omegafonts otps +SUBDIRS = . proglib = lib/lib.a - dist_man_MANS = synctexdir/man1/synctex.1 synctexdir/man5/synctex.5 - nodist_man_MANS = -@@ -2298,8 +2301,7 @@ + EXTRA_LIBRARIES = libmf.a libmputil.a libmplib.a libkanji.a \ + libukanji.a libpdftex.a libluasocket.a libluajitsocket.a \ +@@ -2431,9 +2433,7 @@ TRIPTRAP_CLEAN = $(am__append_9) $(am__a TRIPTRAP = $(am__append_8) $(am__append_16) $(am__append_25) \ - $(am__append_30) $(am__append_36) $(am__append_42) \ - $(am__append_48) $(am__append_54) + $(am__append_42) $(am__append_48) $(am__append_54) \ + $(am__append_60) $(am__append_66) -bin_links = $(am__append_5) $(am__append_13) $(am__append_22) \ -- $(am__append_63) $(am__append_68) +- $(am__append_31) $(am__append_36) $(am__append_75) \ +- $(am__append_80) +bin_links = - install_exe_links = $(am__append_20) $(am__append_61) $(am__append_66) - uninstall_exe_links = $(am__append_21) $(am__append_62) \ - $(am__append_67) -@@ -4439,7 +4441,7 @@ - $(AM_V_at)$(RANLIB) libxetex.a - install-binPROGRAMS: $(bin_PROGRAMS) + install_exe_links = $(am__append_20) $(am__append_29) $(am__append_34) \ + $(am__append_73) $(am__append_78) + uninstall_exe_links = $(am__append_21) $(am__append_30) \ +@@ -4739,9 +4739,9 @@ synctexdir/libsynctex_la-synctex_parser_ + + libsynctex.la: $(libsynctex_la_OBJECTS) $(libsynctex_la_DEPENDENCIES) $(EXTRA_libsynctex_la_DEPENDENCIES) + $(AM_V_CCLD)$(libsynctex_la_LINK) $(libsynctex_la_OBJECTS) $(libsynctex_la_LIBADD) $(LIBS) +-install-binPROGRAMS: $(bin_PROGRAMS) ++install-binPROGRAMS: $(inst_bin_PROGRAMS) @$(NORMAL_INSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + @list='$(inst_bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ -@@ -4469,7 +4471,7 @@ +@@ -4771,7 +4771,7 @@ install-binPROGRAMS: $(bin_PROGRAMS) uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @@ -47,7 +50,7 @@ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ -@@ -13649,7 +13651,7 @@ +@@ -14447,7 +14447,7 @@ install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am Modified: head/japanese/tex-ptex/pkg-plist ============================================================================== --- head/japanese/tex-ptex/pkg-plist Sun Jul 19 19:53:31 2015 (r392533) +++ head/japanese/tex-ptex/pkg-plist Sun Jul 19 20:33:34 2015 (r392534) @@ -22,6 +22,8 @@ bin/uptftopl %%TEXMFDISTDIR%%/doc/fonts/japanese-otf-uptex/test/uplatex/uotftest.tex %%TEXMFDISTDIR%%/doc/fonts/japanese-otf-uptex/test/uplatex/upbrsgtest.tex %%TEXMFDISTDIR%%/doc/fonts/japanese-otf-uptex/test/uplatex/upjis2004.tex +%%TEXMFDISTDIR%%/doc/fonts/japanese-otf-uptex/test/uplatex/upkanatest1.tex +%%TEXMFDISTDIR%%/doc/fonts/japanese-otf-uptex/test/uplatex/upkanatest2.tex %%TEXMFDISTDIR%%/doc/fonts/japanese-otf/COPYRIGHT %%TEXMFDISTDIR%%/doc/fonts/japanese-otf/fontmap.zip %%TEXMFDISTDIR%%/doc/fonts/japanese-otf/otf-script-gteb.diff @@ -54,6 +56,7 @@ bin/uptftopl %%TEXMFDISTDIR%%/doc/platex/pxbase/README-pxbabel %%TEXMFDISTDIR%%/doc/platex/pxbase/README-pxcjkcat %%TEXMFDISTDIR%%/doc/platex/pxchfon/LICENSE +%%TEXMFDISTDIR%%/doc/platex/pxchfon/README %%TEXMFDISTDIR%%/doc/platex/pxchfon/README-ja %%TEXMFDISTDIR%%/doc/platex/pxchfon/pxchfon.pdf %%TEXMFDISTDIR%%/doc/platex/pxchfon/pxchfon.tex @@ -69,6 +72,7 @@ bin/uptftopl %%TEXMFDISTDIR%%/doc/platex/pxjahyper/pxjahyper.tex %%TEXMFDISTDIR%%/doc/platex/pxrubrica/LICENSE %%TEXMFDISTDIR%%/doc/platex/pxrubrica/README +%%TEXMFDISTDIR%%/doc/platex/pxrubrica/README-ja %%TEXMFDISTDIR%%/doc/platex/pxrubrica/pxrubrica-en.pdf %%TEXMFDISTDIR%%/doc/platex/pxrubrica/pxrubrica-en.tex %%TEXMFDISTDIR%%/doc/platex/pxrubrica/pxrubrica.pdf @@ -285,6 +289,16 @@ bin/uptftopl %%TEXMFDISTDIR%%/fonts/ofm/public/japanese-otf/otf-cjml-v.ofm %%TEXMFDISTDIR%%/fonts/ofm/public/japanese-otf/otf-cjmr-h.ofm %%TEXMFDISTDIR%%/fonts/ofm/public/japanese-otf/otf-cjmr-v.ofm +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphirakakuw3-h.ovp +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphirakakuw3-v.ovp +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphirakakuw6-h.ovp +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphirakakuw6-v.ovp +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphiramaruw4-h.ovp +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphiramaruw4-v.ovp +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphiraminw3-h.ovp +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphiraminw3-v.ovp +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphiraminw6-h.ovp +%%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/upphiraminw6-v.ovp %%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/utfcgrk-h.ovp %%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/utfcgrk-v.ovp %%TEXMFDISTDIR%%/fonts/ovp/public/japanese-otf-uptex/utfcgrl-h.ovp @@ -859,6 +873,16 @@ bin/uptftopl %%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upnmlminr-v.tfm %%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upnmlminrn-h.tfm %%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upnmlminrn-v.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphirakakuw3-h.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphirakakuw3-v.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphirakakuw6-h.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphirakakuw6-v.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphiramaruw4-h.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphiramaruw4-v.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphiraminw3-h.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphiraminw3-v.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphiraminw6-h.tfm +%%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/upphiraminw6-v.tfm %%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/uprubygothb-h.tfm %%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/uprubygothb-v.tfm %%TEXMFDISTDIR%%/fonts/tfm/public/japanese-otf-uptex/uprubygotheb-h.tfm @@ -2511,6 +2535,16 @@ bin/uptftopl %%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upnmlminr-v.vf %%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upnmlminrn-h.vf %%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upnmlminrn-v.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphirakakuw3-h.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphirakakuw3-v.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphirakakuw6-h.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphirakakuw6-v.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphiramaruw4-h.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphiramaruw4-v.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphiraminw3-h.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphiraminw3-v.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphiraminw6-h.vf +%%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/upphiraminw6-v.vf %%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/uprubygothb-h.vf %%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/uprubygothb-v.vf %%TEXMFDISTDIR%%/fonts/vf/public/japanese-otf-uptex/uprubygotheb-h.vf @@ -3867,7 +3901,8 @@ bin/uptftopl %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/basepl/ubase-v.pl %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/basepl/ubrsg-h.pl %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/basepl/ubrsg-v.pl -%%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/patch/otfbeta_uptex-0.13.patch +%%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/patch/otfbeta_uptex-0.17.patch +%%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/script/MakeSPList.pm %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/script/mktfm_sp.pl %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/script/mkutf32list.pl @@ -3876,9 +3911,12 @@ bin/uptftopl %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/script/sp_list_j.txt %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/script/sp_list_k.txt %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/script/sp_list_t.txt +%%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/script/umkpkana.pl +%%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/script/umkvpkana.pl %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/umakeotf %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/umakeotf_brsg %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/umakeotf_jis04 +%%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/umakeotf_prop %%TEXMFDISTDIR%%/source/fonts/japanese-otf-uptex/umkjvf %%TEXMFDISTDIR%%/source/fonts/japanese-otf/basepl/base-h.pl %%TEXMFDISTDIR%%/source/fonts/japanese-otf/basepl/base-v.pl @@ -3952,19 +3990,6 @@ bin/uptftopl %%TEXMFDISTDIR%%/source/platex/jsclasses/okumacro.ins %%TEXMFDISTDIR%%/source/platex/jsclasses/okuverb.dtx %%TEXMFDISTDIR%%/source/platex/jsclasses/okuverb.ins -%%TEXMFDISTDIR%%/source/platex/pxchfon/cfjar-b-l0j.vpl -%%TEXMFDISTDIR%%/source/platex/pxchfon/cfjar-l-l0j.vpl -%%TEXMFDISTDIR%%/source/platex/pxchfon/cfjar-r-l0j.vpl -%%TEXMFDISTDIR%%/source/platex/pxchfon/cfjas-b-l0j.vpl -%%TEXMFDISTDIR%%/source/platex/pxchfon/cfjas-r-l0j.vpl -%%TEXMFDISTDIR%%/source/platex/pxchfon/cfjas-x-l0j.vpl -%%TEXMFDISTDIR%%/source/platex/pxchfon/gen-cfja.bat -%%TEXMFDISTDIR%%/source/platex/pxchfon/r-cfjar-b-l0j.pl -%%TEXMFDISTDIR%%/source/platex/pxchfon/r-cfjar-l-l0j.pl -%%TEXMFDISTDIR%%/source/platex/pxchfon/r-cfjar-r-l0j.pl -%%TEXMFDISTDIR%%/source/platex/pxchfon/r-cfjas-b-l0j.pl -%%TEXMFDISTDIR%%/source/platex/pxchfon/r-cfjas-r-l0j.pl -%%TEXMFDISTDIR%%/source/platex/pxchfon/r-cfjas-x-l0j.pl %%TEXMFDISTDIR%%/source/platex/pxrubrica/pxrubrica.dtx %%TEXMFDISTDIR%%/source/platex/pxrubrica/pxrubrica.ins %%TEXMFDISTDIR%%/source/uplatex/base/ujclasses.dtx Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sun Jul 19 19:53:31 2015 (r392533) +++ head/print/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -242,9 +242,9 @@ SUBDIR += texlive-base SUBDIR += texlive-docs SUBDIR += texlive-full - SUBDIR += texlive-infra SUBDIR += texlive-texmf SUBDIR += texlive-texmf-source + SUBDIR += texlive-tlmgr SUBDIR += texvc SUBDIR += tgif2tex SUBDIR += transfig Modified: head/print/tex-aleph/Makefile ============================================================================== --- head/print/tex-aleph/Makefile Sun Jul 19 19:53:31 2015 (r392533) +++ head/print/tex-aleph/Makefile Sun Jul 19 20:33:34 2015 (r392534) @@ -2,31 +2,34 @@ PORTNAME= aleph PORTVERSION= 1.15.2.1.r.4 +PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- -DISTNAME= texlive-${DISTVERSION_TEXLIVE}-source +DISTNAME= texlive-${DISTVERSION_TEXLIVE_SOURCE}-source DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME_TEXMF}${EXTRACT_SUFX} DIST_SUBDIR= TeX -EXTRACT_ONLY= texlive-${DISTVERSION_TEXLIVE}-source${EXTRACT_SUFX} +EXTRACT_ONLY= texlive-${DISTVERSION_TEXLIVE_SOURCE}-source${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Engine including Omega and e-TeX features USES= gmake tar:xz USE_TEX= kpathsea web2c texmf formats fmtutil +USE_XORG= pixman +USE_GNOME= cairo TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFVARDIR} EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} -EXTRACT_FILES= \ - build-aux \ - libs/xpdf \ - texk/web2c +EXTRACT_FILES= build-aux \ + libs/xpdf \ + texk/web2c EXTRACT_AFTER_ARGS_TEXMF=| ${TAR} -xf - -C ${STAGEDIR}${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner \ ${EXTRACT_FILES_TEXMF:S,^,${DISTNAME_TEXMF}/,} -DISTVERSION_TEXLIVE= 20140525 -DISTNAME_TEXMF= texlive-${DISTVERSION_TEXLIVE}-texmf +DISTVERSION_TEXLIVE_SOURCE= 20150521 +DISTVERSION_TEXLIVE_TEXMF= 20150523 +DISTNAME_TEXMF= texlive-${DISTVERSION_TEXLIVE_TEXMF}-texmf EXTRACT_FILES_TEXMF= \ texmf-dist/tex/plain/config/aleph.ini \ texmf-dist/doc/aleph \ @@ -35,7 +38,7 @@ EXTRACT_FILES_TEXMF= \ WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c GNU_CONFIGURE= yes EXCLUDE_ENGINES=etex luatex luajittex pdftex mf mf-nowin ptex eptex uptex \ - euptex xetex tex + euptex xetex tex synctex CONFIGURE_ARGS= ${EXCLUDE_ENGINES:S/^/--disable-/} \ --enable-aleph \ --enable-otangle \ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Jul 19 21:43:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3D3A9A5E22; Sun, 19 Jul 2015 21:43:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1DE7121A; Sun, 19 Jul 2015 21:43:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JLhNkX088949; Sun, 19 Jul 2015 21:43:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JLhNhx088947; Sun, 19 Jul 2015 21:43:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507192143.t6JLhNhx088947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 21:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392535 - head/devel/pkgconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 21:43:23 -0000 Author: bapt Date: Sun Jul 19 21:43:22 2015 New Revision: 392535 URL: https://svnweb.freebsd.org/changeset/ports/392535 Log: Update to 0.9.12 Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Sun Jul 19 20:33:34 2015 (r392534) +++ head/devel/pkgconf/Makefile Sun Jul 19 21:43:22 2015 (r392535) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkgconf -PORTVERSION= 0.9.11 +PORTVERSION= 0.9.12 CATEGORIES= devel MASTER_SITES= http://rabbit.dereferenced.org/~nenolod/distfiles/ \ http://files.etoilebsd.net/pkgconf/ Modified: head/devel/pkgconf/distinfo ============================================================================== --- head/devel/pkgconf/distinfo Sun Jul 19 20:33:34 2015 (r392534) +++ head/devel/pkgconf/distinfo Sun Jul 19 21:43:22 2015 (r392535) @@ -1,2 +1,2 @@ -SHA256 (pkgconf-0.9.11.tar.bz2) = 3bdae1b2672133943dc0dda694ed57074f8b03c3fea10efb215d76d3cabe2c3b -SIZE (pkgconf-0.9.11.tar.bz2) = 86489 +SHA256 (pkgconf-0.9.12.tar.bz2) = 7ec8b516e655e247f4ba976837cee808134785819ab8f538f652fe919cc6c09f +SIZE (pkgconf-0.9.12.tar.bz2) = 87109 From owner-svn-ports-all@freebsd.org Sun Jul 19 21:57:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 378D89A40CE; Sun, 19 Jul 2015 21:57:07 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 289E61A81; Sun, 19 Jul 2015 21:57:07 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JLv7fC093200; Sun, 19 Jul 2015 21:57:07 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JLv7tN093199; Sun, 19 Jul 2015 21:57:07 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201507192157.t6JLv7tN093199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Sun, 19 Jul 2015 21:57:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392536 - head/www/ompload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 21:57:07 -0000 Author: ak Date: Sun Jul 19 21:57:06 2015 New Revision: 392536 URL: https://svnweb.freebsd.org/changeset/ports/392536 Log: - Deprecate and set expiration date to 2015-08-20: omploader.org is down for many years PR: 201093 Submitted by: phil@philpep.org (maintainer) Modified: head/www/ompload/Makefile Modified: head/www/ompload/Makefile ============================================================================== --- head/www/ompload/Makefile Sun Jul 19 21:43:22 2015 (r392535) +++ head/www/ompload/Makefile Sun Jul 19 21:57:06 2015 (r392536) @@ -12,6 +12,8 @@ EXTRACT_ONLY= MAINTAINER= phil@philpep.org COMMENT= Upload files to omploader.org +DEPRECATED= omploader.org is down for many years +EXPIRATION_DATE= 2015-08-20 RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_RUBY= yes From owner-svn-ports-all@freebsd.org Sun Jul 19 22:04:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1090C9A428D; Sun, 19 Jul 2015 22:04:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8A531F3C; Sun, 19 Jul 2015 22:04:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JM4mqe097442; Sun, 19 Jul 2015 22:04:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JM4jwX097429; Sun, 19 Jul 2015 22:04:45 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507192204.t6JM4jwX097429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 22:04:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392537 - in head: databases/glom devel/cmake devel/gvfs devel/libtifiles2 graphics/libgxps graphics/libgxps/files graphics/zathura-cb multimedia/totem-pl-parser sysutils/archivemount 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.20 Precedence: 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, 19 Jul 2015 22:04:49 -0000 Author: bapt Date: Sun Jul 19 22:04:44 2015 New Revision: 392537 URL: https://svnweb.freebsd.org/changeset/ports/392537 Log: Enforce libarchive from ports This reduces the patching level on some ports and make it simpler to maintainer over all supported version of freebsd Deleted: head/graphics/libgxps/files/ Modified: head/databases/glom/Makefile head/devel/cmake/Makefile head/devel/gvfs/Makefile head/devel/libtifiles2/Makefile head/graphics/libgxps/Makefile head/graphics/zathura-cb/Makefile head/multimedia/totem-pl-parser/Makefile head/sysutils/archivemount/Makefile head/sysutils/rdup/Makefile head/sysutils/tracker/Makefile Modified: head/databases/glom/Makefile ============================================================================== --- head/databases/glom/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/databases/glom/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -24,7 +24,7 @@ RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/mi libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake libtool pathfix \ +USES= desktop-file-utils gettext gmake libarchive libtool pathfix \ pgsql pkgconfig python shared-mime-info tar:xz WANT_PGSQL= server USE_GNOME= gnomedocutils gnomeprefix intlhack pygobject3 libxml2 \ @@ -42,10 +42,6 @@ INSTALLS_ICONS= yes #PLIST_SUB+= VERSION=${PORTVERSION:R} PLIST_SUB+= VERSION=1.26 -.if ! exists(/usr/libdata/pkgconfig/libarchive.pc) -LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive -.endif - post-patch: @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \ ${WRKSRC}/Makefile.in Modified: head/devel/cmake/Makefile ============================================================================== --- head/devel/cmake/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/devel/cmake/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -3,7 +3,7 @@ PORTNAME= cmake PORTVERSION= 3.2.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel MASTER_SITES= http://www.cmake.org/files/v3.2/ @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT=MANPAGES OPTIONS_SUB= yes +USES+= libarchive HAS_CONFIGURE= yes LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ @@ -42,14 +43,6 @@ MANPAGES_CONFIGURE_ON= --sphinx-man INSTALL_TARGET= install/strip .endif -.if !defined(CMAKE_MODULES) -# CMake >= 3.1.0 needs libarchive3 because it calls -# archive_entry_copy_sourcepath_w and archive_write_set_format_7zip. -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000009 -LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive -.endif # ${OPSYS} == FreeBSD && ${OSVERSION} < 1000009 -.endif # !defined(CMAKE_MODULES) - post-patch: @(${FIND} ${WRKSRC}/Modules -name "*.cmake" -print0; \ ${FIND} ${WRKSRC}/Tests -name "CMakeLists.txt" -print0 ) | \ Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/devel/gvfs/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -4,7 +4,7 @@ PORTNAME= gvfs PORTVERSION= 1.20.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,7 +20,7 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/de PORTSCOUT= limitw:1,even -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libarchive libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix intlhack intltool libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -69,10 +69,6 @@ AVAHI_CONFIGURE_ENABLE= avahi .include -.if ${OSVERSION} < 1000000 -LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive -.endif - .if ${PORT_OPTIONS:MSAMBA} GLIB_SCHEMAS+= org.gnome.system.smb.gschema.xml .endif Modified: head/devel/libtifiles2/Makefile ============================================================================== --- head/devel/libtifiles2/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/devel/libtifiles2/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -2,7 +2,7 @@ PORTNAME= libtifiles2 PORTVERSION= 1.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17 @@ -15,7 +15,7 @@ LIB_DEPENDS= libticonv.so:${PORTSDIR}/co USE_GNOME= glib20 USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake libarchive libtool pathfix pkgconfig tar:bzip2 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes @@ -24,12 +24,5 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls GNU_CONFIGURE= yes -CONFIGURE_ENV= ARCHIVE_CFLAGS=" " ARCHIVE_LIBS="-larchive" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -post-patch: - @${REINPLACE_CMD} -e 's/libarchive/glib-2.0,ticonv/' \ - -e '/Requires:/d' ${WRKSRC}/tifiles2.pc.in .include Modified: head/graphics/libgxps/Makefile ============================================================================== --- head/graphics/libgxps/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/graphics/libgxps/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -16,12 +16,11 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ libtiff.so:${PORTSDIR}/graphics/tiff \ liblcms2.so:${PORTSDIR}/graphics/lcms2 -USES= gettext gmake jpeg libtool pathfix pkgconfig tar:xz +USES= gettext gmake jpeg libtool libarchive pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= cairo gnomeprefix glib20 intlhack GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -larchive +MAKE_ARGS+= V=1 CONFIGURE_ARGS+= --enable-introspection=no INSTALL_TARGET= install-strip Modified: head/graphics/zathura-cb/Makefile ============================================================================== --- head/graphics/zathura-cb/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/graphics/zathura-cb/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -2,7 +2,7 @@ PORTNAME= zathura-cb PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-cb/download/ @@ -14,13 +14,12 @@ LICENSE_NAME= zlib license LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -LIB_DEPENDS= libarchive.so:${PORTSDIR}/archivers/libarchive BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura PLIST_FILES= lib/zathura/cb.so share/applications/zathura-cb.desktop -USES= desktop-file-utils gmake pkgconfig +USES= desktop-file-utils gmake pkgconfig libarchive USE_GNOME= glib20 gtk30 USE_OPENSSL= yes Modified: head/multimedia/totem-pl-parser/Makefile ============================================================================== --- head/multimedia/totem-pl-parser/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/multimedia/totem-pl-parser/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -4,6 +4,7 @@ PORTNAME= totem-pl-parser PORTVERSION= 3.10.3 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -14,16 +15,12 @@ COMMENT= GObject-based library to parse LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libarchive libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix intlhack introspection:build \ libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-libarchive -CONFIGURE_ENV= ARCHIVE_CFLAGS="-I/usr/include" \ - ARCHIVE_LIBS="-L/usr/lib -larchive" -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_SUB= yes Modified: head/sysutils/archivemount/Makefile ============================================================================== --- head/sysutils/archivemount/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/sysutils/archivemount/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -3,6 +3,7 @@ PORTNAME= archivemount PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.cybernoia.de/software/archivemount/ @@ -10,7 +11,7 @@ MAINTAINER= jirnov@gmail.com COMMENT= Mount archives with FUSE GNU_CONFIGURE= yes -USES= fuse pkgconfig iconv gmake +USES= fuse pkgconfig iconv gmake libarchive PLIST_FILES= bin/archivemount \ man/man1/archivemount.1.gz Modified: head/sysutils/rdup/Makefile ============================================================================== --- head/sysutils/rdup/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/sysutils/rdup/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -3,7 +3,7 @@ PORTNAME= rdup PORTVERSION= 1.1.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://archive.miek.nl/projects/rdup/ @@ -14,13 +14,10 @@ LICENSE= GPLv3 LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ libpcre.so:${PORTSDIR}/devel/pcre \ - libarchive.so:${PORTSDIR}/archivers/libarchive \ libnettle.so:${PORTSDIR}/security/nettle -USES= gmake pkgconfig tar:bzip2 +USES= gmake libarchive pkgconfig tar:bzip2 USE_AUTOTOOLS= autoconf MAKEFILE= GNUmakefile -LDFLAGS+= -L${LOCALBASE}/lib - .include Modified: head/sysutils/tracker/Makefile ============================================================================== --- head/sysutils/tracker/Makefile Sun Jul 19 21:57:06 2015 (r392536) +++ head/sysutils/tracker/Makefile Sun Jul 19 22:04:44 2015 (r392537) @@ -4,7 +4,7 @@ PORTNAME= tracker PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= GNOME @@ -26,14 +26,13 @@ RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR PLIST_SUB= TRACKER_VER="1.0" -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libarchive libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack introspection:build USE_LDCONFIG= yes USE_SQLITE= 3 USE_GSTREAMER1= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/tracker CONFIGURE_ARGS= --enable-video-extractor=gstreamer \ --with-session-bus-services-dir=${LOCALBASE}/share/dbus-1/services \ From owner-svn-ports-all@freebsd.org Sun Jul 19 22:07:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20B879A42DA; Sun, 19 Jul 2015 22:07:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8F0103F; Sun, 19 Jul 2015 22:07:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JM7D1m097645; Sun, 19 Jul 2015 22:07:13 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JM7DJ6097644; Sun, 19 Jul 2015 22:07:13 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507192207.t6JM7DJ6097644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 22:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392538 - 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.20 Precedence: 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, 19 Jul 2015 22:07:14 -0000 Author: bapt Date: Sun Jul 19 22:07:13 2015 New Revision: 392538 URL: https://svnweb.freebsd.org/changeset/ports/392538 Log: Add a QA check on some base libraries (for now only libedit and libarchive) Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Sun Jul 19 22:04:44 2015 (r392537) +++ head/Mk/Scripts/qa.sh Sun Jul 19 22:07:13 2015 (r392538) @@ -94,6 +94,28 @@ shebang() { return ${rc} } +baselibs() { + local rc + [ "${PKGBASE}" = "pkg" -o "${PKGBASE}" = "pkg-devel" ] && return + while read f; do + case ${f} in + /usr/lib/libarchive*) + err "Bad linking on ${f} please add USES=libarchive" + rc=1 + ;; + /usr/lib/libedit*) + err "Bad linking on ${f} please add USES=libedit" + rc=1 + ;; + esac + done <<-EOF + $(find ${STAGEDIR}${BIN} ${STAGEDIR}${PREFIX}/sbin \ + ${STAGEDIR}${PREFIX}/lib ${STAGEDIR}${PREFIX}/libexec \ + -type f -exec ldd -a {} + 2>/dev/null) + EOF + return ${rc} +} + symlinks() { local rc @@ -271,7 +293,7 @@ prefixvar() { fi } -checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles libtool libperl prefixvar" +checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles libtool libperl prefixvar baselibs" ret=0 cd ${STAGEDIR} From owner-svn-ports-all@freebsd.org Sun Jul 19 22:08:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 608679A434A; Sun, 19 Jul 2015 22:08:17 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51442113F; Sun, 19 Jul 2015 22:08:17 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JM8H9i097798; Sun, 19 Jul 2015 22:08:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JM8GHt097796; Sun, 19 Jul 2015 22:08:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507192208.t6JM8GHt097796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 19 Jul 2015 22:08:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392539 - head/databases/elixir-ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 22:08:17 -0000 Author: olgeni Date: Sun Jul 19 22:08:15 2015 New Revision: 392539 URL: https://svnweb.freebsd.org/changeset/ports/392539 Log: Upgrade to version 0.14.1. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Sun Jul 19 22:07:13 2015 (r392538) +++ head/databases/elixir-ecto/Makefile Sun Jul 19 22:08:15 2015 (r392539) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 0.14.0 +PORTVERSION= 0.14.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Sun Jul 19 22:07:13 2015 (r392538) +++ head/databases/elixir-ecto/distinfo Sun Jul 19 22:08:15 2015 (r392539) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-ecto-v0.14.0_GH0.tar.gz) = 43d51ec70c1ee37f11d28c8d261d41e9bc281c8cd3a191cb92ce2a462c56c5da -SIZE (elixir-lang-ecto-v0.14.0_GH0.tar.gz) = 189565 +SHA256 (elixir-lang-ecto-v0.14.1_GH0.tar.gz) = ea41db38d3fbae7ea6e3634d8424796cd1f1a3f953088320f8586d71f4407c7e +SIZE (elixir-lang-ecto-v0.14.1_GH0.tar.gz) = 189607 From owner-svn-ports-all@freebsd.org Sun Jul 19 22:17:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 606BC9A4577; Sun, 19 Jul 2015 22:17:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 515511AB3; Sun, 19 Jul 2015 22:17:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JMHVvH001994; Sun, 19 Jul 2015 22:17:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JMHVjc001993; Sun, 19 Jul 2015 22:17:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507192217.t6JMHVjc001993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 22:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392540 - 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.20 Precedence: 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, 19 Jul 2015 22:17:31 -0000 Author: bapt Date: Sun Jul 19 22:17:30 2015 New Revision: 392540 URL: https://svnweb.freebsd.org/changeset/ports/392540 Log: Convert to USES=libedit Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Sun Jul 19 22:08:15 2015 (r392539) +++ head/devel/pcre/Makefile Sun Jul 19 22:17:30 2015 (r392540) @@ -29,6 +29,7 @@ OPTIONS_DEFAULT= STACK_RECURSION STACK_RECURSION_DESC= Use the stack for recursion during matching LIBEDIT_CONFIGURE_ENABLE= pcretest-libedit +LIBEDIT_USES= libedit READLINE_USES= readline READLINE_CONFIGURE_ENABLE= pcretest-libreadline @@ -51,11 +52,6 @@ PORTDOCS= * CONFIGURE_ARGS+= --disable-stack-for-recursion .endif -# libedit -.if ${PORT_OPTIONS:MLIBEDIT} -CFLAGS+= -I /usr/include/edit -.endif - # Optional knobs that accept positive integer parameters (see pcrebuild(3)): # Allow the use of very large patterns (> 64K) with the 8- and 16-bit From owner-svn-ports-all@freebsd.org Sun Jul 19 22:19:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27D2F9A45BE; Sun, 19 Jul 2015 22:19:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18FC21BBE; Sun, 19 Jul 2015 22:19:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JMJbOS002165; Sun, 19 Jul 2015 22:19:37 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JMJbhv002164; Sun, 19 Jul 2015 22:19:37 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507192219.t6JMJbhv002164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 22:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392541 - 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.20 Precedence: 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, 19 Jul 2015 22:19:38 -0000 Author: bapt Date: Sun Jul 19 22:19:37 2015 New Revision: 392541 URL: https://svnweb.freebsd.org/changeset/ports/392541 Log: Fix path of libedit Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Sun Jul 19 22:17:30 2015 (r392540) +++ head/Mk/Scripts/qa.sh Sun Jul 19 22:19:37 2015 (r392541) @@ -103,7 +103,7 @@ baselibs() { err "Bad linking on ${f} please add USES=libarchive" rc=1 ;; - /usr/lib/libedit*) + /lib/libedit*) err "Bad linking on ${f} please add USES=libedit" rc=1 ;; From owner-svn-ports-all@freebsd.org Sun Jul 19 22:20:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 311189A463F; Sun, 19 Jul 2015 22:20:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 223841CE0; Sun, 19 Jul 2015 22:20:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6JMKWbg002815; Sun, 19 Jul 2015 22:20:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6JMKW5Z002814; Sun, 19 Jul 2015 22:20:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507192220.t6JMKW5Z002814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 19 Jul 2015 22:20:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392542 - head/math/gnubc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 19 Jul 2015 22:20:32 -0000 Author: bapt Date: Sun Jul 19 22:20:31 2015 New Revision: 392542 URL: https://svnweb.freebsd.org/changeset/ports/392542 Log: Convert to USES=libedit Modified: head/math/gnubc/Makefile Modified: head/math/gnubc/Makefile ============================================================================== --- head/math/gnubc/Makefile Sun Jul 19 22:19:37 2015 (r392541) +++ head/math/gnubc/Makefile Sun Jul 19 22:20:31 2015 (r392542) @@ -3,7 +3,7 @@ PORTNAME= bc PORTVERSION= 1.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= GNU PKGNAMEPREFIX= gnu @@ -14,6 +14,7 @@ COMMENT= GNU bc/dc calculator LICENSE= GPLv2 GNU_CONFIGURE= yes +USES= libedit CONFIGURE_ARGS+= --with-libedit INFO= bc \ dc From owner-svn-ports-all@freebsd.org Mon Jul 20 00:19:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E753F9A6BD4; Mon, 20 Jul 2015 00:19:58 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF4DD106C; Mon, 20 Jul 2015 00:19:58 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K0Jw4S050058; Mon, 20 Jul 2015 00:19:58 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K0JwBf050057; Mon, 20 Jul 2015 00:19:58 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201507200019.t6K0JwBf050057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Mon, 20 Jul 2015 00:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392543 - 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.20 Precedence: 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, 20 Jul 2015 00:19:59 -0000 Author: ak Date: Mon Jul 20 00:19:57 2015 New Revision: 392543 URL: https://svnweb.freebsd.org/changeset/ports/392543 Log: - Add ports-mgmt/vulnerability-test-port to MOVED - While here, fix some other errors Reported by: linimon Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jul 19 22:20:31 2015 (r392542) +++ head/MOVED Mon Jul 20 00:19:57 2015 (r392543) @@ -7667,7 +7667,7 @@ devel/xtla||2015-06-29|Has expired: Brok mail/mail-notification||2015-06-29|Has expired: Broken for more than 6 months ports-mgmt/gnome-packagekit||2015-06-29|Has expired: Broken for more than 6 months sysutils/py-salt-api||2015-06-29|Has expired: Broken for more than 6 months -devel/rubygem-mash|devel/rubgem-hashie|2015-06-30|Has expired: Deprecated by upstream. Use devel/rubygem-hashie instead +devel/rubygem-mash|devel/rubygem-hashie|2015-06-30|Has expired: Deprecated by upstream. Use devel/rubygem-hashie instead net/rubygem-bunny060|net/rubygem-bunny|2015-06-30|Has expired: Use net/rubygem-bunny instead security/rubygem-hmac|security/rubygem-ruby-hmac|2015-06-30|Has expired: Duplicate of security/rubygem-ruby-hmac www/ruby-amazon|www/ruby-aws|2015-06-30|Has expired: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead @@ -7676,8 +7676,8 @@ net/ptpd2-devel|net/ptpd2|2015-07-02|Dev devel/erlang-cowlib|www/erlang-cowlib|2015-07-03|Move to www where it belongs net/py-google||2015-07-03|Google no longer supports the SOAP API for search devel/erlang-ibrowse|www/erlang-ibrowse|2015-07-05|Move to www where it belongs -multimedia/ffmpeg23|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. -multimedia/ffmpeg26|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. +multimedia/ffmpeg23|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead +multimedia/ffmpeg26|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead x11/docker|x11/docker-tray|2015-07-06|Renamed sysutils/docker|sysutils/docker-freebsd|2015-07-07|Renamed graphics/fli2gif||2015-07-07|Has expired: No public distfiles @@ -7693,4 +7693,5 @@ security/ssh-guid||2015-07-14|Developmen textproc/gdict||2015-07-14|Development ceased, unusable print/pup||2015-07-14|Development ceased, unusable audio/rubyripper||2015-07-16|Has expired: Does not build and is deprecated upstream +ports-mgmt/vulnerability-test-port||2015-07-19|Useless after portaudit retirement print/texlive-infra|print/texlive-tlmgr|2015-07-20|Renamed From owner-svn-ports-all@freebsd.org Mon Jul 20 01:17:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E41999A5332; Mon, 20 Jul 2015 01:17:05 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7C781551; Mon, 20 Jul 2015 01:17:05 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K1H5vD074293; Mon, 20 Jul 2015 01:17:05 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K1Gvc2074262; Mon, 20 Jul 2015 01:16:57 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507200116.t6K1Gvc2074262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 01:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392544 - in head: japanese japanese/p5-Encode-EUCJPASCII misc misc/p5-Business-ISMN print print/latex-biber textproc textproc/p5-Text-BibTeX textproc/p5-Text-Roman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 01:17:06 -0000 Author: hrs Date: Mon Jul 20 01:16:56 2015 New Revision: 392544 URL: https://svnweb.freebsd.org/changeset/ports/392544 Log: - Add print/latex-biber, a biblatex replacement which supports Unicode. - Add or update the following ports which latex-biber depends on: japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support) misc/p5-Business-ISMN (added, ISMN support) textproc/p5-Text-BibTeX (updated to 0.71) textproc/p5-Text-Roman (added, conversion of Roman numerals) Added: head/japanese/p5-Encode-EUCJPASCII/ head/japanese/p5-Encode-EUCJPASCII/Makefile (contents, props changed) head/japanese/p5-Encode-EUCJPASCII/distinfo (contents, props changed) head/japanese/p5-Encode-EUCJPASCII/pkg-descr (contents, props changed) head/japanese/p5-Encode-EUCJPASCII/pkg-plist (contents, props changed) head/misc/p5-Business-ISMN/ head/misc/p5-Business-ISMN/Makefile (contents, props changed) head/misc/p5-Business-ISMN/distinfo (contents, props changed) head/misc/p5-Business-ISMN/pkg-descr (contents, props changed) head/misc/p5-Business-ISMN/pkg-plist (contents, props changed) head/print/latex-biber/ head/print/latex-biber/Makefile (contents, props changed) head/print/latex-biber/distinfo (contents, props changed) head/print/latex-biber/pkg-descr (contents, props changed) head/print/latex-biber/pkg-plist (contents, props changed) head/textproc/p5-Text-Roman/ head/textproc/p5-Text-Roman/Makefile (contents, props changed) head/textproc/p5-Text-Roman/distinfo (contents, props changed) head/textproc/p5-Text-Roman/pkg-descr (contents, props changed) head/textproc/p5-Text-Roman/pkg-plist (contents, props changed) Modified: head/japanese/Makefile head/misc/Makefile head/print/Makefile head/textproc/Makefile head/textproc/p5-Text-BibTeX/Makefile head/textproc/p5-Text-BibTeX/distinfo Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Mon Jul 20 00:19:57 2015 (r392543) +++ head/japanese/Makefile Mon Jul 20 01:16:56 2015 (r392544) @@ -190,6 +190,7 @@ SUBDIR += p5-Date-Japanese-Holiday SUBDIR += p5-DateTime-Calendar-Japanese-Era SUBDIR += p5-DateTime-Format-Japanese + SUBDIR += p5-Encode-EUCJPASCII SUBDIR += p5-Encode-EUCJPMS SUBDIR += p5-Encode-ISO2022 SUBDIR += p5-Encode-JP-Emoji Added: head/japanese/p5-Encode-EUCJPASCII/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Encode-EUCJPASCII/Makefile Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Encode-EUCJPASCII +PORTVERSION= 0.03 +CATEGORIES= japanese converters perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= ja-p5- + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Perl5 module for eucJP-open + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +post-install: + for F in ${SITE_ARCH}/auto/Encode/EUCJPASCII/EUCJPASCII.so; do \ + ${CHMOD} +w ${STAGEDIR}$$F; \ + ${STRIP_CMD} ${STAGEDIR}$$F; \ + done + +.include Added: head/japanese/p5-Encode-EUCJPASCII/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Encode-EUCJPASCII/distinfo Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,2 @@ +SHA256 (Encode-EUCJPASCII-0.03.tar.gz) = f998d34d55fd9c82cf910786a0448d1edfa60bf68e2c2306724ca67c629de861 +SIZE (Encode-EUCJPASCII-0.03.tar.gz) = 131775 Added: head/japanese/p5-Encode-EUCJPASCII/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Encode-EUCJPASCII/pkg-descr Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,13 @@ +This is a Perl5 module that defines eucJP-open encodings. + +Encodings supported are as follows: + + Canonical Alias Description + -------------------------------------------------------------- + eucJP-ascii eucJP-ascii + qr/\beuc-?jp(-?open)?(-?19970715)?-?ascii$/i + x-iso2022jp-ascii 7-bit counterpart + qr/\b(x-)?iso-?2022-?jp-?ascii$/i + -------------------------------------------------------------- + +WWW: http://search.cpan.org/dist/Unicode-Japanese/ Added: head/japanese/p5-Encode-EUCJPASCII/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Encode-EUCJPASCII/pkg-plist Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,2 @@ +%%SITE_ARCH%%/Encode/EUCJPASCII.pm +%%SITE_ARCH%%/auto/Encode/EUCJPASCII/EUCJPASCII.so Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon Jul 20 00:19:57 2015 (r392543) +++ head/misc/Makefile Mon Jul 20 01:16:56 2015 (r392544) @@ -301,6 +301,7 @@ SUBDIR += p5-Business-ISBN SUBDIR += p5-Business-ISBN-Data SUBDIR += p5-Business-ISIN + SUBDIR += p5-Business-ISMN SUBDIR += p5-Business-ISSN SUBDIR += p5-Business-UPS SUBDIR += p5-Chatbot-Eliza Added: head/misc/p5-Business-ISMN/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Business-ISMN/Makefile Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= Business-ISMN +PORTVERSION= 1.13 +CATEGORIES= misc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Work with International Standard Music Numbers + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/misc/p5-Business-ISMN/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Business-ISMN/distinfo Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,2 @@ +SHA256 (Business-ISMN-1.13.tar.gz) = 89b598dcde116732f8621b18660fec9a6989b1ad5bf96599b98fbcaecad9a132 +SIZE (Business-ISMN-1.13.tar.gz) = 9703 Added: head/misc/p5-Business-ISMN/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Business-ISMN/pkg-descr Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,3 @@ +Work with International Standard Music Numbers. + +WWW: http://search.cpan.org/dist/Business-ISMN/ Added: head/misc/p5-Business-ISMN/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/p5-Business-ISMN/pkg-plist Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Business/ISMN.pm +%%SITE_PERL%%/Business/ISMN/Data.pm +%%PERL5_MAN3%%/Business::ISMN.3.gz +%%PERL5_MAN3%%/Business::ISMN::Data.3.gz Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Mon Jul 20 00:19:57 2015 (r392543) +++ head/print/Makefile Mon Jul 20 01:16:56 2015 (r392544) @@ -105,6 +105,7 @@ SUBDIR += kover SUBDIR += kpdftool SUBDIR += latex-beamer + SUBDIR += latex-biber SUBDIR += latex-ltablex SUBDIR += latex-resume SUBDIR += latex2rtf Added: head/print/latex-biber/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/latex-biber/Makefile Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,49 @@ +# $FreeBSD$ + +PORTNAME= biber +PORTVERSION= 2.1 +CATEGORIES= print perl5 +PKGNAMEPREFIX= latex- +DIST_SUBDIR= TeX + +MAINTAINER= hrs@FreeBSD.org +COMMENT= BibTeX replacement for users of biblatex + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +__DEPENDS= \ + ja-p5-Encode-EUCJPASCII>0:${PORTSDIR}/japanese/p5-Encode-EUCJPASCII \ + p5-Business-ISBN>0:${PORTSDIR}/misc/p5-Business-ISBN \ + p5-Business-ISMN>0:${PORTSDIR}/misc/p5-Business-ISMN \ + p5-Business-ISSN>0:${PORTSDIR}/misc/p5-Business-ISSN \ + p5-Config-AutoConf>0:${PORTSDIR}/devel/p5-Config-AutoConf \ + p5-Data-Compare>0:${PORTSDIR}/devel/p5-Data-Compare \ + p5-Date-Simple>0:${PORTSDIR}/devel/p5-Date-Simple \ + p5-Encode-HanExtra>0:${PORTSDIR}/chinese/p5-Encode-HanExtra \ + p5-Encode-JIS2K>0:${PORTSDIR}/converters/p5-Encode-JIS2K \ + p5-ExtUtils-LibBuilder>0:${PORTSDIR}/devel/p5-ExtUtils-LibBuilder \ + p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-IPC-Run3>0:${PORTSDIR}/devel/p5-IPC-Run3 \ + p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \ + p5-Module-Build>=0.4206:${PORTSDIR}/devel/p5-Module-Build \ + p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ + p5-Text-BibTeX>0:${PORTSDIR}/textproc/p5-Text-BibTeX \ + p5-Text-Roman>0:${PORTSDIR}/textproc/p5-Text-Roman \ + p5-Unicode-Collate>0:${PORTSDIR}/textproc/p5-Unicode-Collate \ + p5-Unicode-LineBreak>0:${PORTSDIR}/textproc/p5-Unicode-LineBreak \ + p5-XML-LibXML-Simple>0:${PORTSDIR}/textproc/p5-XML-LibXML-Simple \ + p5-XML-LibXSLT>0:${PORTSDIR}/textproc/p5-XML-LibXSLT \ + p5-XML-Writer>0:${PORTSDIR}/textproc/p5-XML-Writer \ + p5-autovivification>0:${PORTSDIR}/devel/p5-autovivification +BUILD_DEPENDS= ${__DEPENDS} +RUN_DEPENDS= ${__DEPENDS} + +USES= perl5 +USE_PERL5= modbuild +USE_TEX= texmf +USE_GITHUB= yes +GH_ACCOUNT= plk +GH_TAGNAME= v${PORTVERSION} + +.include Added: head/print/latex-biber/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/latex-biber/distinfo Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,2 @@ +SHA256 (TeX/plk-biber-2.1-v2.1_GH0.tar.gz) = 7b20049557869a994ed9e0373f620720370981b6412ca415f0408d1af893f8f4 +SIZE (TeX/plk-biber-2.1-v2.1_GH0.tar.gz) = 2222706 Added: head/print/latex-biber/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/latex-biber/pkg-descr Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,4 @@ +Biber is a BibTeX replacement for users of biblatex, with full Unicode +support. + +WWW: http://biblatex-biber.sourceforge.net/ Added: head/print/latex-biber/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/latex-biber/pkg-plist Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,66 @@ +bin/biber +man/man1/biber.1.gz +%%PERL5_MAN3%%/Biber.3.gz +%%PERL5_MAN3%%/Biber::Config.3.gz +%%PERL5_MAN3%%/Biber::Constants.3.gz +%%PERL5_MAN3%%/Biber::DataModel.3.gz +%%PERL5_MAN3%%/Biber::Entries.3.gz +%%PERL5_MAN3%%/Biber::Entry.3.gz +%%PERL5_MAN3%%/Biber::Entry::Name.3.gz +%%PERL5_MAN3%%/Biber::Entry::Names.3.gz +%%PERL5_MAN3%%/Biber::Input::file::biblatexml.3.gz +%%PERL5_MAN3%%/Biber::Input::file::bibtex.3.gz +%%PERL5_MAN3%%/Biber::Input::file::endnotexml.3.gz +%%PERL5_MAN3%%/Biber::Input::file::ris.3.gz +%%PERL5_MAN3%%/Biber::Input::file::zoterordfxml.3.gz +%%PERL5_MAN3%%/Biber::Internals.3.gz +%%PERL5_MAN3%%/Biber::LaTeX::Recode.3.gz +%%PERL5_MAN3%%/Biber::Output::base.3.gz +%%PERL5_MAN3%%/Biber::Output::bbl.3.gz +%%PERL5_MAN3%%/Biber::Output::biblatexml.3.gz +%%PERL5_MAN3%%/Biber::Output::bibtex.3.gz +%%PERL5_MAN3%%/Biber::Output::dot.3.gz +%%PERL5_MAN3%%/Biber::Output::test.3.gz +%%PERL5_MAN3%%/Biber::Section.3.gz +%%PERL5_MAN3%%/Biber::Sections.3.gz +%%PERL5_MAN3%%/Biber::SortList.3.gz +%%PERL5_MAN3%%/Biber::SortLists.3.gz +%%PERL5_MAN3%%/Biber::UCollate.3.gz +%%PERL5_MAN3%%/Biber::Utils.3.gz +%%SITE_PERL%%/Biber.pm +%%SITE_PERL%%/Biber/Config.pm +%%SITE_PERL%%/Biber/Constants.pm +%%SITE_PERL%%/Biber/DataModel.pm +%%SITE_PERL%%/Biber/Entries.pm +%%SITE_PERL%%/Biber/Entry.pm +%%SITE_PERL%%/Biber/Entry/Name.pm +%%SITE_PERL%%/Biber/Entry/Names.pm +%%SITE_PERL%%/Biber/Input/file/biblatexml.pm +%%SITE_PERL%%/Biber/Input/file/bibtex.pm +%%SITE_PERL%%/Biber/Input/file/endnotexml.pm +%%SITE_PERL%%/Biber/Input/file/ris.pm +%%SITE_PERL%%/Biber/Input/file/zoterordfxml.pm +%%SITE_PERL%%/Biber/Internals.pm +%%SITE_PERL%%/Biber/LaTeX/Recode.pm +%%SITE_PERL%%/Biber/LaTeX/recode_data.xml +%%SITE_PERL%%/Biber/Output/base.pm +%%SITE_PERL%%/Biber/Output/bbl.pm +%%SITE_PERL%%/Biber/Output/biblatexml.pm +%%SITE_PERL%%/Biber/Output/bibtex.pm +%%SITE_PERL%%/Biber/Output/dot.pm +%%SITE_PERL%%/Biber/Output/test.pm +%%SITE_PERL%%/Biber/Section.pm +%%SITE_PERL%%/Biber/Sections.pm +%%SITE_PERL%%/Biber/SortList.pm +%%SITE_PERL%%/Biber/SortLists.pm +%%SITE_PERL%%/Biber/UCollate.pm +%%SITE_PERL%%/Biber/Utils.pm +%%SITE_PERL%%/Biber/bcf.rnc +%%SITE_PERL%%/Biber/bcf.rng +%%SITE_PERL%%/Biber/bcf.xsl +%%SITE_PERL%%/Biber/biber-tool.conf +%%SITE_PERL%%/Biber/biblatexml.rnc +%%SITE_PERL%%/Biber/biblatexml.rng +%%SITE_PERL%%/Biber/config.rnc +%%SITE_PERL%%/Biber/config.rng +%%SITE_PERL%%/Unicode/Collate/latinkeys.txt Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Jul 20 00:19:57 2015 (r392543) +++ head/textproc/Makefile Mon Jul 20 01:16:56 2015 (r392544) @@ -870,6 +870,7 @@ SUBDIR += p5-Text-Reform SUBDIR += p5-Text-Report SUBDIR += p5-Text-Repository + SUBDIR += p5-Text-Roman SUBDIR += p5-Text-Sass SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-Similarity Modified: head/textproc/p5-Text-BibTeX/Makefile ============================================================================== --- head/textproc/p5-Text-BibTeX/Makefile Mon Jul 20 00:19:57 2015 (r392543) +++ head/textproc/p5-Text-BibTeX/Makefile Mon Jul 20 01:16:56 2015 (r392544) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= Text-BibTeX -PORTVERSION= 0.69 -PORTREVISION= 1 +PORTVERSION= 0.71 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:AMBS/Text PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -29,4 +27,13 @@ USE_LDCONFIG= yes CFLAGS+= -fPIC .endif +STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \ + ${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so \ + lib/libbtparse.so + +post-install: + cd ${STAGEDIR}${PREFIX} && \ + ${CHMOD} +w ${STRIP_FILES} && \ + ${STRIP_CMD} ${STRIP_FILES} + .include Modified: head/textproc/p5-Text-BibTeX/distinfo ============================================================================== --- head/textproc/p5-Text-BibTeX/distinfo Mon Jul 20 00:19:57 2015 (r392543) +++ head/textproc/p5-Text-BibTeX/distinfo Mon Jul 20 01:16:56 2015 (r392544) @@ -1,2 +1,2 @@ -SHA256 (Text-BibTeX-0.69.tar.gz) = 7fccd930786c0fd0c5f23b36b960fd95e03c43beefd4587009d7bd27e02ff0bf -SIZE (Text-BibTeX-0.69.tar.gz) = 285395 +SHA256 (Text-BibTeX-0.71.tar.gz) = cd0cc875b011aba4923b91caf65e448ed39148652e62c3fc4d4e074a982791cb +SIZE (Text-BibTeX-0.71.tar.gz) = 285938 Added: head/textproc/p5-Text-Roman/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Roman/Makefile Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= Text-Roman +PORTVERSION= 3.5 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Allows conversion between Roman and Arabic algarisms + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/textproc/p5-Text-Roman/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Roman/distinfo Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,2 @@ +SHA256 (Text-Roman-3.5.tar.gz) = cb4a08a3b151802ffb2fce3258a416542ab81db0f739ee474a9583ffb73e046a +SIZE (Text-Roman-3.5.tar.gz) = 18122 Added: head/textproc/p5-Text-Roman/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Roman/pkg-descr Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,5 @@ +This package supports both conventional Roman algarisms (which range +from *1* to *3999*) and Milhar Romans, a variation which uses a bar +across the algarism to indicate multiplication by *1_000*. + +WWW: http://search.cpan.org/dist/Text-Roman/ Added: head/textproc/p5-Text-Roman/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Roman/pkg-plist Mon Jul 20 01:16:56 2015 (r392544) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Roman.pm +%%PERL5_MAN3%%/Text::Roman.3.gz From owner-svn-ports-all@freebsd.org Mon Jul 20 03:51:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D69C9A6D3C; Mon, 20 Jul 2015 03:51:08 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EC3C10C6; Mon, 20 Jul 2015 03:51:08 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K3p8T9036733; Mon, 20 Jul 2015 03:51:08 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K3p7Ip036731; Mon, 20 Jul 2015 03:51:07 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507200351.t6K3p7Ip036731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 20 Jul 2015 03:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392545 - in head/www/trafficserver: . 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.20 Precedence: 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, 20 Jul 2015 03:51:08 -0000 Author: vanilla Date: Mon Jul 20 03:51:06 2015 New Revision: 392545 URL: https://svnweb.freebsd.org/changeset/ports/392545 Log: Add spdy support. PR: 201563 Submitted by: me@celogeek.com Approved by: maintainer Modified: head/www/trafficserver/Makefile head/www/trafficserver/files/patch-tools_Makefile.in Modified: head/www/trafficserver/Makefile ============================================================================== --- head/www/trafficserver/Makefile Mon Jul 20 01:16:56 2015 (r392544) +++ head/www/trafficserver/Makefile Mon Jul 20 03:51:06 2015 (r392545) @@ -47,7 +47,7 @@ CONFIGURE_ARGS= --with-libxml2=${LOCALBA --with-user=${USERS} \ --with-group=${GROUPS} -OPTIONS_DEFINE= DOCS INTERIM WCCP +OPTIONS_DEFINE= DOCS INTERIM WCCP SPDY OPTIONS_RADIO= MEMMAN OPTIONS_RADIO_MEMMAN= ALLOCATORS FREELISTS RECLAIM OPTIONS_DEFAULT= FREELISTS @@ -57,9 +57,12 @@ INTERIM_DESC= Enable interim cache (SSD) ALLOCATORS_DESC= Manage memory with allocators FREELISTS_DESC= Manage memory with freelists RECLAIM_DESC= Reclaim unused memory in freelists +SPDY_DESC= Enable SPDY WCCP_CONFIGURE_ENABLE= wccp INTERIM_CONFIGURE_ENABLE= interim-cache +SPDY_CONFIGURE_ENABLE= spdy +SPDY_LIB_DEPENDS= libspdylay.so:${PORTSDIR}/www/spdylay .include Modified: head/www/trafficserver/files/patch-tools_Makefile.in ============================================================================== --- head/www/trafficserver/files/patch-tools_Makefile.in Mon Jul 20 01:16:56 2015 (r392544) +++ head/www/trafficserver/files/patch-tools_Makefile.in Mon Jul 20 03:51:06 2015 (r392545) @@ -1,5 +1,5 @@ ---- tools/Makefile.in.orig 2015-07-07 14:35:35.993832221 +0800 -+++ tools/Makefile.in 2015-07-07 14:35:49.432831048 +0800 +--- tools/Makefile.in.orig 2015-06-30 04:11:56 UTC ++++ tools/Makefile.in @@ -614,7 +614,7 @@ valuesh = @valuesh@ waith = @waith@ zlibh = @zlibh@ From owner-svn-ports-all@freebsd.org Mon Jul 20 04:42:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B4A09A6546; Mon, 20 Jul 2015 04:42:24 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B79E19C7; Mon, 20 Jul 2015 04:42:24 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K4gO4D059349; Mon, 20 Jul 2015 04:42:24 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K4gOCs059348; Mon, 20 Jul 2015 04:42:24 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507200442.t6K4gOCs059348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 04:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392546 - head/print/tex-ptexenc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 04:42:24 -0000 Author: hrs Date: Mon Jul 20 04:42:23 2015 New Revision: 392546 URL: https://svnweb.freebsd.org/changeset/ports/392546 Log: Fix dependency. PR: 201705 Modified: head/print/tex-ptexenc/Makefile Modified: head/print/tex-ptexenc/Makefile ============================================================================== --- head/print/tex-ptexenc/Makefile Mon Jul 20 03:51:06 2015 (r392545) +++ head/print/tex-ptexenc/Makefile Mon Jul 20 04:42:23 2015 (r392546) @@ -2,6 +2,7 @@ PORTNAME= ptexenc PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- @@ -11,7 +12,7 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Library for Japanese pTeX and its tools -USES= tar:xz libtool +USES= tar:xz libtool pkgconfig USE_TEX= kpathsea USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc From owner-svn-ports-all@freebsd.org Mon Jul 20 04:43:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07E539A657F; Mon, 20 Jul 2015 04:43:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC4D91AE5; Mon, 20 Jul 2015 04:43:16 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K4hGE2059495; Mon, 20 Jul 2015 04:43:16 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K4hGUO059494; Mon, 20 Jul 2015 04:43:16 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507200443.t6K4hGUO059494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 04:43:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392547 - head/print/texlive-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 04:43:17 -0000 Author: hrs Date: Mon Jul 20 04:43:16 2015 New Revision: 392547 URL: https://svnweb.freebsd.org/changeset/ports/392547 Log: Fix dependency. PR: 201706 Modified: head/print/texlive-base/Makefile Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon Jul 20 04:42:23 2015 (r392546) +++ head/print/texlive-base/Makefile Mon Jul 20 04:43:16 2015 (r392547) @@ -2,6 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMESUFFIX= -base @@ -15,7 +16,7 @@ RUN_DEPENDS= psbook:${PORTSDIR}/print/ps LIB_DEPENDS= libicuio.so:${PORTSDIR}/devel/icu \ libt1.so:${PORTSDIR}/devel/t1lib \ libTECkit.so:${PORTSDIR}/textproc/teckit \ - libgraphite.so:${PORTSDIR}/graphics/silgraphite \ + libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ libgd.so:${PORTSDIR}/graphics/gd \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libttf.so:${PORTSDIR}/print/freetype \ @@ -77,7 +78,7 @@ CONFIGURE_ARGS= --disable-native-texlive --with-freetype2-libdir=${LOCALBASE}/lib \ --with-system-cairo \ --with-system-gd \ - --with-system-graphite \ + --with-system-graphite2 \ --with-system-pixman \ --with-system-poppler \ --with-system-t1lib \ From owner-svn-ports-all@freebsd.org Mon Jul 20 06:12:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 193D99A5408; Mon, 20 Jul 2015 06:12:46 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A1901E37; Mon, 20 Jul 2015 06:12:46 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K6CjCm095411; Mon, 20 Jul 2015 06:12:45 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K6Cjps095409; Mon, 20 Jul 2015 06:12:45 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507200612.t6K6Cjps095409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 06:12:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392548 - in head: . print print/cm-super X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 06:12:46 -0000 Author: hrs Date: Mon Jul 20 06:12:44 2015 New Revision: 392548 URL: https://svnweb.freebsd.org/changeset/ports/392548 Log: Remove print/cm-super. This font is now included in TeXLive. Deleted: head/print/cm-super/ Modified: head/MOVED head/print/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Jul 20 04:43:16 2015 (r392547) +++ head/MOVED Mon Jul 20 06:12:44 2015 (r392548) @@ -7695,3 +7695,4 @@ print/pup||2015-07-14|Development ceased audio/rubyripper||2015-07-16|Has expired: Does not build and is deprecated upstream ports-mgmt/vulnerability-test-port||2015-07-19|Useless after portaudit retirement print/texlive-infra|print/texlive-tlmgr|2015-07-20|Renamed +print/cm-super||2015-07-20|Obsolete Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Mon Jul 20 04:43:16 2015 (r392547) +++ head/print/Makefile Mon Jul 20 06:12:44 2015 (r392548) @@ -22,7 +22,6 @@ SUBDIR += catdvi SUBDIR += cdlabelgen SUBDIR += cloudprint - SUBDIR += cm-super SUBDIR += cups SUBDIR += cups-base SUBDIR += cups-bjnp From owner-svn-ports-all@freebsd.org Mon Jul 20 06:31:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B5C09A5720; Mon, 20 Jul 2015 06:31:21 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BEED15CA; Mon, 20 Jul 2015 06:31:21 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K6VLpC000482; Mon, 20 Jul 2015 06:31:21 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K6VLZM000481; Mon, 20 Jul 2015 06:31:21 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201507200631.t6K6VLZM000481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Mon, 20 Jul 2015 06:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392549 - head/mail/davmail/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.20 Precedence: 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, 20 Jul 2015 06:31:21 -0000 Author: glewis Date: Mon Jul 20 06:31:20 2015 New Revision: 392549 URL: https://svnweb.freebsd.org/changeset/ports/392549 Log: . Fix the build for Java 8. PR: 201347 Approved by: Maintainer timeout Modified: head/mail/davmail/files/patch-build.xml Modified: head/mail/davmail/files/patch-build.xml ============================================================================== --- head/mail/davmail/files/patch-build.xml Mon Jul 20 06:12:44 2015 (r392548) +++ head/mail/davmail/files/patch-build.xml Mon Jul 20 06:31:20 2015 (r392549) @@ -1,6 +1,14 @@ ---- build.xml.orig 2015-05-23 02:27:12 UTC -+++ build.xml -@@ -59,7 +59,7 @@ +--- build.xml.orig 2015-07-04 15:28:32.000000000 -0700 ++++ build.xml 2015-07-04 15:28:59.000000000 -0700 +@@ -26,6 +26,7 @@ + + + ++ + + + +@@ -59,7 +60,7 @@ From owner-svn-ports-all@freebsd.org Mon Jul 20 06:34:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 376E89A5768; Mon, 20 Jul 2015 06:34:45 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28024189C; Mon, 20 Jul 2015 06:34:45 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K6YjYC003793; Mon, 20 Jul 2015 06:34:45 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K6Yjn5003792; Mon, 20 Jul 2015 06:34:45 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507200634.t6K6Yjn5003792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 06:34:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392550 - head/print/tex-dvipsk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 06:34:45 -0000 Author: hrs Date: Mon Jul 20 06:34:44 2015 New Revision: 392550 URL: https://svnweb.freebsd.org/changeset/ports/392550 Log: Fix dependency. PR: 201712 Modified: head/print/tex-dvipsk/Makefile Modified: head/print/tex-dvipsk/Makefile ============================================================================== --- head/print/tex-dvipsk/Makefile Mon Jul 20 06:31:20 2015 (r392549) +++ head/print/tex-dvipsk/Makefile Mon Jul 20 06:34:44 2015 (r392550) @@ -2,6 +2,7 @@ PORTNAME= dvipsk PORTVERSION= 5.995 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- @@ -18,7 +19,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper -USES= gmake tar:xz +USES= gmake tar:xz pkgconfig USE_TEX= kpathsea web2c texmf texhash TEXHASHDIRS= ${TEXMFDISTDIR} EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} From owner-svn-ports-all@freebsd.org Mon Jul 20 06:48:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 904199A5B28; Mon, 20 Jul 2015 06:48:31 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EB941E70; Mon, 20 Jul 2015 06:48:31 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K6mVE6008048; Mon, 20 Jul 2015 06:48:31 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K6mU77008045; Mon, 20 Jul 2015 06:48:30 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507200648.t6K6mU77008045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 06:48:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392551 - head/mail/py-authres X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 06:48:31 -0000 Author: robak Date: Mon Jul 20 06:48:29 2015 New Revision: 392551 URL: https://svnweb.freebsd.org/changeset/ports/392551 Log: mail/py-authres: update 0.701 -> 0.800 PR: 201689 Submitted by: Yasuhiro Kimura (maintainer) Modified: head/mail/py-authres/Makefile head/mail/py-authres/distinfo head/mail/py-authres/pkg-plist Modified: head/mail/py-authres/Makefile ============================================================================== --- head/mail/py-authres/Makefile Mon Jul 20 06:34:44 2015 (r392550) +++ head/mail/py-authres/Makefile Mon Jul 20 06:48:29 2015 (r392551) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= authres -PORTVERSION= 0.701 +PORTVERSION= 0.800 CATEGORIES= mail python -MASTER_SITES= http://launchpad.net/authentication-results-python/0.700/0.701/+download/ +MASTER_SITES= http://launchpad.net/authentication-results-python/${PORTVERSION}/0.8/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yasu@utahime.org Modified: head/mail/py-authres/distinfo ============================================================================== --- head/mail/py-authres/distinfo Mon Jul 20 06:34:44 2015 (r392550) +++ head/mail/py-authres/distinfo Mon Jul 20 06:48:29 2015 (r392551) @@ -1,2 +1,2 @@ -SHA256 (authres-0.701.tar.gz) = 4536c485ab8da667be84361b040e626d025cc8b3cb5ad7ef156a7764bf9a9b12 -SIZE (authres-0.701.tar.gz) = 18878 +SHA256 (authres-0.800.tar.gz) = d28e3976a7d418917cbbf384018aa0e8a0489e41bfd9847309c5f8efb19f6efd +SIZE (authres-0.800.tar.gz) = 19863 Modified: head/mail/py-authres/pkg-plist ============================================================================== --- head/mail/py-authres/pkg-plist Mon Jul 20 06:34:44 2015 (r392550) +++ head/mail/py-authres/pkg-plist Mon Jul 20 06:48:29 2015 (r392551) @@ -16,6 +16,9 @@ %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.py %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.pyc %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.pyo +%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/rrvs.py +%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/rrvs.pyc +%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/rrvs.pyo %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.py %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.pyc %%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.pyo From owner-svn-ports-all@freebsd.org Mon Jul 20 07:39:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DBA09A630D; Mon, 20 Jul 2015 07:39:07 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 395C11596; Mon, 20 Jul 2015 07:39:07 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K7d7JG028091; Mon, 20 Jul 2015 07:39:07 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K7d7g6028090; Mon, 20 Jul 2015 07:39:07 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507200739.t6K7d7g6028090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 07:39:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392552 - head/chinese/pcmanx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 07:39:07 -0000 Author: robak Date: Mon Jul 20 07:39:06 2015 New Revision: 392552 URL: https://svnweb.freebsd.org/changeset/ports/392552 Log: chinese/pcmanx: fix LIB_DEPENDS typo PR: 201628 Submitted by: Ting-Wei Lan MFH: 2015Q3 Modified: head/chinese/pcmanx/Makefile Modified: head/chinese/pcmanx/Makefile ============================================================================== --- head/chinese/pcmanx/Makefile Mon Jul 20 06:48:29 2015 (r392551) +++ head/chinese/pcmanx/Makefile Mon Jul 20 07:39:06 2015 (r392552) @@ -14,7 +14,7 @@ LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gtk20 intlhack -USES= tar:xz iconv gmake pkgconfig +USES= gmake iconv pkgconfig tar:xz GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS DEBUG DOCKLET NOTIFIER LIBNOTIFY NANCY MOUSE EXTERNAL IPLOOKUP PROXY @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--disable-notifier .if ${PORT_OPTIONS:MLIBNOTIFY} CONFIGURE_ARGS+=--enable-libnotify -LIB_DEPENDS+= libnotifa.soy:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify .endif .if empty(PORT_OPTIONS:MNANCY) From owner-svn-ports-all@freebsd.org Mon Jul 20 08:26:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 966399A6CF5; Mon, 20 Jul 2015 08:26:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E0771C15; Mon, 20 Jul 2015 08:26:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K8Q56k048047; Mon, 20 Jul 2015 08:26:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K8Q4xP048044; Mon, 20 Jul 2015 08:26:04 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507200826.t6K8Q4xP048044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 20 Jul 2015 08:26:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392553 - head/lang/alchemist.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 08:26:05 -0000 Author: olgeni Date: Mon Jul 20 08:26:03 2015 New Revision: 392553 URL: https://svnweb.freebsd.org/changeset/ports/392553 Log: Upgrade to version 1.3.0. Modified: head/lang/alchemist.el/Makefile head/lang/alchemist.el/distinfo head/lang/alchemist.el/pkg-plist Modified: head/lang/alchemist.el/Makefile ============================================================================== --- head/lang/alchemist.el/Makefile Mon Jul 20 07:39:06 2015 (r392552) +++ head/lang/alchemist.el/Makefile Mon Jul 20 08:26:03 2015 (r392553) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= alchemist.el -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= lang Modified: head/lang/alchemist.el/distinfo ============================================================================== --- head/lang/alchemist.el/distinfo Mon Jul 20 07:39:06 2015 (r392552) +++ head/lang/alchemist.el/distinfo Mon Jul 20 08:26:03 2015 (r392553) @@ -1,2 +1,2 @@ -SHA256 (tonini-alchemist.el-v1.2.0_GH0.tar.gz) = f14758bbec73024a137c40553ae226f423f7c6fd344c007daf9de86ffb8fb065 -SIZE (tonini-alchemist.el-v1.2.0_GH0.tar.gz) = 1260922 +SHA256 (tonini-alchemist.el-v1.3.0_GH0.tar.gz) = 1180ff4d7a50cc73556fc61cd4680f034ce10eb344269a6cb588d00e4f0aca7b +SIZE (tonini-alchemist.el-v1.3.0_GH0.tar.gz) = 1712891 Modified: head/lang/alchemist.el/pkg-plist ============================================================================== --- head/lang/alchemist.el/pkg-plist Mon Jul 20 07:39:06 2015 (r392552) +++ head/lang/alchemist.el/pkg-plist Mon Jul 20 08:26:03 2015 (r392553) @@ -2,7 +2,6 @@ %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/alchemist-refcard.pdf %%PORTDOCS%%%%DOCSDIR%%/alchemist-refcard.tex -%%EMACS_SITE_LISPDIR%%/alchemist-buffer.el %%EMACS_SITE_LISPDIR%%/alchemist-company.el %%EMACS_SITE_LISPDIR%%/alchemist-compile.el %%EMACS_SITE_LISPDIR%%/alchemist-complete.el @@ -15,6 +14,8 @@ %%EMACS_SITE_LISPDIR%%/alchemist-message.el %%EMACS_SITE_LISPDIR%%/alchemist-mix.el %%EMACS_SITE_LISPDIR%%/alchemist-project.el +%%EMACS_SITE_LISPDIR%%/alchemist-refcard.el +%%EMACS_SITE_LISPDIR%%/alchemist-report.el %%EMACS_SITE_LISPDIR%%/alchemist-server.el %%EMACS_SITE_LISPDIR%%/alchemist-test-mode.el %%EMACS_SITE_LISPDIR%%/alchemist-utils.el From owner-svn-ports-all@freebsd.org Mon Jul 20 08:26:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 998439A6D21; Mon, 20 Jul 2015 08:26:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D6FF1D13; Mon, 20 Jul 2015 08:26:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K8Qsgh048262; Mon, 20 Jul 2015 08:26:54 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K8QqGv048256; Mon, 20 Jul 2015 08:26:52 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507200826.t6K8QqGv048256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 08:26:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392554 - in head/sysutils: . acerhdf-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.20 Precedence: 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, 20 Jul 2015 08:26:54 -0000 Author: robak Date: Mon Jul 20 08:26:51 2015 New Revision: 392554 URL: https://svnweb.freebsd.org/changeset/ports/392554 Log: sysutils/acerhdf-kmod: NEW PORT - Acer Aspire One fan control kernel module The acerhdf kernel module allows you to control the fans of some of the Acer Aspire One netbook models. This includes the models Acer AO521, Acer AO531h, Acer AO751h Acer Aspire 1410, Acer Aspire 1810T, Acer Aspire 1810TZ, Acer Aspire 1825PTZ, Acer Aspire 5315, Acer Aspire 5739G, Acer Aspire 5755G, Acer Aspire One 753, Acer Aspire One A110, Acer Aspire One A150, Acer Extensa 5420, Acer LT-10Q, Acer TM8573T, Acer TravelMate 7730G, Gateway AOA110, Gateway AOA150, Gateway LT31, Packard Bell AOA110, Packard Bell AOA150, Packard Bell DOA150, Packard Bell DOTMA, Packard Bell DOTMU, Packard Bell DOTVR46, and Packard Bell ENBFT. WWW: https://github.com/t6/kmod-acerhdf PR: 198716 Submitted by: Tobias Kortkamp Added: head/sysutils/acerhdf-kmod/ head/sysutils/acerhdf-kmod/Makefile (contents, props changed) head/sysutils/acerhdf-kmod/distinfo (contents, props changed) head/sysutils/acerhdf-kmod/pkg-descr (contents, props changed) head/sysutils/acerhdf-kmod/pkg-message (contents, props changed) head/sysutils/acerhdf-kmod/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jul 20 08:26:03 2015 (r392553) +++ head/sysutils/Makefile Mon Jul 20 08:26:51 2015 (r392554) @@ -13,6 +13,7 @@ SUBDIR += abgx360 SUBDIR += abgx360gui SUBDIR += accountsservice + SUBDIR += acerhdf-kmod SUBDIR += acpi_call SUBDIR += acpica-tools SUBDIR += acts Added: head/sysutils/acerhdf-kmod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/Makefile Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,32 @@ +# Created by: Tobias Kortkamp +# $FreeBSD$ + +PORTNAME= acerhdf-kmod +PORTVERSION= 0.1.1 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= tobias.kortkamp@gmail.com +COMMENT= Acer Aspire One fan control + +LICENSE= GPLv2 + +USES= kmod +KMODNAME= acerhdf +MANDIR= ${PREFIX}/man/man4 + +USE_GITHUB= yes +GH_PROJECT= kmod-acerhdf +GH_ACCOUNT= t6 + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 +IGNORE= does not support FreeBSD versions older than 10.1 +.endif + +do-install: + ${INSTALL_MAN} ${WRKSRC}/${KMODNAME}.4 ${STAGEDIR}${MANDIR} + ${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR} + +.include Added: head/sysutils/acerhdf-kmod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/distinfo Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,2 @@ +SHA256 (t6-kmod-acerhdf-v0.1.1_GH0.tar.gz) = 2947bfa7714eee18d5498b768bca90fed7dd1e720d4ef124245268f54576b1d5 +SIZE (t6-kmod-acerhdf-v0.1.1_GH0.tar.gz) = 7594 Added: head/sysutils/acerhdf-kmod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/pkg-descr Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,12 @@ +The acerhdf kernel module allows you to control the fans of some of +the Acer Aspire One netbook models. This includes the models Acer +AO521, Acer AO531h, Acer AO751h Acer Aspire 1410, Acer Aspire 1810T, +Acer Aspire 1810TZ, Acer Aspire 1825PTZ, Acer Aspire 5315, Acer Aspire +5739G, Acer Aspire 5755G, Acer Aspire One 753, Acer Aspire One A110, +Acer Aspire One A150, Acer Extensa 5420, Acer LT-10Q, Acer TM8573T, +Acer TravelMate 7730G, Gateway AOA110, Gateway AOA150, Gateway LT31, +Packard Bell AOA110, Packard Bell AOA150, Packard Bell DOA150, Packard +Bell DOTMA, Packard Bell DOTMU, Packard Bell DOTVR46, and Packard Bell +ENBFT. + +WWW: https://github.com/t6/kmod-acerhdf Added: head/sysutils/acerhdf-kmod/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/pkg-message Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,11 @@ +The acerhdf fan control is disabled by default. To enable it add the +following settings to /boot/loader.conf + + acerhdf_load="YES" + +and to /etc/sysctl.conf + + dev.acerhdf.0.enabled=1 + +Refer to acerhdf(4) for additonal settings. Choose wisely and be +careful that your system does not overheat! Added: head/sysutils/acerhdf-kmod/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acerhdf-kmod/pkg-plist Mon Jul 20 08:26:51 2015 (r392554) @@ -0,0 +1,2 @@ +/%%KMODDIR%%/acerhdf.ko +man/man4/acerhdf.4.gz From owner-svn-ports-all@freebsd.org Mon Jul 20 09:22:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8754D9A674D; Mon, 20 Jul 2015 09:22:27 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66929122F; Mon, 20 Jul 2015 09:22:27 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K9MRcc072100; Mon, 20 Jul 2015 09:22:27 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K9MQt2072097; Mon, 20 Jul 2015 09:22:26 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507200922.t6K9MQt2072097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 20 Jul 2015 09:22:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392555 - in head/www/elixir-phoenix_ecto: . 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.20 Precedence: 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, 20 Jul 2015 09:22:27 -0000 Author: olgeni Date: Mon Jul 20 09:22:25 2015 New Revision: 392555 URL: https://svnweb.freebsd.org/changeset/ports/392555 Log: Upgrade to version 0.6.0. Deleted: head/www/elixir-phoenix_ecto/files/ Modified: head/www/elixir-phoenix_ecto/Makefile head/www/elixir-phoenix_ecto/distinfo head/www/elixir-phoenix_ecto/pkg-plist Modified: head/www/elixir-phoenix_ecto/Makefile ============================================================================== --- head/www/elixir-phoenix_ecto/Makefile Mon Jul 20 08:26:51 2015 (r392554) +++ head/www/elixir-phoenix_ecto/Makefile Mon Jul 20 09:22:25 2015 (r392555) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_ecto -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- @@ -19,5 +19,6 @@ MIX_BUILD_DEPS= databases/elixir-ecto \ devel/elixir-plug \ devel/elixir-poison MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes .include Modified: head/www/elixir-phoenix_ecto/distinfo ============================================================================== --- head/www/elixir-phoenix_ecto/distinfo Mon Jul 20 08:26:51 2015 (r392554) +++ head/www/elixir-phoenix_ecto/distinfo Mon Jul 20 09:22:25 2015 (r392555) @@ -1,2 +1,2 @@ -SHA256 (phoenixframework-phoenix_ecto-v0.5.0_GH0.tar.gz) = d8e019895035ea04dc6bda50f771cf75a6410710d460746f39966d22e504e0f2 -SIZE (phoenixframework-phoenix_ecto-v0.5.0_GH0.tar.gz) = 4369 +SHA256 (phoenixframework-phoenix_ecto-v0.6.0_GH0.tar.gz) = edb69ba62343d9deedbcb097f0e36974c825cc8c8ddac4064e75d067ecfb874d +SIZE (phoenixframework-phoenix_ecto-v0.6.0_GH0.tar.gz) = 4544 Modified: head/www/elixir-phoenix_ecto/pkg-plist ============================================================================== --- head/www/elixir-phoenix_ecto/pkg-plist Mon Jul 20 08:26:51 2015 (r392554) +++ head/www/elixir-phoenix_ecto/pkg-plist Mon Jul 20 09:22:25 2015 (r392555) @@ -1,11 +1,13 @@ lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.Ecto.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.FormData.Ecto.Changeset.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Decimal.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Ecto.Date.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Ecto.DateTime.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Ecto.Time.beam lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.CastError.beam lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.NoResultsError.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Decimal.beam +lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Ecto.Association.NotLoaded.beam lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Ecto.Changeset.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Ecto.Date.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Ecto.DateTime.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Poison.Encoder.Ecto.Time.beam lib/elixir/lib/phoenix_ecto/ebin/phoenix_ecto.app lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto.ex lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto/html.ex From owner-svn-ports-all@freebsd.org Mon Jul 20 09:27:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FDA49A67E3; Mon, 20 Jul 2015 09:27:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3848414AE; Mon, 20 Jul 2015 09:27:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K9R97I072391; Mon, 20 Jul 2015 09:27:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K9R9vF072390; Mon, 20 Jul 2015 09:27:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507200927.t6K9R9vF072390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 20 Jul 2015 09:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392556 - head/www/elixir-phoenix_ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 09:27:09 -0000 Author: olgeni Date: Mon Jul 20 09:27:08 2015 New Revision: 392556 URL: https://svnweb.freebsd.org/changeset/ports/392556 Log: Depend on www/elixir-phoenix_html to build all beam files. Modified: head/www/elixir-phoenix_ecto/Makefile Modified: head/www/elixir-phoenix_ecto/Makefile ============================================================================== --- head/www/elixir-phoenix_ecto/Makefile Mon Jul 20 09:22:25 2015 (r392555) +++ head/www/elixir-phoenix_ecto/Makefile Mon Jul 20 09:27:08 2015 (r392556) @@ -3,6 +3,7 @@ PORTNAME= phoenix_ecto PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= elixir- @@ -17,7 +18,8 @@ GH_ACCOUNT= phoenixframework MIX_BUILD_DEPS= databases/elixir-ecto \ devel/elixir-plug \ - devel/elixir-poison + devel/elixir-poison \ + www/elixir-phoenix_html MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_REWRITE= yes From owner-svn-ports-all@freebsd.org Mon Jul 20 09:29:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 343929A68AA; Mon, 20 Jul 2015 09:29:26 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 251CD16EC; Mon, 20 Jul 2015 09:29:26 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K9TQ1e072602; Mon, 20 Jul 2015 09:29:26 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K9TP97072600; Mon, 20 Jul 2015 09:29:25 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507200929.t6K9TP97072600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 20 Jul 2015 09:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392557 - head/audio/midipp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 09:29:26 -0000 Author: kwm Date: Mon Jul 20 09:29:24 2015 New Revision: 392557 URL: https://svnweb.freebsd.org/changeset/ports/392557 Log: Update midipp to 1.2.18. - Added support for setting key-mode when loading songs. - Added support for song background selection changes. - Reworked show mode configuration. Submitted by: maintainer via IRC Modified: head/audio/midipp/Makefile head/audio/midipp/distinfo Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Mon Jul 20 09:27:08 2015 (r392556) +++ head/audio/midipp/Makefile Mon Jul 20 09:29:24 2015 (r392557) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.2.17 +PORTVERSION= 1.2.18 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ Modified: head/audio/midipp/distinfo ============================================================================== --- head/audio/midipp/distinfo Mon Jul 20 09:27:08 2015 (r392556) +++ head/audio/midipp/distinfo Mon Jul 20 09:29:24 2015 (r392557) @@ -1,2 +1,2 @@ -SHA256 (midipp-1.2.17.tar.bz2) = 80642405a850a7505a73e00a5c7290187253176d5e4791a447958740e2ce3926 -SIZE (midipp-1.2.17.tar.bz2) = 101664 +SHA256 (midipp-1.2.18.tar.bz2) = ff15a65aef2e5bd636b82983201eca389f3e890e8a3eeabc48763479209ae805 +SIZE (midipp-1.2.18.tar.bz2) = 103906 From owner-svn-ports-all@freebsd.org Mon Jul 20 09:30:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6673A9A6912; Mon, 20 Jul 2015 09:30:15 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56F651947; Mon, 20 Jul 2015 09:30:15 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K9UFqi074446; Mon, 20 Jul 2015 09:30:15 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K9UFx9074440; Mon, 20 Jul 2015 09:30:15 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507200930.t6K9UFx9074440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 09:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392558 - head/mail/qpopper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 09:30:15 -0000 Author: robak Date: Mon Jul 20 09:30:14 2015 New Revision: 392558 URL: https://svnweb.freebsd.org/changeset/ports/392558 Log: mail/qpopper: fix pkg-plist when not using APOP option PR: 198300 Submitted by: Helge Oldach Approved by: maintainer timeout (4 months) MFH: 2015Q3 Modified: head/mail/qpopper/pkg-plist Modified: head/mail/qpopper/pkg-plist ============================================================================== --- head/mail/qpopper/pkg-plist Mon Jul 20 09:29:24 2015 (r392557) +++ head/mail/qpopper/pkg-plist Mon Jul 20 09:30:14 2015 (r392558) @@ -1,5 +1,5 @@ -@(%%USERS%%,%%GROUPS%%,4555) %%QPOPAUTH%%bin/qapopauth -@(%%USERS%%,%%GROUPS%%,4555) %%QPOPAUTH%%bin/qpopauth +%%QPOPAUTH%%@(%%USERS%%,%%GROUPS%%,4555) bin/qapopauth +%%QPOPAUTH%%@(%%USERS%%,%%GROUPS%%,4555) bin/qpopauth @sample(%%USERS%%,%%GROUPS%%,0444) %%ETCDIR%%/popusers.sample libexec/qpopper man/man8/qpopper.8.gz From owner-svn-ports-all@freebsd.org Mon Jul 20 10:03:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FB2B9A6E69; Mon, 20 Jul 2015 10:03:12 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D75032800; Mon, 20 Jul 2015 10:03:11 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KA3BFY088498; Mon, 20 Jul 2015 10:03:11 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KA3BoS088496; Mon, 20 Jul 2015 10:03:11 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507201003.t6KA3BoS088496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 10:03:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392559 - head/comms/mlan3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 10:03:12 -0000 Author: robak Date: Mon Jul 20 10:03:10 2015 New Revision: 392559 URL: https://svnweb.freebsd.org/changeset/ports/392559 Log: comms/mlan3: fix BROKEN=unfetchable - Adjust MASTER_SITES to fix BROKEN=unfetchable - Change maintainer to Chris Hutchinson - Correct WWW and text in pkg-descr PR: 199409 Submitted by: Chris Hutchinson Modified: head/comms/mlan3/Makefile head/comms/mlan3/pkg-descr Modified: head/comms/mlan3/Makefile ============================================================================== --- head/comms/mlan3/Makefile Mon Jul 20 09:30:14 2015 (r392558) +++ head/comms/mlan3/Makefile Mon Jul 20 10:03:10 2015 (r392559) @@ -4,14 +4,12 @@ PORTNAME= mlan3 PORTVERSION= 1.00 CATEGORIES= comms -MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ +MASTER_SITES= files.maximintegrated.com/sia_bu/public/ DISTNAME= owpd300b -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices -BROKEN= Unfetchable - LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt Modified: head/comms/mlan3/pkg-descr ============================================================================== --- head/comms/mlan3/pkg-descr Mon Jul 20 09:30:14 2015 (r392558) +++ head/comms/mlan3/pkg-descr Mon Jul 20 10:03:10 2015 (r392559) @@ -1,7 +1,5 @@ -A port of Dallas Semiconductors 3.00 beta API for accessing 1-wire LAN -devices. Only DS2480 serial port adapters are supported by this port. +A port of Dallas Semiconductors 3.00 beta API for accessing +1-wire LAN devices. Only DS2480 serial port adapters are +supported by this port. -More doc & src at: ftp://ftp.dalsemi.com/pub/auto_id/softdev/softdev.html -and http://www.ibutton.com/ - -WWW: http://www.ibutton.com/software/1wire/wirekit.html +WWW: http://www.maximintegrated.com/en/products/comms/ibutton.html From owner-svn-ports-all@freebsd.org Mon Jul 20 10:20:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E387D9A5187; Mon, 20 Jul 2015 10:20:24 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D6F552ED1; Mon, 20 Jul 2015 10:20:24 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D52471180; Mon, 20 Jul 2015 10:20:24 +0000 (UTC) Date: Mon, 20 Jul 2015 10:20:24 +0000 From: Alexey Dokuchaev To: Bartek Rutkowski Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392559 - head/comms/mlan3 Message-ID: <20150720102024.GA30825@FreeBSD.org> References: <201507201003.t6KA3BoS088496@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201507201003.t6KA3BoS088496@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 10:20:25 -0000 On Mon, Jul 20, 2015 at 10:03:11AM +0000, Bartek Rutkowski wrote: > New Revision: 392559 > URL: https://svnweb.freebsd.org/changeset/ports/392559 > > Log: > comms/mlan3: fix BROKEN=unfetchable > > [...] > -MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ > +MASTER_SITES= files.maximintegrated.com/sia_bu/public/ What happened to the URL scheme (protocol)? > @@ -1,7 +1,5 @@ > -A port of Dallas Semiconductors 3.00 beta API for accessing 1-wire LAN > -devices. Only DS2480 serial port adapters are supported by this port. > +A port of Dallas Semiconductors 3.00 beta API for accessing > +1-wire LAN devices. Only DS2480 serial port adapters are > +supported by this port. This change had made things worse; previous indentation was within safe limits (not like 78 or 80), so wrapping was totally uncalled. I think I've mentioned it to Chris before, but he probably forgot about it after couple of months had passed. ./danfe From owner-svn-ports-all@freebsd.org Mon Jul 20 10:46:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 999799A55E6; Mon, 20 Jul 2015 10:46:15 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89BC5B43; Mon, 20 Jul 2015 10:46:15 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KAkFIp004707; Mon, 20 Jul 2015 10:46:15 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KAkFiB004705; Mon, 20 Jul 2015 10:46:15 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507201046.t6KAkFiB004705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 10:46:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392560 - head/comms/mlan3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 10:46:15 -0000 Author: robak Date: Mon Jul 20 10:46:14 2015 New Revision: 392560 URL: https://svnweb.freebsd.org/changeset/ports/392560 Log: comms/mlan3: minor fixes - Fix missing protocol in MASTER_SITES - Fix text indentation in pkg-descr Submitted by: danfe Approved by: portmgr (blanket) Modified: head/comms/mlan3/Makefile head/comms/mlan3/pkg-descr Modified: head/comms/mlan3/Makefile ============================================================================== --- head/comms/mlan3/Makefile Mon Jul 20 10:03:10 2015 (r392559) +++ head/comms/mlan3/Makefile Mon Jul 20 10:46:14 2015 (r392560) @@ -4,7 +4,7 @@ PORTNAME= mlan3 PORTVERSION= 1.00 CATEGORIES= comms -MASTER_SITES= files.maximintegrated.com/sia_bu/public/ +MASTER_SITES= http://files.maximintegrated.com/sia_bu/public/ DISTNAME= owpd300b MAINTAINER= portmaster@bsdforge.com Modified: head/comms/mlan3/pkg-descr ============================================================================== --- head/comms/mlan3/pkg-descr Mon Jul 20 10:03:10 2015 (r392559) +++ head/comms/mlan3/pkg-descr Mon Jul 20 10:46:14 2015 (r392560) @@ -1,5 +1,4 @@ -A port of Dallas Semiconductors 3.00 beta API for accessing -1-wire LAN devices. Only DS2480 serial port adapters are -supported by this port. +A port of Dallas Semiconductors 3.00 beta API for accessing 1-wire LAN +devices. Only DS2480 serial port adapters are supported by this port. WWW: http://www.maximintegrated.com/en/products/comms/ibutton.html From owner-svn-ports-all@freebsd.org Mon Jul 20 10:47:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9E4B9A561A for ; Mon, 20 Jul 2015 10:47:00 +0000 (UTC) (envelope-from r@robakdesign.com) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78E33C37 for ; Mon, 20 Jul 2015 10:47:00 +0000 (UTC) (envelope-from r@robakdesign.com) Received: by lbbzr7 with SMTP id zr7so92732223lbb.1 for ; Mon, 20 Jul 2015 03:46:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=CH4tuZk98RngCM5QcxArQLfGBjYG/50p75p2HKIj3fI=; b=jmpKyU7Goco+VKbgIRZ7TEh7awmEfjRlL8riwxKO4TJLvNBViHn4PrR91p+/B3gKg3 070rPg0hCRi3vZmC1xXNzZzmIfNmpAm7dVYohmGZeP2rASK494fpN9Qyxwhfwi+CX6UY oSInyDspN3N2eWLWHMs0GNCDNpuVVVf+aNVQMihHlDrbijCFLqfCFhKxjd7WfcZ1jdIQ +n7x1F+8qv6ZeMd56bs9d6BErJ07fXffKRx15209v29NiKG5RNMdNAGbbgCIQRcLbHrj w+r5SMn2sjp+kjKm0GVMD1h3dgYDy+fDa6kwPF1YtcX7eOon3J1iOIY23dExmAoiDfk/ GlBw== X-Gm-Message-State: ALoCoQnSsC+I6pk4jmgRhW6bLZCYKBwI0b9GnLUjKAz1QmNdCr8r3EQ+RiGrHZTUnd0PNRSdnAoN X-Received: by 10.112.163.129 with SMTP id yi1mr27667319lbb.77.1437389217887; Mon, 20 Jul 2015 03:46:57 -0700 (PDT) Received: from [10.22.249.228] ([90.216.134.195]) by smtp.gmail.com with ESMTPSA id jp6sm5145265lab.18.2015.07.20.03.46.55 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 20 Jul 2015 03:46:56 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: svn commit: r392559 - head/comms/mlan3 From: Bartek Rutkowski In-Reply-To: <20150720102024.GA30825@FreeBSD.org> Date: Mon, 20 Jul 2015 11:46:52 +0100 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201507201003.t6KA3BoS088496@repo.freebsd.org> <20150720102024.GA30825@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 10:47:01 -0000 > On 20 Jul 2015, at 11:20, Alexey Dokuchaev wrote: > > On Mon, Jul 20, 2015 at 10:03:11AM +0000, Bartek Rutkowski wrote: >> New Revision: 392559 >> URL: https://svnweb.freebsd.org/changeset/ports/392559 >> >> Log: >> comms/mlan3: fix BROKEN=unfetchable >> >> [...] >> -MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ >> +MASTER_SITES= files.maximintegrated.com/sia_bu/public/ > > What happened to the URL scheme (protocol)? > >> @@ -1,7 +1,5 @@ >> -A port of Dallas Semiconductors 3.00 beta API for accessing 1-wire LAN >> -devices. Only DS2480 serial port adapters are supported by this port. >> +A port of Dallas Semiconductors 3.00 beta API for accessing >> +1-wire LAN devices. Only DS2480 serial port adapters are >> +supported by this port. > > This change had made things worse; previous indentation was within safe > limits (not like 78 or 80), so wrapping was totally uncalled. I think I've > mentioned it to Chris before, but he probably forgot about it after couple > of months had passed. > > ./danfe Fixed, thanks for pointing out. Kind regards, Bartek Rutkowski From owner-svn-ports-all@freebsd.org Mon Jul 20 11:00:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FDF09A5AA8; Mon, 20 Jul 2015 11:00:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 93264FF6; Mon, 20 Jul 2015 11:00:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 91A471653; Mon, 20 Jul 2015 11:00:34 +0000 (UTC) Date: Mon, 20 Jul 2015 11:00:34 +0000 From: Alexey Dokuchaev To: Bartek Rutkowski Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392559 - head/comms/mlan3 Message-ID: <20150720110034.GA44525@FreeBSD.org> References: <201507201003.t6KA3BoS088496@repo.freebsd.org> <20150720102024.GA30825@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 11:00:34 -0000 On Mon, Jul 20, 2015 at 11:46:52AM +0100, Bartek Rutkowski wrote: > Fixed, thanks for pointing out. NP, thanks for a quick fix! ./danfe From owner-svn-ports-all@freebsd.org Mon Jul 20 11:32:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63EE59A5F83; Mon, 20 Jul 2015 11:32:38 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AB181F8B; Mon, 20 Jul 2015 11:32:38 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KBWc7e024539; Mon, 20 Jul 2015 11:32:38 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KBWbWK024537; Mon, 20 Jul 2015 11:32:37 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507201132.t6KBWbWK024537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 20 Jul 2015 11:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392561 - in head/devel/py-country: . 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.20 Precedence: 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, 20 Jul 2015 11:32:38 -0000 Author: demon Date: Mon Jul 20 11:32:36 2015 New Revision: 392561 URL: https://svnweb.freebsd.org/changeset/ports/392561 Log: Update to version 1.13. Deleted: head/devel/py-country/files/ Modified: head/devel/py-country/Makefile head/devel/py-country/distinfo Modified: head/devel/py-country/Makefile ============================================================================== --- head/devel/py-country/Makefile Mon Jul 20 10:46:14 2015 (r392560) +++ head/devel/py-country/Makefile Mon Jul 20 11:32:36 2015 (r392561) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= country -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.13 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,15 +11,7 @@ DISTNAME= pycountry-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Python API for ISO country, subdivision, language and currency -USES= gettext-tools:build python +USES= python USE_PYTHON= distutils autoplist -post-patch: - ${RM} ${WRKSRC}/src/pycountry/locales/tr/LC_MESSAGES/iso639.po.orig ${WRKSRC}/src/pycountry/locales/ru/LC_MESSAGES/iso639.po.orig ${WRKSRC}/src/pycountry/locales/uk/LC_MESSAGES/iso639.po.orig - -pre-build: - ${LOCALBASE}/bin/msgfmt ${WRKSRC}/src/pycountry/locales/tr/LC_MESSAGES/iso639.po -o ${WRKSRC}/src/pycountry/locales/tr/LC_MESSAGES/iso639.mo - ${LOCALBASE}/bin/msgfmt ${WRKSRC}/src/pycountry/locales/ru/LC_MESSAGES/iso639.po -o ${WRKSRC}/src/pycountry/locales/ru/LC_MESSAGES/iso639.mo - ${LOCALBASE}/bin/msgfmt ${WRKSRC}/src/pycountry/locales/uk/LC_MESSAGES/iso639.po -o ${WRKSRC}/src/pycountry/locales/uk/LC_MESSAGES/iso639.mo - .include Modified: head/devel/py-country/distinfo ============================================================================== --- head/devel/py-country/distinfo Mon Jul 20 10:46:14 2015 (r392560) +++ head/devel/py-country/distinfo Mon Jul 20 11:32:36 2015 (r392561) @@ -1,2 +1,2 @@ -SHA256 (pycountry-1.11.tar.gz) = dfe2a4c17bb286df1f64f0a7a064ea86a6272f5f1d9aa2e61be2cfeef6affc30 -SIZE (pycountry-1.11.tar.gz) = 19837780 +SHA256 (pycountry-1.13.tar.gz) = 3b72f2c334e702d463205e510d8d9b3fc8364a2f647074f543a1da2602730918 +SIZE (pycountry-1.13.tar.gz) = 5007397 From owner-svn-ports-all@freebsd.org Mon Jul 20 11:34:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 565AE9A6024; Mon, 20 Jul 2015 11:34:17 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D0AD1C8; Mon, 20 Jul 2015 11:34:17 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KBYHOL024753; Mon, 20 Jul 2015 11:34:17 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KBYG1c024750; Mon, 20 Jul 2015 11:34:16 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507201134.t6KBYG1c024750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 20 Jul 2015 11:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392562 - head/www/elixir-joken X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 11:34:17 -0000 Author: vanilla Date: Mon Jul 20 11:34:15 2015 New Revision: 392562 URL: https://svnweb.freebsd.org/changeset/ports/392562 Log: Upgrade to 0.15.0. Modified: head/www/elixir-joken/Makefile head/www/elixir-joken/distinfo head/www/elixir-joken/pkg-plist Modified: head/www/elixir-joken/Makefile ============================================================================== --- head/www/elixir-joken/Makefile Mon Jul 20 11:32:36 2015 (r392561) +++ head/www/elixir-joken/Makefile Mon Jul 20 11:34:15 2015 (r392562) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= joken -PORTVERSION= 0.14.1 +PORTVERSION= 0.15.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-joken/distinfo ============================================================================== --- head/www/elixir-joken/distinfo Mon Jul 20 11:32:36 2015 (r392561) +++ head/www/elixir-joken/distinfo Mon Jul 20 11:34:15 2015 (r392562) @@ -1,2 +1,2 @@ -SHA256 (bryanjos-joken-v0.14.1_GH0.tar.gz) = 9b91b7172f7713d719b6ac5d39a7e6ac3ce48933b243bf490cc21a977ad8e5f6 -SIZE (bryanjos-joken-v0.14.1_GH0.tar.gz) = 8001 +SHA256 (bryanjos-joken-v0.15.0_GH0.tar.gz) = 9a99920732e8a4ccf9f1b19f000400039cdeccc4bd023a5a4f37b78a3ea09ee8 +SIZE (bryanjos-joken-v0.15.0_GH0.tar.gz) = 8574 Modified: head/www/elixir-joken/pkg-plist ============================================================================== --- head/www/elixir-joken/pkg-plist Mon Jul 20 11:32:36 2015 (r392561) +++ head/www/elixir-joken/pkg-plist Mon Jul 20 11:34:15 2015 (r392562) @@ -1,10 +1,12 @@ lib/elixir/lib/joken/ebin/Elixir.Joken.Config.beam +lib/elixir/lib/joken/ebin/Elixir.Joken.Helpers.beam lib/elixir/lib/joken/ebin/Elixir.Joken.Token.beam lib/elixir/lib/joken/ebin/Elixir.Joken.Utils.beam lib/elixir/lib/joken/ebin/Elixir.Joken.beam lib/elixir/lib/joken/ebin/joken.app lib/elixir/lib/joken/lib/joken.ex lib/elixir/lib/joken/lib/joken/config.ex +lib/elixir/lib/joken/lib/joken/helpers.ex lib/elixir/lib/joken/lib/joken/token.ex lib/elixir/lib/joken/lib/joken/utils.ex %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Jul 20 11:43:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39E999A6168; Mon, 20 Jul 2015 11:43:02 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 260BA823; Mon, 20 Jul 2015 11:43:02 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KBh2pT028757; Mon, 20 Jul 2015 11:43:02 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KBh1So028755; Mon, 20 Jul 2015 11:43:01 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507201143.t6KBh1So028755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 20 Jul 2015 11:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392563 - head/www/uwsgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 11:43:02 -0000 Author: demon Date: Mon Jul 20 11:43:00 2015 New Revision: 392563 URL: https://svnweb.freebsd.org/changeset/ports/392563 Log: Update to version 2.0.11.1 Modified: head/www/uwsgi/Makefile head/www/uwsgi/distinfo Modified: head/www/uwsgi/Makefile ============================================================================== --- head/www/uwsgi/Makefile Mon Jul 20 11:34:15 2015 (r392562) +++ head/www/uwsgi/Makefile Mon Jul 20 11:43:00 2015 (r392563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uwsgi -PORTVERSION= 2.0.11 +PORTVERSION= 2.0.11.1 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ Modified: head/www/uwsgi/distinfo ============================================================================== --- head/www/uwsgi/distinfo Mon Jul 20 11:34:15 2015 (r392562) +++ head/www/uwsgi/distinfo Mon Jul 20 11:43:00 2015 (r392563) @@ -1,2 +1,2 @@ -SHA256 (uwsgi-2.0.11.tar.gz) = 9541e20a4bb0929d3ac3d338b09d028eb278b84671e8c33a7fb1b3a0b82bd726 -SIZE (uwsgi-2.0.11.tar.gz) = 781930 +SHA256 (uwsgi-2.0.11.1.tar.gz) = 75a7d3138cfa9cd81a760c2f8a43f3d80961edc8e4f27043dc1412206c926287 +SIZE (uwsgi-2.0.11.1.tar.gz) = 782091 From owner-svn-ports-all@freebsd.org Mon Jul 20 12:30:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3634C9A6F95; Mon, 20 Jul 2015 12:30:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11BC3E1; Mon, 20 Jul 2015 12:30:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KCUueL046830; Mon, 20 Jul 2015 12:30:56 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KCUt5T046331; Mon, 20 Jul 2015 12:30:55 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507201230.t6KCUt5T046331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 20 Jul 2015 12:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392564 - in head/security/sudo: . 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.20 Precedence: 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, 20 Jul 2015 12:30:57 -0000 Author: garga Date: Mon Jul 20 12:30:54 2015 New Revision: 392564 URL: https://svnweb.freebsd.org/changeset/ports/392564 Log: - Replace DISTVERSION by PORTVERSION otherwise it ends up as 1.8.14.p1, what is < 1.8.14. [1] - While I'm here silence portlint warnings re-generating patches with make makepatch and removing unnecessary DOCS check Reported by: Robert Burmeister [1] Modified: head/security/sudo/Makefile head/security/sudo/files/patch-install-sh head/security/sudo/files/patch-plugins__sudoers__Makefile.in head/security/sudo/files/patch-plugins__sudoers__audit.c head/security/sudo/files/patch-plugins__sudoers__sudoers.in Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Mon Jul 20 11:43:00 2015 (r392563) +++ head/security/sudo/Makefile Mon Jul 20 12:30:54 2015 (r392564) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -DISTVERSION= 1.8.14p1 +PORTVERSION= 1.8.14p1 CATEGORIES= security MASTER_SITES= SUDO @@ -85,13 +85,11 @@ post-patch: ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's,$$(srcdir)/sudoers2ldif $$(DESTDIR)$$(docdir),$$(srcdir)/sudoers2ldif $$(DESTDIR)$$(bindir),' \ ${WRKSRC}/plugins/sudoers/Makefile.in -.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e 's/mkinstalldirs $$(DESTDIR)$$(docdir)/mkinstalldirs/' \ -e '/for f in $$(OTHER_DOCS); do/d;/@LDAP@for f in $$(OTHER_DOCS_LDAP); do/d' \ ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e 's/$$(DESTDIR)$$(sudoersdir) $$(DESTDIR)$$(docdir)/$$(DESTDIR)$$(sudoersdir)/' \ ${WRKSRC}/plugins/sudoers/Makefile.in -.endif post-install: ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/sudo.default Modified: head/security/sudo/files/patch-install-sh ============================================================================== --- head/security/sudo/files/patch-install-sh Mon Jul 20 11:43:00 2015 (r392563) +++ head/security/sudo/files/patch-install-sh Mon Jul 20 12:30:54 2015 (r392564) @@ -1,6 +1,6 @@ ---- install-sh.orig 2014-09-24 01:40:15.000000000 +0900 -+++ install-sh 2014-10-10 07:26:54.000000000 +0900 -@@ -171,12 +171,6 @@ +--- install-sh.orig 2015-07-15 18:38:05 UTC ++++ install-sh +@@ -171,12 +171,6 @@ if ${DIRMODE} ; then if [ ! -d "${DEST}" ] ; then ${MKDIR} "${DEST}" || exit 1 fi @@ -13,7 +13,7 @@ if ${CHMODIT} ; then ${CHMOD} "${MODE}" "${DEST}" || exit 1 fi -@@ -227,12 +221,6 @@ +@@ -227,12 +221,6 @@ fi if ${STRIPIT} ; then ${STRIP} "${DEST}" || exit 1 fi Modified: head/security/sudo/files/patch-plugins__sudoers__Makefile.in ============================================================================== --- head/security/sudo/files/patch-plugins__sudoers__Makefile.in Mon Jul 20 11:43:00 2015 (r392563) +++ head/security/sudo/files/patch-plugins__sudoers__Makefile.in Mon Jul 20 12:30:54 2015 (r392564) @@ -1,6 +1,6 @@ ---- plugins/sudoers/Makefile.in.orig 2014-10-08 05:26:20.000000000 +0900 -+++ plugins/sudoers/Makefile.in 2014-10-10 07:23:21.000000000 +0900 -@@ -323,8 +323,7 @@ +--- plugins/sudoers/Makefile.in.orig 2015-07-15 18:44:07 UTC ++++ plugins/sudoers/Makefile.in +@@ -336,8 +336,7 @@ install-plugin: sudoers.la install-dirs install-sudoers: install-dirs $(INSTALL) -d $(INSTALL_OWNER) -m 0750 $(DESTDIR)$(sudoersdir)/sudoers.d @@ -9,4 +9,4 @@ + $(INSTALL) $(INSTALL_OWNER) -m $(sudoers_mode) sudoers $(DESTDIR)$(sudoersdir)/sudoers uninstall: - -$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/sudoers.la + -$(LIBTOOL) $(LTFLAGS) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/sudoers.la Modified: head/security/sudo/files/patch-plugins__sudoers__audit.c ============================================================================== --- head/security/sudo/files/patch-plugins__sudoers__audit.c Mon Jul 20 11:43:00 2015 (r392563) +++ head/security/sudo/files/patch-plugins__sudoers__audit.c Mon Jul 20 12:30:54 2015 (r392564) @@ -1,6 +1,6 @@ ---- plugins/sudoers/audit.c.orig 2014-09-24 01:40:15.000000000 +0900 -+++ plugins/sudoers/audit.c 2014-10-10 07:24:43.000000000 +0900 -@@ -42,6 +42,7 @@ +--- plugins/sudoers/audit.c.orig 2015-07-15 18:44:07 UTC ++++ plugins/sudoers/audit.c +@@ -24,6 +24,7 @@ #ifdef HAVE_BSM_AUDIT # include "bsm_audit.h" Modified: head/security/sudo/files/patch-plugins__sudoers__sudoers.in ============================================================================== --- head/security/sudo/files/patch-plugins__sudoers__sudoers.in Mon Jul 20 11:43:00 2015 (r392563) +++ head/security/sudo/files/patch-plugins__sudoers__sudoers.in Mon Jul 20 12:30:54 2015 (r392564) @@ -1,6 +1,6 @@ ---- ./plugins/sudoers/sudoers.in.orig 2010-08-18 07:45:38.000000000 -0400 -+++ ./plugins/sudoers/sudoers.in 2011-04-11 12:47:45.440272893 -0400 -@@ -31,6 +31,14 @@ +--- plugins/sudoers/sudoers.in.orig 2015-07-15 18:44:07 UTC ++++ plugins/sudoers/sudoers.in +@@ -32,6 +32,14 @@ ## ## Defaults specification ## From owner-svn-ports-all@freebsd.org Mon Jul 20 12:59:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D37019A6466; Mon, 20 Jul 2015 12:59:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4F96E97; Mon, 20 Jul 2015 12:59:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KCxjxH057292; Mon, 20 Jul 2015 12:59:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KCxiDv057286; Mon, 20 Jul 2015 12:59:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507201259.t6KCxiDv057286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 20 Jul 2015 12:59:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392565 - in head/lang/perl5-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.20 Precedence: 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, 20 Jul 2015 12:59:45 -0000 Author: mat Date: Mon Jul 20 12:59:43 2015 New Revision: 392565 URL: https://svnweb.freebsd.org/changeset/ports/392565 Log: Update to v5.23.0-132-g1c9e1c2. Changes: https://github.com/Perl/perl5/compare/v5.23.0-121-g0d610ac...v5.23.0-132-g1c9e1c2 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo head/lang/perl5-devel/files/patch-Configure Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Jul 20 12:30:54 2015 (r392564) +++ head/lang/perl5-devel/Makefile Mon Jul 20 12:59:43 2015 (r392565) @@ -26,7 +26,7 @@ CONFLICTS_INSTALL= perl5.*-* USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.0-121-g0d610ac +GH_TAGNAME= v5.23.0-132-g1c9e1c2 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Jul 20 12:30:54 2015 (r392564) +++ head/lang/perl5-devel/distinfo Mon Jul 20 12:59:43 2015 (r392565) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.0-121_GH0.tar.gz) = 6e893de3737fdbd6237d8b16aa134562076f62ee31a842f3f3b6bca93639c521 -SIZE (perl/perl-5.23.0-121_GH0.tar.gz) = 17487608 +SHA256 (perl/perl-5.23.0-132_GH0.tar.gz) = 17bad68307d8de908b57922320808244057885bc0f8cbebf36a63dd01f4b4ac9 +SIZE (perl/perl-5.23.0-132_GH0.tar.gz) = 17495716 Modified: head/lang/perl5-devel/files/patch-Configure ============================================================================== --- head/lang/perl5-devel/files/patch-Configure Mon Jul 20 12:30:54 2015 (r392564) +++ head/lang/perl5-devel/files/patch-Configure Mon Jul 20 12:59:43 2015 (r392565) @@ -1,6 +1,6 @@ ---- Configure.orig 2015-06-22 12:55:33 UTC +--- Configure.orig 2015-07-20 07:22:18 UTC +++ Configure -@@ -3840,7 +3840,10 @@ esac +@@ -3845,7 +3845,10 @@ esac . ./posthint.sh : who configured the system @@ -12,7 +12,7 @@ case "$cf_by" in "") cf_by=`(logname) 2>/dev/null` -@@ -5021,7 +5024,7 @@ esac +@@ -5026,7 +5029,7 @@ esac : Now check and see which directories actually exist, avoiding duplicates for xxx in $dlist do @@ -21,7 +21,7 @@ case " $libpth " in *" $xxx "*) ;; *) libpth="$libpth $xxx";; -@@ -9522,8 +9525,7 @@ prefixvar=siteman3dir +@@ -9527,8 +9530,7 @@ prefixvar=siteman3dir : determine where add-on public executable scripts go case "$sitescript" in From owner-svn-ports-all@freebsd.org Mon Jul 20 13:01:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5197E9A661B; Mon, 20 Jul 2015 13:01:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D1231153; Mon, 20 Jul 2015 13:01:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KD1Y7J058674; Mon, 20 Jul 2015 13:01:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KD1YSU058665; Mon, 20 Jul 2015 13:01:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507201301.t6KD1YSU058665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 20 Jul 2015 13:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392566 - head/security/gnupg/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.20 Precedence: 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, 20 Jul 2015 13:01:34 -0000 Author: mat Date: Mon Jul 20 13:01:33 2015 New Revision: 392566 URL: https://svnweb.freebsd.org/changeset/ports/392566 Log: Fix build WITHOUT=NLS. Sponsored by: Absolight Added: head/security/gnupg/files/patch-agent_agent.h (contents, props changed) Added: head/security/gnupg/files/patch-agent_agent.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gnupg/files/patch-agent_agent.h Mon Jul 20 13:01:33 2015 (r392566) @@ -0,0 +1,41 @@ +From b3286af36d452fc801be573a057b0838d53a2edd Mon Sep 17 00:00:00 2001 +From: NIIBE Yutaka +Date: Fri, 10 Jul 2015 09:21:32 +0900 +Subject: [PATCH] agent: Support non-NLS build. + +* agent/agent.h: Use ENABLE_NLS and define L_() macro. + +-- + +GnuPG-bug-id: 2032 + +This is a fix for e76d4c05b24211f3981ab69cddb3fccc17d21e0e. +--- + agent/agent.h | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git agent/agent.h agent/agent.h +index 2948bff..5a09254 100644 +--- agent/agent.h ++++ agent/agent.h +@@ -300,6 +300,7 @@ typedef int (*lookup_ttl_t)(const char *hexgrip); + and uses that to translate a string according to the locale set for + the connection. The macro LunderscoreIMPL is used by i18n to + actually define the inline function when needed. */ ++#ifdef ENABLE_NLS + #define L_(a) agent_Lunderscore (ctrl, (a)) + #define LunderscorePROTO \ + static inline const char *agent_Lunderscore (ctrl_t ctrl, \ +@@ -312,6 +313,9 @@ typedef int (*lookup_ttl_t)(const char *hexgrip); + return ctrl? i18n_localegettext (ctrl->lc_messages, string) \ + /* */: gettext (string); \ + } ++#else ++#define L_(a) (a) ++#endif + + + /*-- gpg-agent.c --*/ +-- +2.1.4 + From owner-svn-ports-all@freebsd.org Mon Jul 20 13:03:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51AF39A66EC; Mon, 20 Jul 2015 13:03:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2867913E4; Mon, 20 Jul 2015 13:03:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KD3GRp061236; Mon, 20 Jul 2015 13:03:16 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KD3GUw061233; Mon, 20 Jul 2015 13:03:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507201303.t6KD3GUw061233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 20 Jul 2015 13:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392567 - in 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.20 Precedence: 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, 20 Jul 2015 13:03:17 -0000 Author: bapt Date: Mon Jul 20 13:03:15 2015 New Revision: 392567 URL: https://svnweb.freebsd.org/changeset/ports/392567 Log: Fix with custom SYSCONF_DIR and fix qa tests Change the home directory of the quagga user to /var/empty which prevent QA First the home does not need to be harcoded to /usr/local/etc/quagga, second it fixes issues where the home created by the user addition is 755 then the plist modifies it to 750 Reviewed by: mat Approved by: mat (maintainer) Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D3135 Modified: head/UIDs head/net/quagga/Makefile head/net/quagga/pkg-plist Modified: head/UIDs ============================================================================== --- head/UIDs Mon Jul 20 13:01:33 2015 (r392566) +++ head/UIDs Mon Jul 20 13:03:15 2015 (r392567) @@ -47,7 +47,7 @@ mud:*:97:97::0:0:MUD Owner:/nonexistent: msql:*:98:98::0:0:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh rscsi:*:99:99::0:0:Remote SCSI:/usr/local/rscsi:/usr/local/sbin/rscsi squid:*:100:100::0:0:squid caching-proxy pseudo user:/var/squid:/usr/sbin/nologin -quagga:*:101:101::0:0:Quagga route daemon pseudo user:/usr/local/etc/quagga:/usr/sbin/nologin +quagga:*:101:101::0:0:Quagga route daemon pseudo user:/var/empty:/usr/sbin/nologin ganglia:*:102:102::0:0:Ganglia User:/nonexistent:/usr/sbin/nologin sgeadmin:*:103:103::0:0:Sun Grid Engine Admin:/nonexistent:/usr/sbin/nologin slimserv:*:104:104::0:0:Slim Devices SlimServer pseudo-user:/nonexistent:/usr/sbin/nologin Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Mon Jul 20 13:01:33 2015 (r392566) +++ head/net/quagga/Makefile Mon Jul 20 13:03:15 2015 (r392567) @@ -3,7 +3,7 @@ PORTNAME= quagga PORTVERSION= 0.99.24.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH @@ -102,6 +102,6 @@ pre-everything:: post-install: ${MKDIR} ${STAGEDIR}${LOCALSTATE_DIR} ${STAGEDIR}${SYSCONF_DIR} \ ${STAGEDIR}${EXAMPLESDIR} - @${MV} ${STAGEDIR}${ETCDIR}/* ${STAGEDIR}${EXAMPLESDIR} + @${MV} ${STAGEDIR}${SYSCONF_DIR}/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/net/quagga/pkg-plist ============================================================================== --- head/net/quagga/pkg-plist Mon Jul 20 13:01:33 2015 (r392566) +++ head/net/quagga/pkg-plist Mon Jul 20 13:03:15 2015 (r392567) @@ -95,4 +95,4 @@ sbin/zebra %%EXAMPLESDIR%%/vtysh.conf.sample %%EXAMPLESDIR%%/zebra.conf.sample @dir(%%ENABLE_USER%%,%%ENABLE_GROUP%%,750) %%LOCALSTATE_DIR%% -@dir(%%ENABLE_USER%%,%%ENABLE_GROUP%%,750) %%ETCDIR%% +@dir(%%ENABLE_USER%%,%%ENABLE_GROUP%%,750) %%SYSCONF_DIR%% From owner-svn-ports-all@freebsd.org Mon Jul 20 13:13:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B9D19A68EE; Mon, 20 Jul 2015 13:13:02 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C289190F; Mon, 20 Jul 2015 13:13:02 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KDD17I065363; Mon, 20 Jul 2015 13:13:01 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KDD1DJ065362; Mon, 20 Jul 2015 13:13:01 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507201313.t6KDD1DJ065362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 20 Jul 2015 13:13:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392568 - head/security/sudo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 13:13:02 -0000 Author: garga Date: Mon Jul 20 13:13:01 2015 New Revision: 392568 URL: https://svnweb.freebsd.org/changeset/ports/392568 Log: - Fix installation with DOCS broken by my last commit - Bump PORTREVISION Pointyhat to: garga Modified: head/security/sudo/Makefile Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Mon Jul 20 13:03:15 2015 (r392567) +++ head/security/sudo/Makefile Mon Jul 20 13:13:01 2015 (r392568) @@ -3,6 +3,7 @@ PORTNAME= sudo PORTVERSION= 1.8.14p1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SUDO @@ -85,11 +86,6 @@ post-patch: ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's,$$(srcdir)/sudoers2ldif $$(DESTDIR)$$(docdir),$$(srcdir)/sudoers2ldif $$(DESTDIR)$$(bindir),' \ ${WRKSRC}/plugins/sudoers/Makefile.in - @${REINPLACE_CMD} -e 's/mkinstalldirs $$(DESTDIR)$$(docdir)/mkinstalldirs/' \ - -e '/for f in $$(OTHER_DOCS); do/d;/@LDAP@for f in $$(OTHER_DOCS_LDAP); do/d' \ - ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -e 's/$$(DESTDIR)$$(sudoersdir) $$(DESTDIR)$$(docdir)/$$(DESTDIR)$$(sudoersdir)/' \ - ${WRKSRC}/plugins/sudoers/Makefile.in post-install: ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/sudo.default From owner-svn-ports-all@freebsd.org Mon Jul 20 14:24:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E74FF9A5B2F; Mon, 20 Jul 2015 14:24:08 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D65341D7C; Mon, 20 Jul 2015 14:24:08 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KEO8OO093581; Mon, 20 Jul 2015 14:24:08 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KEO6gf093575; Mon, 20 Jul 2015 14:24:06 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507201424.t6KEO6gf093575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 20 Jul 2015 14:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392569 - in head/net: . elixir-oauth2 elixir-oauth2/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.20 Precedence: 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, 20 Jul 2015 14:24:09 -0000 Author: vanilla Date: Mon Jul 20 14:24:05 2015 New Revision: 392569 URL: https://svnweb.freebsd.org/changeset/ports/392569 Log: Add elixir-oauth2. Added: head/net/elixir-oauth2/ head/net/elixir-oauth2/Makefile (contents, props changed) head/net/elixir-oauth2/distinfo (contents, props changed) head/net/elixir-oauth2/files/ head/net/elixir-oauth2/files/patch-mix.exs (contents, props changed) head/net/elixir-oauth2/pkg-descr (contents, props changed) head/net/elixir-oauth2/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Jul 20 13:13:01 2015 (r392568) +++ head/net/Makefile Mon Jul 20 14:24:05 2015 (r392569) @@ -115,6 +115,7 @@ SUBDIR += e169-stats SUBDIR += easysoap SUBDIR += echoping + SUBDIR += elixir-oauth2 SUBDIR += empty SUBDIR += enet SUBDIR += erlang-ranch Added: head/net/elixir-oauth2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-oauth2/Makefile Mon Jul 20 14:24:05 2015 (r392569) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= oauth2 +PORTVERSION= 0.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= net +PKGNAMEPREFIX= elixir- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= OAuth 2.0 library for Elixir + +LICENSE= MIT + +MIX_BUILD_DEPS= devel/elixir-plug \ + devel/elixir-poison \ + www/erlang-hackney \ + www/elixir-httpoison + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= scrogson + +.include Added: head/net/elixir-oauth2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-oauth2/distinfo Mon Jul 20 14:24:05 2015 (r392569) @@ -0,0 +1,2 @@ +SHA256 (scrogson-oauth2-v0.2.0_GH0.tar.gz) = f0ee743ac86f24bb4884149b10d013ad9c2475882fdb378082733f7f445b5281 +SIZE (scrogson-oauth2-v0.2.0_GH0.tar.gz) = 10796 Added: head/net/elixir-oauth2/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-oauth2/files/patch-mix.exs Mon Jul 20 14:24:05 2015 (r392569) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-20 14:01:37 UTC ++++ mix.exs +@@ -6,7 +6,6 @@ defmodule OAuth2.Mixfile do + app: :oauth2, + version: "0.2.0", + elixir: "~> 1.0", +- deps: deps, + package: package, + name: "OAuth2", + description: "An Elixir OAuth 2.0 Client Library", Added: head/net/elixir-oauth2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-oauth2/pkg-descr Mon Jul 20 14:24:05 2015 (r392569) @@ -0,0 +1,3 @@ +An Elixir OAuth 2.0 Client Library. + +WWW: https://github.com/scrogson/oauth2 Added: head/net/elixir-oauth2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-oauth2/pkg-plist Mon Jul 20 14:24:05 2015 (r392569) @@ -0,0 +1,24 @@ +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.AccessToken.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Client.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Error.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Request.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Response.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Strategy.AuthCode.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Strategy.ClientCredentials.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Strategy.Password.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Strategy.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.Util.beam +lib/elixir/lib/oauth2/ebin/Elixir.OAuth2.beam +lib/elixir/lib/oauth2/ebin/oauth2.app +lib/elixir/lib/oauth2/lib/oauth2.ex +lib/elixir/lib/oauth2/lib/oauth2/access_token.ex +lib/elixir/lib/oauth2/lib/oauth2/client.ex +lib/elixir/lib/oauth2/lib/oauth2/error.ex +lib/elixir/lib/oauth2/lib/oauth2/request.ex +lib/elixir/lib/oauth2/lib/oauth2/response.ex +lib/elixir/lib/oauth2/lib/oauth2/strategy.ex +lib/elixir/lib/oauth2/lib/oauth2/strategy/auth_code.ex +lib/elixir/lib/oauth2/lib/oauth2/strategy/client_credentials.ex +lib/elixir/lib/oauth2/lib/oauth2/strategy/password.ex +lib/elixir/lib/oauth2/lib/oauth2/util.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon Jul 20 14:25:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 174049A5B73 for ; Mon, 20 Jul 2015 14:25:05 +0000 (UTC) (envelope-from feld@feld.me) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C61701E8E for ; Mon, 20 Jul 2015 14:25:04 +0000 (UTC) (envelope-from feld@feld.me) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E36A6206D9 for ; Mon, 20 Jul 2015 10:25:02 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Mon, 20 Jul 2015 10:25:02 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=fxnW3rwEF8xACByQmOlXHHvYIeI=; b=vrz76j krAxMjUFNVCUyDWc8CCq6wyLMtV8FvroS9wWf6bEu4w9Ch4U7Aq+VELMii2CanYu gLObnHyTXTPrbsHV6dUA+7Cq2RYBEZ8nBuAq9X3vTAKBbp44bT7p73JZCYvoaucf RF9qxptsP0uztLy8fHRwW1XPpzm3ngHphfdww= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=fxnW3rwEF8xACBy QmOlXHHvYIeI=; b=OEWtfIjACqCYztbpwk+g4pgTDu+2GXlNhDwiFYWYCUtz050 JoCyG/WCXH0B4wWSrdgK4icpJxa6YmSunR6uEn9CkMP467gTHHwVp1uP8NQEqyje Cll+X75c7CeO8++YHvxVtmmJ1BN9YLM+6OcuysHnyl59BbqMKB/kGRNuRYlc= Received: by web3.nyi.internal (Postfix, from userid 99) id B8EFB10CCD8; Mon, 20 Jul 2015 10:25:02 -0400 (EDT) Message-Id: <1437402302.2488388.328231881.4A5FC74D@webmail.messagingengine.com> X-Sasl-Enc: Hpqr0xEd8rRzjjAeEAxt6oQGzA6mvMQ68m7xBBic8FdX 1437402302 From: Mark Felder To: Erwin Lansing Cc: Alex Dupre , ports-secteam@FreeBSD.org, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-63a5d8c6 In-Reply-To: <1437141130.3630805.326264393.3E18DDC3@webmail.messagingengine.com> References: <201507151349.t6FDn5Sf079974@svnmir.geo.freebsd.org> <20150717081711.GS63119@droso.dk> <55A8D138.2050901@FreeBSD.org> <20150717101036.GX63119@droso.dk> <77EB147A-D6C1-4D3B-9CF6-6E4793F0EA0F@feld.me> <20150717124545.GY63119@droso.dk> <1437141130.3630805.326264393.3E18DDC3@webmail.messagingengine.com> Subject: Re: svn commit: r392140 - head/databases/mysql56-server Date: Mon, 20 Jul 2015 09:25:02 -0500 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 14:25:05 -0000 On Fri, Jul 17, 2015, at 08:52, Mark Felder wrote: > > > On Fri, Jul 17, 2015, at 07:45, Erwin Lansing wrote: > > On Fri, Jul 17, 2015 at 05:30:47AM -0500, Mark Felder wrote: > > > > > > > On Jul 17, 2015, at 05:10, Erwin Lansing wrote: > > > > > > > > On Fri, Jul 17, 2015 at 11:56:08AM +0200, Alex Dupre wrote: > > > >> Erwin Lansing wrote: > > > >>>> URL: https://svnweb.freebsd.org/changeset/ports/392140 > > > >>>> > > > >>>> Log: > > > >>>> Update to 5.6.25 release. > > > >>> > > > >>> Does this by any change fix this vulnerability? > > > >> > > > >> No, probably they are not going to fix this "vulnerability" because, > > > >> even if it wasn't a great security choice and in fact it changed in > > > >> mysql 5.7, it was the intended and documented behavior: > > > >> > > > >> > > > >>> For MySQL client programs, this option permits but does not require the client to connect to the server using SSL. Therefore, this option is not sufficient in itself to cause an SSL connection to be used. For example, if you specify this option for a client program but the server has not been configured to enable SSL connections, the client falls back to an unencrypted connection. > > > >> > > > > > > > > Currently, the VuXML entry prohibits the installation of the mysql, mariadb, > > > > and percona servers in any version. Adding ports-secteam for advice on > > > > how to handle this situation. > > > > > > > > > > You're right, this entry is stopping all MySQL installations... However, mariadb55 and mariadb10 could both be bumped to versions that are not affected. > > > > > > If we want to remove this blocker perhaps a pkg-install message would be sufficient? > > > > > > > That sounds like a good compromise, so users at least are aware of the > > issue and can take their precautions, without preventing them from > > installing. > > > > In order to get the pkg-install message distributed we will have to bump > PORTREVISION. Any objections? > This was completed. Let me know if I've created any fires, but I couldn't see any. From owner-svn-ports-all@freebsd.org Mon Jul 20 14:26:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA0DC9A5C04; Mon, 20 Jul 2015 14:26:17 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA7F21FB4; Mon, 20 Jul 2015 14:26:17 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KEQHSY093823; Mon, 20 Jul 2015 14:26:17 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KEQHf5093822; Mon, 20 Jul 2015 14:26:17 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507201426.t6KEQHf5093822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 14:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392570 - branches/2015Q3/mail/qpopper 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.20 Precedence: 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, 20 Jul 2015 14:26:17 -0000 Author: robak Date: Mon Jul 20 14:26:16 2015 New Revision: 392570 URL: https://svnweb.freebsd.org/changeset/ports/392570 Log: MFH: r392558 mail/qpopper: fix pkg-plist when not using APOP option PR: 198300 Submitted by: Helge Oldach Approved by: ports-secteam, maintainer timeout (4 months) Modified: branches/2015Q3/mail/qpopper/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/mail/qpopper/pkg-plist ============================================================================== --- branches/2015Q3/mail/qpopper/pkg-plist Mon Jul 20 14:24:05 2015 (r392569) +++ branches/2015Q3/mail/qpopper/pkg-plist Mon Jul 20 14:26:16 2015 (r392570) @@ -1,5 +1,5 @@ -@(%%USERS%%,%%GROUPS%%,4555) %%QPOPAUTH%%bin/qapopauth -@(%%USERS%%,%%GROUPS%%,4555) %%QPOPAUTH%%bin/qpopauth +%%QPOPAUTH%%@(%%USERS%%,%%GROUPS%%,4555) bin/qapopauth +%%QPOPAUTH%%@(%%USERS%%,%%GROUPS%%,4555) bin/qpopauth @sample(%%USERS%%,%%GROUPS%%,0444) %%ETCDIR%%/popusers.sample libexec/qpopper man/man8/qpopper.8.gz From owner-svn-ports-all@freebsd.org Mon Jul 20 14:30:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C3049A5CEF; Mon, 20 Jul 2015 14:30:58 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12B9711BA; Mon, 20 Jul 2015 14:30:58 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KEUvLN095177; Mon, 20 Jul 2015 14:30:57 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KEUv4B095176; Mon, 20 Jul 2015 14:30:57 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507201430.t6KEUv4B095176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 14:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392571 - branches/2015Q3/chinese/pcmanx 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.20 Precedence: 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, 20 Jul 2015 14:30:58 -0000 Author: robak Date: Mon Jul 20 14:30:57 2015 New Revision: 392571 URL: https://svnweb.freebsd.org/changeset/ports/392571 Log: MFH: r392552 chinese/pcmanx: fix LIB_DEPENDS typo PR: 201628 Submitted by: Ting-Wei Lan Approved by: ports-secteam Modified: branches/2015Q3/chinese/pcmanx/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/chinese/pcmanx/Makefile ============================================================================== --- branches/2015Q3/chinese/pcmanx/Makefile Mon Jul 20 14:26:16 2015 (r392570) +++ branches/2015Q3/chinese/pcmanx/Makefile Mon Jul 20 14:30:57 2015 (r392571) @@ -14,7 +14,7 @@ LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gtk20 intlhack -USES= tar:xz iconv gmake pkgconfig +USES= gmake iconv pkgconfig tar:xz GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS DEBUG DOCKLET NOTIFIER LIBNOTIFY NANCY MOUSE EXTERNAL IPLOOKUP PROXY @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--disable-notifier .if ${PORT_OPTIONS:MLIBNOTIFY} CONFIGURE_ARGS+=--enable-libnotify -LIB_DEPENDS+= libnotifa.soy:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify .endif .if empty(PORT_OPTIONS:MNANCY) From owner-svn-ports-all@freebsd.org Mon Jul 20 14:35:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF7759A5E20; Mon, 20 Jul 2015 14:35:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 962241619; Mon, 20 Jul 2015 14:35:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KEZeVa098057; Mon, 20 Jul 2015 14:35:40 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KEZe1R098056; Mon, 20 Jul 2015 14:35:40 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201435.t6KEZe1R098056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 14:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392572 - 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.20 Precedence: 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, 20 Jul 2015 14:35:40 -0000 Author: feld Date: Mon Jul 20 14:35:39 2015 New Revision: 392572 URL: https://svnweb.freebsd.org/changeset/ports/392572 Log: Document Cacti Multiple XSS and SQL injection vulnerabilities PR: 201702 Security: CVE-2015-4634 Security: 0bfda05f-2e6f-11e5-a4a5-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 20 14:30:57 2015 (r392571) +++ head/security/vuxml/vuln.xml Mon Jul 20 14:35:39 2015 (r392572) @@ -58,6 +58,50 @@ Notes: --> + + cacti -- Multiple XSS and SQL injection vulnerabilities + + + cacti + 0.8.8e + + + + +

The Cacti Group, Inc. reports:

+
+

Important Security Fixes

+
    +
  • Multiple XSS and SQL injection vulnerabilities
  • +
  • CVE-2015-4634 - SQL injection in graphs.php
  • +
+

Changelog

+
    +
  • bug: Fixed various SQL Injection vectors
  • +
  • bug#0002574: SQL Injection Vulnerabilities in graph items and + graph template items
  • +
  • bug#0002577: CVE-2015-4634 - SQL injection in graphs.php
  • +
  • bug#0002579: SQL Injection Vulnerabilities in data sources
  • +
  • bug#0002580: SQL Injection in cdef.php
  • +
  • bug#0002582: SQL Injection in data_templates.php
  • +
  • bug#0002583: SQL Injection in graph_templates.php
  • +
  • bug#0002584: SQL Injection in host_templates.php
  • +
+
+ +
+ + CVE-2015-4634 + ports/201702 + http://www.cacti.net/release_notes_0_8_8e.php + http://seclists.org/oss-sec/2015/q3/150 + + + 2015-07-12 + 2015-07-20 + +
+ php-phar -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Mon Jul 20 14:45:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2738A9A614A; Mon, 20 Jul 2015 14:45:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1A391E2F; Mon, 20 Jul 2015 14:45:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KEjj7l002376; Mon, 20 Jul 2015 14:45:45 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KEjjZi002373; Mon, 20 Jul 2015 14:45:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201445.t6KEjjZi002373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 14:45:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392573 - head/net-mgmt/cacti X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 14:45:46 -0000 Author: feld Date: Mon Jul 20 14:45:44 2015 New Revision: 392573 URL: https://svnweb.freebsd.org/changeset/ports/392573 Log: Update to 0.8.8f to resolve security and bug issues PR: 201702 Security: CVE-2015-4634 Security: 0bfda05f-2e6f-11e5-a4a5-002590263bf5 Modified: head/net-mgmt/cacti/Makefile head/net-mgmt/cacti/distinfo head/net-mgmt/cacti/pkg-plist Modified: head/net-mgmt/cacti/Makefile ============================================================================== --- head/net-mgmt/cacti/Makefile Mon Jul 20 14:35:39 2015 (r392572) +++ head/net-mgmt/cacti/Makefile Mon Jul 20 14:45:44 2015 (r392573) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cacti -PORTVERSION= 0.8.8d${PATCHLEVEL} +PORTVERSION= 0.8.8f${PATCHLEVEL} CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ Modified: head/net-mgmt/cacti/distinfo ============================================================================== --- head/net-mgmt/cacti/distinfo Mon Jul 20 14:35:39 2015 (r392572) +++ head/net-mgmt/cacti/distinfo Mon Jul 20 14:45:44 2015 (r392573) @@ -1,2 +1,2 @@ -SHA256 (cacti-0.8.8d.tar.gz) = 1e3fb4aa137c0a9cb682fa66956c1f59dfc730040a215c45b7f9a5f9b9714bec -SIZE (cacti-0.8.8d.tar.gz) = 2470512 +SHA256 (cacti-0.8.8f.tar.gz) = d92adfa054c1afaa295de3ddda95173bf18d5465fa95f4481611c69647a10999 +SIZE (cacti-0.8.8f.tar.gz) = 2594481 Modified: head/net-mgmt/cacti/pkg-plist ============================================================================== --- head/net-mgmt/cacti/pkg-plist Mon Jul 20 14:35:39 2015 (r392572) +++ head/net-mgmt/cacti/pkg-plist Mon Jul 20 14:45:44 2015 (r392573) @@ -255,6 +255,8 @@ %%CACTIDIR%%/include/js/jquery.js %%CACTIDIR%%/include/js/jquery.zoom.css %%CACTIDIR%%/include/js/jquery.zoom.js +%%CACTIDIR%%/include/js/jquery-ui.css +%%CACTIDIR%%/include/js/jquery-ui.js %%CACTIDIR%%/include/js/jstree.js %%CACTIDIR%%/include/js/themes/default-dark/32px.png %%CACTIDIR%%/include/js/themes/default-dark/40px.png @@ -344,6 +346,8 @@ %%CACTIDIR%%/install/0_8_8a_to_0_8_8b.php %%CACTIDIR%%/install/0_8_8b_to_0_8_8c.php %%CACTIDIR%%/install/0_8_8c_to_0_8_8d.php +%%CACTIDIR%%/install/0_8_8d_to_0_8_8e.php +%%CACTIDIR%%/install/0_8_8e_to_0_8_8f.php %%CACTIDIR%%/install/0_8_to_0_8_1.php %%CACTIDIR%%/install/index.php %%CACTIDIR%%/install/install_finish.gif From owner-svn-ports-all@freebsd.org Mon Jul 20 14:47:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92F269A6202; Mon, 20 Jul 2015 14:47:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 695CE1F69; Mon, 20 Jul 2015 14:47:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KElerQ002636; Mon, 20 Jul 2015 14:47:40 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KEldsp002633; Mon, 20 Jul 2015 14:47:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201447.t6KEldsp002633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 14:47:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392574 - branches/2015Q3/net-mgmt/cacti 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.20 Precedence: 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, 20 Jul 2015 14:47:40 -0000 Author: feld Date: Mon Jul 20 14:47:38 2015 New Revision: 392574 URL: https://svnweb.freebsd.org/changeset/ports/392574 Log: MFH: r392573 Update to 0.8.8f to resolve security and bug issues PR: 201702 Security: CVE-2015-4634 Security: 0bfda05f-2e6f-11e5-a4a5-002590263bf5 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/net-mgmt/cacti/Makefile branches/2015Q3/net-mgmt/cacti/distinfo branches/2015Q3/net-mgmt/cacti/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-mgmt/cacti/Makefile ============================================================================== --- branches/2015Q3/net-mgmt/cacti/Makefile Mon Jul 20 14:45:44 2015 (r392573) +++ branches/2015Q3/net-mgmt/cacti/Makefile Mon Jul 20 14:47:38 2015 (r392574) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cacti -PORTVERSION= 0.8.8d${PATCHLEVEL} +PORTVERSION= 0.8.8f${PATCHLEVEL} CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ Modified: branches/2015Q3/net-mgmt/cacti/distinfo ============================================================================== --- branches/2015Q3/net-mgmt/cacti/distinfo Mon Jul 20 14:45:44 2015 (r392573) +++ branches/2015Q3/net-mgmt/cacti/distinfo Mon Jul 20 14:47:38 2015 (r392574) @@ -1,2 +1,2 @@ -SHA256 (cacti-0.8.8d.tar.gz) = 1e3fb4aa137c0a9cb682fa66956c1f59dfc730040a215c45b7f9a5f9b9714bec -SIZE (cacti-0.8.8d.tar.gz) = 2470512 +SHA256 (cacti-0.8.8f.tar.gz) = d92adfa054c1afaa295de3ddda95173bf18d5465fa95f4481611c69647a10999 +SIZE (cacti-0.8.8f.tar.gz) = 2594481 Modified: branches/2015Q3/net-mgmt/cacti/pkg-plist ============================================================================== --- branches/2015Q3/net-mgmt/cacti/pkg-plist Mon Jul 20 14:45:44 2015 (r392573) +++ branches/2015Q3/net-mgmt/cacti/pkg-plist Mon Jul 20 14:47:38 2015 (r392574) @@ -255,6 +255,8 @@ %%CACTIDIR%%/include/js/jquery.js %%CACTIDIR%%/include/js/jquery.zoom.css %%CACTIDIR%%/include/js/jquery.zoom.js +%%CACTIDIR%%/include/js/jquery-ui.css +%%CACTIDIR%%/include/js/jquery-ui.js %%CACTIDIR%%/include/js/jstree.js %%CACTIDIR%%/include/js/themes/default-dark/32px.png %%CACTIDIR%%/include/js/themes/default-dark/40px.png @@ -344,6 +346,8 @@ %%CACTIDIR%%/install/0_8_8a_to_0_8_8b.php %%CACTIDIR%%/install/0_8_8b_to_0_8_8c.php %%CACTIDIR%%/install/0_8_8c_to_0_8_8d.php +%%CACTIDIR%%/install/0_8_8d_to_0_8_8e.php +%%CACTIDIR%%/install/0_8_8e_to_0_8_8f.php %%CACTIDIR%%/install/0_8_to_0_8_1.php %%CACTIDIR%%/install/index.php %%CACTIDIR%%/install/install_finish.gif From owner-svn-ports-all@freebsd.org Mon Jul 20 14:52:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F2369A63BD; Mon, 20 Jul 2015 14:52:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39E02146F; Mon, 20 Jul 2015 14:52:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KEq7qh006448; Mon, 20 Jul 2015 14:52:07 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KEq6KJ006447; Mon, 20 Jul 2015 14:52:06 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201452.t6KEq6KJ006447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 14:52:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392575 - 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.20 Precedence: 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, 20 Jul 2015 14:52:07 -0000 Author: feld Date: Mon Jul 20 14:52:06 2015 New Revision: 392575 URL: https://svnweb.freebsd.org/changeset/ports/392575 Log: Fix moodle reference URL PR: 201675 Security: 43891162-2d5e-11e5-a4a5-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 20 14:47:38 2015 (r392574) +++ head/security/vuxml/vuln.xml Mon Jul 20 14:52:06 2015 (r392575) @@ -178,11 +178,12 @@ Notes: http://seclists.org/oss-sec/2015/q3/94 https://docs.moodle.org/dev/Moodle_2.7.9_release_notes https://docs.moodle.org/dev/Moodle_2.8.7_release_notes - https://docs.moodle.org/dev/Moodle_2.7.9_release_notes + https://docs.moodle.org/dev/Moodle_2.9.1_release_notes 2015-07-06 2015-07-18 + 2015-07-19 From owner-svn-ports-all@freebsd.org Mon Jul 20 15:00:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 675769A6513; Mon, 20 Jul 2015 15:00:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9EC1890; Mon, 20 Jul 2015 15:00:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF0OKY008919; Mon, 20 Jul 2015 15:00:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF0NJG008918; Mon, 20 Jul 2015 15:00:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201500.t6KF0NJG008918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 15:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392576 - 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.20 Precedence: 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, 20 Jul 2015 15:00:24 -0000 Author: feld Date: Mon Jul 20 15:00:23 2015 New Revision: 392576 URL: https://svnweb.freebsd.org/changeset/ports/392576 Log: Document PCRE buffer overflow PR: 201188 Security: CVE-2015-5073 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 20 14:52:06 2015 (r392575) +++ head/security/vuxml/vuln.xml Mon Jul 20 15:00:23 2015 (r392576) @@ -58,6 +58,42 @@ Notes: --> + + pcre -- Heap Overflow Vulnerability in find_fixedlength() + + + pcre + 8.37_1 + + + + +

Venustech ADLAB reports:

+
+

PCRE library is prone to a vulnerability which leads to Heap + Overflow. During subpattern calculation of a malformed regular + expression, an offset that is used as an array index is fully + controlled and can be large enough so that unexpected heap + memory regions are accessed.

+

One could at least exploit this issue to read objects nearby of + the affected application's memory.

+

Such information disclosure may also be used to bypass memory + protection method such as ASLR.

+
+ +
+ + CVE-2015-5073 + https://bugs.exim.org/show_bug.cgi?id=1651 + http://vcs.pcre.org/pcre?view=revision&revision=1571 + http://www.openwall.com/lists/oss-security/2015/06/26/1 + + + 2015-06-23 + 2015-06-29 + +
+ cacti -- Multiple XSS and SQL injection vulnerabilities From owner-svn-ports-all@freebsd.org Mon Jul 20 15:01:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2B2C9A6577; Mon, 20 Jul 2015 15:01:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A27451B08; Mon, 20 Jul 2015 15:01:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF1cT6010297; Mon, 20 Jul 2015 15:01:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF1aNZ010290; Mon, 20 Jul 2015 15:01:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507201501.t6KF1aNZ010290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jul 2015 15:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392577 - in head/devel: . p5-Text-Levenshtein-Damerau X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 15:01:38 -0000 Author: sunpoet Date: Mon Jul 20 15:01:35 2015 New Revision: 392577 URL: https://svnweb.freebsd.org/changeset/ports/392577 Log: - Add p5-Text-Levenshtein-Damerau 0.41 Text::Levenshtein::Damerau returns the true Damerau Levenshtein edit distance of strings with adjacent transpositions. Useful for fuzzy matching, DNA variation metrics, and fraud detection. Text::Levenshtein::Damerau defaults to using Pure Perl Text::Levenshtein::Damerau::PP, but has an XS addon Text::Levenshtein::Damerau::XS for massive speed imrovements. Works correctly with utf8 if backend supports it; known to work with Text::Levenshtein::Damerau::PP and Text::Levenshtein::Damerau::XS. WWW: http://search.cpan.org/dist/Text-Levenshtein-Damerau/ Added: head/devel/p5-Text-Levenshtein-Damerau/ head/devel/p5-Text-Levenshtein-Damerau/Makefile (contents, props changed) head/devel/p5-Text-Levenshtein-Damerau/distinfo (contents, props changed) head/devel/p5-Text-Levenshtein-Damerau/pkg-descr (contents, props changed) head/devel/p5-Text-Levenshtein-Damerau/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 20 15:00:23 2015 (r392576) +++ head/devel/Makefile Mon Jul 20 15:01:35 2015 (r392577) @@ -3199,6 +3199,7 @@ SUBDIR += p5-Test-use-ok SUBDIR += p5-Test-utf8 SUBDIR += p5-Text-Levenshtein + SUBDIR += p5-Text-Levenshtein-Damerau SUBDIR += p5-Text-LevenshteinXS SUBDIR += p5-Text-Outdent SUBDIR += p5-Text-vFile-asData Added: head/devel/p5-Text-Levenshtein-Damerau/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Text-Levenshtein-Damerau/Makefile Mon Jul 20 15:01:35 2015 (r392577) @@ -0,0 +1,19 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-Levenshtein-Damerau +PORTVERSION= 0.41 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Damerau Levenshtein edit distance + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Text-Levenshtein-Damerau/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Text-Levenshtein-Damerau/distinfo Mon Jul 20 15:01:35 2015 (r392577) @@ -0,0 +1,2 @@ +SHA256 (Text-Levenshtein-Damerau-0.41.tar.gz) = 3e7d14fa97f31f4862eaf24fa5fa24892aaeb7b363e15222dcdcc82a7caf5e50 +SIZE (Text-Levenshtein-Damerau-0.41.tar.gz) = 14942 Added: head/devel/p5-Text-Levenshtein-Damerau/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Text-Levenshtein-Damerau/pkg-descr Mon Jul 20 15:01:35 2015 (r392577) @@ -0,0 +1,11 @@ +Text::Levenshtein::Damerau returns the true Damerau Levenshtein edit distance of +strings with adjacent transpositions. Useful for fuzzy matching, DNA variation +metrics, and fraud detection. + +Text::Levenshtein::Damerau defaults to using Pure Perl +Text::Levenshtein::Damerau::PP, but has an XS addon +Text::Levenshtein::Damerau::XS for massive speed imrovements. Works correctly +with utf8 if backend supports it; known to work with +Text::Levenshtein::Damerau::PP and Text::Levenshtein::Damerau::XS. + +WWW: http://search.cpan.org/dist/Text-Levenshtein-Damerau/ Added: head/devel/p5-Text-Levenshtein-Damerau/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Text-Levenshtein-Damerau/pkg-plist Mon Jul 20 15:01:35 2015 (r392577) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Text/Levenshtein/Damerau.pm +%%SITE_PERL%%/Text/Levenshtein/Damerau/PP.pm +%%PERL5_MAN3%%/Text::Levenshtein::Damerau.3.gz +%%PERL5_MAN3%%/Text::Levenshtein::Damerau::PP.3.gz From owner-svn-ports-all@freebsd.org Mon Jul 20 15:01:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4578C9A65B0; Mon, 20 Jul 2015 15:01:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC73C1BE3; Mon, 20 Jul 2015 15:01:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF1jnq010433; Mon, 20 Jul 2015 15:01:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF1iuF010428; Mon, 20 Jul 2015 15:01:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507201501.t6KF1iuF010428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jul 2015 15:01:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392578 - head/devel/p5-Config-Model X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 15:01:46 -0000 Author: sunpoet Date: Mon Jul 20 15:01:43 2015 New Revision: 392578 URL: https://svnweb.freebsd.org/changeset/ports/392578 Log: - Update to 2.073 Changes: http://search.cpan.org/dist/Config-Model/Changes Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo head/devel/p5-Config-Model/pkg-plist Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Mon Jul 20 15:01:35 2015 (r392577) +++ head/devel/p5-Config-Model/Makefile Mon Jul 20 15:01:43 2015 (r392578) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.071 +PORTVERSION= 2.073 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DDUMONT @@ -29,6 +29,7 @@ BUILD_DEPENDS= p5-Carp-Assert-More>=0:${ p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \ p5-Term-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-Term-ReadLine-Perl \ p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \ + p5-Text-Levenshtein-Damerau>=0:${PORTSDIR}/devel/p5-Text-Levenshtein-Damerau \ p5-YAML>=0.30.3:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Config-Model-Tester>=2.046:${PORTSDIR}/devel/p5-Config-Model-Tester \ Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Mon Jul 20 15:01:35 2015 (r392577) +++ head/devel/p5-Config-Model/distinfo Mon Jul 20 15:01:43 2015 (r392578) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-2.071.tar.gz) = ecde6c7fb5a9040f3e2b4e7a764ec040ecab96c16f82a676adc02fc8e08ce02f -SIZE (Config-Model-2.071.tar.gz) = 329300 +SHA256 (Config-Model-2.073.tar.gz) = c56f7d510e8310255ca71abd1c6382478c7c1e06dbc648da744730aa782b672d +SIZE (Config-Model-2.073.tar.gz) = 321639 Modified: head/devel/p5-Config-Model/pkg-plist ============================================================================== --- head/devel/p5-Config-Model/pkg-plist Mon Jul 20 15:01:35 2015 (r392577) +++ head/devel/p5-Config-Model/pkg-plist Mon Jul 20 15:01:43 2015 (r392578) @@ -1,4 +1,3 @@ -bin/cme-old %%SITE_PERL%%/Config/Model.pm %%SITE_PERL%%/Config/Model/Annotation.pm %%SITE_PERL%%/Config/Model/AnyId.pm @@ -109,4 +108,3 @@ bin/cme-old %%PERL5_MAN3%%/Config::Model::models::Multistrap.3.gz %%PERL5_MAN3%%/Config::Model::models::Multistrap::Section.3.gz %%PERL5_MAN3%%/Config::Model::models::PopCon.3.gz -man/man1/cme-old.1.gz From owner-svn-ports-all@freebsd.org Mon Jul 20 15:01:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0891F9A66E9; Mon, 20 Jul 2015 15:01:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8BFF1C9F; Mon, 20 Jul 2015 15:01:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF1pHR011029; Mon, 20 Jul 2015 15:01:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF1pdr011026; Mon, 20 Jul 2015 15:01:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507201501.t6KF1pdr011026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jul 2015 15:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392579 - head/devel/p5-Git-Wrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 15:01:52 -0000 Author: sunpoet Date: Mon Jul 20 15:01:50 2015 New Revision: 392579 URL: https://svnweb.freebsd.org/changeset/ports/392579 Log: - Update to 0.045 Changes: http://search.cpan.org/dist/Git-Wrapper/Changes Modified: head/devel/p5-Git-Wrapper/Makefile head/devel/p5-Git-Wrapper/distinfo Modified: head/devel/p5-Git-Wrapper/Makefile ============================================================================== --- head/devel/p5-Git-Wrapper/Makefile Mon Jul 20 15:01:43 2015 (r392578) +++ head/devel/p5-Git-Wrapper/Makefile Mon Jul 20 15:01:50 2015 (r392579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Git-Wrapper -PORTVERSION= 0.044 +PORTVERSION= 0.045 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Git-Wrapper/distinfo ============================================================================== --- head/devel/p5-Git-Wrapper/distinfo Mon Jul 20 15:01:43 2015 (r392578) +++ head/devel/p5-Git-Wrapper/distinfo Mon Jul 20 15:01:50 2015 (r392579) @@ -1,2 +1,2 @@ -SHA256 (Git-Wrapper-0.044.tar.gz) = 66311df97e12b6f586cc1598a8457009a22aeeb20314fcb848b6f8345143dbec -SIZE (Git-Wrapper-0.044.tar.gz) = 28803 +SHA256 (Git-Wrapper-0.045.tar.gz) = deedf3fd8961b7a77ed5e4baa93ff82de107c541ce7fd3fd9970e15776685c2f +SIZE (Git-Wrapper-0.045.tar.gz) = 29543 From owner-svn-ports-all@freebsd.org Mon Jul 20 15:01:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0D469A6721; Mon, 20 Jul 2015 15:01:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F6C81D61; Mon, 20 Jul 2015 15:01:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF1vZY011144; Mon, 20 Jul 2015 15:01:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF1upj011141; Mon, 20 Jul 2015 15:01:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507201501.t6KF1upj011141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jul 2015 15:01:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392580 - head/www/p5-WWW-Shorten-NotLong X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 15:01:58 -0000 Author: sunpoet Date: Mon Jul 20 15:01:55 2015 New Revision: 392580 URL: https://svnweb.freebsd.org/changeset/ports/392580 Log: - Update to 9.99 - Add LICENSE - Mark DEPRECATED and set EXPIRATION_DATE to 2015-08-31 Changes: http://search.cpan.org/dist/WWW-Shorten-NotLong/Changes Modified: head/www/p5-WWW-Shorten-NotLong/Makefile head/www/p5-WWW-Shorten-NotLong/distinfo Modified: head/www/p5-WWW-Shorten-NotLong/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-NotLong/Makefile Mon Jul 20 15:01:50 2015 (r392579) +++ head/www/p5-WWW-Shorten-NotLong/Makefile Mon Jul 20 15:01:55 2015 (r392580) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Shorten-NotLong -PORTVERSION= 2.00 -PORTREVISION= 1 +PORTVERSION= 9.99 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the web site notlong.com +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-libwww>=5.75:${PORTSDIR}/www/p5-libwww \ p5-URI>=1.27:${PORTSDIR}/net/p5-URI \ p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten RUN_DEPENDS:= ${BUILD_DEPENDS} +DEPRECATED= notlong.com is now dead +EXPIRATION_DATE=2015-08-31 + USES= perl5 USE_PERL5= configure Modified: head/www/p5-WWW-Shorten-NotLong/distinfo ============================================================================== --- head/www/p5-WWW-Shorten-NotLong/distinfo Mon Jul 20 15:01:50 2015 (r392579) +++ head/www/p5-WWW-Shorten-NotLong/distinfo Mon Jul 20 15:01:55 2015 (r392580) @@ -1,2 +1,2 @@ -SHA256 (WWW-Shorten-NotLong-2.00.tar.gz) = bc1067647ad58e4358fa59cd1c9d00e6f6c5513a8f67f294f53598b5ab63e9fc -SIZE (WWW-Shorten-NotLong-2.00.tar.gz) = 3675 +SHA256 (WWW-Shorten-NotLong-9.99.tar.gz) = 56db111de6794660ec2bb5a466de1513a8626576aa5d29a7cdfa0761d090affa +SIZE (WWW-Shorten-NotLong-9.99.tar.gz) = 3071 From owner-svn-ports-all@freebsd.org Mon Jul 20 15:02:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE1B9A6787; Mon, 20 Jul 2015 15:02:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB68C1EDA; Mon, 20 Jul 2015 15:02:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF27Po011383; Mon, 20 Jul 2015 15:02:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF275l011381; Mon, 20 Jul 2015 15:02:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507201502.t6KF275l011381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jul 2015 15:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392582 - head/textproc/nl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 15:02:07 -0000 Author: sunpoet Date: Mon Jul 20 15:02:06 2015 New Revision: 392582 URL: https://svnweb.freebsd.org/changeset/ports/392582 Log: - Update to 2015.07.19 Modified: head/textproc/nl-mythes/Makefile head/textproc/nl-mythes/distinfo Modified: head/textproc/nl-mythes/Makefile ============================================================================== --- head/textproc/nl-mythes/Makefile Mon Jul 20 15:02:00 2015 (r392581) +++ head/textproc/nl-mythes/Makefile Mon Jul 20 15:02:06 2015 (r392582) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.07.12 +PORTVERSION= 2015.07.19 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= nl- Modified: head/textproc/nl-mythes/distinfo ============================================================================== --- head/textproc/nl-mythes/distinfo Mon Jul 20 15:02:00 2015 (r392581) +++ head/textproc/nl-mythes/distinfo Mon Jul 20 15:02:06 2015 (r392582) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_nl-20150712.oxt) = 5f0a2438bd090cb66a8d1b0373c8c013db05ed728ab3405de15470aff6694d80 -SIZE (mythes/thes_nl-20150712.oxt) = 1956070 +SHA256 (mythes/thes_nl-20150719.oxt) = ddc15abf188b4178718fe6b269bf81b92aecaa4fc3b3a687e410b2eacd83d23d +SIZE (mythes/thes_nl-20150719.oxt) = 1956070 From owner-svn-ports-all@freebsd.org Mon Jul 20 15:02:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F4BD9A674F; Mon, 20 Jul 2015 15:02:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FA111E03; Mon, 20 Jul 2015 15:02:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF221J011266; Mon, 20 Jul 2015 15:02:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF21Qv011264; Mon, 20 Jul 2015 15:02:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507201502.t6KF21Qv011264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jul 2015 15:02:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392581 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 15:02:02 -0000 Author: sunpoet Date: Mon Jul 20 15:02:00 2015 New Revision: 392581 URL: https://svnweb.freebsd.org/changeset/ports/392581 Log: - Update to 2015.07.19 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Jul 20 15:01:55 2015 (r392580) +++ head/german/mythes/Makefile Mon Jul 20 15:02:00 2015 (r392581) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.07.12 +PORTVERSION= 2015.07.19 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Jul 20 15:01:55 2015 (r392580) +++ head/german/mythes/distinfo Mon Jul 20 15:02:00 2015 (r392581) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20150712.oxt) = 65c3cf4df653a3ceafa0c74875af9ee000fc745ed8805d9c8d7693942cf902c3 -SIZE (mythes/Deutscher-Thesaurus-20150712.oxt) = 6877645 +SHA256 (mythes/Deutscher-Thesaurus-20150719.oxt) = 6192f06a8e1250c50b923e96cdb7da659d8f6d97da35228946764e4ff3683b62 +SIZE (mythes/Deutscher-Thesaurus-20150719.oxt) = 6884838 From owner-svn-ports-all@freebsd.org Mon Jul 20 15:02:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AFD99A67E1; Mon, 20 Jul 2015 15:02:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47C7220C1; Mon, 20 Jul 2015 15:02:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF2ISM011617; Mon, 20 Jul 2015 15:02:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF2HRj011615; Mon, 20 Jul 2015 15:02:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507201502.t6KF2HRj011615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jul 2015 15:02:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392584 - head/textproc/sl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 15:02:18 -0000 Author: sunpoet Date: Mon Jul 20 15:02:16 2015 New Revision: 392584 URL: https://svnweb.freebsd.org/changeset/ports/392584 Log: - Update to 2015.07.19 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Mon Jul 20 15:02:11 2015 (r392583) +++ head/textproc/sl-mythes/Makefile Mon Jul 20 15:02:16 2015 (r392584) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.07.12 +PORTVERSION= 2015.07.19 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Mon Jul 20 15:02:11 2015 (r392583) +++ head/textproc/sl-mythes/distinfo Mon Jul 20 15:02:16 2015 (r392584) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20150712.zip) = 8005d9b39749167d2b03076c508cfddd9ca857bd1c1f77d3f950c70e78905099 -SIZE (mythes/thes_sl_SI_v2-20150712.zip) = 368925 +SHA256 (mythes/thes_sl_SI_v2-20150719.zip) = a7dd3cad41a9bb9968521939049479d28c7d5c6bd6851ac3f3584ba663ca3ad5 +SIZE (mythes/thes_sl_SI_v2-20150719.zip) = 374033 From owner-svn-ports-all@freebsd.org Mon Jul 20 15:02:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 215129A67C2; Mon, 20 Jul 2015 15:02:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA31A2009; Mon, 20 Jul 2015 15:02:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF2Ctb011500; Mon, 20 Jul 2015 15:02:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF2Cii011498; Mon, 20 Jul 2015 15:02:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507201502.t6KF2Cii011498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jul 2015 15:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392583 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 15:02:13 -0000 Author: sunpoet Date: Mon Jul 20 15:02:11 2015 New Revision: 392583 URL: https://svnweb.freebsd.org/changeset/ports/392583 Log: - Update to 2015.07.19 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Jul 20 15:02:06 2015 (r392582) +++ head/textproc/sk-mythes/Makefile Mon Jul 20 15:02:11 2015 (r392583) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.07.12 +PORTVERSION= 2015.07.19 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Jul 20 15:02:06 2015 (r392582) +++ head/textproc/sk-mythes/distinfo Mon Jul 20 15:02:11 2015 (r392583) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150712.zip) = 13aac74e48924c029d381af382fabd7a36243e2be65fa3778792d8f7a05233c2 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20150712.zip) = 239160 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20150719.zip) = 0999b57d4821cab50291d3d1965b54fe1fe898c214fbbe6333fa2602061b010b +SIZE (mythes/OOo-Thesaurus2-sk_SK-20150719.zip) = 239160 From owner-svn-ports-all@freebsd.org Mon Jul 20 15:02:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 935E09A683B; Mon, 20 Jul 2015 15:02:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80DD22224; Mon, 20 Jul 2015 15:02:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF2Tcu011737; Mon, 20 Jul 2015 15:02:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF2SXH011735; Mon, 20 Jul 2015 15:02:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507201502.t6KF2SXH011735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Jul 2015 15:02:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392585 - head/devel/p5-PAR-Packer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 15:02:29 -0000 Author: sunpoet Date: Mon Jul 20 15:02:28 2015 New Revision: 392585 URL: https://svnweb.freebsd.org/changeset/ports/392585 Log: - Update to 1.026 Changes: http://search.cpan.org/dist/PAR-Packer/Changes Modified: head/devel/p5-PAR-Packer/Makefile head/devel/p5-PAR-Packer/distinfo Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Mon Jul 20 15:02:16 2015 (r392584) +++ head/devel/p5-PAR-Packer/Makefile Mon Jul 20 15:02:28 2015 (r392585) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR-Packer -PORTVERSION= 1.025 +PORTVERSION= 1.026 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +15,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Archive-Zip>=1:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-Getopt-ArgvFile>=1.07:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ - p5-Module-ScanDeps>=1.17:${PORTSDIR}/devel/p5-Module-ScanDeps \ + p5-Module-ScanDeps>=1.19:${PORTSDIR}/devel/p5-Module-ScanDeps \ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature \ p5-PAR-Dist>=0.22:${PORTSDIR}/devel/p5-PAR-Dist \ - p5-PAR>=1.005:${PORTSDIR}/devel/p5-PAR + p5-PAR>=1.010:${PORTSDIR}/devel/p5-PAR RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes Modified: head/devel/p5-PAR-Packer/distinfo ============================================================================== --- head/devel/p5-PAR-Packer/distinfo Mon Jul 20 15:02:16 2015 (r392584) +++ head/devel/p5-PAR-Packer/distinfo Mon Jul 20 15:02:28 2015 (r392585) @@ -1,2 +1,2 @@ -SHA256 (PAR-Packer-1.025.tar.gz) = 6d3a36aeccf9ae67a60f4fa3c495dffb2d692254af4e5164a7c393a65a29d926 -SIZE (PAR-Packer-1.025.tar.gz) = 199839 +SHA256 (PAR-Packer-1.026.tar.gz) = 2e87aa9140ffa6556cc6f286141f0c328516c7ac815bf8d6da60f592fe408750 +SIZE (PAR-Packer-1.026.tar.gz) = 201265 From owner-svn-ports-all@freebsd.org Mon Jul 20 15:20:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3056D9A6A7F; Mon, 20 Jul 2015 15:20:25 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FAEA2932; Mon, 20 Jul 2015 15:20:25 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KFKOgm016839; Mon, 20 Jul 2015 15:20:24 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KFKO1j016837; Mon, 20 Jul 2015 15:20:24 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201507201520.t6KFKO1j016837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Mon, 20 Jul 2015 15:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392586 - head/sysutils/tw_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.20 Precedence: 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, 20 Jul 2015 15:20:25 -0000 Author: jpaetzel Date: Mon Jul 20 15:20:23 2015 New Revision: 392586 URL: https://svnweb.freebsd.org/changeset/ports/392586 Log: Update to 9.5.5 Various fixes and improvements PR: 201711 Submitted by: takefu@airport.fm Modified: head/sysutils/tw_cli/Makefile head/sysutils/tw_cli/distinfo Modified: head/sysutils/tw_cli/Makefile ============================================================================== --- head/sysutils/tw_cli/Makefile Mon Jul 20 15:02:28 2015 (r392585) +++ head/sysutils/tw_cli/Makefile Mon Jul 20 15:20:23 2015 (r392586) @@ -1,37 +1,43 @@ -# Created by: Dmitry Frolov # $FreeBSD$ PORTNAME= tw_cli -PORTVERSION= 9.5.4 +PORTVERSION= 9.5.5 CATEGORIES= sysutils -MASTER_SITES= ftp://tsupport:tsupport@ftp0.lsil.com/private/3Ware/downloads/ -DISTNAME= cli_freebsd_10.2.1_9.5.4 +MASTER_SITES= http://www.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ +DISTNAME= CLI_freebsd-from_the_10-2-2-1_9-5-5-1_codesets +DIST_SUBDIR= 3dm2 MAINTAINER= jpaetzel@FreeBSD.org COMMENT= 3ware storage controllers management CLI +LICENSE= tw_cli +LICENSE_NAME= LSI +LICENSE_TEXT= ${RESTRICTED} +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept + +RESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx + USES= zip -RESTRICTED= Redistribution forbidden by license + # i386 binary should work on ia64, but not tested ONLY_FOR_ARCHS= i386 amd64 ia64 - -WRKSRC= ${WRKDIR} NO_BUILD= yes -BINSUFFIX= ${ARCH:S,i386,x86,:S,amd64,x86_64,:S,ia64,x86,} +NO_WRKSUBDIR= yes + SUB_FILES= 407.status-3ware-raid PORTDOCS= tw_cli.8.html PLIST_FILES= etc/periodic/daily/407.status-3ware-raid\ man/man8/tw_cli.8.gz sbin/tw_cli do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${BINSUFFIX}/tw_cli\ - ${STAGEDIR}${PREFIX}/sbin/ + ${INSTALL_PROGRAM} ${WRKSRC}/${ARCH:S,i386,x86,:S,amd64,x86_64,:S,ia64,x86,}/tw_cli\ + ${STAGEDIR}${PREFIX}/sbin/tw_cli ${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff\ - ${STAGEDIR}${MANPREFIX}/man/man8/tw_cli.8 + ${STAGEDIR}${MAN8PREFIX}/man/man8/tw_cli.8 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/407.status-3ware-raid \ ${STAGEDIR}${PREFIX}/etc/periodic/daily/ @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/tw_cli.8.html ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/sysutils/tw_cli/distinfo ============================================================================== --- head/sysutils/tw_cli/distinfo Mon Jul 20 15:02:28 2015 (r392585) +++ head/sysutils/tw_cli/distinfo Mon Jul 20 15:20:23 2015 (r392586) @@ -1,2 +1,2 @@ -SHA256 (cli_freebsd_10.2.1_9.5.4.zip) = 9305397eb23320cc65186d33ee68a49d01d0e8e46283f12fa7e99664620eda06 -SIZE (cli_freebsd_10.2.1_9.5.4.zip) = 1550003 +SHA256 (3dm2/CLI_freebsd-from_the_10-2-2-1_9-5-5-1_codesets.zip) = 656eb4d1666447ef10b08f9145b93b4f3dab6a27479fe14a4ceea451d7057f97 +SIZE (3dm2/CLI_freebsd-from_the_10-2-2-1_9-5-5-1_codesets.zip) = 1531484 From owner-svn-ports-all@freebsd.org Mon Jul 20 15:21:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 721959A6B69; Mon, 20 Jul 2015 15:21:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 626882AD7; Mon, 20 Jul 2015 15:21:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KFLRtb019872; Mon, 20 Jul 2015 15:21:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KFLQ2V019870; Mon, 20 Jul 2015 15:21:26 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201521.t6KFLQ2V019870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 15:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392587 - in head/devel/pcre: . 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.20 Precedence: 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, 20 Jul 2015 15:21:27 -0000 Author: feld Date: Mon Jul 20 15:21:25 2015 New Revision: 392587 URL: https://svnweb.freebsd.org/changeset/ports/392587 Log: Apply upstream fixes for a buffer overflow issue: 1571 Fix buffer overflow for forward reference within backward assertion with excess closing parenthesis. Bugzilla 1651. Obtained from: PCRE svn (r1571) MFH: 2015Q3 Security: 8a1d0e63-1e07-11e5-b43d-002590263bf5 Security: CVE-2015-5073 Added: head/devel/pcre/files/patch-CVE-2015-5073 (contents, props changed) Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Mon Jul 20 15:20:23 2015 (r392586) +++ head/devel/pcre/Makefile Mon Jul 20 15:21:25 2015 (r392587) @@ -3,7 +3,7 @@ PORTNAME= pcre PORTVERSION= 8.37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/${PORTNAME}/ \ Added: head/devel/pcre/files/patch-CVE-2015-5073 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pcre/files/patch-CVE-2015-5073 Mon Jul 20 15:21:25 2015 (r392587) @@ -0,0 +1,11 @@ +--- pcre_compile.c.orig 2015/06/22 09:38:41 1570 ++++ pcre_compile.c 2015/06/23 16:34:53 1571 +@@ -9449,7 +9449,7 @@ + exceptional ones forgo this. We scan the pattern to check that they are fixed + length, and set their lengths. */ + +-if (cd->check_lookbehind) ++if (errorcode == 0 && cd->check_lookbehind) + { + pcre_uchar *cc = (pcre_uchar *)codestart; + From owner-svn-ports-all@freebsd.org Mon Jul 20 15:22:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CFA49A6BC6; Mon, 20 Jul 2015 15:22:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7ED02C2E; Mon, 20 Jul 2015 15:22:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KFMXwr020105; Mon, 20 Jul 2015 15:22:33 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KFMXPF020103; Mon, 20 Jul 2015 15:22:33 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201522.t6KFMXPF020103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 15:22:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392588 - in branches/2015Q3/devel/pcre: . 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.20 Precedence: 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, 20 Jul 2015 15:22:34 -0000 Author: feld Date: Mon Jul 20 15:22:32 2015 New Revision: 392588 URL: https://svnweb.freebsd.org/changeset/ports/392588 Log: MFH: r392587 Apply upstream fixes for a buffer overflow issue: 1571 Fix buffer overflow for forward reference within backward assertion with excess closing parenthesis. Bugzilla 1651. Obtained from: PCRE svn (r1571) Security: 8a1d0e63-1e07-11e5-b43d-002590263bf5 Security: CVE-2015-5073 PR: 201188 Approved by: ports-secteam (with hat) Added: branches/2015Q3/devel/pcre/files/patch-CVE-2015-5073 - copied unchanged from r392587, head/devel/pcre/files/patch-CVE-2015-5073 Modified: branches/2015Q3/devel/pcre/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/pcre/Makefile ============================================================================== --- branches/2015Q3/devel/pcre/Makefile Mon Jul 20 15:21:25 2015 (r392587) +++ branches/2015Q3/devel/pcre/Makefile Mon Jul 20 15:22:32 2015 (r392588) @@ -3,7 +3,7 @@ PORTNAME= pcre PORTVERSION= 8.37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/${PORTNAME}/ \ Copied: branches/2015Q3/devel/pcre/files/patch-CVE-2015-5073 (from r392587, head/devel/pcre/files/patch-CVE-2015-5073) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/devel/pcre/files/patch-CVE-2015-5073 Mon Jul 20 15:22:32 2015 (r392588, copy of r392587, head/devel/pcre/files/patch-CVE-2015-5073) @@ -0,0 +1,11 @@ +--- pcre_compile.c.orig 2015/06/22 09:38:41 1570 ++++ pcre_compile.c 2015/06/23 16:34:53 1571 +@@ -9449,7 +9449,7 @@ + exceptional ones forgo this. We scan the pattern to check that they are fixed + length, and set their lengths. */ + +-if (cd->check_lookbehind) ++if (errorcode == 0 && cd->check_lookbehind) + { + pcre_uchar *cc = (pcre_uchar *)codestart; + From owner-svn-ports-all@freebsd.org Mon Jul 20 16:31:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACB3C9A6A16; Mon, 20 Jul 2015 16:31:09 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90F2A10AA; Mon, 20 Jul 2015 16:31:09 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KGV9PB044730; Mon, 20 Jul 2015 16:31:09 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KGV7X3044720; Mon, 20 Jul 2015 16:31:07 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201507201631.t6KGV7X3044720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 20 Jul 2015 16:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392589 - in head/audio: . pragha pragha/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.20 Precedence: 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, 20 Jul 2015 16:31:09 -0000 Author: olivierd Date: Mon Jul 20 16:31:06 2015 New Revision: 392589 URL: https://svnweb.freebsd.org/changeset/ports/392589 Log: Pragha is a Lightweight Music Player, based on GTK, and SQLite. Main features: * Full integration with GTK+3 * Library with multiple views, according tags or folder structure * Search, filtering and queue songs on current playlist * Playing and edit tag of mp3, m4a, ogg, flac, asf, wma, and ape files * Playlist management: Exporting M3U and read M3U, PLS, XSPF and WAX playlists. * Playback control with command line Extensible by plugins: * AcoustID: Get metadata on AcoustID service * Global Hotkeys: Control Pragha with multimedia keys * Notification: Show notification when change songs * Get radios: Search radios on TuneIn service WWW: http://pragha-music-player.github.io/ Added: head/audio/pragha/ head/audio/pragha/Makefile (contents, props changed) head/audio/pragha/distinfo (contents, props changed) head/audio/pragha/files/ head/audio/pragha/files/patch-configure (contents, props changed) head/audio/pragha/files/patch-plugins_Makefile.in (contents, props changed) head/audio/pragha/pkg-descr (contents, props changed) head/audio/pragha/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Jul 20 15:22:32 2015 (r392588) +++ head/audio/Makefile Mon Jul 20 16:31:06 2015 (r392589) @@ -595,6 +595,7 @@ SUBDIR += pocketsphinx SUBDIR += portaudio SUBDIR += praat + SUBDIR += pragha SUBDIR += puddletag SUBDIR += pulseaudio SUBDIR += pure-audio Added: head/audio/pragha/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pragha/Makefile Mon Jul 20 16:31:06 2015 (r392589) @@ -0,0 +1,48 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= pragha +PORTVERSION= 1.3.2.2 +CATEGORIES= audio +MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/ + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= Lightweight music player + +LICENSE= GPLv3 + +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ + libpeas-1.0.so:${PORTSDIR}/devel/libpeas \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libkeybinder-3.0.so:${PORTSDIR}/x11/keybinder-gtk3 \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser + +USES= compiler:c11 desktop-file-utils gettext-tools gmake libtool \ + pkgconfig tar:bz2 +GNU_CONFIGURE= yes +USE_GNOME= glib20 gtk30 intltool intlhack +USE_SQLITE= yes +USE_GSTREAMER1= yes faad flac libav mad ogg speex +INSTALLS_ICONS= yes +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +CFLAGS+= -Wno-typedef-redefinition + +CONFIGURE_ARGS=--disable-libglyr \ + --disable-gudev-1.0 \ + --disable-libmtp \ + --disable-rygel-server-2.2 \ + --disable-grilo-0.2 \ + --disable-libclastfm \ + --enable-taglib \ + --enable-totem-plparser \ + --disable-libxfce4ui + +OPTIONS_DEFINE= NLS +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls +OPTIONS_SUB= yes + +.include Added: head/audio/pragha/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pragha/distinfo Mon Jul 20 16:31:06 2015 (r392589) @@ -0,0 +1,2 @@ +SHA256 (pragha-1.3.2.2.tar.bz2) = a3f9f08fbe7a5384885494e167d1d5066aa295fc489ecaebeb137aab82416242 +SIZE (pragha-1.3.2.2.tar.bz2) = 672610 Added: head/audio/pragha/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pragha/files/patch-configure Mon Jul 20 16:31:06 2015 (r392589) @@ -0,0 +1,11 @@ +--- configure.orig 2015-02-21 22:12:00 UTC ++++ configure +@@ -12595,7 +12595,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> + + fi + fi +- USE_NLS=yes ++ #USE_NLS=yes + + + gt_cv_have_gettext=no Added: head/audio/pragha/files/patch-plugins_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pragha/files/patch-plugins_Makefile.in Mon Jul 20 16:31:06 2015 (r392589) @@ -0,0 +1,22 @@ +Remove 'gnome-media-keys' plugin, it requires sysutils/gnome-settings-daemon. + +--- plugins/Makefile.in.orig 2015-02-21 22:11:57 UTC ++++ plugins/Makefile.in +@@ -182,7 +182,7 @@ am__define_uniq_tagged_files = \ + done | $(am__uniquify_input)` + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = mpris2 gnome-media-keys song-info keybinder notify \ ++DIST_SUBDIRS = mpris2 song-info keybinder notify \ + devices removable-media mtp acoustid tunein dlna dlna-renderer \ + cdrom lastfm + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +@@ -467,7 +467,7 @@ AM_CPPFLAGS = \ + + pluginincludedir = $(includedir)/pragha/plugins + plugininclude_HEADERS = pragha-plugin-macros.h +-SUBDIRS = mpris2 gnome-media-keys $(am__append_1) $(am__append_2) \ ++SUBDIRS = mpris2 $(am__append_1) $(am__append_2) \ + $(am__append_3) $(am__append_4) $(am__append_5) \ + $(am__append_6) $(am__append_7) $(am__append_8) \ + $(am__append_9) $(am__append_10) Added: head/audio/pragha/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pragha/pkg-descr Mon Jul 20 16:31:06 2015 (r392589) @@ -0,0 +1,18 @@ +Pragha is a Lightweight Music Player, based on GTK, and SQLite. + +Main features: +* Full integration with GTK+3 +* Library with multiple views, according tags or folder structure +* Search, filtering and queue songs on current playlist +* Playing and edit tag of mp3, m4a, ogg, flac, asf, wma, and ape files +* Playlist management: Exporting M3U and read M3U, PLS, XSPF and WAX + playlists. +* Playback control with command line + +Extensible by plugins: +* AcoustID: Get metadata on AcoustID service +* Global Hotkeys: Control Pragha with multimedia keys +* Notification: Show notification when change songs +* Get radios: Search radios on TuneIn service + +WWW: http://pragha-music-player.github.io/ Added: head/audio/pragha/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pragha/pkg-plist Mon Jul 20 16:31:06 2015 (r392589) @@ -0,0 +1,52 @@ +bin/pragha +include/pragha/plugins/pragha-plugin-macros.h +lib/pragha/plugins/acoustid/acoustid.plugin +lib/pragha/plugins/acoustid/libacoustid.so +lib/pragha/plugins/keybinder/keybinder.plugin +lib/pragha/plugins/keybinder/libkeybinder.so +lib/pragha/plugins/mpris2/libmpris2.so +lib/pragha/plugins/mpris2/mpris2.plugin +lib/pragha/plugins/notify/libnotify.so +lib/pragha/plugins/notify/notify.plugin +lib/pragha/plugins/tunein/libtunein.so +lib/pragha/plugins/tunein/tunein.plugin +man/man1/pragha.1.gz +share/appdata/pragha.appdata.xml +share/applications/pragha.desktop +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/FAQ +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +share/icons/hicolor/128x128/apps/pragha.png +share/icons/hicolor/16x16/apps/pragha.png +share/icons/hicolor/24x24/apps/pragha.png +share/icons/hicolor/32x32/apps/pragha.png +share/icons/hicolor/48x48/apps/pragha.png +share/icons/hicolor/64x64/apps/pragha.png +%%NLS%%share/locale/bg/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/ca_ES/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/de/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/el/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/es/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/hu/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/it/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/ko_KR/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/nl/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/no/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/pt/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/vi/LC_MESSAGES/pragha.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pragha.mo +share/pixmaps/pragha/album.png +share/pixmaps/pragha/artist.png +share/pixmaps/pragha/cover.png +share/pixmaps/pragha/genre.png +share/pixmaps/pragha/track.png From owner-svn-ports-all@freebsd.org Mon Jul 20 16:35:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 049079A6AA8; Mon, 20 Jul 2015 16:35:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E98E51432; Mon, 20 Jul 2015 16:35:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KGZE1q048532; Mon, 20 Jul 2015 16:35:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KGZExg048531; Mon, 20 Jul 2015 16:35:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201635.t6KGZExg048531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 16:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392590 - 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.20 Precedence: 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, 20 Jul 2015 16:35:15 -0000 Author: feld Date: Mon Jul 20 16:35:13 2015 New Revision: 392590 URL: https://svnweb.freebsd.org/changeset/ports/392590 Log: Adjust range for apache22 We intended to commit 2.2.31 to ports but there are some issues. We will instead backport the CVE fix to 2.2.29_6 for now. Security: CVE-2015-3183 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 20 16:31:06 2015 (r392589) +++ head/security/vuxml/vuln.xml Mon Jul 20 16:35:13 2015 (r392590) @@ -232,7 +232,7 @@ Notes: apache22-itk-mpm apache22-peruser-mpm apache22-worker-mpm - 2.2.31 + 2.2.29_5 From owner-svn-ports-all@freebsd.org Mon Jul 20 16:37:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A62509A6B07; Mon, 20 Jul 2015 16:37:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9629A15C7; Mon, 20 Jul 2015 16:37:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KGbpgc048759; Mon, 20 Jul 2015 16:37:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KGbph1048757; Mon, 20 Jul 2015 16:37:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201637.t6KGbph1048757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 16:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392591 - in head/www/apache22: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 16:37:51 -0000 Author: feld Date: Mon Jul 20 16:37:50 2015 New Revision: 392591 URL: https://svnweb.freebsd.org/changeset/ports/392591 Log: Backport patch for CVE and bump PORTREVISION Approved by: pgollucci MFH: 2015Q3 Security: CVE-2015-3183 Security: 29083f8e-2ca8-11e5-86ff-14dae9d210b8 Added: head/www/apache22/files/patch-CVE-2015-3183 (contents, props changed) Modified: head/www/apache22/Makefile Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Mon Jul 20 16:35:13 2015 (r392590) +++ head/www/apache22/Makefile Mon Jul 20 16:37:50 2015 (r392591) @@ -2,7 +2,7 @@ PORTNAME= apache22 PORTVERSION= 2.2.29 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= www ipv6 MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} Added: head/www/apache22/files/patch-CVE-2015-3183 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/apache22/files/patch-CVE-2015-3183 Mon Jul 20 16:37:50 2015 (r392591) @@ -0,0 +1,777 @@ +diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c +index 347df85..5e190cb 100644 +--- modules/http/http_filters.c ++++ modules/http/http_filters.c +@@ -56,27 +56,31 @@ + #include + #endif + +-#define INVALID_CHAR -2 +- +-static long get_chunk_size(char *); +- +-typedef struct http_filter_ctx { ++typedef struct http_filter_ctx ++{ + apr_off_t remaining; + apr_off_t limit; + apr_off_t limit_used; +- enum { +- BODY_NONE, +- BODY_LENGTH, +- BODY_CHUNK, +- BODY_CHUNK_PART ++ apr_int32_t chunk_used; ++ apr_int32_t chunkbits; ++ enum ++ { ++ BODY_NONE, /* streamed data */ ++ BODY_LENGTH, /* data constrained by content length */ ++ BODY_CHUNK, /* chunk expected */ ++ BODY_CHUNK_PART, /* chunk digits */ ++ BODY_CHUNK_EXT, /* chunk extension */ ++ BODY_CHUNK_LF, /* got CR, expect LF after digits/extension */ ++ BODY_CHUNK_DATA, /* data constrained by chunked encoding */ ++ BODY_CHUNK_END, /* chunked data terminating CRLF */ ++ BODY_CHUNK_END_LF, /* got CR, expect LF after data */ ++ BODY_CHUNK_TRAILER /* trailers */ + } state; +- int eos_sent; +- char chunk_ln[32]; +- char *pos; +- apr_off_t linesize; ++ unsigned int eos_sent :1; + apr_bucket_brigade *bb; + } http_ctx_t; + ++/* bail out if some error in the HTTP input filter happens */ + static apr_status_t bail_out_on_error(http_ctx_t *ctx, + ap_filter_t *f, + int http_error) +@@ -109,119 +113,147 @@ static apr_status_t bail_out_on_error(http_ctx_t *ctx, + e = apr_bucket_eos_create(f->c->bucket_alloc); + APR_BRIGADE_INSERT_TAIL(bb, e); + ctx->eos_sent = 1; ++ /* If chunked encoding / content-length are corrupt, we may treat parts ++ * of this request's body as the next one's headers. ++ * To be safe, disable keep-alive. ++ */ ++ f->r->connection->keepalive = AP_CONN_CLOSE; + return ap_pass_brigade(f->r->output_filters, bb); + } + +-static apr_status_t get_remaining_chunk_line(http_ctx_t *ctx, +- apr_bucket_brigade *b, +- int linelimit) ++/** ++ * Parse a chunk line with optional extension, detect overflow. ++ * There are two error cases: ++ * 1) If the conversion would require too many bits, APR_EGENERAL is returned. ++ * 2) If the conversion used the correct number of bits, but an overflow ++ * caused only the sign bit to flip, then APR_ENOSPC is returned. ++ * In general, any negative number can be considered an overflow error. ++ */ ++static apr_status_t parse_chunk_size(http_ctx_t *ctx, const char *buffer, ++ apr_size_t len, int linelimit) + { +- apr_status_t rv; +- apr_off_t brigade_length; +- apr_bucket *e; +- const char *lineend; +- apr_size_t len; ++ apr_size_t i = 0; + +- /* +- * As the brigade b should have been requested in mode AP_MODE_GETLINE +- * all buckets in this brigade are already some type of memory +- * buckets (due to the needed scanning for LF in mode AP_MODE_GETLINE) +- * or META buckets. +- */ +- rv = apr_brigade_length(b, 0, &brigade_length); +- if (rv != APR_SUCCESS) { +- return rv; +- } +- /* Sanity check. Should never happen. See above. */ +- if (brigade_length == -1) { +- return APR_EGENERAL; +- } +- if (!brigade_length) { +- return APR_EAGAIN; +- } +- ctx->linesize += brigade_length; +- if (ctx->linesize > linelimit) { +- return APR_ENOSPC; +- } +- /* +- * As all buckets are already some type of memory buckets or META buckets +- * (see above), we only need to check the last byte in the last data bucket. +- */ +- for (e = APR_BRIGADE_LAST(b); +- e != APR_BRIGADE_SENTINEL(b); +- e = APR_BUCKET_PREV(e)) { ++ while (i < len) { ++ char c = buffer[i]; + +- if (APR_BUCKET_IS_METADATA(e)) { ++ ap_xlate_proto_from_ascii(&c, 1); ++ ++ /* handle CRLF after the chunk */ ++ if (ctx->state == BODY_CHUNK_END ++ || ctx->state == BODY_CHUNK_END_LF) { ++ if (c == LF) { ++ ctx->state = BODY_CHUNK; ++ } ++ else if (c == CR && ctx->state == BODY_CHUNK_END) { ++ ctx->state = BODY_CHUNK_END_LF; ++ } ++ else { ++ /* ++ * LF expected. ++ */ ++ return APR_EINVAL; ++ } ++ i++; + continue; + } +- rv = apr_bucket_read(e, &lineend, &len, APR_BLOCK_READ); +- if (rv != APR_SUCCESS) { +- return rv; ++ ++ /* handle start of the chunk */ ++ if (ctx->state == BODY_CHUNK) { ++ if (!apr_isxdigit(c)) { ++ /* ++ * Detect invalid character at beginning. This also works for ++ * empty chunk size lines. ++ */ ++ return APR_EINVAL; ++ } ++ else { ++ ctx->state = BODY_CHUNK_PART; ++ } ++ ctx->remaining = 0; ++ ctx->chunkbits = sizeof(apr_off_t) * 8; ++ ctx->chunk_used = 0; ++ } ++ ++ if (c == LF) { ++ if (ctx->remaining) { ++ ctx->state = BODY_CHUNK_DATA; ++ } ++ else { ++ ctx->state = BODY_CHUNK_TRAILER; ++ } + } +- if (len > 0) { +- break; /* we got the data we want */ ++ else if (ctx->state == BODY_CHUNK_LF) { ++ /* ++ * LF expected. ++ */ ++ return APR_EINVAL; + } +- /* If we got a zero-length data bucket, we try the next one */ +- } +- /* We had no data in this brigade */ +- if (!len || e == APR_BRIGADE_SENTINEL(b)) { +- return APR_EAGAIN; +- } +- if (lineend[len - 1] != APR_ASCII_LF) { +- return APR_EAGAIN; +- } +- /* Line is complete. So reset ctx->linesize for next round. */ +- ctx->linesize = 0; +- return APR_SUCCESS; +-} ++ else if (c == CR) { ++ ctx->state = BODY_CHUNK_LF; ++ } ++ else if (c == ';') { ++ ctx->state = BODY_CHUNK_EXT; ++ } ++ else if (ctx->state == BODY_CHUNK_EXT) { ++ /* ++ * Control chars (but tabs) are invalid. ++ */ ++ if (c != '\t' && apr_iscntrl(c)) { ++ return APR_EINVAL; ++ } ++ } ++ else if (ctx->state == BODY_CHUNK_PART) { ++ int xvalue; + +-static apr_status_t get_chunk_line(http_ctx_t *ctx, apr_bucket_brigade *b, +- int linelimit) +-{ +- apr_size_t len; +- int tmp_len; +- apr_status_t rv; ++ /* ignore leading zeros */ ++ if (!ctx->remaining && c == '0') { ++ i++; ++ continue; ++ } + +- tmp_len = sizeof(ctx->chunk_ln) - (ctx->pos - ctx->chunk_ln) - 1; +- /* Saveguard ourselves against underflows */ +- if (tmp_len < 0) { +- len = 0; +- } +- else { +- len = (apr_size_t) tmp_len; +- } +- /* +- * Check if there is space left in ctx->chunk_ln. If not, then either +- * the chunk size is insane or we have chunk-extensions. Ignore both +- * by discarding the remaining part of the line via +- * get_remaining_chunk_line. Only bail out if the line is too long. +- */ +- if (len > 0) { +- rv = apr_brigade_flatten(b, ctx->pos, &len); +- if (rv != APR_SUCCESS) { +- return rv; ++ ctx->chunkbits -= 4; ++ if (ctx->chunkbits < 0) { ++ /* overflow */ ++ return APR_ENOSPC; ++ } ++ ++ if (c >= '0' && c <= '9') { ++ xvalue = c - '0'; ++ } ++ else if (c >= 'A' && c <= 'F') { ++ xvalue = c - 'A' + 0xa; ++ } ++ else if (c >= 'a' && c <= 'f') { ++ xvalue = c - 'a' + 0xa; ++ } ++ else { ++ /* bogus character */ ++ return APR_EINVAL; ++ } ++ ++ ctx->remaining = (ctx->remaining << 4) | xvalue; ++ if (ctx->remaining < 0) { ++ /* overflow */ ++ return APR_ENOSPC; ++ } + } +- ctx->pos += len; +- ctx->linesize += len; +- *(ctx->pos) = '\0'; +- /* +- * Check if we really got a full line. If yes the +- * last char in the just read buffer must be LF. +- * If not advance the buffer and return APR_EAGAIN. +- * We do not start processing until we have the +- * full line. +- */ +- if (ctx->pos[-1] != APR_ASCII_LF) { +- /* Check if the remaining data in the brigade has the LF */ +- return get_remaining_chunk_line(ctx, b, linelimit); ++ else { ++ /* Should not happen */ ++ return APR_EGENERAL; + } +- /* Line is complete. So reset ctx->pos for next round. */ +- ctx->pos = ctx->chunk_ln; +- return APR_SUCCESS; ++ ++ i++; + } +- return get_remaining_chunk_line(ctx, b, linelimit); +-} + ++ /* sanity check */ ++ ctx->chunk_used += len; ++ if (ctx->chunk_used < 0 || ctx->chunk_used > linelimit) { ++ return APR_ENOSPC; ++ } ++ ++ return APR_SUCCESS; ++} + + static apr_status_t read_chunked_trailers(http_ctx_t *ctx, ap_filter_t *f, + apr_bucket_brigade *b, int merge) +@@ -235,7 +267,6 @@ static apr_status_t read_chunked_trailers(http_ctx_t *ctx, ap_filter_t *f, + r->status = HTTP_OK; + r->headers_in = r->trailers_in; + apr_table_clear(r->headers_in); +- ctx->state = BODY_NONE; + ap_get_mime_headers(r); + + if(r->status == HTTP_OK) { +@@ -282,6 +313,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + apr_off_t totalread; + int http_error = HTTP_REQUEST_ENTITY_TOO_LARGE; + apr_bucket_brigade *bb; ++ int again; + + conf = (core_server_config *) + ap_get_module_config(f->r->server->module_config, &core_module); +@@ -295,7 +327,6 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + const char *tenc, *lenp; + f->ctx = ctx = apr_pcalloc(f->r->pool, sizeof(*ctx)); + ctx->state = BODY_NONE; +- ctx->pos = ctx->chunk_ln; + ctx->bb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); + bb = ctx->bb; + +@@ -337,7 +368,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + */ + ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, + "Unknown Transfer-Encoding: %s", tenc); +- return bail_out_on_error(ctx, f, HTTP_NOT_IMPLEMENTED); ++ return bail_out_on_error(ctx, f, HTTP_BAD_REQUEST); + } + lenp = NULL; + } +@@ -357,7 +388,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, f->r, + "Invalid Content-Length"); + +- return bail_out_on_error(ctx, f, HTTP_REQUEST_ENTITY_TOO_LARGE); ++ return bail_out_on_error(ctx, f, HTTP_BAD_REQUEST); + } + + /* If we have a limit in effect and we know the C-L ahead of +@@ -399,7 +430,8 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + if (!ap_is_HTTP_SUCCESS(f->r->status)) { + ctx->state = BODY_NONE; + ctx->eos_sent = 1; +- } else { ++ } ++ else { + char *tmp; + int len; + +@@ -424,285 +456,194 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + } + } + } ++ } + +- /* We can't read the chunk until after sending 100 if required. */ +- if (ctx->state == BODY_CHUNK) { +- apr_brigade_cleanup(bb); ++ /* sanity check in case we're read twice */ ++ if (ctx->eos_sent) { ++ e = apr_bucket_eos_create(f->c->bucket_alloc); ++ APR_BRIGADE_INSERT_TAIL(b, e); ++ return APR_SUCCESS; ++ } ++ ++ do { ++ apr_brigade_cleanup(b); ++ again = 0; /* until further notice */ ++ ++ /* read and handle the brigade */ ++ switch (ctx->state) { ++ case BODY_CHUNK: ++ case BODY_CHUNK_PART: ++ case BODY_CHUNK_EXT: ++ case BODY_CHUNK_LF: ++ case BODY_CHUNK_END: ++ case BODY_CHUNK_END_LF: { + +- rv = ap_get_brigade(f->next, bb, AP_MODE_GETLINE, +- block, 0); ++ rv = ap_get_brigade(f->next, b, AP_MODE_GETLINE, block, 0); + + /* for timeout */ +- if (block == APR_NONBLOCK_READ && +- ( (rv == APR_SUCCESS && APR_BRIGADE_EMPTY(bb)) || +- (APR_STATUS_IS_EAGAIN(rv)) )) { +- ctx->state = BODY_CHUNK_PART; ++ if (block == APR_NONBLOCK_READ ++ && ((rv == APR_SUCCESS && APR_BRIGADE_EMPTY(b)) ++ || (APR_STATUS_IS_EAGAIN(rv)))) { + return APR_EAGAIN; + } + +- if (rv == APR_SUCCESS) { +- rv = get_chunk_line(ctx, bb, f->r->server->limit_req_line); +- if (APR_STATUS_IS_EAGAIN(rv)) { +- apr_brigade_cleanup(bb); +- ctx->state = BODY_CHUNK_PART; +- return rv; +- } +- if (rv == APR_SUCCESS) { +- ctx->remaining = get_chunk_size(ctx->chunk_ln); +- if (ctx->remaining == INVALID_CHAR) { +- rv = APR_EGENERAL; +- http_error = HTTP_SERVICE_UNAVAILABLE; +- } +- } +- } +- apr_brigade_cleanup(bb); +- +- /* Detect chunksize error (such as overflow) */ +- if (rv != APR_SUCCESS || ctx->remaining < 0) { +- ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, f->r, "Error reading first chunk %s ", +- (ctx->remaining < 0) ? "(overflow)" : ""); +- if (APR_STATUS_IS_TIMEUP(rv) || ctx->remaining > 0) { +- http_error = HTTP_REQUEST_TIME_OUT; +- } +- ctx->remaining = 0; /* Reset it in case we have to +- * come back here later */ +- return bail_out_on_error(ctx, f, http_error); ++ if (rv == APR_EOF) { ++ return APR_INCOMPLETE; + } + +- if (!ctx->remaining) { +- return read_chunked_trailers(ctx, f, b, +- conf->merge_trailers == AP_MERGE_TRAILERS_ENABLE); ++ if (rv != APR_SUCCESS) { ++ return rv; + } +- } +- } +- else { +- bb = ctx->bb; +- } + +- if (ctx->eos_sent) { +- e = apr_bucket_eos_create(f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(b, e); +- return APR_SUCCESS; +- } ++ e = APR_BRIGADE_FIRST(b); ++ while (e != APR_BRIGADE_SENTINEL(b)) { ++ const char *buffer; ++ apr_size_t len; + +- if (!ctx->remaining) { +- switch (ctx->state) { +- case BODY_NONE: +- break; +- case BODY_LENGTH: +- e = apr_bucket_eos_create(f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(b, e); +- ctx->eos_sent = 1; +- return APR_SUCCESS; +- case BODY_CHUNK: +- case BODY_CHUNK_PART: +- { +- apr_brigade_cleanup(bb); ++ if (!APR_BUCKET_IS_METADATA(e)) { ++ int parsing = 0; + +- /* We need to read the CRLF after the chunk. */ +- if (ctx->state == BODY_CHUNK) { +- rv = ap_get_brigade(f->next, bb, AP_MODE_GETLINE, +- block, 0); +- if (block == APR_NONBLOCK_READ && +- ( (rv == APR_SUCCESS && APR_BRIGADE_EMPTY(bb)) || +- (APR_STATUS_IS_EAGAIN(rv)) )) { +- return APR_EAGAIN; +- } +- /* If we get an error, then leave */ +- if (rv == APR_EOF) { +- return APR_INCOMPLETE; +- } +- if (rv != APR_SUCCESS) { +- return rv; +- } +- /* +- * We really don't care whats on this line. If it is RFC +- * compliant it should be only \r\n. If there is more +- * before we just ignore it as long as we do not get over +- * the limit for request lines. +- */ +- rv = get_remaining_chunk_line(ctx, bb, +- f->r->server->limit_req_line); +- apr_brigade_cleanup(bb); +- if (APR_STATUS_IS_EAGAIN(rv)) { +- return rv; +- } +- } else { +- rv = APR_SUCCESS; +- } ++ rv = apr_bucket_read(e, &buffer, &len, APR_BLOCK_READ); + +- if (rv == APR_SUCCESS) { +- /* Read the real chunk line. */ +- rv = ap_get_brigade(f->next, bb, AP_MODE_GETLINE, +- block, 0); +- /* Test timeout */ +- if (block == APR_NONBLOCK_READ && +- ( (rv == APR_SUCCESS && APR_BRIGADE_EMPTY(bb)) || +- (APR_STATUS_IS_EAGAIN(rv)) )) { +- ctx->state = BODY_CHUNK_PART; +- return APR_EAGAIN; +- } +- ctx->state = BODY_CHUNK; + if (rv == APR_SUCCESS) { +- rv = get_chunk_line(ctx, bb, f->r->server->limit_req_line); +- if (APR_STATUS_IS_EAGAIN(rv)) { +- ctx->state = BODY_CHUNK_PART; +- apr_brigade_cleanup(bb); +- return rv; +- } +- if (rv == APR_SUCCESS) { +- ctx->remaining = get_chunk_size(ctx->chunk_ln); +- if (ctx->remaining == INVALID_CHAR) { +- rv = APR_EGENERAL; +- http_error = HTTP_SERVICE_UNAVAILABLE; ++ parsing = 1; ++ rv = parse_chunk_size(ctx, buffer, len, ++ f->r->server->limit_req_fieldsize); ++ } ++ if (rv != APR_SUCCESS) { ++ ap_log_rerror(APLOG_MARK, APLOG_INFO, rv, f->r, ++ "Error reading/parsing chunk %s ", ++ (APR_ENOSPC == rv) ? "(overflow)" : ""); ++ if (parsing) { ++ if (rv != APR_ENOSPC) { ++ http_error = HTTP_BAD_REQUEST; + } ++ return bail_out_on_error(ctx, f, http_error); + } ++ return rv; + } +- apr_brigade_cleanup(bb); + } + +- /* Detect chunksize error (such as overflow) */ +- if (rv != APR_SUCCESS || ctx->remaining < 0) { +- ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, f->r, "Error reading chunk %s ", +- (ctx->remaining < 0) ? "(overflow)" : ""); +- if (APR_STATUS_IS_TIMEUP(rv) || ctx->remaining > 0) { +- http_error = HTTP_REQUEST_TIME_OUT; +- } +- ctx->remaining = 0; /* Reset it in case we have to +- * come back here later */ +- return bail_out_on_error(ctx, f, http_error); +- } ++ apr_bucket_delete(e); ++ e = APR_BRIGADE_FIRST(b); ++ } ++ again = 1; /* come around again */ + +- if (!ctx->remaining) { +- return read_chunked_trailers(ctx, f, b, ++ if (ctx->state == BODY_CHUNK_TRAILER) { ++ /* Treat UNSET as DISABLE - trailers aren't merged by default */ ++ return read_chunked_trailers(ctx, f, b, + conf->merge_trailers == AP_MERGE_TRAILERS_ENABLE); +- } + } ++ + break; + } +- } ++ case BODY_NONE: ++ case BODY_LENGTH: ++ case BODY_CHUNK_DATA: { + +- /* Ensure that the caller can not go over our boundary point. */ +- if (ctx->state == BODY_LENGTH || ctx->state == BODY_CHUNK) { +- if (ctx->remaining < readbytes) { +- readbytes = ctx->remaining; +- } +- AP_DEBUG_ASSERT(readbytes > 0); +- } ++ /* Ensure that the caller can not go over our boundary point. */ ++ if (ctx->state != BODY_NONE && ctx->remaining < readbytes) { ++ readbytes = ctx->remaining; ++ } ++ if (readbytes > 0) { + +- rv = ap_get_brigade(f->next, b, mode, block, readbytes); ++ rv = ap_get_brigade(f->next, b, mode, block, readbytes); + +- if (rv == APR_EOF && ctx->state != BODY_NONE && +- ctx->remaining > 0) { +- return APR_INCOMPLETE; +- } +- if (rv != APR_SUCCESS) { +- return rv; +- } ++ /* for timeout */ ++ if (block == APR_NONBLOCK_READ ++ && ((rv == APR_SUCCESS && APR_BRIGADE_EMPTY(b)) ++ || (APR_STATUS_IS_EAGAIN(rv)))) { ++ return APR_EAGAIN; ++ } + +- /* How many bytes did we just read? */ +- apr_brigade_length(b, 0, &totalread); ++ if (rv == APR_EOF && ctx->state != BODY_NONE ++ && ctx->remaining > 0) { ++ return APR_INCOMPLETE; ++ } + +- /* If this happens, we have a bucket of unknown length. Die because +- * it means our assumptions have changed. */ +- AP_DEBUG_ASSERT(totalread >= 0); ++ if (rv != APR_SUCCESS) { ++ return rv; ++ } + +- if (ctx->state != BODY_NONE) { +- ctx->remaining -= totalread; +- if (ctx->remaining > 0) { +- e = APR_BRIGADE_LAST(b); +- if (APR_BUCKET_IS_EOS(e)) { +- apr_bucket_delete(e); +- return APR_INCOMPLETE; +- } +- } +- } ++ /* How many bytes did we just read? */ ++ apr_brigade_length(b, 0, &totalread); + +- /* If we have no more bytes remaining on a C-L request, +- * save the callter a roundtrip to discover EOS. +- */ +- if (ctx->state == BODY_LENGTH && ctx->remaining == 0) { +- e = apr_bucket_eos_create(f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(b, e); +- } ++ /* If this happens, we have a bucket of unknown length. Die because ++ * it means our assumptions have changed. */ ++ AP_DEBUG_ASSERT(totalread >= 0); + +- /* We have a limit in effect. */ +- if (ctx->limit) { +- /* FIXME: Note that we might get slightly confused on chunked inputs +- * as we'd need to compensate for the chunk lengths which may not +- * really count. This seems to be up for interpretation. */ +- ctx->limit_used += totalread; +- if (ctx->limit < ctx->limit_used) { +- ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, f->r, +- "Read content-length of %" APR_OFF_T_FMT +- " is larger than the configured limit" +- " of %" APR_OFF_T_FMT, ctx->limit_used, ctx->limit); +- apr_brigade_cleanup(bb); +- e = ap_bucket_error_create(HTTP_REQUEST_ENTITY_TOO_LARGE, NULL, +- f->r->pool, +- f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(bb, e); +- e = apr_bucket_eos_create(f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(bb, e); +- ctx->eos_sent = 1; +- return ap_pass_brigade(f->r->output_filters, bb); +- } +- } ++ if (ctx->state != BODY_NONE) { ++ ctx->remaining -= totalread; ++ if (ctx->remaining > 0) { ++ e = APR_BRIGADE_LAST(b); ++ if (APR_BUCKET_IS_EOS(e)) { ++ apr_bucket_delete(e); ++ return APR_INCOMPLETE; ++ } ++ } ++ else if (ctx->state == BODY_CHUNK_DATA) { ++ /* next chunk please */ ++ ctx->state = BODY_CHUNK_END; ++ ctx->chunk_used = 0; ++ } ++ } + +- return APR_SUCCESS; +-} ++ } + +-/** +- * Parse a chunk extension, detect overflow. +- * There are two error cases: +- * 1) If the conversion would require too many bits, a -1 is returned. +- * 2) If the conversion used the correct number of bits, but an overflow +- * caused only the sign bit to flip, then that negative number is +- * returned. +- * In general, any negative number can be considered an overflow error. +- */ +-static long get_chunk_size(char *b) +-{ +- long chunksize = 0; +- size_t chunkbits = sizeof(long) * 8; ++ /* If we have no more bytes remaining on a C-L request, ++ * save the caller a round trip to discover EOS. ++ */ ++ if (ctx->state == BODY_LENGTH && ctx->remaining == 0) { ++ e = apr_bucket_eos_create(f->c->bucket_alloc); ++ APR_BRIGADE_INSERT_TAIL(b, e); ++ ctx->eos_sent = 1; ++ } + +- ap_xlate_proto_from_ascii(b, strlen(b)); ++ /* We have a limit in effect. */ ++ if (ctx->limit) { ++ /* FIXME: Note that we might get slightly confused on chunked inputs ++ * as we'd need to compensate for the chunk lengths which may not ++ * really count. This seems to be up for interpretation. */ ++ ctx->limit_used += totalread; ++ if (ctx->limit < ctx->limit_used) { ++ ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, ++ "Read content-length of %" APR_OFF_T_FMT ++ " is larger than the configured limit" ++ " of %" APR_OFF_T_FMT, ctx->limit_used, ctx->limit); ++ return bail_out_on_error(ctx, f, HTTP_REQUEST_ENTITY_TOO_LARGE); ++ } ++ } + +- if (!apr_isxdigit(*b)) { +- /* +- * Detect invalid character at beginning. This also works for empty +- * chunk size lines. +- */ +- return INVALID_CHAR; +- } +- /* Skip leading zeros */ +- while (*b == '0') { +- ++b; +- } ++ break; ++ } ++ case BODY_CHUNK_TRAILER: { ++ ++ rv = ap_get_brigade(f->next, b, mode, block, readbytes); + +- while (apr_isxdigit(*b) && (chunkbits > 0)) { +- int xvalue = 0; ++ /* for timeout */ ++ if (block == APR_NONBLOCK_READ ++ && ((rv == APR_SUCCESS && APR_BRIGADE_EMPTY(b)) ++ || (APR_STATUS_IS_EAGAIN(rv)))) { ++ return APR_EAGAIN; ++ } ++ ++ if (rv != APR_SUCCESS) { ++ return rv; ++ } + +- if (*b >= '0' && *b <= '9') { +- xvalue = *b - '0'; ++ break; + } +- else if (*b >= 'A' && *b <= 'F') { +- xvalue = *b - 'A' + 0xa; ++ default: { ++ /* Should not happen */ ++ ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, ++ "Unexpected body state (%i)", (int)ctx->state); ++ return APR_EGENERAL; + } +- else if (*b >= 'a' && *b <= 'f') { +- xvalue = *b - 'a' + 0xa; + } + +- chunksize = (chunksize << 4) | xvalue; +- chunkbits -= 4; +- ++b; +- } +- if (apr_isxdigit(*b) && (chunkbits <= 0)) { +- /* overflow */ +- return -1; +- } ++ } while (again); + +- return chunksize; ++ return APR_SUCCESS; + } + + typedef struct header_struct { From owner-svn-ports-all@freebsd.org Mon Jul 20 16:39:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E0709A6B73; Mon, 20 Jul 2015 16:39:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DDC218AA; Mon, 20 Jul 2015 16:39:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KGd23B048996; Mon, 20 Jul 2015 16:39:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KGd2fU048994; Mon, 20 Jul 2015 16:39:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201639.t6KGd2fU048994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 16:39:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392592 - in branches/2015Q3/www/apache22: . 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.20 Precedence: 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, 20 Jul 2015 16:39:02 -0000 Author: feld Date: Mon Jul 20 16:39:01 2015 New Revision: 392592 URL: https://svnweb.freebsd.org/changeset/ports/392592 Log: MFH: r392591 Backport patch for CVE and bump PORTREVISION Approved by: pgollucci Security: CVE-2015-3183 Security: 29083f8e-2ca8-11e5-86ff-14dae9d210b8 Approved by: ports-secteam (with hat) Added: branches/2015Q3/www/apache22/files/patch-CVE-2015-3183 - copied unchanged from r392591, head/www/apache22/files/patch-CVE-2015-3183 Modified: branches/2015Q3/www/apache22/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/apache22/Makefile ============================================================================== --- branches/2015Q3/www/apache22/Makefile Mon Jul 20 16:37:50 2015 (r392591) +++ branches/2015Q3/www/apache22/Makefile Mon Jul 20 16:39:01 2015 (r392592) @@ -2,7 +2,7 @@ PORTNAME= apache22 PORTVERSION= 2.2.29 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= www ipv6 MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} Copied: branches/2015Q3/www/apache22/files/patch-CVE-2015-3183 (from r392591, head/www/apache22/files/patch-CVE-2015-3183) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/www/apache22/files/patch-CVE-2015-3183 Mon Jul 20 16:39:01 2015 (r392592, copy of r392591, head/www/apache22/files/patch-CVE-2015-3183) @@ -0,0 +1,777 @@ +diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c +index 347df85..5e190cb 100644 +--- modules/http/http_filters.c ++++ modules/http/http_filters.c +@@ -56,27 +56,31 @@ + #include + #endif + +-#define INVALID_CHAR -2 +- +-static long get_chunk_size(char *); +- +-typedef struct http_filter_ctx { ++typedef struct http_filter_ctx ++{ + apr_off_t remaining; + apr_off_t limit; + apr_off_t limit_used; +- enum { +- BODY_NONE, +- BODY_LENGTH, +- BODY_CHUNK, +- BODY_CHUNK_PART ++ apr_int32_t chunk_used; ++ apr_int32_t chunkbits; ++ enum ++ { ++ BODY_NONE, /* streamed data */ ++ BODY_LENGTH, /* data constrained by content length */ ++ BODY_CHUNK, /* chunk expected */ ++ BODY_CHUNK_PART, /* chunk digits */ ++ BODY_CHUNK_EXT, /* chunk extension */ ++ BODY_CHUNK_LF, /* got CR, expect LF after digits/extension */ ++ BODY_CHUNK_DATA, /* data constrained by chunked encoding */ ++ BODY_CHUNK_END, /* chunked data terminating CRLF */ ++ BODY_CHUNK_END_LF, /* got CR, expect LF after data */ ++ BODY_CHUNK_TRAILER /* trailers */ + } state; +- int eos_sent; +- char chunk_ln[32]; +- char *pos; +- apr_off_t linesize; ++ unsigned int eos_sent :1; + apr_bucket_brigade *bb; + } http_ctx_t; + ++/* bail out if some error in the HTTP input filter happens */ + static apr_status_t bail_out_on_error(http_ctx_t *ctx, + ap_filter_t *f, + int http_error) +@@ -109,119 +113,147 @@ static apr_status_t bail_out_on_error(http_ctx_t *ctx, + e = apr_bucket_eos_create(f->c->bucket_alloc); + APR_BRIGADE_INSERT_TAIL(bb, e); + ctx->eos_sent = 1; ++ /* If chunked encoding / content-length are corrupt, we may treat parts ++ * of this request's body as the next one's headers. ++ * To be safe, disable keep-alive. ++ */ ++ f->r->connection->keepalive = AP_CONN_CLOSE; + return ap_pass_brigade(f->r->output_filters, bb); + } + +-static apr_status_t get_remaining_chunk_line(http_ctx_t *ctx, +- apr_bucket_brigade *b, +- int linelimit) ++/** ++ * Parse a chunk line with optional extension, detect overflow. ++ * There are two error cases: ++ * 1) If the conversion would require too many bits, APR_EGENERAL is returned. ++ * 2) If the conversion used the correct number of bits, but an overflow ++ * caused only the sign bit to flip, then APR_ENOSPC is returned. ++ * In general, any negative number can be considered an overflow error. ++ */ ++static apr_status_t parse_chunk_size(http_ctx_t *ctx, const char *buffer, ++ apr_size_t len, int linelimit) + { +- apr_status_t rv; +- apr_off_t brigade_length; +- apr_bucket *e; +- const char *lineend; +- apr_size_t len; ++ apr_size_t i = 0; + +- /* +- * As the brigade b should have been requested in mode AP_MODE_GETLINE +- * all buckets in this brigade are already some type of memory +- * buckets (due to the needed scanning for LF in mode AP_MODE_GETLINE) +- * or META buckets. +- */ +- rv = apr_brigade_length(b, 0, &brigade_length); +- if (rv != APR_SUCCESS) { +- return rv; +- } +- /* Sanity check. Should never happen. See above. */ +- if (brigade_length == -1) { +- return APR_EGENERAL; +- } +- if (!brigade_length) { +- return APR_EAGAIN; +- } +- ctx->linesize += brigade_length; +- if (ctx->linesize > linelimit) { +- return APR_ENOSPC; +- } +- /* +- * As all buckets are already some type of memory buckets or META buckets +- * (see above), we only need to check the last byte in the last data bucket. +- */ +- for (e = APR_BRIGADE_LAST(b); +- e != APR_BRIGADE_SENTINEL(b); +- e = APR_BUCKET_PREV(e)) { ++ while (i < len) { ++ char c = buffer[i]; + +- if (APR_BUCKET_IS_METADATA(e)) { ++ ap_xlate_proto_from_ascii(&c, 1); ++ ++ /* handle CRLF after the chunk */ ++ if (ctx->state == BODY_CHUNK_END ++ || ctx->state == BODY_CHUNK_END_LF) { ++ if (c == LF) { ++ ctx->state = BODY_CHUNK; ++ } ++ else if (c == CR && ctx->state == BODY_CHUNK_END) { ++ ctx->state = BODY_CHUNK_END_LF; ++ } ++ else { ++ /* ++ * LF expected. ++ */ ++ return APR_EINVAL; ++ } ++ i++; + continue; + } +- rv = apr_bucket_read(e, &lineend, &len, APR_BLOCK_READ); +- if (rv != APR_SUCCESS) { +- return rv; ++ ++ /* handle start of the chunk */ ++ if (ctx->state == BODY_CHUNK) { ++ if (!apr_isxdigit(c)) { ++ /* ++ * Detect invalid character at beginning. This also works for ++ * empty chunk size lines. ++ */ ++ return APR_EINVAL; ++ } ++ else { ++ ctx->state = BODY_CHUNK_PART; ++ } ++ ctx->remaining = 0; ++ ctx->chunkbits = sizeof(apr_off_t) * 8; ++ ctx->chunk_used = 0; ++ } ++ ++ if (c == LF) { ++ if (ctx->remaining) { ++ ctx->state = BODY_CHUNK_DATA; ++ } ++ else { ++ ctx->state = BODY_CHUNK_TRAILER; ++ } + } +- if (len > 0) { +- break; /* we got the data we want */ ++ else if (ctx->state == BODY_CHUNK_LF) { ++ /* ++ * LF expected. ++ */ ++ return APR_EINVAL; + } +- /* If we got a zero-length data bucket, we try the next one */ +- } +- /* We had no data in this brigade */ +- if (!len || e == APR_BRIGADE_SENTINEL(b)) { +- return APR_EAGAIN; +- } +- if (lineend[len - 1] != APR_ASCII_LF) { +- return APR_EAGAIN; +- } +- /* Line is complete. So reset ctx->linesize for next round. */ +- ctx->linesize = 0; +- return APR_SUCCESS; +-} ++ else if (c == CR) { ++ ctx->state = BODY_CHUNK_LF; ++ } ++ else if (c == ';') { ++ ctx->state = BODY_CHUNK_EXT; ++ } ++ else if (ctx->state == BODY_CHUNK_EXT) { ++ /* ++ * Control chars (but tabs) are invalid. ++ */ ++ if (c != '\t' && apr_iscntrl(c)) { ++ return APR_EINVAL; ++ } ++ } ++ else if (ctx->state == BODY_CHUNK_PART) { ++ int xvalue; + +-static apr_status_t get_chunk_line(http_ctx_t *ctx, apr_bucket_brigade *b, +- int linelimit) +-{ +- apr_size_t len; +- int tmp_len; +- apr_status_t rv; ++ /* ignore leading zeros */ ++ if (!ctx->remaining && c == '0') { ++ i++; ++ continue; ++ } + +- tmp_len = sizeof(ctx->chunk_ln) - (ctx->pos - ctx->chunk_ln) - 1; +- /* Saveguard ourselves against underflows */ +- if (tmp_len < 0) { +- len = 0; +- } +- else { +- len = (apr_size_t) tmp_len; +- } +- /* +- * Check if there is space left in ctx->chunk_ln. If not, then either +- * the chunk size is insane or we have chunk-extensions. Ignore both +- * by discarding the remaining part of the line via +- * get_remaining_chunk_line. Only bail out if the line is too long. +- */ +- if (len > 0) { +- rv = apr_brigade_flatten(b, ctx->pos, &len); +- if (rv != APR_SUCCESS) { +- return rv; ++ ctx->chunkbits -= 4; ++ if (ctx->chunkbits < 0) { ++ /* overflow */ ++ return APR_ENOSPC; ++ } ++ ++ if (c >= '0' && c <= '9') { ++ xvalue = c - '0'; ++ } ++ else if (c >= 'A' && c <= 'F') { ++ xvalue = c - 'A' + 0xa; ++ } ++ else if (c >= 'a' && c <= 'f') { ++ xvalue = c - 'a' + 0xa; ++ } ++ else { ++ /* bogus character */ ++ return APR_EINVAL; ++ } ++ ++ ctx->remaining = (ctx->remaining << 4) | xvalue; ++ if (ctx->remaining < 0) { ++ /* overflow */ ++ return APR_ENOSPC; ++ } + } +- ctx->pos += len; +- ctx->linesize += len; +- *(ctx->pos) = '\0'; +- /* +- * Check if we really got a full line. If yes the +- * last char in the just read buffer must be LF. +- * If not advance the buffer and return APR_EAGAIN. +- * We do not start processing until we have the +- * full line. +- */ +- if (ctx->pos[-1] != APR_ASCII_LF) { +- /* Check if the remaining data in the brigade has the LF */ +- return get_remaining_chunk_line(ctx, b, linelimit); ++ else { ++ /* Should not happen */ ++ return APR_EGENERAL; + } +- /* Line is complete. So reset ctx->pos for next round. */ +- ctx->pos = ctx->chunk_ln; +- return APR_SUCCESS; ++ ++ i++; + } +- return get_remaining_chunk_line(ctx, b, linelimit); +-} + ++ /* sanity check */ ++ ctx->chunk_used += len; ++ if (ctx->chunk_used < 0 || ctx->chunk_used > linelimit) { ++ return APR_ENOSPC; ++ } ++ ++ return APR_SUCCESS; ++} + + static apr_status_t read_chunked_trailers(http_ctx_t *ctx, ap_filter_t *f, + apr_bucket_brigade *b, int merge) +@@ -235,7 +267,6 @@ static apr_status_t read_chunked_trailers(http_ctx_t *ctx, ap_filter_t *f, + r->status = HTTP_OK; + r->headers_in = r->trailers_in; + apr_table_clear(r->headers_in); +- ctx->state = BODY_NONE; + ap_get_mime_headers(r); + + if(r->status == HTTP_OK) { +@@ -282,6 +313,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + apr_off_t totalread; + int http_error = HTTP_REQUEST_ENTITY_TOO_LARGE; + apr_bucket_brigade *bb; ++ int again; + + conf = (core_server_config *) + ap_get_module_config(f->r->server->module_config, &core_module); +@@ -295,7 +327,6 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + const char *tenc, *lenp; + f->ctx = ctx = apr_pcalloc(f->r->pool, sizeof(*ctx)); + ctx->state = BODY_NONE; +- ctx->pos = ctx->chunk_ln; + ctx->bb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); + bb = ctx->bb; + +@@ -337,7 +368,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + */ + ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, + "Unknown Transfer-Encoding: %s", tenc); +- return bail_out_on_error(ctx, f, HTTP_NOT_IMPLEMENTED); ++ return bail_out_on_error(ctx, f, HTTP_BAD_REQUEST); + } + lenp = NULL; + } +@@ -357,7 +388,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, f->r, + "Invalid Content-Length"); + +- return bail_out_on_error(ctx, f, HTTP_REQUEST_ENTITY_TOO_LARGE); ++ return bail_out_on_error(ctx, f, HTTP_BAD_REQUEST); + } + + /* If we have a limit in effect and we know the C-L ahead of +@@ -399,7 +430,8 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + if (!ap_is_HTTP_SUCCESS(f->r->status)) { + ctx->state = BODY_NONE; + ctx->eos_sent = 1; +- } else { ++ } ++ else { + char *tmp; + int len; + +@@ -424,285 +456,194 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, + } + } + } ++ } + +- /* We can't read the chunk until after sending 100 if required. */ +- if (ctx->state == BODY_CHUNK) { +- apr_brigade_cleanup(bb); ++ /* sanity check in case we're read twice */ ++ if (ctx->eos_sent) { ++ e = apr_bucket_eos_create(f->c->bucket_alloc); ++ APR_BRIGADE_INSERT_TAIL(b, e); ++ return APR_SUCCESS; ++ } ++ ++ do { ++ apr_brigade_cleanup(b); ++ again = 0; /* until further notice */ ++ ++ /* read and handle the brigade */ ++ switch (ctx->state) { ++ case BODY_CHUNK: ++ case BODY_CHUNK_PART: ++ case BODY_CHUNK_EXT: ++ case BODY_CHUNK_LF: ++ case BODY_CHUNK_END: ++ case BODY_CHUNK_END_LF: { + +- rv = ap_get_brigade(f->next, bb, AP_MODE_GETLINE, +- block, 0); ++ rv = ap_get_brigade(f->next, b, AP_MODE_GETLINE, block, 0); + + /* for timeout */ +- if (block == APR_NONBLOCK_READ && +- ( (rv == APR_SUCCESS && APR_BRIGADE_EMPTY(bb)) || +- (APR_STATUS_IS_EAGAIN(rv)) )) { +- ctx->state = BODY_CHUNK_PART; ++ if (block == APR_NONBLOCK_READ ++ && ((rv == APR_SUCCESS && APR_BRIGADE_EMPTY(b)) ++ || (APR_STATUS_IS_EAGAIN(rv)))) { + return APR_EAGAIN; + } + +- if (rv == APR_SUCCESS) { +- rv = get_chunk_line(ctx, bb, f->r->server->limit_req_line); +- if (APR_STATUS_IS_EAGAIN(rv)) { +- apr_brigade_cleanup(bb); +- ctx->state = BODY_CHUNK_PART; +- return rv; +- } +- if (rv == APR_SUCCESS) { +- ctx->remaining = get_chunk_size(ctx->chunk_ln); +- if (ctx->remaining == INVALID_CHAR) { +- rv = APR_EGENERAL; +- http_error = HTTP_SERVICE_UNAVAILABLE; +- } +- } +- } +- apr_brigade_cleanup(bb); +- +- /* Detect chunksize error (such as overflow) */ +- if (rv != APR_SUCCESS || ctx->remaining < 0) { +- ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, f->r, "Error reading first chunk %s ", +- (ctx->remaining < 0) ? "(overflow)" : ""); +- if (APR_STATUS_IS_TIMEUP(rv) || ctx->remaining > 0) { +- http_error = HTTP_REQUEST_TIME_OUT; +- } +- ctx->remaining = 0; /* Reset it in case we have to +- * come back here later */ +- return bail_out_on_error(ctx, f, http_error); ++ if (rv == APR_EOF) { ++ return APR_INCOMPLETE; + } + +- if (!ctx->remaining) { +- return read_chunked_trailers(ctx, f, b, +- conf->merge_trailers == AP_MERGE_TRAILERS_ENABLE); ++ if (rv != APR_SUCCESS) { ++ return rv; + } +- } +- } +- else { +- bb = ctx->bb; +- } + +- if (ctx->eos_sent) { +- e = apr_bucket_eos_create(f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(b, e); +- return APR_SUCCESS; +- } ++ e = APR_BRIGADE_FIRST(b); ++ while (e != APR_BRIGADE_SENTINEL(b)) { ++ const char *buffer; ++ apr_size_t len; + +- if (!ctx->remaining) { +- switch (ctx->state) { +- case BODY_NONE: +- break; +- case BODY_LENGTH: +- e = apr_bucket_eos_create(f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(b, e); +- ctx->eos_sent = 1; +- return APR_SUCCESS; +- case BODY_CHUNK: +- case BODY_CHUNK_PART: +- { +- apr_brigade_cleanup(bb); ++ if (!APR_BUCKET_IS_METADATA(e)) { ++ int parsing = 0; + +- /* We need to read the CRLF after the chunk. */ +- if (ctx->state == BODY_CHUNK) { +- rv = ap_get_brigade(f->next, bb, AP_MODE_GETLINE, +- block, 0); +- if (block == APR_NONBLOCK_READ && +- ( (rv == APR_SUCCESS && APR_BRIGADE_EMPTY(bb)) || +- (APR_STATUS_IS_EAGAIN(rv)) )) { +- return APR_EAGAIN; +- } +- /* If we get an error, then leave */ +- if (rv == APR_EOF) { +- return APR_INCOMPLETE; +- } +- if (rv != APR_SUCCESS) { +- return rv; +- } +- /* +- * We really don't care whats on this line. If it is RFC +- * compliant it should be only \r\n. If there is more +- * before we just ignore it as long as we do not get over +- * the limit for request lines. +- */ +- rv = get_remaining_chunk_line(ctx, bb, +- f->r->server->limit_req_line); +- apr_brigade_cleanup(bb); +- if (APR_STATUS_IS_EAGAIN(rv)) { +- return rv; +- } +- } else { +- rv = APR_SUCCESS; +- } ++ rv = apr_bucket_read(e, &buffer, &len, APR_BLOCK_READ); + +- if (rv == APR_SUCCESS) { +- /* Read the real chunk line. */ +- rv = ap_get_brigade(f->next, bb, AP_MODE_GETLINE, +- block, 0); +- /* Test timeout */ +- if (block == APR_NONBLOCK_READ && +- ( (rv == APR_SUCCESS && APR_BRIGADE_EMPTY(bb)) || +- (APR_STATUS_IS_EAGAIN(rv)) )) { +- ctx->state = BODY_CHUNK_PART; +- return APR_EAGAIN; +- } +- ctx->state = BODY_CHUNK; + if (rv == APR_SUCCESS) { +- rv = get_chunk_line(ctx, bb, f->r->server->limit_req_line); +- if (APR_STATUS_IS_EAGAIN(rv)) { +- ctx->state = BODY_CHUNK_PART; +- apr_brigade_cleanup(bb); +- return rv; +- } +- if (rv == APR_SUCCESS) { +- ctx->remaining = get_chunk_size(ctx->chunk_ln); +- if (ctx->remaining == INVALID_CHAR) { +- rv = APR_EGENERAL; +- http_error = HTTP_SERVICE_UNAVAILABLE; ++ parsing = 1; ++ rv = parse_chunk_size(ctx, buffer, len, ++ f->r->server->limit_req_fieldsize); ++ } ++ if (rv != APR_SUCCESS) { ++ ap_log_rerror(APLOG_MARK, APLOG_INFO, rv, f->r, ++ "Error reading/parsing chunk %s ", ++ (APR_ENOSPC == rv) ? "(overflow)" : ""); ++ if (parsing) { ++ if (rv != APR_ENOSPC) { ++ http_error = HTTP_BAD_REQUEST; + } ++ return bail_out_on_error(ctx, f, http_error); + } ++ return rv; + } +- apr_brigade_cleanup(bb); + } + +- /* Detect chunksize error (such as overflow) */ +- if (rv != APR_SUCCESS || ctx->remaining < 0) { +- ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, f->r, "Error reading chunk %s ", +- (ctx->remaining < 0) ? "(overflow)" : ""); +- if (APR_STATUS_IS_TIMEUP(rv) || ctx->remaining > 0) { +- http_error = HTTP_REQUEST_TIME_OUT; +- } +- ctx->remaining = 0; /* Reset it in case we have to +- * come back here later */ +- return bail_out_on_error(ctx, f, http_error); +- } ++ apr_bucket_delete(e); ++ e = APR_BRIGADE_FIRST(b); ++ } ++ again = 1; /* come around again */ + +- if (!ctx->remaining) { +- return read_chunked_trailers(ctx, f, b, ++ if (ctx->state == BODY_CHUNK_TRAILER) { ++ /* Treat UNSET as DISABLE - trailers aren't merged by default */ ++ return read_chunked_trailers(ctx, f, b, + conf->merge_trailers == AP_MERGE_TRAILERS_ENABLE); +- } + } ++ + break; + } +- } ++ case BODY_NONE: ++ case BODY_LENGTH: ++ case BODY_CHUNK_DATA: { + +- /* Ensure that the caller can not go over our boundary point. */ +- if (ctx->state == BODY_LENGTH || ctx->state == BODY_CHUNK) { +- if (ctx->remaining < readbytes) { +- readbytes = ctx->remaining; +- } +- AP_DEBUG_ASSERT(readbytes > 0); +- } ++ /* Ensure that the caller can not go over our boundary point. */ ++ if (ctx->state != BODY_NONE && ctx->remaining < readbytes) { ++ readbytes = ctx->remaining; ++ } ++ if (readbytes > 0) { + +- rv = ap_get_brigade(f->next, b, mode, block, readbytes); ++ rv = ap_get_brigade(f->next, b, mode, block, readbytes); + +- if (rv == APR_EOF && ctx->state != BODY_NONE && +- ctx->remaining > 0) { +- return APR_INCOMPLETE; +- } +- if (rv != APR_SUCCESS) { +- return rv; +- } ++ /* for timeout */ ++ if (block == APR_NONBLOCK_READ ++ && ((rv == APR_SUCCESS && APR_BRIGADE_EMPTY(b)) ++ || (APR_STATUS_IS_EAGAIN(rv)))) { ++ return APR_EAGAIN; ++ } + +- /* How many bytes did we just read? */ +- apr_brigade_length(b, 0, &totalread); ++ if (rv == APR_EOF && ctx->state != BODY_NONE ++ && ctx->remaining > 0) { ++ return APR_INCOMPLETE; ++ } + +- /* If this happens, we have a bucket of unknown length. Die because +- * it means our assumptions have changed. */ +- AP_DEBUG_ASSERT(totalread >= 0); ++ if (rv != APR_SUCCESS) { ++ return rv; ++ } + +- if (ctx->state != BODY_NONE) { +- ctx->remaining -= totalread; +- if (ctx->remaining > 0) { +- e = APR_BRIGADE_LAST(b); +- if (APR_BUCKET_IS_EOS(e)) { +- apr_bucket_delete(e); +- return APR_INCOMPLETE; +- } +- } +- } ++ /* How many bytes did we just read? */ ++ apr_brigade_length(b, 0, &totalread); + +- /* If we have no more bytes remaining on a C-L request, +- * save the callter a roundtrip to discover EOS. +- */ +- if (ctx->state == BODY_LENGTH && ctx->remaining == 0) { +- e = apr_bucket_eos_create(f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(b, e); +- } ++ /* If this happens, we have a bucket of unknown length. Die because ++ * it means our assumptions have changed. */ ++ AP_DEBUG_ASSERT(totalread >= 0); + +- /* We have a limit in effect. */ +- if (ctx->limit) { +- /* FIXME: Note that we might get slightly confused on chunked inputs +- * as we'd need to compensate for the chunk lengths which may not +- * really count. This seems to be up for interpretation. */ +- ctx->limit_used += totalread; +- if (ctx->limit < ctx->limit_used) { +- ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, f->r, +- "Read content-length of %" APR_OFF_T_FMT +- " is larger than the configured limit" +- " of %" APR_OFF_T_FMT, ctx->limit_used, ctx->limit); +- apr_brigade_cleanup(bb); +- e = ap_bucket_error_create(HTTP_REQUEST_ENTITY_TOO_LARGE, NULL, +- f->r->pool, +- f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(bb, e); +- e = apr_bucket_eos_create(f->c->bucket_alloc); +- APR_BRIGADE_INSERT_TAIL(bb, e); +- ctx->eos_sent = 1; +- return ap_pass_brigade(f->r->output_filters, bb); +- } +- } ++ if (ctx->state != BODY_NONE) { ++ ctx->remaining -= totalread; ++ if (ctx->remaining > 0) { ++ e = APR_BRIGADE_LAST(b); ++ if (APR_BUCKET_IS_EOS(e)) { ++ apr_bucket_delete(e); ++ return APR_INCOMPLETE; ++ } ++ } ++ else if (ctx->state == BODY_CHUNK_DATA) { ++ /* next chunk please */ ++ ctx->state = BODY_CHUNK_END; ++ ctx->chunk_used = 0; ++ } ++ } + +- return APR_SUCCESS; +-} ++ } + +-/** +- * Parse a chunk extension, detect overflow. +- * There are two error cases: +- * 1) If the conversion would require too many bits, a -1 is returned. +- * 2) If the conversion used the correct number of bits, but an overflow +- * caused only the sign bit to flip, then that negative number is +- * returned. +- * In general, any negative number can be considered an overflow error. +- */ +-static long get_chunk_size(char *b) +-{ +- long chunksize = 0; +- size_t chunkbits = sizeof(long) * 8; ++ /* If we have no more bytes remaining on a C-L request, ++ * save the caller a round trip to discover EOS. ++ */ ++ if (ctx->state == BODY_LENGTH && ctx->remaining == 0) { ++ e = apr_bucket_eos_create(f->c->bucket_alloc); ++ APR_BRIGADE_INSERT_TAIL(b, e); ++ ctx->eos_sent = 1; ++ } + +- ap_xlate_proto_from_ascii(b, strlen(b)); ++ /* We have a limit in effect. */ ++ if (ctx->limit) { ++ /* FIXME: Note that we might get slightly confused on chunked inputs ++ * as we'd need to compensate for the chunk lengths which may not ++ * really count. This seems to be up for interpretation. */ ++ ctx->limit_used += totalread; ++ if (ctx->limit < ctx->limit_used) { ++ ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, ++ "Read content-length of %" APR_OFF_T_FMT ++ " is larger than the configured limit" ++ " of %" APR_OFF_T_FMT, ctx->limit_used, ctx->limit); ++ return bail_out_on_error(ctx, f, HTTP_REQUEST_ENTITY_TOO_LARGE); ++ } ++ } + +- if (!apr_isxdigit(*b)) { +- /* +- * Detect invalid character at beginning. This also works for empty +- * chunk size lines. +- */ +- return INVALID_CHAR; +- } +- /* Skip leading zeros */ +- while (*b == '0') { +- ++b; +- } ++ break; ++ } ++ case BODY_CHUNK_TRAILER: { ++ ++ rv = ap_get_brigade(f->next, b, mode, block, readbytes); + +- while (apr_isxdigit(*b) && (chunkbits > 0)) { +- int xvalue = 0; ++ /* for timeout */ ++ if (block == APR_NONBLOCK_READ ++ && ((rv == APR_SUCCESS && APR_BRIGADE_EMPTY(b)) ++ || (APR_STATUS_IS_EAGAIN(rv)))) { ++ return APR_EAGAIN; ++ } ++ ++ if (rv != APR_SUCCESS) { ++ return rv; ++ } + +- if (*b >= '0' && *b <= '9') { +- xvalue = *b - '0'; ++ break; + } +- else if (*b >= 'A' && *b <= 'F') { +- xvalue = *b - 'A' + 0xa; ++ default: { ++ /* Should not happen */ ++ ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, ++ "Unexpected body state (%i)", (int)ctx->state); ++ return APR_EGENERAL; + } +- else if (*b >= 'a' && *b <= 'f') { +- xvalue = *b - 'a' + 0xa; + } + +- chunksize = (chunksize << 4) | xvalue; +- chunkbits -= 4; +- ++b; +- } +- if (apr_isxdigit(*b) && (chunkbits <= 0)) { +- /* overflow */ +- return -1; +- } ++ } while (again); + +- return chunksize; ++ return APR_SUCCESS; + } + + typedef struct header_struct { From owner-svn-ports-all@freebsd.org Mon Jul 20 18:36:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E4579A63C5; Mon, 20 Jul 2015 18:36:44 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B0F61092; Mon, 20 Jul 2015 18:36:44 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pachj5 with SMTP id hj5so105317726pac.3; Mon, 20 Jul 2015 11:36:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=cdC6kigYc7YpGZ8NxDy6broyVT5x6d5y2mXVlpJVsME=; b=tjBrxBAsC2FqithnhTtZdO0036DZKdpB1h9FuWRA8x/ixkP9cBoocV2hmwoiKil7UP fgAxErbl99KQ/QGZuiyE9QF93TXNsyxzhNE5Xt1Qj1hirWb8iJU4+XlvPahnSjA34vVc YX7y9zkk3Nmqs0gXhCxGI9zneqhZHuoGTE3mqMd3Jf1roVqyVSovt3mda7riAJ6JVF1I zHrkXh6fkAG4EXW6QCmabuyT+w2LbdaviwlZFeyExFLpU9sq5HGOAlSCY52v+DXNHE// nxZnclXXYifMexltllaxJ5RK5QyFcCDWeEnpzbJ79ww0jYLnHaRnD15Hgr4KCu2Msep7 0Tkg== X-Received: by 10.70.53.1 with SMTP id x1mr63087911pdo.114.1437417403650; Mon, 20 Jul 2015 11:36:43 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by smtp.gmail.com with ESMTPSA id w3sm23102797pdl.45.2015.07.20.11.36.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Jul 2015 11:36:43 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r392566 - head/security/gnupg/files References: <201507201301.t6KD1YSU058665@repo.freebsd.org> To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55AD3FAF.4020408@FreeBSD.org> Date: Tue, 21 Jul 2015 04:36:31 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507201301.t6KD1YSU058665@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 18:36:44 -0000 On 20/07/2015 11:01 PM, Mathieu Arnold wrote: > Author: mat > Date: Mon Jul 20 13:01:33 2015 > New Revision: 392566 > URL: https://svnweb.freebsd.org/changeset/ports/392566 > > Log: > Fix build WITHOUT=NLS. > > Sponsored by: Absolight > > Added: > head/security/gnupg/files/patch-agent_agent.h (contents, props changed) > > Added: head/security/gnupg/files/patch-agent_agent.h > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/security/gnupg/files/patch-agent_agent.h Mon Jul 20 13:01:33 2015 (r392566) > @@ -0,0 +1,41 @@ > +From b3286af36d452fc801be573a057b0838d53a2edd Mon Sep 17 00:00:00 2001 > +From: NIIBE Yutaka > +Date: Fri, 10 Jul 2015 09:21:32 +0900 > +Subject: [PATCH] agent: Support non-NLS build. > + > +* agent/agent.h: Use ENABLE_NLS and define L_() macro. > + > +-- > + > +GnuPG-bug-id: 2032 > + > +This is a fix for e76d4c05b24211f3981ab69cddb3fccc17d21e0e. > +--- > + agent/agent.h | 4 ++++ > + 1 file changed, 4 insertions(+) > + > +diff --git agent/agent.h agent/agent.h > +index 2948bff..5a09254 100644 > +--- agent/agent.h > ++++ agent/agent.h > +@@ -300,6 +300,7 @@ typedef int (*lookup_ttl_t)(const char *hexgrip); > + and uses that to translate a string according to the locale set for > + the connection. The macro LunderscoreIMPL is used by i18n to > + actually define the inline function when needed. */ > ++#ifdef ENABLE_NLS > + #define L_(a) agent_Lunderscore (ctrl, (a)) > + #define LunderscorePROTO \ > + static inline const char *agent_Lunderscore (ctrl_t ctrl, \ > +@@ -312,6 +313,9 @@ typedef int (*lookup_ttl_t)(const char *hexgrip); > + return ctrl? i18n_localegettext (ctrl->lc_messages, string) \ > + /* */: gettext (string); \ > + } > ++#else > ++#define L_(a) (a) > ++#endif > + > + > + /*-- gpg-agent.c --*/ > +-- > +2.1.4 > + > Closes Differential Revision: https://reviews.freebsd.org/D3096 From owner-svn-ports-all@freebsd.org Mon Jul 20 19:12:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B66869A6BA0; Mon, 20 Jul 2015 19:12:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6FD411C5; Mon, 20 Jul 2015 19:12:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KJCZ8O012841; Mon, 20 Jul 2015 19:12:35 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KJCZbJ012839; Mon, 20 Jul 2015 19:12:35 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507201912.t6KJCZbJ012839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 19:12:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392593 - in head: japanese/tex-ptex print/tex-aleph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 19:12:35 -0000 Author: hrs Date: Mon Jul 20 19:12:34 2015 New Revision: 392593 URL: https://svnweb.freebsd.org/changeset/ports/392593 Log: Add missing dependency. Modified: head/japanese/tex-ptex/Makefile head/print/tex-aleph/Makefile Modified: head/japanese/tex-ptex/Makefile ============================================================================== --- head/japanese/tex-ptex/Makefile Mon Jul 20 16:39:01 2015 (r392592) +++ head/japanese/tex-ptex/Makefile Mon Jul 20 19:12:34 2015 (r392593) @@ -2,6 +2,7 @@ PORTNAME= ptex PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= ja-tex- @@ -14,7 +15,7 @@ EXTRACT_ONLY= texlive-${DISTVERSION_TEXL MAINTAINER= hrs@FreeBSD.org COMMENT= ASCII Japanese pTeX -USES= tar:xz gmake +USES= tar:xz gmake pkgconfig USE_TEX= kpathsea web2c ptexenc texmf formats fmtutil USE_XORG= pixman USE_GNOME= cairo Modified: head/print/tex-aleph/Makefile ============================================================================== --- head/print/tex-aleph/Makefile Mon Jul 20 16:39:01 2015 (r392592) +++ head/print/tex-aleph/Makefile Mon Jul 20 19:12:34 2015 (r392593) @@ -2,7 +2,7 @@ PORTNAME= aleph PORTVERSION= 1.15.2.1.r.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- @@ -15,7 +15,7 @@ EXTRACT_ONLY= texlive-${DISTVERSION_TEXL MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Engine including Omega and e-TeX features -USES= gmake tar:xz +USES= gmake tar:xz pkgconfig USE_TEX= kpathsea web2c texmf formats fmtutil USE_XORG= pixman USE_GNOME= cairo From owner-svn-ports-all@freebsd.org Mon Jul 20 19:24:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E95DB9A6D4C; Mon, 20 Jul 2015 19:24:45 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD9FB192D; Mon, 20 Jul 2015 19:24:45 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KJOjHo016991; Mon, 20 Jul 2015 19:24:45 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KJOipn016988; Mon, 20 Jul 2015 19:24:44 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507201924.t6KJOipn016988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 20 Jul 2015 19:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392594 - 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.20 Precedence: 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, 20 Jul 2015 19:24:46 -0000 Author: jkim Date: Mon Jul 20 19:24:44 2015 New Revision: 392594 URL: https://svnweb.freebsd.org/changeset/ports/392594 Log: Update to 20150717. Added: head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile (contents, props changed) Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Mon Jul 20 19:12:34 2015 (r392593) +++ head/sysutils/acpica-tools/Makefile Mon Jul 20 19:24:44 2015 (r392594) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20150619 +PORTVERSION= 20150717 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim @@ -14,12 +14,9 @@ COMMENT= Tools from the ACPI Component A LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USES= bison gmake +USES= gmake BUILD_WRKSRC= ${WRKSRC}/generate/unix -WRKSRC= ${WRKDIR}/${PORTNAME}-unix2-20150618 ACPICA_TOOLS= acpibin acpidump acpiexec acpihelp acpinames acpisrc ACPICA_TOOLS+= acpixtract iasl @@ -27,11 +24,19 @@ ACPICA_TOOLS+= acpixtract iasl PLIST_FILES= ${ACPICA_TOOLS:S,^,bin/,} MAKE_ARGS= HOST=_FreeBSD NOOPT=TRUE PROGS="${ACPICA_TOOLS}" -MAKE_ARGS+= CC="${CC}" LEX="${FLEX}" MACROPROC="${LOCALBASE}/bin/gm4" -MAKE_ARGS+= YACC="${LOCALBASE}/bin/bison" +MAKE_ARGS+= CC="${CC}" LEX="${FLEX}" YACC="${YACC}" + +.include + +.if ${OSVERSION} < 1001506 +BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison +BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 +MAKE_ARGS+= MACROPROC="${LOCALBASE}/bin/gm4" +YACC= ${LOCALBASE}/bin/bison +.endif do-install: ${INSTALL_PROGRAM} ${ACPICA_TOOLS:S,^,${BUILD_WRKSRC}/bin/,} \ ${STAGEDIR}${PREFIX}/bin -.include +.include Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Mon Jul 20 19:12:34 2015 (r392593) +++ head/sysutils/acpica-tools/distinfo Mon Jul 20 19:24:44 2015 (r392594) @@ -1,2 +1,2 @@ -SHA256 (acpica-unix2-20150619.tar.gz) = 7884f414a8f3bc58c21f3e9bc4f0094771fa665be0b24140b54bd7477764f215 -SIZE (acpica-unix2-20150619.tar.gz) = 1367646 +SHA256 (acpica-unix2-20150717.tar.gz) = dd60f846ad8393d89d2cbadf362c6547c5e53405f5ee51097c90db3636f79e0a +SIZE (acpica-unix2-20150717.tar.gz) = 1376076 Added: head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/acpica-tools/files/patch-generate_unix_iasl_Makefile Mon Jul 20 19:24:44 2015 (r392594) @@ -0,0 +1,62 @@ +--- generate/unix/iasl/Makefile.orig 2015-07-17 16:04:37 UTC ++++ generate/unix/iasl/Makefile +@@ -260,10 +260,21 @@ CFLAGS += \ + include ../Makefile.rules + + # ++# Function to safely execute yacc ++# ++safe_yacc = \ ++ _d=`mktemp -d $(OBJDIR)/$$_f.XXXXXX` &&\ ++ _f=`echo $(1) | tr '[:upper:]' '[:lower:]'` &&\ ++ _t=`basename $(3)` &&\ ++ $(YACC) $(YFLAGS) -p$(1) -o$$_d/$$_f.c -d $(2) &&\ ++ mv $$_d/$$_f.$${_t\#\#*.} $(3);\ ++ test -d $$_d && rm -fr $$_d ++ ++# + # Macro processing for iASL .y files + # + $(OBJDIR)/aslcompiler.y : $(ASL_PARSER) +- $(MACROPROC) $(MFLAGS) $(ASL_COMPILER)/aslparser.y > $(OBJDIR)/aslcompiler.y ++ $(MACROPROC) $(MFLAGS) $(ASL_COMPILER)/aslparser.y > $@ + + # + # Parser and Lexer - intermediate C files +@@ -271,30 +282,20 @@ $(OBJDIR)/aslcompiler.y : $(ASL_PAR + $(OBJDIR)/aslcompilerlex.c : $(ASL_LEXER) + $(LEX) $(LFLAGS) -PAslCompiler -o$@ $(ASL_COMPILER)/aslcompiler.l + +-$(OBJDIR)/aslcompiler.y.h : $(OBJDIR)/aslcompiler.y +- $(YACC) $(YFLAGS) -pAslCompiler -o/dev/null --defines=$@ $< +- +-$(OBJDIR)/aslcompilerparse.c : $(OBJDIR)/aslcompiler.y +- $(YACC) $(YFLAGS) -pAslCompiler -o$@ --defines=/dev/null $< ++$(OBJDIR)/aslcompilerparse.c $(OBJDIR)/aslcompiler.y.h : $(OBJDIR)/aslcompiler.y ++ $(call safe_yacc,AslCompiler,$<,$@) + + $(OBJDIR)/dtparserlex.c : $(ASL_COMPILER)/dtparser.l $(OBJDIR)/dtparser.y.h + $(LEX) $(LFLAGS) -PDtParser -o$@ $< + +-$(OBJDIR)/dtparser.y.h : $(ASL_COMPILER)/dtparser.y +- $(YACC) $(YFLAGS) -pDtParser -o/dev/null --defines=$@ $< +- +-$(OBJDIR)/dtparserparse.c : $(ASL_COMPILER)/dtparser.y +- $(YACC) $(YFLAGS) -pDtParser -o$@ --defines=/dev/null $< ++$(OBJDIR)/dtparserparse.c $(OBJDIR)/dtparser.y.h : $(ASL_COMPILER)/dtparser.y ++ $(call safe_yacc,DtParser,$<,$@) + + $(OBJDIR)/prparserlex.c : $(ASL_COMPILER)/prparser.l $(OBJDIR)/prparser.y.h + $(LEX) $(LFLAGS) -PPrParser -o$@ $< + +-$(OBJDIR)/prparser.y.h : $(ASL_COMPILER)/prparser.y +- $(YACC) $(YFLAGS) -pPrParser -o/dev/null --defines=$@ $< +- +-$(OBJDIR)/prparserparse.c : $(ASL_COMPILER)/prparser.y +- $(YACC) $(YFLAGS) -pPrParser -o$@ --defines=/dev/null $< +- ++$(OBJDIR)/prparserparse.c $(OBJDIR)/prparser.y.h : $(ASL_COMPILER)/prparser.y ++ $(call safe_yacc,PrParser,$<,$@) + + # + # Parsers and Lexers - final object files From owner-svn-ports-all@freebsd.org Mon Jul 20 19:35:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 749319A6F1E; Mon, 20 Jul 2015 19:35:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6411D1D67; Mon, 20 Jul 2015 19:35:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KJZWhw021225; Mon, 20 Jul 2015 19:35:32 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KJZVGL021219; Mon, 20 Jul 2015 19:35:31 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507201935.t6KJZVGL021219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 20 Jul 2015 19:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392595 - in head: . devel devel/rubygem-builder31 devel/rubygem-timers1 net net/rubygem-rubyntlm01 security security/rubygem-net-scp11 security/rubygem-net-ssh27 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 19:35:32 -0000 Author: rene Date: Mon Jul 20 19:35:30 2015 New Revision: 392595 URL: https://svnweb.freebsd.org/changeset/ports/392595 Log: Remove expired ports: 2015-07-20 devel/rubygem-builder31: not used by other ports anymore 2015-07-20 devel/rubygem-timers1: not used by other ports anymore 2015-07-20 net/rubygem-rubyntlm01: not used by other ports anymore 2015-07-20 security/rubygem-net-scp11: not used by other ports anymore 2015-07-20 security/rubygem-net-ssh27: not used by other ports anymore Deleted: head/devel/rubygem-builder31/ head/devel/rubygem-timers1/ head/net/rubygem-rubyntlm01/ head/security/rubygem-net-scp11/ head/security/rubygem-net-ssh27/ Modified: head/MOVED head/devel/Makefile head/net/Makefile head/security/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Jul 20 19:24:44 2015 (r392594) +++ head/MOVED Mon Jul 20 19:35:30 2015 (r392595) @@ -7696,3 +7696,8 @@ audio/rubyripper||2015-07-16|Has expired ports-mgmt/vulnerability-test-port||2015-07-19|Useless after portaudit retirement print/texlive-infra|print/texlive-tlmgr|2015-07-20|Renamed print/cm-super||2015-07-20|Obsolete +devel/rubygem-builder31||2015-07-20|Has expired: not used by other ports anymore +devel/rubygem-timers1||2015-07-20|Has expired: not used by other ports anymore +net/rubygem-rubyntlm01||2015-07-20|Has expired: not used by other ports anymore +security/rubygem-net-scp11||2015-07-20|Has expired: not used by other ports anymore +security/rubygem-net-ssh27||2015-07-20|Has expired: not used by other ports anymore Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 20 19:24:44 2015 (r392594) +++ head/devel/Makefile Mon Jul 20 19:35:30 2015 (r392595) @@ -4541,7 +4541,6 @@ SUBDIR += rubygem-buftok SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder - SUBDIR += rubygem-builder31 SUBDIR += rubygem-builder32 SUBDIR += rubygem-byebug SUBDIR += rubygem-caesars @@ -4884,7 +4883,6 @@ SUBDIR += rubygem-tilt SUBDIR += rubygem-tilt1 SUBDIR += rubygem-timers - SUBDIR += rubygem-timers1 SUBDIR += rubygem-tins SUBDIR += rubygem-tins0 SUBDIR += rubygem-toml Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Jul 20 19:24:44 2015 (r392594) +++ head/net/Makefile Mon Jul 20 19:35:30 2015 (r392595) @@ -1104,7 +1104,6 @@ SUBDIR += rubygem-ruby-openid SUBDIR += rubygem-ruby-yadis SUBDIR += rubygem-rubyntlm - SUBDIR += rubygem-rubyntlm01 SUBDIR += rubygem-rubytter SUBDIR += rubygem-rudy SUBDIR += rubygem-rye Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Jul 20 19:24:44 2015 (r392594) +++ head/security/Makefile Mon Jul 20 19:35:30 2015 (r392595) @@ -922,12 +922,10 @@ SUBDIR += rubygem-metasploit-payloads SUBDIR += rubygem-metasploit_data_models SUBDIR += rubygem-net-scp - SUBDIR += rubygem-net-scp11 SUBDIR += rubygem-net-sftp SUBDIR += rubygem-net-ssh SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-net-ssh-multi - SUBDIR += rubygem-net-ssh27 SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-omniauth-bitbucket From owner-svn-ports-all@freebsd.org Mon Jul 20 19:36:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C576A9A6F81; Mon, 20 Jul 2015 19:36:34 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5FA21EB9; Mon, 20 Jul 2015 19:36:34 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KJaYm2021442; Mon, 20 Jul 2015 19:36:34 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KJaXN9021439; Mon, 20 Jul 2015 19:36:33 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507201936.t6KJaXN9021439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 20 Jul 2015 19:36:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392596 - head/irc/bitlbee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 19:36:34 -0000 Author: garga Date: Mon Jul 20 19:36:32 2015 New Revision: 392596 URL: https://svnweb.freebsd.org/changeset/ports/392596 Log: Update to 3.4.1 Modified: head/irc/bitlbee/Makefile head/irc/bitlbee/distinfo head/irc/bitlbee/pkg-plist Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Mon Jul 20 19:35:30 2015 (r392595) +++ head/irc/bitlbee/Makefile Mon Jul 20 19:36:32 2015 (r392596) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bitlbee -PORTVERSION= 3.4 +PORTVERSION= 3.4.1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix Modified: head/irc/bitlbee/distinfo ============================================================================== --- head/irc/bitlbee/distinfo Mon Jul 20 19:35:30 2015 (r392595) +++ head/irc/bitlbee/distinfo Mon Jul 20 19:36:32 2015 (r392596) @@ -1,2 +1,2 @@ -SHA256 (bitlbee-3.4.tar.gz) = cebad646bbfd17c80923743244039fd970e3ca27e8c1b7cf872622e773239d5e -SIZE (bitlbee-3.4.tar.gz) = 761027 +SHA256 (bitlbee-3.4.1.tar.gz) = 500a0b19943040d67458eb3beb0a63d004abb2aa54a777addeb2a895d4f5c0e1 +SIZE (bitlbee-3.4.1.tar.gz) = 688072 Modified: head/irc/bitlbee/pkg-plist ============================================================================== --- head/irc/bitlbee/pkg-plist Mon Jul 20 19:35:30 2015 (r392595) +++ head/irc/bitlbee/pkg-plist Mon Jul 20 19:36:32 2015 (r392596) @@ -3,6 +3,7 @@ man/man8/bitlbee.8.gz sbin/bitlbee %%SKYPE%%bin/skyped %%SKYPE%%lib/bitlbee/skype.so +%%SKYPE%%man/man1/skyped.1.gz %%SKYPE%%@sample etc/skyped/skyped.conf.sample %%SKYPE%%@sample etc/skyped/skyped.cnf.sample %%DATADIR%%/help.txt From owner-svn-ports-all@freebsd.org Mon Jul 20 19:44:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E23A09A4159; Mon, 20 Jul 2015 19:44:19 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE00A14EF; Mon, 20 Jul 2015 19:44:19 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KJiJnv025435; Mon, 20 Jul 2015 19:44:19 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KJiIMX025432; Mon, 20 Jul 2015 19:44:18 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201507201944.t6KJiIMX025432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 20 Jul 2015 19:44:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392597 - head/www/tt-rss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 19:44:20 -0000 Author: thierry Date: Mon Jul 20 19:44:17 2015 New Revision: 392597 URL: https://svnweb.freebsd.org/changeset/ports/392597 Log: Refresh to a recent snapshot. Modified: head/www/tt-rss/Makefile head/www/tt-rss/distinfo head/www/tt-rss/pkg-plist Modified: head/www/tt-rss/Makefile ============================================================================== --- head/www/tt-rss/Makefile Mon Jul 20 19:36:32 2015 (r392596) +++ head/www/tt-rss/Makefile Mon Jul 20 19:44:17 2015 (r392597) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tt-rss -PORTVERSION= 1.15.3.150617 +PORTVERSION= 1.15.3.150720 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= gothfox GH_PROJECT= Tiny-Tiny-RSS -GH_TAGNAME= fa05356 +GH_TAGNAME= 2caeb0f NO_BUILD= yes NO_ARCH= yes Modified: head/www/tt-rss/distinfo ============================================================================== --- head/www/tt-rss/distinfo Mon Jul 20 19:36:32 2015 (r392596) +++ head/www/tt-rss/distinfo Mon Jul 20 19:44:17 2015 (r392597) @@ -1,2 +1,2 @@ -SHA256 (gothfox-Tiny-Tiny-RSS-1.15.3.150617-fa05356_GH0.tar.gz) = 000e7935ab67da7fb5072c12d1b71bedf0411c3cd5fb9ad5ab7a7345a046b35e -SIZE (gothfox-Tiny-Tiny-RSS-1.15.3.150617-fa05356_GH0.tar.gz) = 2927218 +SHA256 (gothfox-Tiny-Tiny-RSS-1.15.3.150720-2caeb0f_GH0.tar.gz) = 60a48afb5a6687d2170b0a226480504f9f6a94c9674853315074755d78cd228c +SIZE (gothfox-Tiny-Tiny-RSS-1.15.3.150720-2caeb0f_GH0.tar.gz) = 2951832 Modified: head/www/tt-rss/pkg-plist ============================================================================== --- head/www/tt-rss/pkg-plist Mon Jul 20 19:36:32 2015 (r392596) +++ head/www/tt-rss/pkg-plist Mon Jul 20 19:44:17 2015 (r392597) @@ -1527,12 +1527,6 @@ %%WWWDIR%%/lib/jimIcon.php %%WWWDIR%%/lib/jshrink/Minifier.php %%WWWDIR%%/lib/jshrink/README.md -%%WWWDIR%%/lib/languagedetect/LanguageDetect.php -%%WWWDIR%%/lib/languagedetect/Text/LanguageDetect/Exception.php -%%WWWDIR%%/lib/languagedetect/Text/LanguageDetect/ISO639.php -%%WWWDIR%%/lib/languagedetect/Text/LanguageDetect/Parser.php -%%WWWDIR%%/lib/languagedetect/data/lang.dat -%%WWWDIR%%/lib/languagedetect/data/unicode_blocks.dat %%WWWDIR%%/lib/otphp/LICENCE %%WWWDIR%%/lib/otphp/lib/hotp.php %%WWWDIR%%/lib/otphp/lib/otp.php @@ -1995,6 +1989,8 @@ %%WWWDIR%%/lib/pubsubhubbub/README.txt %%WWWDIR%%/lib/pubsubhubbub/publisher.php %%WWWDIR%%/lib/pubsubhubbub/subscriber.php +%%WWWDIR%%/lib/readability/JSLikeHTMLElement.php +%%WWWDIR%%/lib/readability/Readability.php %%WWWDIR%%/lib/scriptaculous/controls.js %%WWWDIR%%/lib/scriptaculous/effects.js %%WWWDIR%%/lib/scriptaculous/scriptaculous.js @@ -2071,15 +2067,20 @@ %%WWWDIR%%/plugins/af_comics/filters/af_comics_tfd.php %%WWWDIR%%/plugins/af_comics/filters/af_comics_twp.php %%WWWDIR%%/plugins/af_comics/init.php -%%WWWDIR%%/plugins/af_elreg/init.php %%WWWDIR%%/plugins/af_fsckportal/init.php -%%WWWDIR%%/plugins/af_habr/init.php -%%WWWDIR%%/plugins/af_natgeo/init.php +%%WWWDIR%%/plugins/af_lang_detect/init.php +%%WWWDIR%%/plugins/af_lang_detect/languagedetect/LanguageDetect.php +%%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Exception.php +%%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/ISO639.php +%%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect/Parser.php +%%WWWDIR%%/plugins/af_lang_detect/languagedetect/data/lang.dat +%%WWWDIR%%/plugins/af_lang_detect/languagedetect/data/unicode_blocks.dat %%WWWDIR%%/plugins/af_psql_trgm/button.png %%WWWDIR%%/plugins/af_psql_trgm/init.js %%WWWDIR%%/plugins/af_psql_trgm/init.php +%%WWWDIR%%/plugins/af_readability/init.php %%WWWDIR%%/plugins/af_redditimgur/init.php -%%WWWDIR%%/plugins/af_sciam/init.php +%%WWWDIR%%/plugins/af_sort_bayes/chart_bar.png %%WWWDIR%%/plugins/af_sort_bayes/init.js %%WWWDIR%%/plugins/af_sort_bayes/init.php %%WWWDIR%%/plugins/af_sort_bayes/lib/COPYING @@ -2145,7 +2146,6 @@ %%WWWDIR%%/plugins/swap_jk/init.php %%WWWDIR%%/plugins/vf_shared/init.php %%WWWDIR%%/plugins/vf_shared/share.png -%%WWWDIR%%/themes.local/.empty %%WWWDIR%%/prefs.php %%WWWDIR%%/public.php %%WWWDIR%%/register.php @@ -2409,6 +2409,7 @@ %%WWWDIR%%/templates/generated_feed.txt %%WWWDIR%%/templates/resetpass_link_template.txt %%WWWDIR%%/templates/resetpass_template.txt +%%WWWDIR%%/themes.local/.empty %%WWWDIR%%/themes/.empty %%WWWDIR%%/themes/default.css %%WWWDIR%%/themes/night.css @@ -2426,6 +2427,7 @@ @owner @group @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/utils +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/themes.local @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/themes @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/templates @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/schema/versions/pgsql @@ -2453,17 +2455,27 @@ @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/close_button @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/cache_starred_images @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/bookmarklets +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/auto_assign_labels @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/auth_remote @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/auth_internal +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_zz_imgsetsizes +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_youtube_embed @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_unburn -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_sciam +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_tumblr_1280 +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_sort_bayes/lib +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_sort_bayes @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_redditimgur -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_natgeo -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_habr +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_readability +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_psql_trgm +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect/languagedetect/data +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text/LanguageDetect +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect/languagedetect/Text +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect/languagedetect +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_lang_detect @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_fsckportal -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_elreg @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_comics/filters @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins/af_comics +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins.local @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/plugins @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lock @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/locale/zh_TW/LC_MESSAGES @@ -2514,10 +2526,13 @@ @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/locale/cs_CZ @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/locale/ca_CA/LC_MESSAGES @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/locale/ca_CA +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/locale/bg_BG/LC_MESSAGES +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/locale/bg_BG @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/locale/ar_SA/LC_MESSAGES @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/locale/ar_SA @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/locale @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/scriptaculous +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/readability @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/pubsubhubbub @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/phpqrcode/tools @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/phpqrcode/cache/mask_7 @@ -2537,10 +2552,6 @@ @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/otphp/vendor @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/otphp/lib @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/otphp -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/languagedetect/data -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/languagedetect/Text/LanguageDetect -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/languagedetect/Text -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/languagedetect @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/jshrink @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/gettext @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/lib/dojo/store/util From owner-svn-ports-all@freebsd.org Mon Jul 20 20:03:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA9639A44C1; Mon, 20 Jul 2015 20:03:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB36B1E4D; Mon, 20 Jul 2015 20:03:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KK3UqK033522; Mon, 20 Jul 2015 20:03:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KK3Ucu033521; Mon, 20 Jul 2015 20:03:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507202003.t6KK3Ucu033521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 20 Jul 2015 20:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392598 - head/lang/tolua++ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 20:03:30 -0000 Author: amdmi3 Date: Mon Jul 20 20:03:29 2015 New Revision: 392598 URL: https://svnweb.freebsd.org/changeset/ports/392598 Log: - Fix library installation Modified: head/lang/tolua++/Makefile Modified: head/lang/tolua++/Makefile ============================================================================== --- head/lang/tolua++/Makefile Mon Jul 20 19:44:17 2015 (r392597) +++ head/lang/tolua++/Makefile Mon Jul 20 20:03:29 2015 (r392598) @@ -3,7 +3,7 @@ PORTNAME= tolua++ PORTVERSION= 1.0.93 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel MASTER_SITES= http://www.codenix.com/~tolua/ \ http://mirror.amdmi3.ru/distfiles/ @@ -30,16 +30,13 @@ BROKEN= Does not install on sparc64-9 post-patch: @${REINPLACE_CMD} -e "s|'lualib',||; s|lua|lua-${LUA_VER}|g" ${WRKSRC}/config_posix.py -post-build: - ${STRIP_CMD} ${WRKSRC}/lib/libtolua++.so - do-install: ${MKDIR} ${STAGEDIR}${TGT_BINDIR} ${STAGEDIR}${TGT_INCDIR} ${STAGEDIR}${TGT_LIBDIR} ${INSTALL_PROGRAM} ${WRKSRC}/bin/tolua++ ${STAGEDIR}${TGT_BINDIR} ${LN} -sf tolua++ ${STAGEDIR}${PREFIX}/bin/tolua++-${LUA_VER} ${INSTALL_DATA} ${WRKSRC}/include/tolua++.h ${STAGEDIR}${TGT_INCDIR} ${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.a ${STAGEDIR}${TGT_LIBDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.so ${STAGEDIR}${TGT_LIBDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.so ${STAGEDIR}${PREFIX}/lib/libtolua++-${LUA_VER}.so + ${INSTALL_LIB} ${WRKSRC}/lib/libtolua++.so ${STAGEDIR}${TGT_LIBDIR} + ${INSTALL_LIB} ${WRKSRC}/lib/libtolua++.so ${STAGEDIR}${PREFIX}/lib/libtolua++-${LUA_VER}.so .include From owner-svn-ports-all@freebsd.org Mon Jul 20 20:26:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E08E99A4863; Mon, 20 Jul 2015 20:26:41 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5EE91987; Mon, 20 Jul 2015 20:26:41 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KKQfIv041794; Mon, 20 Jul 2015 20:26:41 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KKQfCH041792; Mon, 20 Jul 2015 20:26:41 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507202026.t6KKQfCH041792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 20 Jul 2015 20:26:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392599 - in head/irc/bitlbee: . 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.20 Precedence: 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, 20 Jul 2015 20:26:42 -0000 Author: garga Date: Mon Jul 20 20:26:40 2015 New Revision: 392599 URL: https://svnweb.freebsd.org/changeset/ports/392599 Log: - Fix a regression introduced in 3.4 that broke auto_join channels - Bump PORTREVISION Added: head/irc/bitlbee/files/patch-irc__channel.c (contents, props changed) Modified: head/irc/bitlbee/Makefile Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Mon Jul 20 20:03:29 2015 (r392598) +++ head/irc/bitlbee/Makefile Mon Jul 20 20:26:40 2015 (r392599) @@ -2,6 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.4.1 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix Added: head/irc/bitlbee/files/patch-irc__channel.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/bitlbee/files/patch-irc__channel.c Mon Jul 20 20:26:40 2015 (r392599) @@ -0,0 +1,11 @@ +--- irc_channel.c.orig 2015-07-20 20:09:00 UTC ++++ irc_channel.c +@@ -444,7 +444,7 @@ void irc_channel_auto_joins(irc_t *irc, + can only auto-join them if their account is online. */ + char *acc_s; + +- if (!aj || (ic->flags & IRC_CHANNEL_JOINED)) { ++ if (!aj && !(ic->flags & IRC_CHANNEL_JOINED)) { + /* Only continue if this one's marked as auto_join + or if we're in it already. (Possible if the + client auto-rejoined it before identyfing.) */ From owner-svn-ports-all@freebsd.org Mon Jul 20 20:49:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BFD09A4F60; Mon, 20 Jul 2015 20:49:41 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B375145A; Mon, 20 Jul 2015 20:49:41 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KKneFI050162; Mon, 20 Jul 2015 20:49:40 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KKncJi050156; Mon, 20 Jul 2015 20:49:38 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201507202049.t6KKncJi050156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: Jean-Sebastien Pedron Date: Mon, 20 Jul 2015 20:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392600 - in head/devel: . cargo cargo/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.20 Precedence: 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, 20 Jul 2015 20:49:41 -0000 Author: dumbbell (src committer) Date: Mon Jul 20 20:49:38 2015 New Revision: 392600 URL: https://svnweb.freebsd.org/changeset/ports/392600 Log: devel/cargo: New port Rust's Package Manager Reviewed by: jonathan, kwm Approved by: jonathan, kwm Differential Revision: https://reviews.freebsd.org/D2799 Added: head/devel/cargo/ head/devel/cargo/Makefile (contents, props changed) head/devel/cargo/distinfo (contents, props changed) head/devel/cargo/files/ head/devel/cargo/files/patch-configure (contents, props changed) head/devel/cargo/pkg-descr (contents, props changed) head/devel/cargo/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 20 20:26:40 2015 (r392599) +++ head/devel/Makefile Mon Jul 20 20:49:38 2015 (r392600) @@ -192,6 +192,7 @@ SUBDIR += caf SUBDIR += calibrator SUBDIR += capstone + SUBDIR += cargo SUBDIR += cask SUBDIR += catch SUBDIR += cbind Added: head/devel/cargo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cargo/Makefile Mon Jul 20 20:49:38 2015 (r392600) @@ -0,0 +1,156 @@ +# Created by: Jean-Sébastien Pédron +# $FreeBSD$ + +PORTNAME= cargo +PORTVERSION= 0.4.0.20150720 +CATEGORIES= devel + +MAINTAINER= dumbbell@FreeBSD.org +COMMENT= Rust's Package Manager +# ' <-- Help Vim syntax hilighting... + +LICENSE= APACHE20 \ + MIT +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE \ + ${WRKSRC}/LICENSE-MIT + +# The following files are required: +# +# Main source archive from GitHub +# This is the source of Cargo, taken from GitHub. +# +# :bootstrap +# Like Rust, this is a prebuilt "cargo" used to bootstrap it, because +# Cargo is a standard Rust package itself. +# +# :registry +# Cargo clones several Git repositories for its dependencies and +# caches them in its "registry". This is an archive of this registry +# so nothing is downloaded during the build. +# +# :rust_installer +# This is a collection of mainly shell scripts which are used to +# install Cargo. + +MASTER_SITES= https://static.rust-lang.org/cargo-dist/2015-04-02/:bootstrap \ + LOCAL/dumbbell:registry + +DISTFILES= ${CARGO_BOOT}:bootstrap +EXTRACT_ONLY= ${DISTNAME}${_GITHUB_EXTRACT_SUFX} \ + ${DISTFILE_rust_installer} + +.if (${.TARGET} != gen-registry) && !defined(SKIP_CARGO_REGISTRY) +DISTFILES+= ${CARGO_REGISTRY}:registry +EXTRACT_ONLY+= ${CARGO_REGISTRY} +.endif + +USE_GITHUB= yes +GH_ACCOUNT= rust-lang +GH_PROJECT= ${PORTNAME} \ + rust-installer:rust_installer +GH_TAGNAME= 9c5ffcb871 \ + c37d374:rust_installer + +CARGO_BOOT_SIG= x86_64-unknown-freebsd +CARGO_BOOT= ${PORTNAME}-nightly-${CARGO_BOOT_SIG}${EXTRACT_SUFX} +CARGO_REGISTRY= ${DISTNAME:S/${GH_ACCOUNT}-${PORTNAME}/${PORTNAME}-registry/}${EXTRACT_SUFX} + +USES= gmake python:2,build pkgconfig + +# The bootstrapped cargo is built with OpenSSL from ports (libssl.so.8). +USE_OPENSSL= yes +WITH_OPENSSL_PORT=yes + +# We don't USES=cmake here, because cmake is not Cargo's build system. +# It's used by a bundled dependency (libgit2). +BUILD_DEPENDS= ${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake \ + rustc:${PORTSDIR}/lang/rust-nightly +LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 \ + libcurl.so:${PORTSDIR}/ftp/curl + +# FIXME: Don't add rust as a runtime dependency. As we need rust-nightly +# to build Cargo, the same version would be pulled by installing Cargo, +# preventing its use with the stable version of Rust. +# RUN_DEPENDS= rustc:${PORTSDIR}/lang/rust + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man +MAKE_ENV+= LD_LIBRARY_PATH="${WRKSRC}/target/snapshot/cargo/lib" + +# git log -1 --date=short --pretty=format:'%cd' +CFG_VER_DATE= ${PORTVERSION:C/.*\.([0-9]{4})([0-9]{2})([0-9]{2})/\1-\2-\3/} +# git rev-parse --short HEAD +CFG_VER_HASH= ${GH_TAGNAME} + +.if defined(BATCH) || defined(PACKAGE_BUILDING) +MAKE_ARGS+= VERBOSE=1 +.endif + +MAKE_JOBS_UNSAFE= yes + +.include + +post-extract: + @(${RMDIR} ${WRKSRC}/src/rust-installer && \ + ${MV} ${WRKSRC_rust_installer} ${WRKSRC}/src/rust-installer) + @${MKDIR} ${WRKSRC}/target/dl + ${LN} -sf ${DISTDIR}/${CARGO_BOOT} ${WRKSRC}/target/dl/ + +post-patch: + ${REINPLACE_CMD} \ + -e 's|^CFG_VER_DATE =.*|CFG_VER_DATE = ${CFG_VER_DATE}|' \ + -e 's|^CFG_VER_HASH =.*|CFG_VER_HASH = ${CFG_VER_HASH}|' \ + ${WRKSRC}/Makefile.in + +# In case the previous "make stage" failed, this ensures rust's +# install.sh won't backup previously staged files before reinstalling +# new ones. Otheriwe, the staging directory is polluted with unneeded +# files. +pre-install: + @if test -f ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-cargo; then \ + ${SED} -E -e 's,^(dir|file:),${STAGEDIR},' \ + < ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-cargo \ + | ${XARGS} ${RM}; \ + fi + @${RM} \ + ${STAGEDIR}${PREFIX}/lib/rustlib/components \ + ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-cargo \ + ${STAGEDIR}${PREFIX}/lib/rustlib/rust-installer-version \ + ${STAGEDIR}${PREFIX}/lib/rustlib/uninstall.sh + +post-install: + @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/install.log + @${MV} ${STAGEDIR}${PREFIX}/share/man/man1/cargo.1 \ + ${STAGEDIR}${PREFIX}/man/man1/cargo.1 + @${RMDIR} ${STAGEDIR}${PREFIX}/share/man/man1 \ + ${STAGEDIR}${PREFIX}/share/man + @${REINPLACE_CMD} -e 's|${STAGEDIR}||' \ + -e 's|share/man/man1/cargo\.1|man/man1/cargo.1.gz|' \ + ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-cargo + @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/manifest-cargo.bak + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cargo + @${RM} \ + ${STAGEDIR}${PREFIX}/lib/rustlib/components \ + ${STAGEDIR}${PREFIX}/lib/rustlib/rust-installer-version \ + ${STAGEDIR}${PREFIX}/lib/rustlib/uninstall.sh + +# "make gen-registry" is a special target to ease this port update. +# +# After changing the version number and the Git revision, you can run +# "make registry" to update the distinfo and create a new snapshot of +# the registry. The new registry is written to ${DISTDIR} and can be +# uploaded. + +gen-registry: + ${MAKE} -DSKIP_CARGO_REGISTRY makesum + ${MAKE} -DSKIP_CARGO_REGISTRY + cd ${WRKDIR} && \ + ${TAR} cvf - \ + --exclude libgit2/tests/ \ + --exclude curl/tests/ \ + --exclude 'index/github.com-*/.git/' \ + .cargo | ${GZIP_CMD} > ${DISTDIR}/${CARGO_REGISTRY} + ${MAKE} makesum + +.include Added: head/devel/cargo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cargo/distinfo Mon Jul 20 20:49:38 2015 (r392600) @@ -0,0 +1,8 @@ +SHA256 (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = de678e858de5d2923cc206b7aa1cc84ddc67be00748160f66fc9b7325409e7c7 +SIZE (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 7663548 +SHA256 (cargo-registry-0.4.0.20150720-9c5ffcb871_GH0.tar.gz) = 7d8b5d53e0d3f28e0f8d0078586a8d94c834d9f6c35e00b56abe00bd54ee9944 +SIZE (cargo-registry-0.4.0.20150720-9c5ffcb871_GH0.tar.gz) = 16391914 +SHA256 (rust-lang-cargo-0.4.0.20150720-9c5ffcb871_GH0.tar.gz) = af6a6b609b3d6bf52f55fdcc2f8e299016e9b805748e824ec6b92d4f8ed92c07 +SIZE (rust-lang-cargo-0.4.0.20150720-9c5ffcb871_GH0.tar.gz) = 351554 +SHA256 (rust-lang-rust-installer-c37d374_GH0.tar.gz) = 7cc41029b14de023dd4f250b332470c98cf9d1a77d174a20e93d78d07e4255f1 +SIZE (rust-lang-rust-installer-c37d374_GH0.tar.gz) = 19267 Added: head/devel/cargo/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cargo/files/patch-configure Mon Jul 20 20:49:38 2015 (r392600) @@ -0,0 +1,12 @@ +--- configure.orig 2015-05-02 23:16:20 UTC ++++ configure +@@ -341,8 +341,7 @@ validate_opt + + step_msg "looking for build programs" + +-probe_need CFG_CURLORWGET curl wget +-probe_need CFG_PYTHON python ++probe_need CFG_PYTHON python2.7 python2 python + probe_need CFG_CC cc gcc clang + + if [ ! -z "${CFG_LOCAL_RUST_ROOT}" ]; then Added: head/devel/cargo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cargo/pkg-descr Mon Jul 20 20:49:38 2015 (r392600) @@ -0,0 +1,4 @@ +Cargo is Cargo, Rust's Package Manager. Cargo downloads your Rust +project’s dependencies and compiles your project. + +WWW: http://doc.crates.io/ Added: head/devel/cargo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cargo/pkg-plist Mon Jul 20 20:49:38 2015 (r392600) @@ -0,0 +1,9 @@ +bin/cargo +etc/bash_completion.d/cargo +lib/rustlib/manifest-cargo +man/man1/cargo.1.gz +%%PORTDOCS%%%%DOCSDIR%%/LICENSE-APACHE +%%PORTDOCS%%%%DOCSDIR%%/LICENSE-MIT +%%PORTDOCS%%%%DOCSDIR%%/LICENSE-THIRD-PARTY +%%PORTDOCS%%%%DOCSDIR%%/README.md +share/zsh/site-functions/_cargo From owner-svn-ports-all@freebsd.org Mon Jul 20 20:51:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 327249A60AC for ; Mon, 20 Jul 2015 20:51:10 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E83CC1860 for ; Mon, 20 Jul 2015 20:51:09 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by ietj16 with SMTP id j16so126809576iet.0 for ; Mon, 20 Jul 2015 13:51:03 -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:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=IWotP6+w0Fl9KjVZU8cgGDtiekP+DekLeb2mdTZ3sC4=; b=RqK7oV68MDjpO1xuot5j/k83/8FsU+LmYPLD9Sj0vw5+HGqKs92ekGld/WlE4G3hie +VfPa1EChOexNEMzlOtLsg2xlwtpgCLBD3eOEC2Mwn/xa7vSvn+d3Fm3z2OhfoDtOOdc wTsSrST/2rWm9LTwKtyT3l0XrBlu2D3fLdJuoFSvhatEKGKRoAYldXkvT8pICRh/vxWj cj/QU1UNOnlIZbE7nptDQnz8aye6x358XVHKSTiPJ/y02fzRtldkWzQh9+tPKaHUJDv8 75oJgyR/WAL6upVfn56g01+5evbfGx1jJo3QKPSlP0Aof0Zdj9PZX5fe8m2ko30jsgB8 cWjw== X-Gm-Message-State: ALoCoQmEN/i/7kP1T05Zf9IO4qd6DviGvZnMvEDhBFY87rvhL6uulzZGbZtDgKRF6L2hhVA8G2dS X-Received: by 10.107.130.11 with SMTP id e11mr44595521iod.156.1437425449174; Mon, 20 Jul 2015 13:50:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.199 with HTTP; Mon, 20 Jul 2015 13:50:09 -0700 (PDT) X-Originating-IP: [68.101.40.130] In-Reply-To: <201507191914.t6JJEuuW025449@repo.freebsd.org> References: <201507191914.t6JJEuuW025449@repo.freebsd.org> From: "Philip M. Gollucci" Date: Mon, 20 Jul 2015 16:50:09 -0400 Message-ID: Subject: Re: svn commit: r392527 - head/math/p5-Math-SigFigs To: Steve Wills Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 20:51:10 -0000 Did we give up on TEST_DEPENDS ? Or does it just not need them at all ? On Sun, Jul 19, 2015 at 3:14 PM, Steve Wills wrote: > Author: swills > Date: Sun Jul 19 19:14:55 2015 > New Revision: 392527 > URL: https://svnweb.freebsd.org/changeset/ports/392527 > > Log: > math/p5-Math-SigFigs: update to 1.10 > > Modified: > head/math/p5-Math-SigFigs/Makefile > head/math/p5-Math-SigFigs/distinfo > > Modified: head/math/p5-Math-SigFigs/Makefile > > ============================================================================== > --- head/math/p5-Math-SigFigs/Makefile Sun Jul 19 18:41:45 2015 > (r392526) > +++ head/math/p5-Math-SigFigs/Makefile Sun Jul 19 19:14:55 2015 > (r392527) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= Math-SigFigs > -PORTVERSION= 1.09 > -PORTREVISION= 1 > +PORTVERSION= 1.10 > CATEGORIES= math perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > @@ -11,12 +10,9 @@ PKGNAMEPREFIX= p5- > MAINTAINER= swills@FreeBSD.org > COMMENT= Do math with correct handling of significant figures > > -BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ > - > p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage > -RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ > - > p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage > - > USES= perl5 > USE_PERL5= configure > > +PLIST_FILES= bin/count bin/format > + > .include > > Modified: head/math/p5-Math-SigFigs/distinfo > > ============================================================================== > --- head/math/p5-Math-SigFigs/distinfo Sun Jul 19 18:41:45 2015 > (r392526) > +++ head/math/p5-Math-SigFigs/distinfo Sun Jul 19 19:14:55 2015 > (r392527) > @@ -1,2 +1,2 @@ > -SHA256 (Math-SigFigs-1.09.tar.gz) = > 54a01e671286db0bc7ee9bae836ddd8f2ae089565a9607a06da7af3f29c78bbe > -SIZE (Math-SigFigs-1.09.tar.gz) = 11426 > +SHA256 (Math-SigFigs-1.10.tar.gz) = > b85fb95b409df9d054b74e4e8906762279af8f673c4fa7f1233cc4614b89faec > +SIZE (Math-SigFigs-1.10.tar.gz) = 10896 > _______________________________________________ > 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" > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you. From owner-svn-ports-all@freebsd.org Mon Jul 20 20:54:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E543E9A6167; Mon, 20 Jul 2015 20:54:05 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D48C21A7E; Mon, 20 Jul 2015 20:54:05 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KKs5Ls054001; Mon, 20 Jul 2015 20:54:05 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KKs573053999; Mon, 20 Jul 2015 20:54:05 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507202054.t6KKs573053999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 20 Jul 2015 20:54:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392601 - head/sysutils/iocage-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.20 Precedence: 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, 20 Jul 2015 20:54:06 -0000 Author: kmoore Date: Mon Jul 20 20:54:04 2015 New Revision: 392601 URL: https://svnweb.freebsd.org/changeset/ports/392601 Log: - Update to later tag from GH - Bump PORTREV Modified: head/sysutils/iocage-devel/Makefile head/sysutils/iocage-devel/distinfo Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Mon Jul 20 20:49:38 2015 (r392600) +++ head/sysutils/iocage-devel/Makefile Mon Jul 20 20:54:04 2015 (r392601) @@ -3,6 +3,7 @@ PORTNAME= iocage PORTVERSION= 1.6.6 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= pannon -GH_TAGNAME= 52a68cf +GH_TAGNAME= 31e7a81 .include Modified: head/sysutils/iocage-devel/distinfo ============================================================================== --- head/sysutils/iocage-devel/distinfo Mon Jul 20 20:49:38 2015 (r392600) +++ head/sysutils/iocage-devel/distinfo Mon Jul 20 20:54:04 2015 (r392601) @@ -1,2 +1,2 @@ -SHA256 (pannon-iocage-1.6.6-52a68cf_GH0.tar.gz) = 452b67ebdff9ccb173e9f8b300989ae1c17c35f8d2f73cfeaa1459aa6611edef -SIZE (pannon-iocage-1.6.6-52a68cf_GH0.tar.gz) = 289468 +SHA256 (pannon-iocage-1.6.6-31e7a81_GH0.tar.gz) = 02be800669983e01cf9cb35262916072ed4729177ea495b6466388e64132cede +SIZE (pannon-iocage-1.6.6-31e7a81_GH0.tar.gz) = 290182 From owner-svn-ports-all@freebsd.org Mon Jul 20 21:03:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7BCF9A63B6; Mon, 20 Jul 2015 21:03:38 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7BE31F4D; Mon, 20 Jul 2015 21:03:38 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KL3cNC058053; Mon, 20 Jul 2015 21:03:38 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KL3cHY058052; Mon, 20 Jul 2015 21:03:38 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507202103.t6KL3cHY058052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 21:03:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392602 - head/print/ghostscript9-agpl/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.20 Precedence: 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, 20 Jul 2015 21:03:38 -0000 Author: hrs Date: Mon Jul 20 21:03:37 2015 New Revision: 392602 URL: https://svnweb.freebsd.org/changeset/ports/392602 Log: Fix build with GCC. GCC does now allow const type qualifier for function return type if it is a non-pointer. This fixes a build error on 8.x. Spotted by: kib Added: head/print/ghostscript9-agpl/files/patch-trio-triop.h (contents, props changed) Added: head/print/ghostscript9-agpl/files/patch-trio-triop.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/ghostscript9-agpl/files/patch-trio-triop.h Mon Jul 20 21:03:37 2015 (r392602) @@ -0,0 +1,14 @@ +--- trio/triop.h.orig 2015-03-30 17:21:24.000000000 +0900 ++++ trio/triop.h 2015-07-21 06:00:48.713329000 +0900 +@@ -404,7 +404,11 @@ + void trio_unregister TRIO_PROTO((trio_pointer_t handle)); + + TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref)); ++#if !defined(__llvm__) ++trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref)); ++#else + TRIO_CONST trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref)); ++#endif + + /* Modifiers */ + int trio_get_width TRIO_PROTO((trio_pointer_t ref)); From owner-svn-ports-all@freebsd.org Mon Jul 20 21:07:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E84F49A64A9; Mon, 20 Jul 2015 21:07:09 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEE2311DD; Mon, 20 Jul 2015 21:07:09 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KL797C058319; Mon, 20 Jul 2015 21:07:09 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KL79oa058317; Mon, 20 Jul 2015 21:07:09 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507202107.t6KL79oa058317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 21:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392603 - 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.20 Precedence: 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, 20 Jul 2015 21:07:10 -0000 Author: hrs Date: Mon Jul 20 21:07:08 2015 New Revision: 392603 URL: https://svnweb.freebsd.org/changeset/ports/392603 Log: Allow support of minor version number in GHOSTSCRIPT_DEFAULT since there are two packages for Ghostscript 9.x, 9.06 and 9.16. Modified: head/Mk/Uses/ghostscript.mk head/Mk/bsd.default-versions.mk Modified: head/Mk/Uses/ghostscript.mk ============================================================================== --- head/Mk/Uses/ghostscript.mk Mon Jul 20 21:03:37 2015 (r392602) +++ head/Mk/Uses/ghostscript.mk Mon Jul 20 21:07:08 2015 (r392603) @@ -29,11 +29,11 @@ _INCLUDE_USES_GHOSTSCRIPT_MK= yes # allowed versions -_GS_VERSION= 7 8 9 +_GS_VERSION= 7 8 9 9.06 9.16 _GS_ARGS= ${ghostscript_ARGS} -.if ${_GS_ARGS:N[789]:Nnox11:Nagpl:Nbuild:Nrun} +.if ${_GS_ARGS:N[789]:N9.06:N9.16:Nnox11:Nagpl:Nbuild:Nrun} IGNORE= Unknown ghostscript argument ${_GS_ARGS} .endif @@ -62,22 +62,26 @@ _GS_BUILD_DEP= yes _GS_RUN_DEP= yes .endif -_GS_SELECTED= ${GHOSTSCRIPT_DEFAULT} -.if ${_GS_ARGS:M9} -_GS_SELECTED:= 9 -.elif ${_GS_ARGS:M8} -_GS_SELECTED:= 8 -.elif ${_GS_ARGS:M7} -_GS_SELECTED:= 7 -.endif - .undef _GS_AGPL_SUFFIX -.if ${_GS_ARGS:Magpl} -. if ${_GS_SELECTED} == "9" -_GS_AGPL_SUFFIX= -agpl -. else +.undef _GS_SELECTED +.for V in ${_GS_ARGS} ${GHOSTSCRIPT_DEFAULT} +.if ${V:M9} +_GS_SELECTED?= 9 +.elif ${V:M9.06} +_GS_SELECTED?= 9 +.elif ${V:M9.16} +_GS_SELECTED?= 9 +_GS_AGPL_SUFFIX?= -agpl +.elif ${V:Magpl} && defined(_GS_SELECTED) && !empty(_GS_SELECTED:N9) IGNORE= Ghostscript-agpl is only available in version 9 -. endif +.elif ${V:M8} +_GS_SELECTED?= 8 +.elif ${V:M7} +_GS_SELECTED?= 7 +.endif +.endfor +.if !defined(_GS_SELECTED) +IGNORE= Invalid ghostscript argument or GHOSTSCRIPT_DEFAULT .endif .undef _GS_NOX11_SUFFIX Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Mon Jul 20 21:03:37 2015 (r392602) +++ head/Mk/bsd.default-versions.mk Mon Jul 20 21:07:08 2015 (r392603) @@ -32,7 +32,7 @@ PYTHON3_DEFAULT?= 3.4 RUBY_DEFAULT?= 2.1 TCLTK_DEFAULT?= 8.6 FIREBIRD_DEFAULT?= 2.5 -GHOSTSCRIPT_DEFAULT?= 9 +GHOSTSCRIPT_DEFAULT?= 9.06 # Version of lang/gcc. Do not override! LANG_GCC_IS= 4.8 From owner-svn-ports-all@freebsd.org Mon Jul 20 21:16:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE4779A671B; Mon, 20 Jul 2015 21:16:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9310A188B; Mon, 20 Jul 2015 21:16:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KLGBJa062357; Mon, 20 Jul 2015 21:16:11 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KLGABL062354; Mon, 20 Jul 2015 21:16:10 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507202116.t6KLGABL062354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 20 Jul 2015 21:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392604 - in head/java/openjdk8: . 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.20 Precedence: 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, 20 Jul 2015 21:16:11 -0000 Author: jkim Date: Mon Jul 20 21:16:09 2015 New Revision: 392604 URL: https://svnweb.freebsd.org/changeset/ports/392604 Log: Tidy up couple of problems in the previous update. Added: head/java/openjdk8/files/patch-jdk-src-bsd-doc-man-javadoc.1 (contents, props changed) Modified: head/java/openjdk8/Makefile head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Mon Jul 20 21:07:08 2015 (r392603) +++ head/java/openjdk8/Makefile Mon Jul 20 21:16:09 2015 (r392604) @@ -239,7 +239,7 @@ post-patch: ${WRKSRC}/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java \ ${WRKSRC}/jdk/src/share/classes/sun/print/PSPrinterJob.java \ ${WRKSRC}/jdk/src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java - @${REINPLACE_CMD} -e 's|/usr/local/java/classes|${LOCALBASE}/share/java/classes|' \ + @${REINPLACE_CMD} -e 's|/usr/local/share/java/classes|${LOCALBASE}/share/java/classes|' \ ${WRKSRC}/jdk/src/bsd/doc/man/*.1 @${REINPLACE_CMD} -e 's|%%ICONV_CPPFLAGS%%|${ICONV_CPPFLAGS}|' \ -e 's|%%ICONV_LDFLAGS%%|${ICONV_LDFLAGS}|' \ Modified: head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk ============================================================================== --- head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk Mon Jul 20 21:07:08 2015 (r392603) +++ head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk Mon Jul 20 21:16:09 2015 (r392604) @@ -1,15 +1,15 @@ --- jdk/make/lib/Awt2dLibraries.gmk.orig 2015-07-18 14:30:01.000000000 -0700 +++ jdk/make/lib/Awt2dLibraries.gmk 2015-07-18 14:30:08.000000000 -0700 -@@ -1260,6 +1260,8 @@ +@@ -1259,7 +1259,7 @@ + else ifeq ($(OPENJDK_TARGET_OS), bsd) LIBSPLASHSCREEN_CFLAGS += -DWITH_X11 $(X_CFLAGS) -I$(PACKAGE_PATH)/include ifneq ($(OPENJDK_TARGET_OS_VENDOR), openbsd) - LIBSPLASHSCREEN_CFLAGS += -DLIBICONV_PLUG -+ else +- LIBSPLASHSCREEN_CFLAGS += -DLIBICONV_PLUG + LIBSPLASHSCREEN_CFLAGS += %%ICONV_CPPFLAGS%% endif else LIBSPLASHSCREEN_CFLAGS += -DWITH_X11 $(X_CFLAGS) -@@ -1285,7 +1287,7 @@ +@@ -1285,7 +1285,7 @@ # Solaris still uses OPENWIN_LIB .. LIBSPLASHSCREEN_LDFLAGS_SUFFIX += -L$(OPENWIN_LIB)$(OPENJDK_TARGET_CPU_ISADIR) -lX11 -lXext $(LIBM) -lpthread else ifeq ($(OPENJDK_TARGET_OS), bsd) Added: head/java/openjdk8/files/patch-jdk-src-bsd-doc-man-javadoc.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-jdk-src-bsd-doc-man-javadoc.1 Mon Jul 20 21:16:09 2015 (r392604) @@ -0,0 +1,11 @@ +--- jdk/src/bsd/doc/man/javadoc.1.orig ++++ jdk/src/bsd/doc/man/javadoc.1 +@@ -2966,7 +2966,7 @@ + + \fIWindows example\fR: \f3\&.;C:\eclasses;C:\ehome\ejava\eclasses\fR + +-\fIOracle Solaris example\fR: \f3\&.:/home/classes:/usr/local/java/classes\fR\&. ++\fIOracle Solaris example\fR: \f3\&.:/home/classes:/usr/local/share/java/classes\fR\&. + .SH SEE\ ALSO + .TP 0.2i + \(bu From owner-svn-ports-all@freebsd.org Mon Jul 20 21:19:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A9C29A67AD; Mon, 20 Jul 2015 21:19:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED9919CB; Mon, 20 Jul 2015 21:19:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 38CE8BDC3E; Mon, 20 Jul 2015 23:19:53 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 15D3DBDC24; Mon, 20 Jul 2015 23:19:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id D86443CB22C4; Mon, 20 Jul 2015 23:19:52 +0200 (CEST) Date: Mon, 20 Jul 2015 23:19:52 +0200 From: Mathieu Arnold To: Hiroki Sato , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392603 - in head/Mk: . Uses Message-ID: <17062D16EFEA666FA3B853A9@atuin.in.mat.cc> In-Reply-To: <201507202107.t6KL79oa058317@repo.freebsd.org> References: <201507202107.t6KL79oa058317@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========59EB5FA2413F18E4B198==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 21:19:56 -0000 --==========59EB5FA2413F18E4B198========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 20 juillet 2015 21:07:09 +0000 Hiroki Sato wrote: | Author: hrs | Date: Mon Jul 20 21:07:08 2015 | New Revision: 392603 | URL: https://svnweb.freebsd.org/changeset/ports/392603 | | Log: | Allow support of minor version number in GHOSTSCRIPT_DEFAULT since | there are two packages for Ghostscript 9.x, 9.06 and 9.16. I think it makes more sense to have versions that are 7, 8, 9, 9-afpl, dropping the afpl possible argument, as it's more of a local policy than a version a port will need. -- Mathieu Arnold --==========59EB5FA2413F18E4B198========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVrWX4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IDowP/R2tOZbhXKyvARXemNp4/ZX5 RgMd99aFCYgUk40kkm2s2wUPf4jGQZMZiHGbEOFDLPx2rjKGTrheZLn5ulEQyttx YwUtljw1agjskt/URgc95J+6N1o2ud5I8j2e2nTVFuVjHuMFHqjPPgKSE2BFKUJS LY63pIs7cesWByhfOB5mNghXHBByyHZFgNOlwsQHqVrRAuIzpOQaa9qMaXGYa0bw onGHkvBkRwnoC3x02YzHbo4Vgmj2Ho1v0gcH5TK058pNDSY0wJAwR7lvl278GenC eP+N8z707Ly7GJfJkYn3+4nkG5zm1caiH2aVims/PPAx/g8Kp6ZMG6AwsvXlt4aa Jo7Amr0baBwHYhQKnBoJhKjE6v9IOD2DGwhqtm/zJ8LeKqe3WX1SptqM0bMVFNhj jDAkJAN+eKMwBie4/9E6Ud0jtrFuGqt/vF7Amr782ZtdeHJcI3CvLshXYprOXrWu h7IdLtwbvb30fmAgopN4zRUbNkBtCO7APeiBSGSe6ZL+YR79l4pQ0HwMWNIHt6r5 NR1BStDs5mb2PV1WyeYlrJbFvUsalow6pwFIrHG+weYpAGWA8+InnPlC6EfFNobh oP322KQ67LwcL+oGRnStStUXuomSXcKy2dBRFq2DMJkxGP087egD99suhXKXcrkR JQFZItNEpvABcI2wTVKH =TwqV -----END PGP SIGNATURE----- --==========59EB5FA2413F18E4B198==========-- From owner-svn-ports-all@freebsd.org Mon Jul 20 22:10:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEAE89A7069; Mon, 20 Jul 2015 22:10:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A59111193; Mon, 20 Jul 2015 22:10:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KMAJnR083044; Mon, 20 Jul 2015 22:10:19 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KMAIKU083041; Mon, 20 Jul 2015 22:10:18 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507202210.t6KMAIKU083041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 20 Jul 2015 22:10:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392605 - head/java/openjdk8/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.20 Precedence: 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, 20 Jul 2015 22:10:19 -0000 Author: jkim Date: Mon Jul 20 22:10:17 2015 New Revision: 392605 URL: https://svnweb.freebsd.org/changeset/ports/392605 Log: Fix few more mismerges in the previous update. Modified: head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk head/java/openjdk8/files/patch-jdk-make-lib-CoreLibraries.gmk head/java/openjdk8/files/patch-jdk-make-lib-ServiceabilityLibraries.gmk Modified: head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk ============================================================================== --- head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk Mon Jul 20 21:16:09 2015 (r392604) +++ head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk Mon Jul 20 22:10:17 2015 (r392605) @@ -14,7 +14,7 @@ LIBSPLASHSCREEN_LDFLAGS_SUFFIX += -L$(OPENWIN_LIB)$(OPENJDK_TARGET_CPU_ISADIR) -lX11 -lXext $(LIBM) -lpthread else ifeq ($(OPENJDK_TARGET_OS), bsd) - LIBSPLASHSCREEN_LDFLAGS_SUFFIX += $(X_LIBS) -lX11 -lXext $(LIBM) -L$(PACKAGE_PATH)/lib -liconv -pthread -+ LIBSPLASHSCREEN_LDFLAGS_SUFFIX += $(X_LIBS) -lX11 -lXext $(LIBM) -L$(PACKAGE_PATH)/lib %%ICONV_LDFLAGS%% -pthread ++ LIBSPLASHSCREEN_LDFLAGS_SUFFIX += $(X_LIBS) -lX11 -lXext $(LIBM) %%ICONV_LDFLAGS%% -pthread else # .. all other Unixes can use X_LIBS LIBSPLASHSCREEN_LDFLAGS_SUFFIX += $(X_LIBS) -lX11 -lXext $(LIBM) -lpthread endif Modified: head/java/openjdk8/files/patch-jdk-make-lib-CoreLibraries.gmk ============================================================================== --- head/java/openjdk8/files/patch-jdk-make-lib-CoreLibraries.gmk Mon Jul 20 21:16:09 2015 (r392604) +++ head/java/openjdk8/files/patch-jdk-make-lib-CoreLibraries.gmk Mon Jul 20 22:10:17 2015 (r392605) @@ -1,11 +1,15 @@ --- jdk/make/lib/CoreLibraries.gmk.orig 2015-07-18 14:40:01.000000000 -0700 +++ jdk/make/lib/CoreLibraries.gmk 2015-07-18 14:40:47.000000000 -0700 -@@ -523,11 +523,11 @@ - CFLAGS := $(CFLAGS_JDKLIB) \ - -I$(JDK_TOPDIR)/src/share/npt \ - -I$(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/npt, \ -- CFLAGS_bsd := $(BSD_ICONV_CFLAGS), \ -+ CFLAGS_bsd := %%ICONV_CPPFLAGS%%, \ +@@ -510,7 +510,7 @@ + ifeq ($(OPENJDK_TARGET_OS), bsd) + BSD_ICONV_CFLAGS:= -I$(PACKAGE_PATH)/include + ifneq ($(OPENJDK_TARGET_OS_VENDOR), openbsd) +- BSD_ICONV_CFLAGS += -DLIBICONV_PLUG ++ BSD_ICONV_CFLAGS += %%ICONV_CPPFLAGS%% + endif + endif + +@@ -527,7 +527,7 @@ MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libnpt/mapfile-vers, \ LDFLAGS := $(LDFLAGS_JDKLIB) \ $(call SET_SHARED_LIBRARY_ORIGIN), \ Modified: head/java/openjdk8/files/patch-jdk-make-lib-ServiceabilityLibraries.gmk ============================================================================== --- head/java/openjdk8/files/patch-jdk-make-lib-ServiceabilityLibraries.gmk Mon Jul 20 21:16:09 2015 (r392604) +++ head/java/openjdk8/files/patch-jdk-make-lib-ServiceabilityLibraries.gmk Mon Jul 20 22:10:17 2015 (r392605) @@ -1,14 +1,14 @@ --- jdk/make/lib/ServiceabilityLibraries.gmk.orig 2015-07-18 14:43:00.000000000 -0700 +++ jdk/make/lib/ServiceabilityLibraries.gmk 2015-07-18 14:44:25.000000000 -0700 -@@ -269,7 +269,7 @@ - CFLAGS := $(LIBINSTRUMENT_CFLAGS), \ - CFLAGS_debug := -DJPLIS_LOGGING, \ - CFLAGS_release := -DNO_JPLIS_LOGGING, \ -- CFLAGS_bsd := $(BSD_ICONV_CFLAGS), \ -+ CFLAGS_bsd := %%ICONV_CPPFLAGS%%, \ - MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libinstrument/mapfile-vers, \ - LDFLAGS := $(LDFLAGS_JDKLIB) \ - $(call SET_SHARED_LIBRARY_ORIGIN) \ +@@ -255,7 +255,7 @@ + endif + BSD_ICONV_CFLAGS:= -I$(PACKAGE_PATH)/include + ifneq ($(OPENJDK_TARGET_OS_VENDOR), openbsd) +- BSD_ICONV_CFLAGS += -DLIBICONV_PLUG ++ BSD_ICONV_CFLAGS += %%ICONV_CPPFLAGS%% + endif + endif + @@ -283,7 +283,7 @@ LDFLAGS_SUFFIX_solaris := $(LIBZ) -L $(INSTALL_LIBRARIES_HERE)/jli -ljli $(LIBDL) -lc, \ LDFLAGS_SUFFIX_linux := $(LIBZ) -L $(INSTALL_LIBRARIES_HERE)/jli -ljli $(LIBDL), \ From owner-svn-ports-all@freebsd.org Mon Jul 20 23:11:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FBC59A7911; Mon, 20 Jul 2015 23:11:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A1C512D7; Mon, 20 Jul 2015 23:11:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.84] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id t6KNAiAC089788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 20 Jul 2015 23:11:07 GMT (envelope-from swills@FreeBSD.org) Message-ID: <55AD7FEF.3040405@FreeBSD.org> Date: Mon, 20 Jul 2015 19:10:39 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Philip M. Gollucci" CC: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r392527 - head/math/p5-Math-SigFigs References: <201507191914.t6JJEuuW025449@repo.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Mon, 20 Jul 2015 23:11:11 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 20 Jul 2015 23:11:14 -0000 Just didn't do it here. Feel free to add it. Steve On 07/20/2015 16:50, Philip M. Gollucci wrote: > Did we give up on TEST_DEPENDS ? Or does it just not need them at all ? > > On Sun, Jul 19, 2015 at 3:14 PM, Steve Wills > wrote: > > Author: swills > Date: Sun Jul 19 19:14:55 2015 > New Revision: 392527 > URL: https://svnweb.freebsd.org/changeset/ports/392527 > > Log: > math/p5-Math-SigFigs: update to 1.10 > > Modified: > head/math/p5-Math-SigFigs/Makefile > head/math/p5-Math-SigFigs/distinfo > > Modified: head/math/p5-Math-SigFigs/Makefile > ============================================================================== > --- head/math/p5-Math-SigFigs/Makefile Sun Jul 19 18:41:45 2015 > (r392526) > +++ head/math/p5-Math-SigFigs/Makefile Sun Jul 19 19:14:55 2015 > (r392527) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= Math-SigFigs > -PORTVERSION= 1.09 > -PORTREVISION= 1 > +PORTVERSION= 1.10 > CATEGORIES= math perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > @@ -11,12 +10,9 @@ PKGNAMEPREFIX= p5- > MAINTAINER= swills@FreeBSD.org > COMMENT= Do math with correct handling of significant figures > > -BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ > - > p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage > -RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ > - > p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage > - > USES= perl5 > USE_PERL5= configure > > +PLIST_FILES= bin/count bin/format > + > .include > > > Modified: head/math/p5-Math-SigFigs/distinfo > ============================================================================== > --- head/math/p5-Math-SigFigs/distinfo Sun Jul 19 18:41:45 2015 > (r392526) > +++ head/math/p5-Math-SigFigs/distinfo Sun Jul 19 19:14:55 2015 > (r392527) > @@ -1,2 +1,2 @@ > -SHA256 (Math-SigFigs-1.09.tar.gz) = > 54a01e671286db0bc7ee9bae836ddd8f2ae089565a9607a06da7af3f29c78bbe > -SIZE (Math-SigFigs-1.09.tar.gz) = 11426 > +SHA256 (Math-SigFigs-1.10.tar.gz) = > b85fb95b409df9d054b74e4e8906762279af8f673c4fa7f1233cc4614b89faec > +SIZE (Math-SigFigs-1.10.tar.gz) = 10896 > _______________________________________________ > 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 > " > > > > > -- > --------------------------------------------------------------------------------- > Curb: Your ride is here > 4096R/D21D2752 > ECDF > B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 > Philip M. Gollucci (pgollucci@p6m7g8.com ) > c: 703.336.9354 > Member, Apache Software Foundation > Committer, FreeBSD Foundation > Consultant, P6M7G8 Inc. > Sr. Director IT Operations, Curb > > What doesn't kill us can only make us stronger; > Except it almost kills you. From owner-svn-ports-all@freebsd.org Mon Jul 20 23:38:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB07A9A7CD6; Mon, 20 Jul 2015 23:38:12 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AA4D1F25; Mon, 20 Jul 2015 23:38:12 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KNcC7T019120; Mon, 20 Jul 2015 23:38:12 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KNcCtF019119; Mon, 20 Jul 2015 23:38:12 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507202338.t6KNcCtF019119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 23:38:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392606 - 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.20 Precedence: 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, 20 Jul 2015 23:38:12 -0000 Author: hrs Date: Mon Jul 20 23:38:11 2015 New Revision: 392606 URL: https://svnweb.freebsd.org/changeset/ports/392606 Log: - Fix an error with fmake. [*] - Allow "agpl" as an additional keyword in GHOSTSCRIPT_DEFAULT. Spotted by: kib [*] Modified: head/Mk/Uses/ghostscript.mk Modified: head/Mk/Uses/ghostscript.mk ============================================================================== --- head/Mk/Uses/ghostscript.mk Mon Jul 20 22:10:17 2015 (r392605) +++ head/Mk/Uses/ghostscript.mk Mon Jul 20 23:38:11 2015 (r392606) @@ -65,18 +65,23 @@ _GS_RUN_DEP= yes .undef _GS_AGPL_SUFFIX .undef _GS_SELECTED .for V in ${_GS_ARGS} ${GHOSTSCRIPT_DEFAULT} -.if ${V:M9} +_V=${V} +.if ${_V:M9} _GS_SELECTED?= 9 -.elif ${V:M9.06} +.elif ${_V:M9.06} _GS_SELECTED?= 9 -.elif ${V:M9.16} +.elif ${_V:M9.16} _GS_SELECTED?= 9 _GS_AGPL_SUFFIX?= -agpl -.elif ${V:Magpl} && defined(_GS_SELECTED) && !empty(_GS_SELECTED:N9) +.elif ${_V:Magpl} && defined(_GS_SELECTED) +.if ${_GS_SELECTED:M9} +_GS_AGPL_SUFFIX?= -agpl +.else IGNORE= Ghostscript-agpl is only available in version 9 -.elif ${V:M8} +.endif +.elif ${_V:M8} _GS_SELECTED?= 8 -.elif ${V:M7} +.elif ${_V:M7} _GS_SELECTED?= 7 .endif .endfor From owner-svn-ports-all@freebsd.org Tue Jul 21 01:50:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 538259A7605; Tue, 21 Jul 2015 01:50:11 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DE21E42; Tue, 21 Jul 2015 01:50:11 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L1oBYB072613; Tue, 21 Jul 2015 01:50:11 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L1o9tD072131; Tue, 21 Jul 2015 01:50:09 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507210150.t6L1o9tD072131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 21 Jul 2015 01:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392607 - in head/net: . elixir-kafka_ex elixir-kafka_ex/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.20 Precedence: 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, 21 Jul 2015 01:50:11 -0000 Author: vanilla Date: Tue Jul 21 01:50:08 2015 New Revision: 392607 URL: https://svnweb.freebsd.org/changeset/ports/392607 Log: Add elixir-kafka_ex, Apache Kafka client for elixir. Added: head/net/elixir-kafka_ex/ head/net/elixir-kafka_ex/Makefile (contents, props changed) head/net/elixir-kafka_ex/distinfo (contents, props changed) head/net/elixir-kafka_ex/files/ head/net/elixir-kafka_ex/files/patch-mix.exs (contents, props changed) head/net/elixir-kafka_ex/pkg-descr (contents, props changed) head/net/elixir-kafka_ex/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Jul 20 23:38:11 2015 (r392606) +++ head/net/Makefile Tue Jul 21 01:50:08 2015 (r392607) @@ -115,6 +115,7 @@ SUBDIR += e169-stats SUBDIR += easysoap SUBDIR += echoping + SUBDIR += elixir-kafka_ex SUBDIR += elixir-oauth2 SUBDIR += empty SUBDIR += enet Added: head/net/elixir-kafka_ex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-kafka_ex/Makefile Tue Jul 21 01:50:08 2015 (r392607) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= kafka_ex +PORTVERSION= 0.1.0 +CATEGORIES= net +PKGNAMEPREFIX= elixir- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Apache Kafka client for Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= jacklund + +.include Added: head/net/elixir-kafka_ex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-kafka_ex/distinfo Tue Jul 21 01:50:08 2015 (r392607) @@ -0,0 +1,2 @@ +SHA256 (jacklund-kafka_ex-0.1.0_GH0.tar.gz) = 633b4251fc318ff20671e5e53ab4b119c9cfa549f4f346e5dd362b925c90dc68 +SIZE (jacklund-kafka_ex-0.1.0_GH0.tar.gz) = 73963 Added: head/net/elixir-kafka_ex/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-kafka_ex/files/patch-mix.exs Tue Jul 21 01:50:08 2015 (r392607) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-21 01:19:36 UTC ++++ mix.exs +@@ -6,8 +6,7 @@ defmodule KafkaEx.Mixfile do + version: "0.1.0", + elixir: "~> 1.0", + description: description, +- package: package, +- deps: deps] ++ package: package] + end + + def application do Added: head/net/elixir-kafka_ex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-kafka_ex/pkg-descr Tue Jul 21 01:50:08 2015 (r392607) @@ -0,0 +1,3 @@ +Apache Kafka client for Elixir. + +WWW: https://github.com/jacklund/kafka_ex Added: head/net/elixir-kafka_ex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/elixir-kafka_ex/pkg-plist Tue Jul 21 01:50:08 2015 (r392607) @@ -0,0 +1,48 @@ +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.ConnectionError.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.NetworkClient.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.ConsumerMetadata.Response.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.ConsumerMetadata.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Fetch.Request.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Fetch.Response.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Fetch.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Metadata.Broker.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Metadata.PartitionMetadata.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Metadata.Request.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Metadata.Response.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Metadata.TopicMetadata.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Metadata.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Offset.Request.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Offset.Response.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Offset.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.OffsetCommit.Request.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.OffsetCommit.Response.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.OffsetCommit.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.OffsetFetch.Request.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.OffsetFetch.Response.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.OffsetFetch.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Produce.Request.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Produce.Response.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Produce.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Server.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Supervisor.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Util.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaExHandler.beam +lib/elixir/lib/kafka_ex/ebin/kafka_ex.app +lib/elixir/lib/kafka_ex/lib/kafka_ex.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/errors/errors.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/handler.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/network_client.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/consumer_metadata.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/fetch.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/metadata.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/offset.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/offset_commit.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/offset_fetch.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/produce.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/server.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/supervisor.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/util.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Tue Jul 21 01:52:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B92389A7723; Tue, 21 Jul 2015 01:52:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A82D9106E; Tue, 21 Jul 2015 01:52:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L1qS8N075959; Tue, 21 Jul 2015 01:52:28 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L1qQxX075949; Tue, 21 Jul 2015 01:52:26 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201507210152.t6L1qQxX075949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 21 Jul 2015 01:52:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392608 - in head/audio: ardour ardour/files aubio aubio/files denemo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 01:52:28 -0000 Author: danfe Date: Tue Jul 21 01:52:25 2015 New Revision: 392608 URL: https://svnweb.freebsd.org/changeset/ports/392608 Log: - Update `audio/aubio' to version 0.4.1; make all dependencies/features optional; provide a way to disable Doxygen even when it was found in the system - License was changed to GPLv3; do not install LICENSE_FILE since it is merely a boilerplate with no actual copyright data - `audio/ardour' needs to be patched for API changes in aubio 0.4. The patch comes from upstream, but new aubio version detection logic is not directly applicable, so simply define HAVE_AUBIO4 in the port's Makefile - While here, ensure that `audio/ardour' gets all of its dependencies, (ir)regardless of particular OPTIONS selected (or not selected) for the `audio/aubio' port - Bump port revisions of `audio/ardour' and `audio/denemo', the only two libaubio consumers in the tree PR: 200556 (slightly modified) Added: head/audio/ardour/files/patch-aubio4 (contents, props changed) head/audio/aubio/files/ head/audio/aubio/files/patch-wscript (contents, props changed) Modified: head/audio/ardour/Makefile head/audio/aubio/Makefile head/audio/aubio/distinfo head/audio/aubio/pkg-plist head/audio/denemo/Makefile Modified: head/audio/ardour/Makefile ============================================================================== --- head/audio/ardour/Makefile Tue Jul 21 01:50:08 2015 (r392607) +++ head/audio/ardour/Makefile Tue Jul 21 01:52:25 2015 (r392608) @@ -3,6 +3,7 @@ PORTNAME= ardour PORTVERSION= 2.8.16 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ @@ -14,14 +15,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblo.so:${PORTSDIR}/audio/liblo \ liblrdf.so:${PORTSDIR}/textproc/liblrdf \ + libjack.so:${PORTSDIR}/audio/jack \ libaubio.so:${PORTSDIR}/audio/aubio \ libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float \ libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ libgnomecanvasmm-2.6.so:${PORTSDIR}/graphics/libgnomecanvasmm26 USES= cpe gettext scons pkgconfig tar:bzip2 MAKE_ARGS+= SYSLIBS=yes PREFIX=${PREFIX} NLS=yes -CFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include -DHAVE_AUBIO4 USE_GNOME= libxslt USE_LDCONFIG= ${PREFIX}/lib/ardour2 ${PREFIX}/lib/ardour2/surfaces Added: head/audio/ardour/files/patch-aubio4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/ardour/files/patch-aubio4 Tue Jul 21 01:52:25 2015 (r392608) @@ -0,0 +1,340 @@ +commit 1eaa30b7257f006878c9b2c88ecbaea5bc36b174 +Author: Robin Gareus +Date: Sun Jan 12 18:11:14 2014 +0100 + + aubio 3+4 compat + +diff --git libs/vamp-plugins/Onset.cpp libs/vamp-plugins/Onset.cpp +index d475b11..196ca29 100644 +--- libs/vamp-plugins/Onset.cpp ++++ libs/vamp-plugins/Onset.cpp +@@ -22,29 +22,51 @@ using std::vector; + using std::cerr; + using std::endl; + ++#ifdef HAVE_AUBIO4 ++const char *getAubioNameForOnsetType(OnsetType t) ++{ ++ // In the same order as the enum elements in the header ++ static const char *const names[] = { ++ "energy", "specdiff", "hfc", "complex", "phase", "kl", "mkl", "specflux" ++ }; ++ return names[(int)t]; ++} ++#endif ++ + Onset::Onset(float inputSampleRate) : + Plugin(inputSampleRate), + m_ibuf(0), +- m_fftgrain(0), + m_onset(0), ++#ifdef HAVE_AUBIO4 ++ m_onsetdet(0), ++ m_onsettype(OnsetComplex), ++ m_minioi(4), ++ m_silence(-70), ++#else ++ m_fftgrain(0), + m_pv(0), + m_peakpick(0), + m_onsetdet(0), + m_onsettype(aubio_onset_complex), +- m_threshold(0.3), ++ m_channelCount(1), + m_silence(-90), +- m_channelCount(1) ++#endif ++ m_threshold(0.3) + { + } + + Onset::~Onset() + { ++#ifdef HAVE_AUBIO4 ++ if (m_onsetdet) del_aubio_onset(m_onsetdet); ++#else + if (m_onsetdet) aubio_onsetdetection_free(m_onsetdet); +- if (m_ibuf) del_fvec(m_ibuf); +- if (m_onset) del_fvec(m_onset); + if (m_fftgrain) del_cvec(m_fftgrain); + if (m_pv) del_aubio_pvoc(m_pv); + if (m_peakpick) del_aubio_peakpicker(m_peakpick); ++#endif ++ if (m_ibuf) del_fvec(m_ibuf); ++ if (m_onset) del_fvec(m_onset); + } + + string +@@ -74,7 +96,11 @@ Onset::getMaker() const + int + Onset::getPluginVersion() const + { ++#ifdef HAVE_AUBIO4 ++ return 2; ++#else + return 1; ++#endif + } + + string +@@ -86,10 +112,20 @@ Onset::getCopyright() const + bool + Onset::initialise(size_t channels, size_t stepSize, size_t blockSize) + { +- m_channelCount = channels; + m_stepSize = stepSize; + m_blockSize = blockSize; + ++#ifdef HAVE_AUBIO4 ++ if (channels != 1) { ++ std::cerr << "Onset::initialise: channels must be 1" << std::endl; ++ return false; ++ } ++ m_ibuf = new_fvec(stepSize); ++ m_onset = new_fvec(1); ++ reset(); ++#else ++ m_channelCount = channels; ++ + m_ibuf = new_fvec(stepSize, channels); + m_onset = new_fvec(1, channels); + m_fftgrain = new_cvec(blockSize, channels); +@@ -103,13 +139,32 @@ Onset::initialise(size_t channels, size_t stepSize, size_t blockSize) + + m_lastOnset = Vamp::RealTime::zeroTime - m_delay - m_delay; + ++#endif + return true; + } + ++#ifdef HAVE_AUBIO4 + void + Onset::reset() + { ++ if (m_onsetdet) del_aubio_onset(m_onsetdet); ++ ++ m_onsetdet = new_aubio_onset ++ (const_cast(getAubioNameForOnsetType(m_onsettype)), ++ m_blockSize, ++ m_stepSize, ++ lrintf(m_inputSampleRate)); ++ ++ aubio_onset_set_threshold(m_onsetdet, m_threshold); ++ aubio_onset_set_silence(m_onsetdet, m_silence); ++ aubio_onset_set_minioi(m_onsetdet, m_minioi); ++ ++ m_delay = Vamp::RealTime::frame2RealTime(4 * m_stepSize, ++ lrintf(m_inputSampleRate)); ++ ++ m_lastOnset = Vamp::RealTime::zeroTime - m_delay - m_delay; + } ++#endif + + size_t + Onset::getPreferredStepSize() const +@@ -132,8 +187,13 @@ Onset::getParameterDescriptors() const + desc.identifier = "onsettype"; + desc.name = "Onset Detection Function Type"; + desc.minValue = 0; ++#ifdef HAVE_AUBIO4 ++ desc.maxValue = 7; ++ desc.defaultValue = (int)OnsetComplex; ++#else + desc.maxValue = 6; + desc.defaultValue = (int)aubio_onset_complex; ++#endif + desc.isQuantized = true; + desc.quantizeStep = 1; + desc.valueNames.push_back("Energy Based"); +@@ -143,6 +203,9 @@ Onset::getParameterDescriptors() const + desc.valueNames.push_back("Phase Deviation"); + desc.valueNames.push_back("Kullback-Liebler"); + desc.valueNames.push_back("Modified Kullback-Liebler"); ++#ifdef HAVE_AUBIO4 ++ desc.valueNames.push_back("Spectral Flux"); ++#endif + list.push_back(desc); + + desc = ParameterDescriptor(); +@@ -159,11 +222,27 @@ Onset::getParameterDescriptors() const + desc.name = "Silence Threshold"; + desc.minValue = -120; + desc.maxValue = 0; ++#ifdef HAVE_AUBIO4 ++ desc.defaultValue = -70; ++#else + desc.defaultValue = -90; ++#endif + desc.unit = "dB"; + desc.isQuantized = false; + list.push_back(desc); + ++#ifdef HAVE_AUBIO4 ++ desc = ParameterDescriptor(); ++ desc.identifier = "minioi"; ++ desc.name = "Minimum Inter-Onset Interval"; ++ desc.minValue = 0; ++ desc.maxValue = 40; ++ desc.defaultValue = 4; ++ desc.unit = "ms"; ++ desc.isQuantized = true; ++ desc.quantizeStep = 1; ++ list.push_back(desc); ++#endif + return list; + } + +@@ -176,6 +255,10 @@ Onset::getParameter(std::string param) const + return m_threshold; + } else if (param == "silencethreshold") { + return m_silence; ++#ifdef HAVE_AUBIO4 ++ } else if (param == "minioi") { ++ return m_minioi; ++#endif + } else { + return 0.0; + } +@@ -186,6 +269,16 @@ Onset::setParameter(std::string param, float value) + { + if (param == "onsettype") { + switch (lrintf(value)) { ++#ifdef HAVE_AUBIO4 ++ case 0: m_onsettype = OnsetEnergy; break; ++ case 1: m_onsettype = OnsetSpecDiff; break; ++ case 2: m_onsettype = OnsetHFC; break; ++ case 3: m_onsettype = OnsetComplex; break; ++ case 4: m_onsettype = OnsetPhase; break; ++ case 5: m_onsettype = OnsetKL; break; ++ case 6: m_onsettype = OnsetMKL; break; ++ case 7: m_onsettype = OnsetSpecFlux; break; ++#else + case 0: m_onsettype = aubio_onset_energy; break; + case 1: m_onsettype = aubio_onset_specdiff; break; + case 2: m_onsettype = aubio_onset_hfc; break; +@@ -193,11 +286,16 @@ Onset::setParameter(std::string param, float value) + case 4: m_onsettype = aubio_onset_phase; break; + case 5: m_onsettype = aubio_onset_kl; break; + case 6: m_onsettype = aubio_onset_mkl; break; ++#endif + } + } else if (param == "peakpickthreshold") { + m_threshold = value; + } else if (param == "silencethreshold") { + m_silence = value; ++#ifdef HAVE_AUBIO4 ++ } else if (param == "minioi") { ++ m_minioi = value; ++#endif + } + } + +@@ -216,6 +314,7 @@ Onset::getOutputDescriptors() const + d.sampleRate = 0; + list.push_back(d); + ++#ifndef HAVE_AUBIO4 + d = OutputDescriptor(); + d.identifier = "detectionfunction"; + d.name = "Onset Detection Function"; +@@ -226,7 +325,7 @@ Onset::getOutputDescriptors() const + d.isQuantized = false; + d.sampleType = OutputDescriptor::OneSamplePerStep; + list.push_back(d); +- ++#endif + return list; + } + +@@ -234,6 +333,15 @@ Onset::FeatureSet + Onset::process(const float *const *inputBuffers, + Vamp::RealTime timestamp) + { ++#ifdef HAVE_AUBIO4 ++ for (size_t i = 0; i < m_stepSize; ++i) { ++ fvec_set_sample(m_ibuf, inputBuffers[0][i], i); ++ } ++ ++ aubio_onset_do(m_onsetdet, m_ibuf, m_onset); ++ ++ bool isonset = m_onset->data[0]; ++#else + for (size_t i = 0; i < m_stepSize; ++i) { + for (size_t j = 0; j < m_channelCount; ++j) { + fvec_write_sample(m_ibuf, inputBuffers[j][i], j, i); +@@ -250,6 +358,7 @@ Onset::process(const float *const *inputBuffers, + isonset = false; + } + } ++#endif + + FeatureSet returnFeatures; + +@@ -263,11 +372,13 @@ Onset::process(const float *const *inputBuffers, + m_lastOnset = timestamp; + } + } ++#ifndef HAVE_AUBIO4 + Feature feature; + for (size_t j = 0; j < m_channelCount; ++j) { + feature.values.push_back(m_onset->data[j][0]); + } + returnFeatures[1].push_back(feature); ++#endif + + return returnFeatures; + } +diff --git libs/vamp-plugins/Onset.h libs/vamp-plugins/Onset.h +index 314e107..bba95e0 100644 +--- libs/vamp-plugins/Onset.h ++++ libs/vamp-plugins/Onset.h +@@ -20,6 +20,19 @@ + #include + #include + ++#ifdef HAVE_AUBIO4 ++enum OnsetType { ++ OnsetEnergy, ++ OnsetSpecDiff, ++ OnsetHFC, ++ OnsetComplex, ++ OnsetPhase, ++ OnsetKL, ++ OnsetMKL, ++ OnsetSpecFlux // new in 0.4! ++}; ++#endif ++ + class Onset : public Vamp::Plugin + { + public: +@@ -54,20 +67,25 @@ public: + + protected: + fvec_t *m_ibuf; +- cvec_t *m_fftgrain; + fvec_t *m_onset; ++#ifdef HAVE_AUBIO4 ++ aubio_onset_t *m_onsetdet; ++ OnsetType m_onsettype; ++ float m_minioi; ++#else ++ cvec_t *m_fftgrain; + aubio_pvoc_t *m_pv; + aubio_pickpeak_t *m_peakpick; + aubio_onsetdetection_t *m_onsetdet; + aubio_onsetdetection_type m_onsettype; +- float m_threshold; ++ size_t m_channelCount; ++#endif + float m_silence; ++ float m_threshold; + size_t m_stepSize; + size_t m_blockSize; +- size_t m_channelCount; + Vamp::RealTime m_delay; + Vamp::RealTime m_lastOnset; + }; + +- + #endif Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Tue Jul 21 01:50:08 2015 (r392607) +++ head/audio/aubio/Makefile Tue Jul 21 01:52:25 2015 (r392608) @@ -2,32 +2,82 @@ # $FreeBSD$ PORTNAME= aubio -PORTVERSION= 0.3.2 -PORTREVISION= 13 +PORTVERSION= 0.4.1 CATEGORIES= audio MASTER_SITES= http://aubio.org/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for audio labelling -LICENSE= GPLv2 # or later -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ - libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libjack.so:${PORTSDIR}/audio/jack \ - libfftw3f.so:${PORTSDIR}/math/fftw3-float \ - liblash.so:${PORTSDIR}/audio/lash - -GNU_CONFIGURE= yes -# --disable-complex: does not compile due to missing carg(3) et al. -CONFIGURE_ARGS= --disable-complex -USES= gmake pathfix pkgconfig libtool +BUILD_DEPENDS= txt2man:${PORTSDIR}/textproc/txt2man + +USES= pkgconfig tar:bzip2 waf USE_LDCONFIG= yes -INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lm +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man + +OPTIONS_DEFINE= COMPLEX DOXYGEN FFMPEG JACK SAMPLERATE SNDFILE +OPTIONS_DEFAULT= FFTW JACK SAMPLERATE SNDFILE SINGLE + +COMPLEX_DESC= Compile with C99 complex.h +COMPLEX_CONFIGURE_ENABLE= complex + +DOXYGEN_CONFIGURE_OFF= --disable-doxygen +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen + +FFMPEG_CONFIGURE_ENABLE= avcodec +FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg + +JACK_CONFIGURE_ENABLE= jack +JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack + +SAMPLERATE_CONFIGURE_ENABLE= samplerate +SAMPLERATE_LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate + +SNDFILE_CONFIGURE_ENABLE= sndfile +SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile + +OPTIONS_SINGLE= FFT PRECISION +OPTIONS_SINGLE_FFT= FFTW OOURA +OPTIONS_SINGLE_PRECISION= DOUBLE SINGLE + +FFT_DESC= FFT implementation +FFTW_DESC= FFTW3/FFTW3F (depending on precision) +OOURA_DESC= Ooura (last resort) + +PRECISION_DESC= Precision +DOUBLE_DESC= Double precision mode +SINGLE_DESC= Single precision mode +DOUBLE_CONFIGURE_ENABLE= double + +.include + +.if ${PORT_OPTIONS:MDOXYGEN} +PLIST_SUB+= DOXYGEN="" +.else +PLIST_SUB+= DOXYGEN="@comment " +.endif + +.if ${PORT_OPTIONS:MFFTW} +. if ${PORT_OPTIONS:MDOUBLE} +LIB_DEPENDS+= libfftw3.so:${PORTSDIR}/math/fftw3 +. else +LIB_DEPENDS+= libfftw3f.so:${PORTSDIR}/math/fftw3-float +. endif +.endif + +post-patch: + @${REINPLACE_CMD} -e '/pkgconfig/s,$${LIBDIR},&data,' \ + ${WRKSRC}/waflib/TaskGen.py + +.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) && !defined(INSTALL_STRIPPED) +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so +. for b in mfcc notes onset pitch quiet track + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${b} +. endfor +.endif .include Modified: head/audio/aubio/distinfo ============================================================================== --- head/audio/aubio/distinfo Tue Jul 21 01:50:08 2015 (r392607) +++ head/audio/aubio/distinfo Tue Jul 21 01:52:25 2015 (r392608) @@ -1,2 +1,2 @@ -SHA256 (aubio-0.3.2.tar.gz) = dc1387b048610a6141f523c27314b7a60bd299c3d6789c372445ddc6511512cd -SIZE (aubio-0.3.2.tar.gz) = 609006 +SHA256 (aubio-0.4.1.tar.bz2) = 25d7df0a9cd6366fda764a803424caddf5fb819fc75b42a7a03e1e6f8eb3c695 +SIZE (aubio-0.4.1.tar.bz2) = 288136 Added: head/audio/aubio/files/patch-wscript ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/aubio/files/patch-wscript Tue Jul 21 01:52:25 2015 (r392608) @@ -0,0 +1,36 @@ +--- wscript.orig 2014-03-12 15:19:28 UTC ++++ wscript +@@ -72,6 +72,9 @@ def options(ctx): + add_option_enable_disable(ctx, 'double', default = False, + help_str = 'compile in double precision mode', + help_disable_str = 'compile in single precision mode (default)') ++ ctx.add_option('--disable-doxygen', action = 'store_true', ++ dest = 'disable_doxygen', ++ help = 'disable doxygen even if found') + + ctx.add_option('--with-target-platform', type='string', + help='set target platform for cross-compilation', dest='target_platform') +@@ -254,6 +257,9 @@ def configure(ctx): + # check if doxygen is installed, optional + try: + ctx.find_program('doxygen', var='DOXYGEN') ++ if ctx.options.disable_doxygen: ++ from sys import stderr ++ print >> stderr, 'doxygen found, but disabled with --disable-doxygen' + except ctx.errors.ConfigurationError: + ctx.to_log('doxygen was not found (ignoring)') + +@@ -291,11 +297,11 @@ def build(bld): + bld( source = bld.path.ant_glob('doc/*.txt') ) + + # build documentation from source files using doxygen +- if bld.env['DOXYGEN']: ++ if bld.env['DOXYGEN'] and not ctx.options.disable_doxygen: + bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null', + source = 'doc/web.cfg', + cwd = 'doc') +- bld.install_files( '${PREFIX}' + '/share/doc/libaubio-doc', ++ bld.install_files( '${PREFIX}' + '/share/doc/aubio', + bld.path.ant_glob('doc/web/html/**'), + cwd = bld.path.find_dir ('doc/web'), + relative_trick = True) Modified: head/audio/aubio/pkg-plist ============================================================================== --- head/audio/aubio/pkg-plist Tue Jul 21 01:50:08 2015 (r392607) +++ head/audio/aubio/pkg-plist Tue Jul 21 01:52:25 2015 (r392608) @@ -1,49 +1,320 @@ +bin/aubiomfcc bin/aubionotes bin/aubioonset +bin/aubiopitch +bin/aubioquiet bin/aubiotrack include/aubio/aubio.h -include/aubio/aubioext.h -include/aubio/beattracking.h -include/aubio/biquad.h -include/aubio/config.h -include/aubio/fft.h -include/aubio/filter.h -include/aubio/hist.h -include/aubio/jackio.h +include/aubio/cvec.h +include/aubio/fmat.h +include/aubio/fvec.h +include/aubio/io/audio_unit.h +include/aubio/io/sink.h +include/aubio/io/sink_apple_audio.h +include/aubio/io/sink_sndfile.h +include/aubio/io/sink_wavwrite.h +include/aubio/io/source.h +include/aubio/io/source_apple_audio.h +include/aubio/io/source_avcodec.h +include/aubio/io/source_sndfile.h +include/aubio/io/source_wavread.h +include/aubio/lvec.h include/aubio/mathutils.h -include/aubio/midi/list.h -include/aubio/midi/midi.h -include/aubio/midi/midi_driver.h -include/aubio/midi/midi_event.h -include/aubio/midi/midi_file.h -include/aubio/midi/midi_parser.h -include/aubio/midi/midi_player.h -include/aubio/midi/midi_track.h -include/aubio/midi/timer.h -include/aubio/onset.h -include/aubio/onsetdetection.h -include/aubio/peakpick.h -include/aubio/phasevoc.h -include/aubio/pitchdetection.h -include/aubio/pitchfcomb.h -include/aubio/pitchmcomb.h -include/aubio/pitchschmitt.h -include/aubio/pitchyin.h -include/aubio/pitchyinfft.h -include/aubio/resample.h -include/aubio/sample.h -include/aubio/scale.h -include/aubio/sndfileio.h -include/aubio/tempo.h -include/aubio/tss.h +include/aubio/musicutils.h +include/aubio/onset/onset.h +include/aubio/onset/peakpicker.h +include/aubio/pitch/pitch.h +include/aubio/pitch/pitchfcomb.h +include/aubio/pitch/pitchmcomb.h +include/aubio/pitch/pitchschmitt.h +include/aubio/pitch/pitchspecacf.h +include/aubio/pitch/pitchyin.h +include/aubio/pitch/pitchyinfft.h +include/aubio/spectral/fft.h +include/aubio/spectral/filterbank.h +include/aubio/spectral/filterbank_mel.h +include/aubio/spectral/mfcc.h +include/aubio/spectral/phasevoc.h +include/aubio/spectral/specdesc.h +include/aubio/spectral/tss.h +include/aubio/synth/sampler.h +include/aubio/synth/wavetable.h +include/aubio/tempo/beattracking.h +include/aubio/tempo/tempo.h +include/aubio/temporal/a_weighting.h +include/aubio/temporal/biquad.h +include/aubio/temporal/c_weighting.h +include/aubio/temporal/filter.h +include/aubio/temporal/resampler.h include/aubio/types.h +include/aubio/utils/hist.h +include/aubio/utils/parameter.h +include/aubio/utils/scale.h +include/aubio/vecutils.h lib/libaubio.a lib/libaubio.so -lib/libaubio.so.2 -lib/libaubio.so.2.1.1 -lib/libaubioext.a -lib/libaubioext.so -lib/libaubioext.so.2 -lib/libaubioext.so.2.1.1 +lib/libaubio.so.4 +lib/libaubio.so.4.1.1 libdata/pkgconfig/aubio.pc -share/sounds/aubio/woodblock.aiff +man/man1/aubiocut.1.gz +man/man1/aubiomfcc.1.gz +man/man1/aubionotes.1.gz +man/man1/aubioonset.1.gz +man/man1/aubiopitch.1.gz +man/man1/aubioquiet.1.gz +man/man1/aubiotrack.1.gz +%%DOXYGEN%%share/doc/aubio/html/a__weighting_8h.html +%%DOXYGEN%%share/doc/aubio/html/a__weighting_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/annotated.html +%%DOXYGEN%%share/doc/aubio/html/arrowdown.png +%%DOXYGEN%%share/doc/aubio/html/arrowright.png +%%DOXYGEN%%share/doc/aubio/html/aubio_8h.html +%%DOXYGEN%%share/doc/aubio/html/aubio_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/bc_s.png +%%DOXYGEN%%share/doc/aubio/html/bdwn.png +%%DOXYGEN%%share/doc/aubio/html/biquad_8h.html +%%DOXYGEN%%share/doc/aubio/html/biquad_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/c__weighting_8h.html +%%DOXYGEN%%share/doc/aubio/html/c__weighting_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/classes.html +%%DOXYGEN%%share/doc/aubio/html/closed.png +%%DOXYGEN%%share/doc/aubio/html/cvec_8h.html +%%DOXYGEN%%share/doc/aubio/html/cvec_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/dir_0019dc9908b3707f2efe5d1d2e908f03.html +%%DOXYGEN%%share/doc/aubio/html/dir_24909bf68f95b02474c7cd396a6ea1b7.html +%%DOXYGEN%%share/doc/aubio/html/dir_6c3688c2a02b4bf89699351955a39c88.html +%%DOXYGEN%%share/doc/aubio/html/dir_7672bb780010713f2d2504f90f5cfe22.html +%%DOXYGEN%%share/doc/aubio/html/dir_9f81523443f82c74e7139b3dddc1da52.html +%%DOXYGEN%%share/doc/aubio/html/dir_bc161955dc3a3d2485839eba21420d01.html +%%DOXYGEN%%share/doc/aubio/html/dir_cbdb8362360e11eafe2fa3bc74cf0ffd.html +%%DOXYGEN%%share/doc/aubio/html/dir_fcd67417bc8295f1aecfd58a346e9273.html +%%DOXYGEN%%share/doc/aubio/html/doc.png +%%DOXYGEN%%share/doc/aubio/html/doxygen.css +%%DOXYGEN%%share/doc/aubio/html/doxygen.png +%%DOXYGEN%%share/doc/aubio/html/dynsections.js +%%DOXYGEN%%share/doc/aubio/html/examples.html +%%DOXYGEN%%share/doc/aubio/html/examples_2aubionotes_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/examples_2aubioonset_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/examples_2aubiopitch_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/examples_2aubiotrack_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/fft_8h.html +%%DOXYGEN%%share/doc/aubio/html/fft_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/files.html +%%DOXYGEN%%share/doc/aubio/html/filter_8h.html +%%DOXYGEN%%share/doc/aubio/html/filter_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/filterbank_8h.html +%%DOXYGEN%%share/doc/aubio/html/filterbank_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/filterbank__mel_8h.html +%%DOXYGEN%%share/doc/aubio/html/filterbank__mel_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/fmat_8h.html +%%DOXYGEN%%share/doc/aubio/html/fmat_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/folderclosed.png +%%DOXYGEN%%share/doc/aubio/html/folderopen.png +%%DOXYGEN%%share/doc/aubio/html/functions.html +%%DOXYGEN%%share/doc/aubio/html/functions_vars.html +%%DOXYGEN%%share/doc/aubio/html/fvec_8h.html +%%DOXYGEN%%share/doc/aubio/html/fvec_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/globals.html +%%DOXYGEN%%share/doc/aubio/html/globals_c.html +%%DOXYGEN%%share/doc/aubio/html/globals_d.html +%%DOXYGEN%%share/doc/aubio/html/globals_defs.html +%%DOXYGEN%%share/doc/aubio/html/globals_f.html +%%DOXYGEN%%share/doc/aubio/html/globals_func.html +%%DOXYGEN%%share/doc/aubio/html/globals_func_c.html +%%DOXYGEN%%share/doc/aubio/html/globals_func_d.html +%%DOXYGEN%%share/doc/aubio/html/globals_func_f.html +%%DOXYGEN%%share/doc/aubio/html/globals_func_l.html +%%DOXYGEN%%share/doc/aubio/html/globals_func_n.html +%%DOXYGEN%%share/doc/aubio/html/globals_h.html +%%DOXYGEN%%share/doc/aubio/html/globals_l.html +%%DOXYGEN%%share/doc/aubio/html/globals_n.html +%%DOXYGEN%%share/doc/aubio/html/globals_s.html +%%DOXYGEN%%share/doc/aubio/html/globals_type.html +%%DOXYGEN%%share/doc/aubio/html/globals_u.html +%%DOXYGEN%%share/doc/aubio/html/index.html +%%DOXYGEN%%share/doc/aubio/html/io_2test-sink_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/io_2test-source_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/io_2test-source_multi_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/jquery.js +%%DOXYGEN%%share/doc/aubio/html/lvec_8h.html +%%DOXYGEN%%share/doc/aubio/html/lvec_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/mfcc_8h.html +%%DOXYGEN%%share/doc/aubio/html/mfcc_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/musicutils_8h.html +%%DOXYGEN%%share/doc/aubio/html/musicutils_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/nav_f.png +%%DOXYGEN%%share/doc/aubio/html/nav_g.png +%%DOXYGEN%%share/doc/aubio/html/nav_h.png +%%DOXYGEN%%share/doc/aubio/html/onset_2test-onset_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/onset_8h.html +%%DOXYGEN%%share/doc/aubio/html/onset_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/open.png +%%DOXYGEN%%share/doc/aubio/html/parameter_8h.html +%%DOXYGEN%%share/doc/aubio/html/parameter_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/phasevoc_8h.html +%%DOXYGEN%%share/doc/aubio/html/phasevoc_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/pitch_2test-pitch_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/pitch_8h.html +%%DOXYGEN%%share/doc/aubio/html/pitch_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/resampler_8h.html +%%DOXYGEN%%share/doc/aubio/html/resampler_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/sampler_8h.html +%%DOXYGEN%%share/doc/aubio/html/sampler_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/search/all_0.html +%%DOXYGEN%%share/doc/aubio/html/search/all_0.js +%%DOXYGEN%%share/doc/aubio/html/search/all_1.html +%%DOXYGEN%%share/doc/aubio/html/search/all_1.js +%%DOXYGEN%%share/doc/aubio/html/search/all_10.html +%%DOXYGEN%%share/doc/aubio/html/search/all_10.js +%%DOXYGEN%%share/doc/aubio/html/search/all_2.html +%%DOXYGEN%%share/doc/aubio/html/search/all_2.js +%%DOXYGEN%%share/doc/aubio/html/search/all_3.html +%%DOXYGEN%%share/doc/aubio/html/search/all_3.js +%%DOXYGEN%%share/doc/aubio/html/search/all_4.html +%%DOXYGEN%%share/doc/aubio/html/search/all_4.js +%%DOXYGEN%%share/doc/aubio/html/search/all_5.html +%%DOXYGEN%%share/doc/aubio/html/search/all_5.js +%%DOXYGEN%%share/doc/aubio/html/search/all_6.html +%%DOXYGEN%%share/doc/aubio/html/search/all_6.js +%%DOXYGEN%%share/doc/aubio/html/search/all_7.html +%%DOXYGEN%%share/doc/aubio/html/search/all_7.js +%%DOXYGEN%%share/doc/aubio/html/search/all_8.html +%%DOXYGEN%%share/doc/aubio/html/search/all_8.js +%%DOXYGEN%%share/doc/aubio/html/search/all_9.html +%%DOXYGEN%%share/doc/aubio/html/search/all_9.js +%%DOXYGEN%%share/doc/aubio/html/search/all_a.html +%%DOXYGEN%%share/doc/aubio/html/search/all_a.js +%%DOXYGEN%%share/doc/aubio/html/search/all_b.html +%%DOXYGEN%%share/doc/aubio/html/search/all_b.js +%%DOXYGEN%%share/doc/aubio/html/search/all_c.html +%%DOXYGEN%%share/doc/aubio/html/search/all_c.js +%%DOXYGEN%%share/doc/aubio/html/search/all_d.html +%%DOXYGEN%%share/doc/aubio/html/search/all_d.js +%%DOXYGEN%%share/doc/aubio/html/search/all_e.html +%%DOXYGEN%%share/doc/aubio/html/search/all_e.js +%%DOXYGEN%%share/doc/aubio/html/search/all_f.html +%%DOXYGEN%%share/doc/aubio/html/search/all_f.js +%%DOXYGEN%%share/doc/aubio/html/search/classes_0.html +%%DOXYGEN%%share/doc/aubio/html/search/classes_0.js +%%DOXYGEN%%share/doc/aubio/html/search/classes_1.html +%%DOXYGEN%%share/doc/aubio/html/search/classes_1.js +%%DOXYGEN%%share/doc/aubio/html/search/classes_2.html +%%DOXYGEN%%share/doc/aubio/html/search/classes_2.js +%%DOXYGEN%%share/doc/aubio/html/search/close.png +%%DOXYGEN%%share/doc/aubio/html/search/defines_0.html +%%DOXYGEN%%share/doc/aubio/html/search/defines_0.js +%%DOXYGEN%%share/doc/aubio/html/search/defines_1.html +%%DOXYGEN%%share/doc/aubio/html/search/defines_1.js +%%DOXYGEN%%share/doc/aubio/html/search/files_0.html +%%DOXYGEN%%share/doc/aubio/html/search/files_0.js +%%DOXYGEN%%share/doc/aubio/html/search/files_1.html +%%DOXYGEN%%share/doc/aubio/html/search/files_1.js +%%DOXYGEN%%share/doc/aubio/html/search/files_2.html +%%DOXYGEN%%share/doc/aubio/html/search/files_2.js +%%DOXYGEN%%share/doc/aubio/html/search/files_3.html +%%DOXYGEN%%share/doc/aubio/html/search/files_3.js +%%DOXYGEN%%share/doc/aubio/html/search/files_4.html +%%DOXYGEN%%share/doc/aubio/html/search/files_4.js +%%DOXYGEN%%share/doc/aubio/html/search/files_5.html +%%DOXYGEN%%share/doc/aubio/html/search/files_5.js +%%DOXYGEN%%share/doc/aubio/html/search/files_6.html +%%DOXYGEN%%share/doc/aubio/html/search/files_6.js +%%DOXYGEN%%share/doc/aubio/html/search/files_7.html +%%DOXYGEN%%share/doc/aubio/html/search/files_7.js +%%DOXYGEN%%share/doc/aubio/html/search/files_8.html +%%DOXYGEN%%share/doc/aubio/html/search/files_8.js +%%DOXYGEN%%share/doc/aubio/html/search/files_9.html +%%DOXYGEN%%share/doc/aubio/html/search/files_9.js +%%DOXYGEN%%share/doc/aubio/html/search/files_a.html +%%DOXYGEN%%share/doc/aubio/html/search/files_a.js +%%DOXYGEN%%share/doc/aubio/html/search/files_b.html +%%DOXYGEN%%share/doc/aubio/html/search/files_b.js +%%DOXYGEN%%share/doc/aubio/html/search/files_c.html +%%DOXYGEN%%share/doc/aubio/html/search/files_c.js +%%DOXYGEN%%share/doc/aubio/html/search/functions_0.html +%%DOXYGEN%%share/doc/aubio/html/search/functions_0.js +%%DOXYGEN%%share/doc/aubio/html/search/functions_1.html +%%DOXYGEN%%share/doc/aubio/html/search/functions_1.js +%%DOXYGEN%%share/doc/aubio/html/search/functions_2.html +%%DOXYGEN%%share/doc/aubio/html/search/functions_2.js +%%DOXYGEN%%share/doc/aubio/html/search/functions_3.html +%%DOXYGEN%%share/doc/aubio/html/search/functions_3.js +%%DOXYGEN%%share/doc/aubio/html/search/functions_4.html +%%DOXYGEN%%share/doc/aubio/html/search/functions_4.js +%%DOXYGEN%%share/doc/aubio/html/search/functions_5.html +%%DOXYGEN%%share/doc/aubio/html/search/functions_5.js +%%DOXYGEN%%share/doc/aubio/html/search/mag_sel.png +%%DOXYGEN%%share/doc/aubio/html/search/nomatches.html +%%DOXYGEN%%share/doc/aubio/html/search/search.css +%%DOXYGEN%%share/doc/aubio/html/search/search.js +%%DOXYGEN%%share/doc/aubio/html/search/search_l.png +%%DOXYGEN%%share/doc/aubio/html/search/search_m.png +%%DOXYGEN%%share/doc/aubio/html/search/search_r.png +%%DOXYGEN%%share/doc/aubio/html/search/searchdata.js +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_0.html +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_0.js +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_1.html +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_1.js +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_2.html +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_2.js +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_3.html +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_3.js +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_4.html +%%DOXYGEN%%share/doc/aubio/html/search/typedefs_4.js +%%DOXYGEN%%share/doc/aubio/html/search/variables_0.html +%%DOXYGEN%%share/doc/aubio/html/search/variables_0.js +%%DOXYGEN%%share/doc/aubio/html/search/variables_1.html +%%DOXYGEN%%share/doc/aubio/html/search/variables_1.js +%%DOXYGEN%%share/doc/aubio/html/search/variables_2.html +%%DOXYGEN%%share/doc/aubio/html/search/variables_2.js +%%DOXYGEN%%share/doc/aubio/html/search/variables_3.html +%%DOXYGEN%%share/doc/aubio/html/search/variables_3.js +%%DOXYGEN%%share/doc/aubio/html/search/variables_4.html +%%DOXYGEN%%share/doc/aubio/html/search/variables_4.js +%%DOXYGEN%%share/doc/aubio/html/sink_8h.html +%%DOXYGEN%%share/doc/aubio/html/sink_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/source_8h.html +%%DOXYGEN%%share/doc/aubio/html/source_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/specdesc_8h.html +%%DOXYGEN%%share/doc/aubio/html/specdesc_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/spectral_2test-filterbank_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/spectral_2test-filterbank_mel_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/spectral_2test-mfcc_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/spectral_2test-phasevoc_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/spectral_2test-specdesc_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/spectral_2test-tss_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/splitbar.png +%%DOXYGEN%%share/doc/aubio/html/src_2spectral_2test-fft_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/structcvec__t.html +%%DOXYGEN%%share/doc/aubio/html/structfmat__t.html +%%DOXYGEN%%share/doc/aubio/html/structfvec__t.html +%%DOXYGEN%%share/doc/aubio/html/structlvec__t.html +%%DOXYGEN%%share/doc/aubio/html/sync_off.png +%%DOXYGEN%%share/doc/aubio/html/sync_on.png +%%DOXYGEN%%share/doc/aubio/html/synth_2test-sampler_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/synth_2test-wavetable_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/tab_a.png +%%DOXYGEN%%share/doc/aubio/html/tab_b.png +%%DOXYGEN%%share/doc/aubio/html/tab_h.png +%%DOXYGEN%%share/doc/aubio/html/tab_s.png +%%DOXYGEN%%share/doc/aubio/html/tabs.css +%%DOXYGEN%%share/doc/aubio/html/tempo_2test-tempo_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/tempo_8h.html +%%DOXYGEN%%share/doc/aubio/html/tempo_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/temporal_2test-a_weighting_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/temporal_2test-biquad_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/temporal_2test-c_weighting_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/temporal_2test-filter_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/test-cvec_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/test-fmat_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/test-fvec_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/test-lvec_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/tss_8h.html +%%DOXYGEN%%share/doc/aubio/html/tss_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/types_8h.html +%%DOXYGEN%%share/doc/aubio/html/types_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/utils_2test-parameter_8c-example.html +%%DOXYGEN%%share/doc/aubio/html/vecutils_8h.html +%%DOXYGEN%%share/doc/aubio/html/vecutils_8h_source.html +%%DOXYGEN%%share/doc/aubio/html/wavetable_8h.html +%%DOXYGEN%%share/doc/aubio/html/wavetable_8h_source.html Modified: head/audio/denemo/Makefile ============================================================================== --- head/audio/denemo/Makefile Tue Jul 21 01:50:08 2015 (r392607) +++ head/audio/denemo/Makefile Tue Jul 21 01:52:25 2015 (r392608) @@ -3,7 +3,7 @@ PORTNAME= denemo PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GNU From owner-svn-ports-all@freebsd.org Tue Jul 21 02:00:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB25A9A77BB; Tue, 21 Jul 2015 02:00:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A91391215; Tue, 21 Jul 2015 02:00:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L20fcw078855; Tue, 21 Jul 2015 02:00:41 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L20fd3078854; Tue, 21 Jul 2015 02:00:41 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201507210200.t6L20fd3078854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 21 Jul 2015 02:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392609 - head/audio/aubio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 02:00:41 -0000 Author: danfe Date: Tue Jul 21 02:00:40 2015 New Revision: 392609 URL: https://svnweb.freebsd.org/changeset/ports/392609 Log: Oops, reverse the stripping condition so it works as intended. Modified: head/audio/aubio/Makefile Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Tue Jul 21 01:52:25 2015 (r392608) +++ head/audio/aubio/Makefile Tue Jul 21 02:00:40 2015 (r392609) @@ -72,7 +72,7 @@ post-patch: @${REINPLACE_CMD} -e '/pkgconfig/s,$${LIBDIR},&data,' \ ${WRKSRC}/waflib/TaskGen.py -.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) && !defined(INSTALL_STRIPPED) +.if !defined(WITH_DEBUG) || defined(WITHOUT_DEBUG) || defined(INSTALL_STRIPPED) post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so . for b in mfcc notes onset pitch quiet track From owner-svn-ports-all@freebsd.org Tue Jul 21 03:22:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A83089A64B3; Tue, 21 Jul 2015 03:22:24 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CAF2A36; Tue, 21 Jul 2015 03:22:24 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L3MOT9013584; Tue, 21 Jul 2015 03:22:24 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L3MOcf013583; Tue, 21 Jul 2015 03:22:24 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507210322.t6L3MOcf013583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Tue, 21 Jul 2015 03:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392610 - 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.20 Precedence: 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, 21 Jul 2015 03:22:24 -0000 Author: hrs Date: Tue Jul 21 03:22:23 2015 New Revision: 392610 URL: https://svnweb.freebsd.org/changeset/ports/392610 Log: - Remove "agpl" keyword in ghostscript arguments. - Add "agpl" to GHOSTSCRIPT_DEFAULT. GHOSTSCRIPT_DEFAULT="9 agpl" is valid for print/ghostscript9-agpl. - Fix GHOSTSCRIPT_DEFAULT validation when using fmake. Modified: head/Mk/Uses/ghostscript.mk Modified: head/Mk/Uses/ghostscript.mk ============================================================================== --- head/Mk/Uses/ghostscript.mk Tue Jul 21 02:00:40 2015 (r392609) +++ head/Mk/Uses/ghostscript.mk Tue Jul 21 03:22:23 2015 (r392610) @@ -4,7 +4,7 @@ # # Feature: ghostscript # Usage: USES=ghostscript or USES=ghostscript:args -# Valid ARGS: , build, run, nox11, agpl +# Valid ARGS: , build, run, nox11 # # version The chooseable versions are 7, 8 and 9. If no version is # specified version 9 is selected. @@ -14,7 +14,6 @@ # USES=ghostscript:8,build # Use ghostscript 8 as a build dependancy. # # nox11 Indicate that the Ghostscript nox11 port is required. -# agpl Indicate that the Ghostscript apgl port is required. # build Indicates that Ghostscript is needed at build time and adds # it as BUILD_DEPENDS. # run Indicates that Ghostscript is needed at run time and adds @@ -29,19 +28,19 @@ _INCLUDE_USES_GHOSTSCRIPT_MK= yes # allowed versions -_GS_VERSION= 7 8 9 9.06 9.16 +_GS_VERSION= 7 8 9 9.06 9.16 agpl _GS_ARGS= ${ghostscript_ARGS} -.if ${_GS_ARGS:N[789]:N9.06:N9.16:Nnox11:Nagpl:Nbuild:Nrun} -IGNORE= Unknown ghostscript argument ${_GS_ARGS} +.if ${_GS_ARGS:N[789]:N9.06:N9.16:Nnox11:Nbuild:Nrun} +IGNORE?= Unknown ghostscript argument ${_GS_ARGS} .endif # Determine version number of Ghostscript to use .include "${PORTSDIR}/Mk/bsd.default-versions.mk" -.if ${_GS_VERSION:M${GHOSTSCRIPT_DEFAULT}} == "" -IGNORE= Invalid GHOSTSCRIPT_DEFAULT value: ${GHOSTSCRIPT_DEFAULT}, please select one of ${_GS_VERSION} +.if ${GHOSTSCRIPT_DEFAULT:N[789]:N9.06:N9.16:Nagpl} +IGNORE?= Invalid GHOSTSCRIPT_DEFAULT value: ${GHOSTSCRIPT_DEFAULT}, please select one of ${_GS_VERSION} .endif # Make sure that no dependency or some other environment variable @@ -73,11 +72,12 @@ _GS_SELECTED?= 9 .elif ${_V:M9.16} _GS_SELECTED?= 9 _GS_AGPL_SUFFIX?= -agpl -.elif ${_V:Magpl} && defined(_GS_SELECTED) -.if ${_GS_SELECTED:M9} +.elif ${_V:Magpl} _GS_AGPL_SUFFIX?= -agpl +.if defined(_GS_SELECTED) && ${_GS_SELECTED:N9} +IGNORE?= Ghostscript-agpl is only available in version 9 .else -IGNORE= Ghostscript-agpl is only available in version 9 +_GS_SELECTED?= 9 .endif .elif ${_V:M8} _GS_SELECTED?= 8 @@ -86,7 +86,7 @@ _GS_SELECTED?= 7 .endif .endfor .if !defined(_GS_SELECTED) -IGNORE= Invalid ghostscript argument or GHOSTSCRIPT_DEFAULT +IGNORE?= Invalid ghostscript argument or GHOSTSCRIPT_DEFAULT .endif .undef _GS_NOX11_SUFFIX From owner-svn-ports-all@freebsd.org Tue Jul 21 03:33:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A90989A667D; Tue, 21 Jul 2015 03:33:55 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98AFFE97; Tue, 21 Jul 2015 03:33:55 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L3XtxO018296; Tue, 21 Jul 2015 03:33:55 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L3XrSX018288; Tue, 21 Jul 2015 03:33:53 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507210333.t6L3XrSX018288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 21 Jul 2015 03:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392611 - in head/devel: . elixir-coverex elixir-coverex/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.20 Precedence: 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, 21 Jul 2015 03:33:55 -0000 Author: vanilla Date: Tue Jul 21 03:33:52 2015 New Revision: 392611 URL: https://svnweb.freebsd.org/changeset/ports/392611 Log: Add elixir-coverex. Added: head/devel/elixir-coverex/ head/devel/elixir-coverex/Makefile (contents, props changed) head/devel/elixir-coverex/distinfo (contents, props changed) head/devel/elixir-coverex/files/ head/devel/elixir-coverex/files/patch-mix.exs (contents, props changed) head/devel/elixir-coverex/pkg-descr (contents, props changed) head/devel/elixir-coverex/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jul 21 03:22:23 2015 (r392610) +++ head/devel/Makefile Tue Jul 21 03:33:52 2015 (r392611) @@ -414,6 +414,7 @@ SUBDIR += elixir-bson SUBDIR += elixir-calendar SUBDIR += elixir-conform + SUBDIR += elixir-coverex SUBDIR += elixir-csv SUBDIR += elixir-decimal SUBDIR += elixir-dialyze Added: head/devel/elixir-coverex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-coverex/Makefile Tue Jul 21 03:33:52 2015 (r392611) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= coverex +PORTVERSION= 1.4.1 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Coverage Reports for Elixir + +LICENSE= APACHE20 + +MIX_BUILD_DEPS= devel/elixir-poison \ + www/elixir-httpoison + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= alfert + +.include Added: head/devel/elixir-coverex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-coverex/distinfo Tue Jul 21 03:33:52 2015 (r392611) @@ -0,0 +1,2 @@ +SHA256 (alfert-coverex-v1.4.1_GH0.tar.gz) = fe17d161e2677384aaed1ac8b2a1578cb8bab622f042d6802d973f6c7185d27e +SIZE (alfert-coverex-v1.4.1_GH0.tar.gz) = 54427 Added: head/devel/elixir-coverex/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-coverex/files/patch-mix.exs Tue Jul 21 03:33:52 2015 (r392611) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-21 03:09:23 UTC ++++ mix.exs +@@ -13,8 +13,7 @@ defmodule Coverex.Mixfile do + homepage_url: "https://github.com/alfert/coverex", + docs: [readme: "README.md"], + description: description, +- test_coverage: [tool: Coverex.Task, coveralls: true], +- deps: deps] ++ test_coverage: [tool: Coverex.Task, coveralls: true]] + end + + # Configuration for the OTP application Added: head/devel/elixir-coverex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-coverex/pkg-descr Tue Jul 21 03:33:52 2015 (r392611) @@ -0,0 +1,3 @@ +Coverage Reports for Elixir. + +WWW: https://github.com/alfert/coverex Added: head/devel/elixir-coverex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-coverex/pkg-plist Tue Jul 21 03:33:52 2015 (r392611) @@ -0,0 +1,20 @@ +lib/elixir/lib/coverex/ebin/Elixir.Coverex.Source.beam +lib/elixir/lib/coverex/ebin/Elixir.Coverex.Task.beam +lib/elixir/lib/coverex/ebin/coverex.app +lib/elixir/lib/coverex/lib/coverex/source.ex +lib/elixir/lib/coverex/lib/coverex/task.ex +lib/elixir/lib/coverex/lib/coverex/templates/css/asc.gif +lib/elixir/lib/coverex/lib/coverex/templates/css/bg.gif +lib/elixir/lib/coverex/lib/coverex/templates/css/desc.gif +lib/elixir/lib/coverex/lib/coverex/templates/css/source.css +lib/elixir/lib/coverex/lib/coverex/templates/css/style.css +lib/elixir/lib/coverex/lib/coverex/templates/css/tablesorter.css +lib/elixir/lib/coverex/lib/coverex/templates/js/full_list.js +lib/elixir/lib/coverex/lib/coverex/templates/js/jquery.js +lib/elixir/lib/coverex/lib/coverex/templates/js/jquery.metadata.js +lib/elixir/lib/coverex/lib/coverex/templates/js/jquery.tablesorter.js +lib/elixir/lib/coverex/lib/coverex/templates/overview_entry_template.eex +lib/elixir/lib/coverex/lib/coverex/templates/overview_template.eex +lib/elixir/lib/coverex/lib/coverex/templates/source_line_template.eex +lib/elixir/lib/coverex/lib/coverex/templates/source_template.eex +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Tue Jul 21 06:02:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E3529A7CAF; Tue, 21 Jul 2015 06:02:25 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A48F151D; Tue, 21 Jul 2015 06:02:25 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L62P5c079652; Tue, 21 Jul 2015 06:02:25 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L62OZa079649; Tue, 21 Jul 2015 06:02:24 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507210602.t6L62OZa079649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 21 Jul 2015 06:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392612 - in head/www/chromium: . 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.20 Precedence: 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, 21 Jul 2015 06:02:25 -0000 Author: rene Date: Tue Jul 21 06:02:23 2015 New Revision: 392612 URL: https://svnweb.freebsd.org/changeset/ports/392612 Log: - Update to 43.0.2357.134 - Add patch from OpenBSD to handle PDF downloads Submitted by: LeFroid Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/24 MFH: 2015Q3 Added: head/www/chromium/files/patch-chrome__browser__download__download_commands.cc (contents, props changed) Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Jul 21 03:33:52 2015 (r392611) +++ head/www/chromium/Makefile Tue Jul 21 06:02:23 2015 (r392612) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 43.0.2357.132 +PORTVERSION= 43.0.2357.134 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -73,6 +73,7 @@ GYP_DEFINES+= \ linux_breakpad=0 \ linux_use_heapchecker=0 \ linux_strip_binary=1 \ + use_aura=1 \ test_isolation_mode=noop \ disable_nacl=1 \ enable_extensions=1 \ Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Tue Jul 21 03:33:52 2015 (r392611) +++ head/www/chromium/distinfo Tue Jul 21 06:02:23 2015 (r392612) @@ -1,4 +1,4 @@ -SHA256 (chromium-43.0.2357.132.tar.xz) = 405f52c6649f1d2937952fbcfcd238ba058db7d13edf4705f7027805f3ce1809 -SIZE (chromium-43.0.2357.132.tar.xz) = 290954464 -SHA256 (chromium-43.0.2357.132-testdata.tar.xz) = 9433cb06677281af688bfc5692625d610499ea803514f751bda59164fb683905 -SIZE (chromium-43.0.2357.132-testdata.tar.xz) = 127574536 +SHA256 (chromium-43.0.2357.134.tar.xz) = d3a1bbe3e1445dfcf5ef4aff4b11a8f3770436c8b8954b7cc5fee5416f117659 +SIZE (chromium-43.0.2357.134.tar.xz) = 290976408 +SHA256 (chromium-43.0.2357.134-testdata.tar.xz) = f69b79d44e670ffc73f476e1d8e08d04a540c011ff1c7b6afbc76cdde88dfdeb +SIZE (chromium-43.0.2357.134-testdata.tar.xz) = 127570540 Added: head/www/chromium/files/patch-chrome__browser__download__download_commands.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__download__download_commands.cc Tue Jul 21 06:02:23 2015 (r392612) @@ -0,0 +1,38 @@ +--- chrome/browser/download/download_commands.cc.orig 2015-07-16 07:26:09.936296000 -0400 ++++ chrome/browser/download/download_commands.cc 2015-07-16 07:27:35.099271000 -0400 +@@ -100,7 +100,7 @@ + download_crx_util::IsExtensionDownload(*download_item_); + case ALWAYS_OPEN_TYPE: + #if defined(OS_WIN) || defined(OS_LINUX) || \ +- (defined(OS_MACOSX) && !defined(OS_IOS)) ++ (defined(OS_MACOSX) && !defined(OS_IOS)) || defined(OS_BSD) + if (CanOpenPdfInSystemViewer()) { + DownloadPrefs* prefs = DownloadPrefs::FromBrowserContext( + download_item_->GetBrowserContext()); +@@ -144,7 +144,7 @@ + DownloadPrefs* prefs = DownloadPrefs::FromBrowserContext( + download_item_->GetBrowserContext()); + #if defined(OS_WIN) || defined(OS_LINUX) || \ +- (defined(OS_MACOSX) && !defined(OS_IOS)) ++ (defined(OS_MACOSX) && !defined(OS_IOS)) || defined(OS_BSD) + if (CanOpenPdfInSystemViewer()) { + prefs->SetShouldOpenPdfInSystemReader(!is_checked); + DownloadItemModel(download_item_) +@@ -218,7 +218,7 @@ + return browser_displayer.browser(); + } + +-#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) ++#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + bool DownloadCommands::IsDownloadPdf() const { + base::FilePath path = download_item_->GetTargetFilePath(); + return path.MatchesExtension(FILE_PATH_LITERAL(".pdf")); +@@ -235,7 +235,7 @@ + return IsDownloadPdf() && + (IsAdobeReaderDefaultPDFViewer() ? is_adobe_pdf_reader_up_to_date + : true); +-#elif defined(OS_MACOSX) || defined(OS_LINUX) ++#elif defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + return IsDownloadPdf(); + #endif + } From owner-svn-ports-all@freebsd.org Tue Jul 21 06:48:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C31AA9A62FC; Tue, 21 Jul 2015 06:48:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8902A1961; Tue, 21 Jul 2015 06:48:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CD0F7BDC5A; Tue, 21 Jul 2015 08:48:38 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id AEFAABDC1D; Tue, 21 Jul 2015 08:48:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 6527C3CB7AA1; Tue, 21 Jul 2015 08:48:38 +0200 (CEST) Date: Tue, 21 Jul 2015 08:48:38 +0200 From: Mathieu Arnold To: Hiroki Sato , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392610 - head/Mk/Uses Message-ID: <39C35660BE226EFCED09473F@atuin.in.mat.cc> In-Reply-To: <201507210322.t6L3MOcf013583@repo.freebsd.org> References: <201507210322.t6L3MOcf013583@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========4D6C23BB776028EC514B==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 06:48:47 -0000 --==========4D6C23BB776028EC514B========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 21 juillet 2015 03:22:24 +0000 Hiroki Sato wrote: | # allowed versions | -_GS_VERSION= 7 8 9 9.06 9.16 | +_GS_VERSION= 7 8 9 9.06 9.16 agpl But then, 9 == 9.06 and agpl == 9.16, any reason to keep the specific versions as they will change in the future ? why not simplify it and only keep 7, 8, 9 and agpl ? -- Mathieu Arnold --==========4D6C23BB776028EC514B========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVretGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IOmYQAI1PsJ660b2fZayoIrA7tMOJ 9hccChMdMuHAmJ7RNhMpzjFRA4X6E75m/5PrRmjSb+DXDNEof9zcJCAR73rW/y9x bJ6pK6QDUvXPb9LoEd30rDEmGc/03a8Ke1mRT5dXLkDQib9ac//pY8qtNaZsFJEv q7v7mhl83zVtzHLwTrXg//8k5J0hl1cstbse0bwG5MfFfDJf4Jy+mM5nsLpA8NO4 YxskC1RfMYYei3rFXBmUbW5Hb7ZPgrstF9WYGogc1PRo+VeP/ZdnudaNNOtqjt/b cF6wgZUhvdE/+Jxg/s3HJYf5aYGdoTJkCegFlK3Nj4CdxK+XQB3P3zeTnwnoMDqx /ANuqjWFd2E0iypJUktoWKoeBqO4XaknIfTdG/QMYGXJZbSwACI7a4QsUoM3hE4L 92g34b0aZCDLp/HJi5zebFoEDHKEcSpDAVybXbou/7raeyDEXs9UPrds1v1rQo6X sGpvVCf8ANoAVi7pbXS2PiRp6UiYUEoov5hWJDrXkQIT5udpqBzGzaTTsi292q6z yuWUPDvo9UpdvSb/5Doz/gSSz/Q7F1m1kDbWnY9wuoEokd/l/qIoIJc4mG4XGssb SR/tLFpoL05tfXZ9scn0WrJW0sE/wXg/xsYz5nTR2Gyc7d1Ga/QDGLIZimIE8PYA 6C7S9Asd4VAN6v3Fibas =AOk8 -----END PGP SIGNATURE----- --==========4D6C23BB776028EC514B==========-- From owner-svn-ports-all@freebsd.org Tue Jul 21 07:39:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33CB09A6C6F; Tue, 21 Jul 2015 07:39:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F6381139; Tue, 21 Jul 2015 07:39:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L7daKa016111; Tue, 21 Jul 2015 07:39:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L7da3J016109; Tue, 21 Jul 2015 07:39:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507210739.t6L7da3J016109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 21 Jul 2015 07:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392613 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 07:39:37 -0000 Author: pi Date: Tue Jul 21 07:39:35 2015 New Revision: 392613 URL: https://svnweb.freebsd.org/changeset/ports/392613 Log: databases/cego: 2.23.10 -> 2.23.11 - Added performance patch in CegoFieldValue. Values with a length up to STATICFIELDBUF size ( 100 bytes ) are handled using a static byte array. This saves expensive memory allocation calls in most cases. First very rough performances analysis has shown a performance improvement of about 5-10 percent - The local copy logic was shifted from CegoSelect::nextGroupedTuple to CegoGroupSpace::insertTuple. Submitted by: Björn Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Tue Jul 21 06:02:23 2015 (r392612) +++ head/databases/cego/Makefile Tue Jul 21 07:39:35 2015 (r392613) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.23.10 +PORTVERSION= 2.23.11 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Tue Jul 21 06:02:23 2015 (r392612) +++ head/databases/cego/distinfo Tue Jul 21 07:39:35 2015 (r392613) @@ -1,2 +1,2 @@ -SHA256 (cego-2.23.10.tar.gz) = ceb60cf96031206137b2ea43c100fa82404b298d4c9eb45d4284673a2ba103b1 -SIZE (cego-2.23.10.tar.gz) = 1085238 +SHA256 (cego-2.23.11.tar.gz) = ed29fb27396cbbb0e8d9f68d354088397d3275ddd8b528b3ebe1ccc23db46fe2 +SIZE (cego-2.23.11.tar.gz) = 1097625 From owner-svn-ports-all@freebsd.org Tue Jul 21 09:00:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 561AE9A7D07; Tue, 21 Jul 2015 09:00:01 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4633A16A3; Tue, 21 Jul 2015 09:00:01 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L901nM048550; Tue, 21 Jul 2015 09:00:01 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L901ZY048549; Tue, 21 Jul 2015 09:00:01 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201507210900.t6L901ZY048549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Tue, 21 Jul 2015 09:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392614 - head/sysutils/cloudabi-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.20 Precedence: 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, 21 Jul 2015 09:00:01 -0000 Author: ed (src committer) Date: Tue Jul 21 09:00:00 2015 New Revision: 392614 URL: https://svnweb.freebsd.org/changeset/ports/392614 Log: Make this port build properly. Summary: It looks like we forgot to add '${SETENV} ${MAKE_ENV}' to the build script. Right now it ignores the compiler entirely. Furthermore, regardless of whether a C11 compiler is being used, the build will fail, for the reason that some C11 headers such as are being used in the code. Instead of trying to fix that, simply disable this port on FreeBSD <10.1. I have no intent on ever getting CloudABI to work on FreeBSD 9. Reviewers: bapt Reviewed By: bapt Differential Revision: https://reviews.freebsd.org/D3077 Modified: head/sysutils/cloudabi-utils/Makefile Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Tue Jul 21 07:39:35 2015 (r392613) +++ head/sysutils/cloudabi-utils/Makefile Tue Jul 21 09:00:00 2015 (r392614) @@ -23,8 +23,12 @@ PLIST_FILES= bin/cloudabi-run \ libexec/cloudabi-reexec \ man/man1/cloudabi-run.1.gz +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + do-build: @cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} \ PREFIX=${LOCALBASE} \ CLOUDABI_CC=${LOCALBASE}/bin/x86_64-unknown-cloudabi-cc \ ${SH} build @@ -34,4 +38,10 @@ do-install: PREFIX=${STAGEDIR}${PREFIX} \ ${SH} install -.include +.include + +.if ${OSVERSION} < 1000100 +IGNORE= CloudABI will never support this version of FreeBSD +.endif + +.include From owner-svn-ports-all@freebsd.org Tue Jul 21 09:22:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 036BC9A622E; Tue, 21 Jul 2015 09:22:14 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.dk [IPv6:2a01:4f8:a0:7163::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B15012D6; Tue, 21 Jul 2015 09:22:13 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 27F9220EDA; Tue, 21 Jul 2015 11:22:09 +0200 (CEST) Date: Tue, 21 Jul 2015 11:22:09 +0200 From: Erwin Lansing To: Mark Felder Cc: Alex Dupre , ports-secteam@FreeBSD.org, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r392140 - head/databases/mysql56-server Message-ID: <20150721092208.GU63119@droso.dk> References: <201507151349.t6FDn5Sf079974@svnmir.geo.freebsd.org> <20150717081711.GS63119@droso.dk> <55A8D138.2050901@FreeBSD.org> <20150717101036.GX63119@droso.dk> <77EB147A-D6C1-4D3B-9CF6-6E4793F0EA0F@feld.me> <20150717124545.GY63119@droso.dk> <1437141130.3630805.326264393.3E18DDC3@webmail.messagingengine.com> <1437402302.2488388.328231881.4A5FC74D@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1437402302.2488388.328231881.4A5FC74D@webmail.messagingengine.com> X-Operating-System: FreeBSD/amd64 9.3-RELEASE-p5 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 09:22:14 -0000 On Mon, Jul 20, 2015 at 09:25:02AM -0500, Mark Felder wrote: > > > On Fri, Jul 17, 2015, at 08:52, Mark Felder wrote: > > > > > > On Fri, Jul 17, 2015, at 07:45, Erwin Lansing wrote: > > > On Fri, Jul 17, 2015 at 05:30:47AM -0500, Mark Felder wrote: > > > > > > > > > On Jul 17, 2015, at 05:10, Erwin Lansing wrote: > > > > > > > > > > On Fri, Jul 17, 2015 at 11:56:08AM +0200, Alex Dupre wrote: > > > > >> Erwin Lansing wrote: > > > > >>>> URL: https://svnweb.freebsd.org/changeset/ports/392140 > > > > >>>> > > > > >>>> Log: > > > > >>>> Update to 5.6.25 release. > > > > >>> > > > > >>> Does this by any change fix this vulnerability? > > > > >> > > > > >> No, probably they are not going to fix this "vulnerability" because, > > > > >> even if it wasn't a great security choice and in fact it changed in > > > > >> mysql 5.7, it was the intended and documented behavior: > > > > >> > > > > >> > > > > >>> For MySQL client programs, this option permits but does not require the client to connect to the server using SSL. Therefore, this option is not sufficient in itself to cause an SSL connection to be used. For example, if you specify this option for a client program but the server has not been configured to enable SSL connections, the client falls back to an unencrypted connection. > > > > >> > > > > > > > > > > Currently, the VuXML entry prohibits the installation of the mysql, mariadb, > > > > > and percona servers in any version. Adding ports-secteam for advice on > > > > > how to handle this situation. > > > > > > > > > > > > > You're right, this entry is stopping all MySQL installations... However, mariadb55 and mariadb10 could both be bumped to versions that are not affected. > > > > > > > > If we want to remove this blocker perhaps a pkg-install message would be sufficient? > > > > > > > > > > That sounds like a good compromise, so users at least are aware of the > > > issue and can take their precautions, without preventing them from > > > installing. > > > > > > > In order to get the pkg-install message distributed we will have to bump > > PORTREVISION. Any objections? > > > > This was completed. Let me know if I've created any fires, but I > couldn't see any. > Thanks Mark! -- Erwin Lansing http://droso.dk erwin@FreeBSD.org http:// www.FreeBSD.org From owner-svn-ports-all@freebsd.org Tue Jul 21 09:51:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09C949A6953; Tue, 21 Jul 2015 09:51:06 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1A8316AA; Tue, 21 Jul 2015 09:51:05 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L9p5sI070911; Tue, 21 Jul 2015 09:51:05 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L9p4rX070902; Tue, 21 Jul 2015 09:51:04 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507210951.t6L9p4rX070902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 21 Jul 2015 09:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392615 - in head/devel: . p5-ARGV-Struct X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 09:51:06 -0000 Author: kuriyama Date: Tue Jul 21 09:51:03 2015 New Revision: 392615 URL: https://svnweb.freebsd.org/changeset/ports/392615 Log: Parse complex data structures passed in ARGV. WWW: http://search.cpan.org/dist/ARGV-Struct/ Added: head/devel/p5-ARGV-Struct/ head/devel/p5-ARGV-Struct/Makefile (contents, props changed) head/devel/p5-ARGV-Struct/distinfo (contents, props changed) head/devel/p5-ARGV-Struct/pkg-descr (contents, props changed) head/devel/p5-ARGV-Struct/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jul 21 09:00:00 2015 (r392614) +++ head/devel/Makefile Tue Jul 21 09:51:03 2015 (r392615) @@ -1537,6 +1537,7 @@ SUBDIR += p4web SUBDIR += p5-AI-Pathfinding-AStar SUBDIR += p5-AI-Prolog + SUBDIR += p5-ARGV-Struct SUBDIR += p5-Acme-Comment SUBDIR += p5-Acme-Damn SUBDIR += p5-Acme-MetaSyntactic Added: head/devel/p5-ARGV-Struct/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ARGV-Struct/Makefile Tue Jul 21 09:51:03 2015 (r392615) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ARGV-Struct +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:JLMARTIN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to parse complex data structures passed in ARGV + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Moose>0:${PORTSDIR}/devel/p5-Moose +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/devel/p5-ARGV-Struct/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ARGV-Struct/distinfo Tue Jul 21 09:51:03 2015 (r392615) @@ -0,0 +1,2 @@ +SHA256 (ARGV-Struct-0.02.tar.gz) = 50128a53690aa558c080d34eaa7b11dbd40bb4a43f63d549ea6ba9b16939f351 +SIZE (ARGV-Struct-0.02.tar.gz) = 11687 Added: head/devel/p5-ARGV-Struct/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ARGV-Struct/pkg-descr Tue Jul 21 09:51:03 2015 (r392615) @@ -0,0 +1,3 @@ +Parse complex data structures passed in ARGV. + +WWW: http://search.cpan.org/dist/ARGV-Struct/ Added: head/devel/p5-ARGV-Struct/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ARGV-Struct/pkg-plist Tue Jul 21 09:51:03 2015 (r392615) @@ -0,0 +1,3 @@ +bin/argvstruct +%%PERL5_MAN3%%/ARGV::Struct.3.gz +%%SITE_PERL%%/ARGV/Struct.pm From owner-svn-ports-all@freebsd.org Tue Jul 21 09:57:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91CBE9A6B10; Tue, 21 Jul 2015 09:57:13 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 705101B45; Tue, 21 Jul 2015 09:57:13 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6L9vD7m074288; Tue, 21 Jul 2015 09:57:13 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6L9vBig074247; Tue, 21 Jul 2015 09:57:11 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507210957.t6L9vBig074247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 21 Jul 2015 09:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392616 - in head/math: . p5-Number-Misc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 09:57:13 -0000 Author: kuriyama Date: Tue Jul 21 09:57:10 2015 New Revision: 392616 URL: https://svnweb.freebsd.org/changeset/ports/392616 Log: Number::Misc provides some miscellaneous handy utilities for handling numbers. These utilities handle processing numbers as strings, determining basic properties of numbers, or selecting a random number from a range. WWW: http://search.cpan.org/dist/Number-Misc/ Added: head/math/p5-Number-Misc/ head/math/p5-Number-Misc/Makefile (contents, props changed) head/math/p5-Number-Misc/distinfo (contents, props changed) head/math/p5-Number-Misc/pkg-descr (contents, props changed) head/math/p5-Number-Misc/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Jul 21 09:51:03 2015 (r392615) +++ head/math/Makefile Tue Jul 21 09:57:10 2015 (r392616) @@ -489,6 +489,7 @@ SUBDIR += p5-NetCDF SUBDIR += p5-Number-Compare SUBDIR += p5-Number-Fraction + SUBDIR += p5-Number-Misc SUBDIR += p5-Number-Uncertainty SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError-LaTeX Added: head/math/p5-Number-Misc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Number-Misc/Makefile Tue Jul 21 09:57:10 2015 (r392616) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Number-Misc +PORTVERSION= 1.2 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension of handy utilities for numbers + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/math/p5-Number-Misc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Number-Misc/distinfo Tue Jul 21 09:57:10 2015 (r392616) @@ -0,0 +1,2 @@ +SHA256 (Number-Misc-1.2.tar.gz) = 77b9b68c600a069cf16f4d8126ecb32151e6bcd34b0edb17b78adee689dc91d8 +SIZE (Number-Misc-1.2.tar.gz) = 12322 Added: head/math/p5-Number-Misc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Number-Misc/pkg-descr Tue Jul 21 09:57:10 2015 (r392616) @@ -0,0 +1,6 @@ +Number::Misc provides some miscellaneous handy utilities for handling +numbers. These utilities handle processing numbers as strings, +determining basic properties of numbers, or selecting a random number +from a range. + +WWW: http://search.cpan.org/dist/Number-Misc/ Added: head/math/p5-Number-Misc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Number-Misc/pkg-plist Tue Jul 21 09:57:10 2015 (r392616) @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/Number::Misc.3.gz +%%SITE_PERL%%/Number/Misc.pm +%%SITE_PERL%%/Number/Misc.pod From owner-svn-ports-all@freebsd.org Tue Jul 21 10:00:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A21629A6C97; Tue, 21 Jul 2015 10:00:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 607D21EF6; Tue, 21 Jul 2015 10:00:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 07F8CBDE7B; Tue, 21 Jul 2015 12:00:55 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id C897BBDE64; Tue, 21 Jul 2015 12:00:54 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 534DD6125; Tue, 21 Jul 2015 12:00:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 9BC00A931D0; Tue, 21 Jul 2015 12:00:48 +0200 (CEST) Date: Tue, 21 Jul 2015 12:00:48 +0200 From: Mathieu Arnold To: Hiroki Sato , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392610 - head/Mk/Uses Message-ID: <722658B9D82722B69E0C1126@ogg.in.absolight.net> In-Reply-To: <39C35660BE226EFCED09473F@atuin.in.mat.cc> References: <201507210322.t6L3MOcf013583@repo.freebsd.org> <39C35660BE226EFCED09473F@atuin.in.mat.cc> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========CE50620623CC243F1262==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 10:00:58 -0000 --==========CE50620623CC243F1262========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 21 juillet 2015 08:48:38 +0200 Mathieu Arnold wrote: | +--On 21 juillet 2015 03:22:24 +0000 Hiroki Sato wrote: || # allowed versions || -_GS_VERSION= 7 8 9 9.06 9.16 || +_GS_VERSION= 7 8 9 9.06 9.16 agpl | | But then, 9 == 9.06 and agpl == 9.16, any reason to keep the specific | versions as they will change in the future ? why not simplify it and only | keep 7, 8, 9 and agpl ? And I still think 9-agpl would be better as a version instead of only "agpl" so that people do know what version it really is. -- Mathieu Arnold --==========CE50620623CC243F1262========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVrhhQXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IjnUP/2GjE+BNCv6ZEqO8ND4VTXUf +ZF6h80WhPa76ESx1wuyAiZaTtUMqookuge1HyXR3tsUzsrjvm/wjUhuiEEbZS22 xRz6qARrByOpr59aJCyz5ctvVdsoprxNRKACWB9kC+mm7eBT60uTFyNRnz1LsNDo 4a1IxCc70I4oauV+NflpWEyW17pf4kKeuZaFEvCK3NFXLfdZpFI0eU2TEaLPLMpA 747FqlM1GHouYVIflvdi1aZtvlkWnfpVxG1eMKlF6nLLg1Hzr6s0mwMIBPhjaqwy r5/RY8Nl8hClwhX9DbGTBVAX05TQJPc2ae3Xf36uZ9fSWGSXTVuILDagYIqeKNMx RtrJVbqqdPbdR1QCrbaWq8CdLoFe5bJ/39ZjXqCSEpJGgOeBkvg5NumDuCyKTJl1 KKjH9fsIR+y+Ph6OdoxWJVWxHp76lxkMRCFpclf/Ys5bxHbZcySIPijPEdUeBiMY 9JkohV0kiP0p8wheyn6Z/mshjunU6wmL2KRvz95omT0iBuwQxXzLGJNpCM1LZMJW 0G9BUDf9zb7XsCjZWiO1kLsyEQLgKXN78QCBCstAFTB0o9CGd30smyiyPcDXoPPn du8Slirjw8zTMQpyZSOzOZdL1B/Ht4VZ0OZ77eiQOhm8soFS1yJmDvAT7SywmxK1 Z+92vxEVBoXoRECdEe91 =fqbJ -----END PGP SIGNATURE----- --==========CE50620623CC243F1262==========-- From owner-svn-ports-all@freebsd.org Tue Jul 21 10:03:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB35D9A6DA8; Tue, 21 Jul 2015 10:03:46 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B9D51245; Tue, 21 Jul 2015 10:03:46 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LA3kBf078713; Tue, 21 Jul 2015 10:03:46 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LA3kvn078712; Tue, 21 Jul 2015 10:03:46 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507211003.t6LA3kvn078712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Tue, 21 Jul 2015 10:03:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392617 - head/print/qpdfview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 10:03:46 -0000 Author: vg Date: Tue Jul 21 10:03:45 2015 New Revision: 392617 URL: https://svnweb.freebsd.org/changeset/ports/392617 Log: - Changed qt4-linguist to qt4-linguisttools PR: ports/201697 Submitted by: Andriy Voskoboinyk Modified: head/print/qpdfview/Makefile Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Tue Jul 21 09:57:10 2015 (r392616) +++ head/print/qpdfview/Makefile Tue Jul 21 10:03:45 2015 (r392617) @@ -12,8 +12,8 @@ COMMENT= Tabbed DjVu/PDF/PS document vie LICENSE= GPLv2 USES= desktop-file-utils pkgconfig qmake -USE_QT4= corelib dbus gui imageformats_run linguist_build moc_build \ - rcc_build sql sql-sqlite3_run svg xml +USE_QT4= corelib dbus gui imageformats_run linguisttools_build \ + moc_build rcc_build sql sql-sqlite3_run svg xml USE_LDCONFIG= yes QMAKE_ARGS+= QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE="" QMAKE_SOURCE_PATH= ${PORTNAME}.pro From owner-svn-ports-all@freebsd.org Tue Jul 21 10:04:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFE739A6DEC; Tue, 21 Jul 2015 10:04:46 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEB871453; Tue, 21 Jul 2015 10:04:46 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LA4keo078991; Tue, 21 Jul 2015 10:04:46 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LA4jcX078985; Tue, 21 Jul 2015 10:04:45 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507211004.t6LA4jcX078985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 21 Jul 2015 10:04:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392618 - in head/misc: . solarized X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 10:04:47 -0000 Author: robak Date: Tue Jul 21 10:04:44 2015 New Revision: 392618 URL: https://svnweb.freebsd.org/changeset/ports/392618 Log: misc/solarized: NEW PORT - Precision colors schemes for machines and people Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with terminal and gui applications. It has several unique properties. It has been tested extensively in real world use on color calibrated displays (as well as uncalibrated/intentionally miscalibrated displays) and in a variety of lighting conditions. WWW: http://ethanschoonover.com/solarized PR: 201096 Submitted by: Danilo G. Baio Added: head/misc/solarized/ head/misc/solarized/Makefile (contents, props changed) head/misc/solarized/distinfo (contents, props changed) head/misc/solarized/pkg-descr (contents, props changed) head/misc/solarized/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Tue Jul 21 10:03:45 2015 (r392617) +++ head/misc/Makefile Tue Jul 21 10:04:44 2015 (r392618) @@ -413,6 +413,7 @@ SUBDIR += sloccount SUBDIR += sls SUBDIR += smssend + SUBDIR += solarized SUBDIR += spamcalc SUBDIR += sshbuddy SUBDIR += sssnips Added: head/misc/solarized/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/solarized/Makefile Tue Jul 21 10:04:44 2015 (r392618) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= solarized +PORTVERSION= 1.0.0 +CATEGORIES= misc +MASTER_SITES= http://ethanschoonover.com/solarized/files/ +DISTNAME= ${PORTNAME} + +MAINTAINER= dbaio@bsd.com.br +COMMENT= Precision colors schemes for machines and people + +LICENSE= MIT + +USES= zip +NO_BUILD= yes + +do-install: + ${RM} ${WRKSRC}/vim-colors-solarized/doc/.DS_Store + ${RM} ${WRKSRC}/vim-colors-solarized/colors/.DS_Store + ${RM} ${WRKSRC}/vim-colors-solarized/colors/.solarized.vim.un~ + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + +.include Added: head/misc/solarized/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/solarized/distinfo Tue Jul 21 10:04:44 2015 (r392618) @@ -0,0 +1,2 @@ +SHA256 (solarized.zip) = 13e65141b4e46476acd94d97587a4770323ccf6f3b5ea5bf084c6c004f5e7866 +SIZE (solarized.zip) = 259387 Added: head/misc/solarized/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/solarized/pkg-descr Tue Jul 21 10:04:44 2015 (r392618) @@ -0,0 +1,7 @@ +Solarized is a sixteen color palette (eight monotones, eight accent colors) +designed for use with terminal and gui applications. It has several unique +properties. It has been tested extensively in real world use on color +calibrated displays (as well as uncalibrated/intentionally miscalibrated +displays) and in a variety of lighting conditions. + +WWW: http://ethanschoonover.com/solarized Added: head/misc/solarized/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/solarized/pkg-plist Tue Jul 21 10:04:44 2015 (r392618) @@ -0,0 +1,120 @@ +%%DATADIR%%/CHANGELOG.mkd +%%DATADIR%%/DEVELOPERS.mkd +%%DATADIR%%/LICENSE +%%DATADIR%%/README.md +%%DATADIR%%/adobe-swatches-solarized/README.md +%%DATADIR%%/adobe-swatches-solarized/solarized.act +%%DATADIR%%/adobe-swatches-solarized/solarized.ase +%%DATADIR%%/apple-colorpalette-solarized/README.md +%%DATADIR%%/apple-colorpalette-solarized/Solarized.clr +%%DATADIR%%/apple-colorpalette-solarized/alternate palettes/.README.md.un~ +%%DATADIR%%/apple-colorpalette-solarized/alternate palettes/README.md +%%DATADIR%%/apple-colorpalette-solarized/alternate palettes/Solarized tagged.clr +%%DATADIR%%/apple-colorpalette-solarized/alternate palettes/Solarized untagged.clr +%%DATADIR%%/apple-colorpalette-solarized/launch-colorpicker.app/Contents/Info.plist +%%DATADIR%%/apple-colorpalette-solarized/launch-colorpicker.app/Contents/MacOS/applet +%%DATADIR%%/apple-colorpalette-solarized/launch-colorpicker.app/Contents/PkgInfo +%%DATADIR%%/apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/Scripts/main.scpt +%%DATADIR%%/apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/applet.icns +%%DATADIR%%/apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/applet.rsrc +%%DATADIR%%/apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/description.rtfd/TXT.rtf +%%DATADIR%%/emacs-colors-solarized/LICENSE +%%DATADIR%%/emacs-colors-solarized/README.md +%%DATADIR%%/emacs-colors-solarized/color-theme-solarized.el +%%DATADIR%%/gimp-palette-solarized/README.md +%%DATADIR%%/gimp-palette-solarized/solarized.gpl +%%DATADIR%%/intellij-colors-solarized/README.md +%%DATADIR%%/intellij-colors-solarized/Solarized Dark.xml +%%DATADIR%%/intellij-colors-solarized/Solarized Light.xml +%%DATADIR%%/intellij-colors-solarized/buildjar.sh +%%DATADIR%%/intellij-colors-solarized/settings.jar +%%DATADIR%%/iterm2-colors-solarized/README.md +%%DATADIR%%/iterm2-colors-solarized/Solarized Dark.itermcolors +%%DATADIR%%/iterm2-colors-solarized/Solarized Light.itermcolors +%%DATADIR%%/mutt-colors-solarized/README.md +%%DATADIR%%/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc +%%DATADIR%%/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc +%%DATADIR%%/mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc +%%DATADIR%%/mutt-colors-solarized/mutt-colors-solarized-light-256.muttrc +%%DATADIR%%/mutt-colors-solarized/mutt-colors-solarized-template.muttrc +%%DATADIR%%/mutt-colors-solarized/mutt-compile-colors.sh +%%DATADIR%%/netbeans-colors-solarized/README.md +%%DATADIR%%/netbeans-colors-solarized/config/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-highlights.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/application/xml-dtd/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/application/xml-dtd/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/html/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/html/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/javascript/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/javascript/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/plain/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/plain/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-css/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-css/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-diff/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-diff/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-ini/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-ini/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-javascript-comment/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-javascript-comment/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-javascript-string/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-javascript-string/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-json/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-json/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-php5/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-php5/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-properties/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-properties/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-sql/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-sql/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-yaml/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/x-yaml/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/xhtml/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/xhtml/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/xml-external-parsed-entity/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/xml-external-parsed-entity/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/xml/FontsColors/Netbeans_Solarized_Dark/.nbattrs +%%DATADIR%%/netbeans-colors-solarized/config/Editors/text/xml/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml +%%DATADIR%%/osx-terminal.app-colors-solarized/README.md +%%DATADIR%%/osx-terminal.app-colors-solarized/Solarized Dark ansi.terminal +%%DATADIR%%/osx-terminal.app-colors-solarized/Solarized Light ansi.terminal +%%DATADIR%%/osx-terminal.app-colors-solarized/xterm-256color/.README.md.un~ +%%DATADIR%%/osx-terminal.app-colors-solarized/xterm-256color/README.md +%%DATADIR%%/osx-terminal.app-colors-solarized/xterm-256color/Solarized Dark xterm-256color.terminal +%%DATADIR%%/osx-terminal.app-colors-solarized/xterm-256color/Solarized Light xterm-256color.terminal +%%DATADIR%%/putty-colors-solarized/README.mkd +%%DATADIR%%/putty-colors-solarized/dark.png +%%DATADIR%%/putty-colors-solarized/light.png +%%DATADIR%%/putty-colors-solarized/solarized_dark.reg +%%DATADIR%%/putty-colors-solarized/solarized_dark_puttytray.txt +%%DATADIR%%/putty-colors-solarized/solarized_light.reg +%%DATADIR%%/putty-colors-solarized/solarized_light_puttytray.txt +%%DATADIR%%/seestyle-colors-solarized/README.md +%%DATADIR%%/seestyle-colors-solarized/Solarized.seestyle +%%DATADIR%%/textmate-colors-solarized/README.mkd +%%DATADIR%%/textmate-colors-solarized/Solarized (dark).tmTheme +%%DATADIR%%/textmate-colors-solarized/Solarized (light).tmTheme +%%DATADIR%%/textwrangler-bbedit-colors-solarized/README.mkd +%%DATADIR%%/textwrangler-bbedit-colors-solarized/Solarized Dark.bbcolors +%%DATADIR%%/textwrangler-bbedit-colors-solarized/Solarized Light.bbcolors +%%DATADIR%%/textwrangler-bbedit-colors-solarized/bbcolors +%%DATADIR%%/vim-colors-solarized/README.mkd +%%DATADIR%%/vim-colors-solarized/autoload/togglebg.vim +%%DATADIR%%/vim-colors-solarized/colors/solarized.vim +%%DATADIR%%/vim-colors-solarized/doc/tags +%%DATADIR%%/vim-colors-solarized/doc/togglebg.txt +%%DATADIR%%/visualstudio-colors-solarized/vs2005/solarized-dark.vssettings +%%DATADIR%%/visualstudio-colors-solarized/vs2005/solarized-light.vssettings +%%DATADIR%%/visualstudio-colors-solarized/vs2008/solarized-dark.vssettings +%%DATADIR%%/visualstudio-colors-solarized/vs2008/solarized-light.vssettings +%%DATADIR%%/visualstudio-colors-solarized/vs2010/solarized-dark.vssettings +%%DATADIR%%/visualstudio-colors-solarized/vs2010/solarized-light.vssettings +%%DATADIR%%/xresources-colors-solarized/Xresources +@dir %%DATADIR%%/css-web +@dir %%DATADIR%%/editors-ides +@dir %%DATADIR%%/misc-apps +@dir %%DATADIR%%/palettes +@dir %%DATADIR%%/project-resources +@dir %%DATADIR%%/terminal-emulators From owner-svn-ports-all@freebsd.org Tue Jul 21 10:07:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4B379A6E1C; Tue, 21 Jul 2015 10:07:24 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B871615AD; Tue, 21 Jul 2015 10:07:24 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LA7Obv079498; Tue, 21 Jul 2015 10:07:24 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LA7MdZ079491; Tue, 21 Jul 2015 10:07:22 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507211007.t6LA7MdZ079491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 21 Jul 2015 10:07:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392619 - in head/textproc: . p5-String-Util X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 10:07:25 -0000 Author: kuriyama Date: Tue Jul 21 10:07:22 2015 New Revision: 392619 URL: https://svnweb.freebsd.org/changeset/ports/392619 Log: String::Util provides a collection of small, handy utilities for processing strings. WWW: http://search.cpan.org/dist/String-Util/ Added: head/textproc/p5-String-Util/ head/textproc/p5-String-Util/Makefile (contents, props changed) head/textproc/p5-String-Util/distinfo (contents, props changed) head/textproc/p5-String-Util/pkg-descr (contents, props changed) head/textproc/p5-String-Util/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jul 21 10:04:44 2015 (r392618) +++ head/textproc/Makefile Tue Jul 21 10:07:22 2015 (r392619) @@ -758,6 +758,7 @@ SUBDIR += p5-String-Tokenizer SUBDIR += p5-String-Truncate SUBDIR += p5-String-Urandom + SUBDIR += p5-String-Util SUBDIR += p5-Syntax-Highlight-Engine-Kate SUBDIR += p5-Syntax-Highlight-Perl-Improved SUBDIR += p5-TOML Added: head/textproc/p5-String-Util/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-Util/Makefile Tue Jul 21 10:07:22 2015 (r392619) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= String-Util +PORTVERSION= 1.24 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for string processing utilities + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Number-Misc>=0:${PORTSDIR}/math/p5-Number-Misc +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/textproc/p5-String-Util/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-Util/distinfo Tue Jul 21 10:07:22 2015 (r392619) @@ -0,0 +1,2 @@ +SHA256 (String-Util-1.24.tar.gz) = 7bfa7db4efac1726c581d28a1b9cca73492426a055694b13c1dc1ff4ef6a8799 +SIZE (String-Util-1.24.tar.gz) = 17697 Added: head/textproc/p5-String-Util/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-Util/pkg-descr Tue Jul 21 10:07:22 2015 (r392619) @@ -0,0 +1,4 @@ +String::Util provides a collection of small, handy utilities for +processing strings. + +WWW: http://search.cpan.org/dist/String-Util/ Added: head/textproc/p5-String-Util/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-Util/pkg-plist Tue Jul 21 10:07:22 2015 (r392619) @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/String::Util.3.gz +%%SITE_PERL%%/String/Util.pm +%%SITE_PERL%%/String/Util.pod From owner-svn-ports-all@freebsd.org Tue Jul 21 11:00:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CED169A7B40; Tue, 21 Jul 2015 11:00:51 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A79BE1AD8; Tue, 21 Jul 2015 11:00:51 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LB0p22004354; Tue, 21 Jul 2015 11:00:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LB0pqt004352; Tue, 21 Jul 2015 11:00:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507211100.t6LB0pqt004352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 21 Jul 2015 11:00:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392620 - head/mail/p5-Mail-IMAPTalk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 11:00:51 -0000 Author: pi Date: Tue Jul 21 11:00:50 2015 New Revision: 392620 URL: https://svnweb.freebsd.org/changeset/ports/392620 Log: mail/p5-Mail-IMAPTalk: 3.01 -> 4.01 - Remove long command timer - Misc parser and fixes - Avoid / in generated message-id - More improvements to find_message function - Add cyrus IMAP extension commands - Support extended-list options to list command - Avoid undef warning on missing foldermode response - Handle unexpected capability response - Add ability to enable tracing when you "use" the module - Replace multigetannotation with multigetmetadata - Add IMAP myrights command - Add IMAP id command - Use release_socket to close connection - Update root folder and Inbox vs INBOX handling - Choose socket library to use, add SSL socket support - Better formatting of email strings from envelope structure Modified: head/mail/p5-Mail-IMAPTalk/Makefile head/mail/p5-Mail-IMAPTalk/distinfo Modified: head/mail/p5-Mail-IMAPTalk/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPTalk/Makefile Tue Jul 21 10:07:22 2015 (r392619) +++ head/mail/p5-Mail-IMAPTalk/Makefile Tue Jul 21 11:00:50 2015 (r392620) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-IMAPTalk -PORTVERSION= 3.01 -PORTREVISION= 1 +PORTVERSION= 4.01 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/mail/p5-Mail-IMAPTalk/distinfo ============================================================================== --- head/mail/p5-Mail-IMAPTalk/distinfo Tue Jul 21 10:07:22 2015 (r392619) +++ head/mail/p5-Mail-IMAPTalk/distinfo Tue Jul 21 11:00:50 2015 (r392620) @@ -1,2 +1,2 @@ -SHA256 (Mail-IMAPTalk-3.01.tar.gz) = 269a16bf2e699c69310eb0640222af580ff554109714006c21d688058eb1984e -SIZE (Mail-IMAPTalk-3.01.tar.gz) = 41066 +SHA256 (Mail-IMAPTalk-4.01.tar.gz) = 7f33dafec8fbb75cb767863b8f7972d9f0361e5f94ab3c27c0f2435353a4bb6d +SIZE (Mail-IMAPTalk-4.01.tar.gz) = 44516 From owner-svn-ports-all@freebsd.org Tue Jul 21 11:41:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 560B89A640C; Tue, 21 Jul 2015 11:41:27 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 475AB1AC9; Tue, 21 Jul 2015 11:41:27 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LBfR4j023961; Tue, 21 Jul 2015 11:41:27 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LBfQvi023957; Tue, 21 Jul 2015 11:41:26 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201507211141.t6LBfQvi023957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 21 Jul 2015 11:41:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392621 - head/net-im/mikutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 11:41:27 -0000 Author: tota Date: Tue Jul 21 11:41:25 2015 New Revision: 392621 URL: https://svnweb.freebsd.org/changeset/ports/392621 Log: - Update to 3.2.5 Modified: head/net-im/mikutter/Makefile head/net-im/mikutter/distinfo Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Tue Jul 21 11:00:50 2015 (r392620) +++ head/net-im/mikutter/Makefile Tue Jul 21 11:41:25 2015 (r392621) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.5 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Tue Jul 21 11:00:50 2015 (r392620) +++ head/net-im/mikutter/distinfo Tue Jul 21 11:41:25 2015 (r392621) @@ -1,2 +1,2 @@ -SHA256 (mikutter.3.2.4.tar.gz) = 94244272996504888dc0019a08ca69d5c1221e11ca519392463be1641d14c78f -SIZE (mikutter.3.2.4.tar.gz) = 2576823 +SHA256 (mikutter.3.2.5.tar.gz) = 68a65a5c8ad7aad82d97b01533940f7f7776c8f26fae26d892340f44729edfed +SIZE (mikutter.3.2.5.tar.gz) = 2577479 From owner-svn-ports-all@freebsd.org Tue Jul 21 12:20:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E8EE9A7154; Tue, 21 Jul 2015 12:20:59 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BA8912E2; Tue, 21 Jul 2015 12:20:59 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCKx8P036521; Tue, 21 Jul 2015 12:20:59 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCKxQR036520; Tue, 21 Jul 2015 12:20:59 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507211220.t6LCKxQR036520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 21 Jul 2015 12:20:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392622 - 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.20 Precedence: 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, 21 Jul 2015 12:20:59 -0000 Author: tijl Date: Tue Jul 21 12:20:58 2015 New Revision: 392622 URL: https://svnweb.freebsd.org/changeset/ports/392622 Log: Add more entries for avidemux ports (See r389475 and r389477) Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jul 21 11:41:25 2015 (r392621) +++ head/MOVED Tue Jul 21 12:20:58 2015 (r392622) @@ -7631,7 +7631,11 @@ x11-themes/gtk-flat-theme2||2015-06-10|H databases/postgresql84-server||2015-06-10|Has expired: "EOL was reached in July 2014" ftp/ncftp1||2015-06-12|Unfetchable multimedia/avidemux2||2015-06-13|Branch no longer maintained upstream, use multimedia/avidemux26 +multimedia/avidemux2-plugins||2015-06-13|Branch no longer maintained upstream, use multimedia/avidemux26 multimedia/avidemux26|multimedia/avidemux|2015-06-13|Renamed +multimedia/avidemux26-cli|multimedia/avidemux-cli|2015-06-13|Renamed +multimedia/avidemux26-plugins|multimedia/avidemux-plugins|2015-06-13|Renamed +multimedia/avidemux26-qt4|multimedia/avidemux-qt4|2015-06-13|Renamed editors/zim|deskutils/zim|2015-06-18|Move to more appropriate category net/py-ldap2|net/py-ldap|2015-06-18|Rename to better match upstream name devel/erlang-mustache|devel/erlang-bbmustache|2015-06-21|Renamed upstream From owner-svn-ports-all@freebsd.org Tue Jul 21 12:27:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D22549A72B7; Tue, 21 Jul 2015 12:27:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8C3F1641; Tue, 21 Jul 2015 12:27:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCRTa1040445; Tue, 21 Jul 2015 12:27:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCRSul040439; Tue, 21 Jul 2015 12:27:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507211227.t6LCRSul040439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 21 Jul 2015 12:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392623 - in head/devel/erlang-cuttlefish: . 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.20 Precedence: 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, 21 Jul 2015 12:27:29 -0000 Author: olgeni Date: Tue Jul 21 12:27:27 2015 New Revision: 392623 URL: https://svnweb.freebsd.org/changeset/ports/392623 Log: Upgrade to version 2.0.4 and sort dependencies. Modified: head/devel/erlang-cuttlefish/Makefile head/devel/erlang-cuttlefish/distinfo head/devel/erlang-cuttlefish/files/patch-rebar.config Modified: head/devel/erlang-cuttlefish/Makefile ============================================================================== --- head/devel/erlang-cuttlefish/Makefile Tue Jul 21 12:20:58 2015 (r392622) +++ head/devel/erlang-cuttlefish/Makefile Tue Jul 21 12:27:27 2015 (r392623) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -16,8 +15,8 @@ USE_GITHUB= yes GH_ACCOUNT= basho REBAR_TARGETS= compile escriptize -ERL_BUILD_DEPS= devel/erlang-lager \ - devel/erlang-getopt \ +ERL_BUILD_DEPS= devel/erlang-getopt \ + devel/erlang-lager \ devel/erlang-neotoma ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} Modified: head/devel/erlang-cuttlefish/distinfo ============================================================================== --- head/devel/erlang-cuttlefish/distinfo Tue Jul 21 12:20:58 2015 (r392622) +++ head/devel/erlang-cuttlefish/distinfo Tue Jul 21 12:27:27 2015 (r392623) @@ -1,2 +1,2 @@ -SHA256 (basho-cuttlefish-2.0.3_GH0.tar.gz) = 666c11a9b15a9d301d5facd2fe8ebbe66013c0f4289e565a92ab429f444fa845 -SIZE (basho-cuttlefish-2.0.3_GH0.tar.gz) = 231038 +SHA256 (basho-cuttlefish-2.0.4_GH0.tar.gz) = 42175d9aa0bf7dc45271bad61a42f8f5ed41d60fa97872c6503490f35931e9b7 +SIZE (basho-cuttlefish-2.0.4_GH0.tar.gz) = 231042 Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config ============================================================================== --- head/devel/erlang-cuttlefish/files/patch-rebar.config Tue Jul 21 12:20:58 2015 (r392622) +++ head/devel/erlang-cuttlefish/files/patch-rebar.config Tue Jul 21 12:27:27 2015 (r392623) @@ -1,4 +1,4 @@ ---- rebar.config.orig 2015-06-10 18:36:45 UTC +--- rebar.config.orig 2015-07-21 08:12:10 UTC +++ rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R16|17"}. @@ -10,8 +10,8 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}. {deps, [ -- {getopt, ".*", {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.4.3"}}}, -- {lager, "2.0.3", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}}, +- {getopt, ".*", {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.8.2"}}}, +- {lager, "(2.0|2.1).*", {git, "git://github.com/basho/lager.git", {tag, "2.1.1"}}}, - {neotoma, "1.7.2", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.2"}}} ]}. From owner-svn-ports-all@freebsd.org Tue Jul 21 12:27:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C3729A72F1; Tue, 21 Jul 2015 12:27:52 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D8B21877; Tue, 21 Jul 2015 12:27:52 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCRq25040558; Tue, 21 Jul 2015 12:27:52 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCRqJS040557; Tue, 21 Jul 2015 12:27:52 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507211227.t6LCRqJS040557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 21 Jul 2015 12:27:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392624 - head/irc/bitlbee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 12:27:52 -0000 Author: garga Date: Tue Jul 21 12:27:51 2015 New Revision: 392624 URL: https://svnweb.freebsd.org/changeset/ports/392624 Log: Add python as build dependency and unbreak build without SKYPE option Modified: head/irc/bitlbee/Makefile Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Tue Jul 21 12:27:27 2015 (r392623) +++ head/irc/bitlbee/Makefile Tue Jul 21 12:27:51 2015 (r392624) @@ -2,7 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix @@ -20,7 +20,7 @@ PORTDOCS= AUTHORS CHANGES CREDITS FAQ RE PORTEXAMPLES= bitlbee.conf motd.txt GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig python:build USE_RC_SUBR= bitlbee USE_GNOME= glib20 OPTIONS_SUB= yes From owner-svn-ports-all@freebsd.org Tue Jul 21 12:28:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 078F39A7324; Tue, 21 Jul 2015 12:28:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB7A8196C; Tue, 21 Jul 2015 12:28:18 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCSIF4040697; Tue, 21 Jul 2015 12:28:18 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCSIVa040695; Tue, 21 Jul 2015 12:28:18 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507211228.t6LCSIVa040695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 21 Jul 2015 12:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392625 - head/security/sudo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 12:28:19 -0000 Author: garga Date: Tue Jul 21 12:28:17 2015 New Revision: 392625 URL: https://svnweb.freebsd.org/changeset/ports/392625 Log: Update to 1.8.14p2 Modified: head/security/sudo/Makefile head/security/sudo/distinfo Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Tue Jul 21 12:27:51 2015 (r392624) +++ head/security/sudo/Makefile Tue Jul 21 12:28:17 2015 (r392625) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.14p1 -PORTREVISION= 1 +PORTVERSION= 1.8.14p2 CATEGORIES= security MASTER_SITES= SUDO Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Tue Jul 21 12:27:51 2015 (r392624) +++ head/security/sudo/distinfo Tue Jul 21 12:28:17 2015 (r392625) @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.14p1.tar.gz) = b12ccdf1c0b6a2a494afb6616d16d90310206f4d8e68023cf27345396d9f06a0 -SIZE (sudo-1.8.14p1.tar.gz) = 2570430 +SHA256 (sudo-1.8.14p2.tar.gz) = b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21 +SIZE (sudo-1.8.14p2.tar.gz) = 2570749 From owner-svn-ports-all@freebsd.org Tue Jul 21 12:36:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F5499A750C; Tue, 21 Jul 2015 12:36:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EF7D1D9A; Tue, 21 Jul 2015 12:36:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCaADk044731; Tue, 21 Jul 2015 12:36:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCa9rR044724; Tue, 21 Jul 2015 12:36:09 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507211236.t6LCa9rR044724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 21 Jul 2015 12:36:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392626 - in head/lang: perl5-devel perl5.18 perl5.20 perl5.22 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 12:36:11 -0000 Author: mat Date: Tue Jul 21 12:36:08 2015 New Revision: 392626 URL: https://svnweb.freebsd.org/changeset/ports/392626 Log: Convert the post-patch target to use the new target option helpers. While there, remove some DEBUG handling that is already done in bsd.port.mk. Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5.18/Makefile head/lang/perl5.20/Makefile head/lang/perl5.22/Makefile Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Tue Jul 21 12:28:17 2015 (r392625) +++ head/lang/perl5-devel/Makefile Tue Jul 21 12:36:08 2015 (r392626) @@ -186,11 +186,6 @@ PKGINSTALL= ${WRKDIR}/use.perl PKGDEINSTALL= ${WRKDIR}/use.perl .endif -.if ${PORT_OPTIONS:MDEBUG} -STRIP= -STRIP_CMD= ${TRUE} -.endif - # XXX # No need to spam logs, or make me wait .if !defined(PACKAGE_BUILDING) && !defined(PERL_DEV_SHUT_UP) @@ -221,13 +216,12 @@ post-extract: post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh -.if ${PORT_OPTIONS:MPTHREAD} +post-patch-PTHREAD-on: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lpthread|g;' \ ${WRKSRC}/hints/freebsd.sh -.else +post-patch-PTHREAD-off: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \ ${WRKSRC}/hints/freebsd.sh -.endif .endif # MAKING_PATCHES post-install: Modified: head/lang/perl5.18/Makefile ============================================================================== --- head/lang/perl5.18/Makefile Tue Jul 21 12:28:17 2015 (r392625) +++ head/lang/perl5.18/Makefile Tue Jul 21 12:36:08 2015 (r392626) @@ -161,11 +161,6 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} PRIV_LIB=${_PRIV_LIB} \ ARCH_LIB=${_ARCH_LIB} -.if ${PORT_OPTIONS:MDEBUG} -STRIP= -STRIP_CMD= ${TRUE} -.endif - .if ${OSVERSION} >= 900022 PLIST_SUB+= MANCONF="" .else @@ -184,13 +179,15 @@ post-extract: ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so.${PERL_VER} +.if !defined(MAKING_PATCHES) +# make clean patch makepatch MAKING_PATCHES= post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh -.if ${PORT_OPTIONS:MPTHREAD} +post-patch-PTHREAD-on: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lpthread|g;' \ ${WRKSRC}/hints/freebsd.sh -.else +post-patch-PTHREAD-off: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \ ${WRKSRC}/hints/freebsd.sh .endif Modified: head/lang/perl5.20/Makefile ============================================================================== --- head/lang/perl5.20/Makefile Tue Jul 21 12:28:17 2015 (r392625) +++ head/lang/perl5.20/Makefile Tue Jul 21 12:36:08 2015 (r392626) @@ -169,23 +169,20 @@ PKGINSTALL= ${WRKDIR}/use.perl PKGDEINSTALL= ${WRKDIR}/use.perl .endif -.if ${PORT_OPTIONS:MDEBUG} -STRIP= -STRIP_CMD= ${TRUE} -.endif - # Put a symlink to the future libperl.so.x.yy so that -lperl works. post-extract: ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so.${PERL_VER} +.if !defined(MAKING_PATCHES) +# make clean patch makepatch MAKING_PATCHES= post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh -.if ${PORT_OPTIONS:MPTHREAD} +post-patch-PTHREAD-on: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lpthread|g;' \ ${WRKSRC}/hints/freebsd.sh -.else +post-patch-PTHREAD-off: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \ ${WRKSRC}/hints/freebsd.sh .endif Modified: head/lang/perl5.22/Makefile ============================================================================== --- head/lang/perl5.22/Makefile Tue Jul 21 12:28:17 2015 (r392625) +++ head/lang/perl5.22/Makefile Tue Jul 21 12:36:08 2015 (r392626) @@ -166,23 +166,20 @@ PKGINSTALL= ${WRKDIR}/use.perl PKGDEINSTALL= ${WRKDIR}/use.perl .endif -.if ${PORT_OPTIONS:MDEBUG} -STRIP= -STRIP_CMD= ${TRUE} -.endif - # Put a symlink to the future libperl.so.x.yy so that -lperl works. post-extract: ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so.${PERL_VER} +.if !defined(MAKING_PATCHES) +# make clean patch makepatch MAKING_PATCHES= post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh -.if ${PORT_OPTIONS:MPTHREAD} +post-patch-PTHREAD-on: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lpthread|g;' \ ${WRKSRC}/hints/freebsd.sh -.else +post-patch-PTHREAD-off: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \ ${WRKSRC}/hints/freebsd.sh .endif From owner-svn-ports-all@freebsd.org Tue Jul 21 12:41:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB34A9A76A2; Tue, 21 Jul 2015 12:41:23 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C23D10FE; Tue, 21 Jul 2015 12:41:23 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCfNNo048585; Tue, 21 Jul 2015 12:41:23 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCfNCV048583; Tue, 21 Jul 2015 12:41:23 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201507211241.t6LCfNCV048583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 21 Jul 2015 12:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392627 - head/graphics/R-cran-rtiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 12:41:23 -0000 Author: tota Date: Tue Jul 21 12:41:22 2015 New Revision: 392627 URL: https://svnweb.freebsd.org/changeset/ports/392627 Log: - Update to 1.4.5 Modified: head/graphics/R-cran-rtiff/Makefile head/graphics/R-cran-rtiff/distinfo Modified: head/graphics/R-cran-rtiff/Makefile ============================================================================== --- head/graphics/R-cran-rtiff/Makefile Tue Jul 21 12:36:08 2015 (r392626) +++ head/graphics/R-cran-rtiff/Makefile Tue Jul 21 12:41:22 2015 (r392627) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rtiff -PORTVERSION= 1.4.4 -PORTREVISION= 2 +PORTVERSION= 1.4.5 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/graphics/R-cran-rtiff/distinfo ============================================================================== --- head/graphics/R-cran-rtiff/distinfo Tue Jul 21 12:36:08 2015 (r392626) +++ head/graphics/R-cran-rtiff/distinfo Tue Jul 21 12:41:22 2015 (r392627) @@ -1,2 +1,2 @@ -SHA256 (rtiff_1.4.4.tar.gz) = 6cb0da7ee56bf8ea51bf14a54dc3a8ad91a7abac0c4546c5f4659cef5a199f8d -SIZE (rtiff_1.4.4.tar.gz) = 109954 +SHA256 (rtiff_1.4.5.tar.gz) = 7ca2fca682ffd5b5518ca324fbaf3bf5ac6f9201f20b97a3f76147c731baf272 +SIZE (rtiff_1.4.5.tar.gz) = 109303 From owner-svn-ports-all@freebsd.org Tue Jul 21 12:49:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D7F69A7847; Tue, 21 Jul 2015 12:49:50 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EACA168A; Tue, 21 Jul 2015 12:49:50 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCnotw049116; Tue, 21 Jul 2015 12:49:50 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCnoA5049114; Tue, 21 Jul 2015 12:49:50 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201507211249.t6LCnoA5049114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 21 Jul 2015 12:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392628 - head/science/R-cran-e1071 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 12:49:50 -0000 Author: tota Date: Tue Jul 21 12:49:49 2015 New Revision: 392628 URL: https://svnweb.freebsd.org/changeset/ports/392628 Log: - Update to 1.6-6 Modified: head/science/R-cran-e1071/Makefile head/science/R-cran-e1071/distinfo Modified: head/science/R-cran-e1071/Makefile ============================================================================== --- head/science/R-cran-e1071/Makefile Tue Jul 21 12:41:22 2015 (r392627) +++ head/science/R-cran-e1071/Makefile Tue Jul 21 12:49:49 2015 (r392628) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= e1071 -DISTVERSION= 1.6-4 -PORTREVISION= 1 +DISTVERSION= 1.6-6 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/science/R-cran-e1071/distinfo ============================================================================== --- head/science/R-cran-e1071/distinfo Tue Jul 21 12:41:22 2015 (r392627) +++ head/science/R-cran-e1071/distinfo Tue Jul 21 12:49:49 2015 (r392628) @@ -1,2 +1,2 @@ -SHA256 (e1071_1.6-4.tar.gz) = 5170c8c949c33c87c77f0ad0a7250e4e41bcae60aba5ffe586e42fe4b9c25341 -SIZE (e1071_1.6-4.tar.gz) = 331293 +SHA256 (e1071_1.6-6.tar.gz) = a215c646e0bad7649d1338b872b28e4898ff7ed04f753bd29a22745a93e04098 +SIZE (e1071_1.6-6.tar.gz) = 601067 From owner-svn-ports-all@freebsd.org Tue Jul 21 12:51:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E09D9A79E8; Tue, 21 Jul 2015 12:51:23 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 804721CFE; Tue, 21 Jul 2015 12:51:23 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCpNsW052052; Tue, 21 Jul 2015 12:51:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCpKMX052041; Tue, 21 Jul 2015 12:51:20 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507211251.t6LCpKMX052041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 21 Jul 2015 12:51:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392629 - in head/multimedia: gstreamer gstreamer-ffmpeg gstreamer-plugins gstreamer1-editing-services gstreamer1-libav py-gstreamer py-gstreamer1 py3-gstreamer1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 12:51:23 -0000 Author: tijl Date: Tue Jul 21 12:51:19 2015 New Revision: 392629 URL: https://svnweb.freebsd.org/changeset/ports/392629 Log: Set PORTSCOUT on gstreamer ports Modified: head/multimedia/gstreamer-ffmpeg/Makefile head/multimedia/gstreamer-plugins/Makefile head/multimedia/gstreamer/Makefile head/multimedia/gstreamer1-editing-services/Makefile head/multimedia/gstreamer1-libav/Makefile head/multimedia/py-gstreamer/Makefile head/multimedia/py-gstreamer1/Makefile head/multimedia/py3-gstreamer1/Makefile Modified: head/multimedia/gstreamer-ffmpeg/Makefile ============================================================================== --- head/multimedia/gstreamer-ffmpeg/Makefile Tue Jul 21 12:49:49 2015 (r392628) +++ head/multimedia/gstreamer-ffmpeg/Makefile Tue Jul 21 12:51:19 2015 (r392629) @@ -18,6 +18,8 @@ LICENSE= GPLv2 LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc +PORTSCOUT= limit:0\.10\..* + LIBAV_VERSION= 0.7.7 WRKSRC= ${WRKDIR}/gst-ffmpeg-${PORTVERSION} USES= compiler:features gmake libtool pkgconfig Modified: head/multimedia/gstreamer-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile Tue Jul 21 12:49:49 2015 (r392628) +++ head/multimedia/gstreamer-plugins/Makefile Tue Jul 21 12:51:19 2015 (r392629) @@ -24,6 +24,8 @@ BUILD_DEPENDS+= v4l_compat>=1.0.20110720 LIB_DEPENDS+= libgstreamer-0.10.so:${PORTSDIR}/multimedia/gstreamer \ liborc-0.4.so:${PORTSDIR}/devel/orc +PORTSCOUT= limit:0\.10\..* + CFLAGS:= ${CFLAGS} -O2 -Wno-format BASE_PORTVERSION= 0.10.36 Modified: head/multimedia/gstreamer/Makefile ============================================================================== --- head/multimedia/gstreamer/Makefile Tue Jul 21 12:49:49 2015 (r392628) +++ head/multimedia/gstreamer/Makefile Tue Jul 21 12:51:19 2015 (r392629) @@ -14,6 +14,8 @@ COMMENT= Development framework for creat LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limit:0\.10\..* + CFLAGS:= ${CFLAGS} -O2 -Wno-format USES= bison gmake libtool:keepla pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 introspection libxml2 Modified: head/multimedia/gstreamer1-editing-services/Makefile ============================================================================== --- head/multimedia/gstreamer1-editing-services/Makefile Tue Jul 21 12:49:49 2015 (r392628) +++ head/multimedia/gstreamer1-editing-services/Makefile Tue Jul 21 12:51:19 2015 (r392629) @@ -10,6 +10,8 @@ DISTNAME= gstreamer-editing-services-${P MAINTAINER= multimedia@FreeBSD.org COMMENT= Gstreamer editing services +PORTSCOUT= limitw:1,even + USES= gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/multimedia/gstreamer1-libav/Makefile ============================================================================== --- head/multimedia/gstreamer1-libav/Makefile Tue Jul 21 12:49:49 2015 (r392628) +++ head/multimedia/gstreamer1-libav/Makefile Tue Jul 21 12:51:19 2015 (r392629) @@ -17,6 +17,8 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/ya orc>=0.4.16:${PORTSDIR}/devel/orc LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc +PORTSCOUT= limitw:1,even + USES= compiler:features gmake libtool pkgconfig tar:xz USE_LDCONFIG= yes USE_GSTREAMER1= yes Modified: head/multimedia/py-gstreamer/Makefile ============================================================================== --- head/multimedia/py-gstreamer/Makefile Tue Jul 21 12:49:49 2015 (r392628) +++ head/multimedia/py-gstreamer/Makefile Tue Jul 21 12:51:19 2015 (r392629) @@ -19,6 +19,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 +PORTSCOUT= limit:0\.10\..* + USES= gmake libtool pathfix pkgconfig python:2 tar:bzip2 USE_GNOME= pygobject USE_GSTREAMER= yes Modified: head/multimedia/py-gstreamer1/Makefile ============================================================================== --- head/multimedia/py-gstreamer1/Makefile Tue Jul 21 12:49:49 2015 (r392628) +++ head/multimedia/py-gstreamer1/Makefile Tue Jul 21 12:51:19 2015 (r392629) @@ -15,6 +15,8 @@ COMMENT= Python bindings for Gstreamer LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limitw:1,even + USES= gmake libtool pathfix pkgconfig python tar:xz USE_GNOME= pygobject3 USE_GSTREAMER1= yes Modified: head/multimedia/py3-gstreamer1/Makefile ============================================================================== --- head/multimedia/py3-gstreamer1/Makefile Tue Jul 21 12:49:49 2015 (r392628) +++ head/multimedia/py3-gstreamer1/Makefile Tue Jul 21 12:51:19 2015 (r392629) @@ -16,6 +16,8 @@ COMMENT= Python bindings for Gstreamer LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limitw:1,even + USES= gmake libtool pathfix pkgconfig python:3 tar:xz USE_GNOME= py3gobject3 USE_GSTREAMER1= yes From owner-svn-ports-all@freebsd.org Tue Jul 21 12:56:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A6839A7A86; Tue, 21 Jul 2015 12:56:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A2471024; Tue, 21 Jul 2015 12:56:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LCus65053442; Tue, 21 Jul 2015 12:56:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LCurgk053439; Tue, 21 Jul 2015 12:56:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507211256.t6LCurgk053439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 21 Jul 2015 12:56:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392630 - in head: japanese/spamassassin mail/spamassassin mail/spamassassin/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.20 Precedence: 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, 21 Jul 2015 12:56:54 -0000 Author: pi Date: Tue Jul 21 12:56:52 2015 New Revision: 392630 URL: https://svnweb.freebsd.org/changeset/ports/392630 Log: mail/spamassassin, japanese/spamassassin: fix bug with dns/p5-Net-DNS change Now that a port dns/p5-Net-DNS has been upgraded to version 1.01, this revealed an incompatibility with DNS resolving in SpamAssassin. In short: Net::DNS::Packet->new no longer sets the RD (recursion desired) bit in new packets, so essentially DNS queries no longer work. Details at: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7223 To bridge the time until SpamAssassin 3.4.2 gets released, the attached patch is needed ( equivalent to https://svn.apache.org/viewvc?view=rev&rev=1691992 ). For earlier version of dns/p5-Net-DNS this patch is redundant, but does no harm. PR: 201741 Submitted by: Mark.Martinec@ijs.si Added: head/mail/spamassassin/files/patch-DnsResolver.pm (contents, props changed) Modified: head/japanese/spamassassin/Makefile head/mail/spamassassin/Makefile Modified: head/japanese/spamassassin/Makefile ============================================================================== --- head/japanese/spamassassin/Makefile Tue Jul 21 12:51:19 2015 (r392629) +++ head/japanese/spamassassin/Makefile Tue Jul 21 12:56:52 2015 (r392630) @@ -1,7 +1,7 @@ # Created by: TAOKA Fumiyoshi # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese mail perl5 PKGNAMEPREFIX= ja- Modified: head/mail/spamassassin/Makefile ============================================================================== --- head/mail/spamassassin/Makefile Tue Jul 21 12:51:19 2015 (r392629) +++ head/mail/spamassassin/Makefile Tue Jul 21 12:56:52 2015 (r392630) @@ -3,7 +3,7 @@ PORTNAME= spamassassin PORTVERSION= 3.4.1 -PORTREVISION?= 1 # also bump japanese/spamassassin +PORTREVISION?= 2 # also bump japanese/spamassassin CATEGORIES?= mail perl5 MASTER_SITES= APACHE/spamassassin/source CPAN/Mail DISTNAME= Mail-SpamAssassin-${PORTVERSION} Added: head/mail/spamassassin/files/patch-DnsResolver.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/spamassassin/files/patch-DnsResolver.pm Tue Jul 21 12:56:52 2015 (r392630) @@ -0,0 +1,12 @@ +--- lib/Mail/SpamAssassin/DnsResolver.pm 2015/07/20 18:23:18 1691991 ++++ lib/Mail/SpamAssassin/DnsResolver.pm 2015/07/20 18:24:48 1691992 +@@ -592,6 +592,9 @@ + }; + + if ($packet) { ++ # RD flag needs to be set explicitly since Net::DNS 1.01, Bug 7223 ++ $packet->header->rd(1); ++ + # my $udp_payload_size = $self->{res}->udppacketsize; + my $udp_payload_size = $self->{conf}->{dns_options}->{edns}; + if ($udp_payload_size && $udp_payload_size > 512) { From owner-svn-ports-all@freebsd.org Tue Jul 21 13:00:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 090FB9A7B14; Tue, 21 Jul 2015 13:00:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE92D1234; Tue, 21 Jul 2015 13:00:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LD03SE053740; Tue, 21 Jul 2015 13:00:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LD03iH053739; Tue, 21 Jul 2015 13:00:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507211300.t6LD03iH053739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 21 Jul 2015 13:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392631 - 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.20 Precedence: 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, 21 Jul 2015 13:00:04 -0000 Author: tijl Date: Tue Jul 21 13:00:02 2015 New Revision: 392631 URL: https://svnweb.freebsd.org/changeset/ports/392631 Log: Add entry for www/webservices (See r325546) Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jul 21 12:56:52 2015 (r392630) +++ head/MOVED Tue Jul 21 13:00:02 2015 (r392631) @@ -4857,6 +4857,7 @@ math/matharray||2013-08-28|Does not buil net/netclasses||2013-08-28|Does not build with recent GNUstep sysutils/burn||2013-08-28|Does not build with recent GNUstep www/webserver||2013-08-28|Does not build with recent GNUstep +www/webservices||2013-08-28|Does not build with recent GNUstep x11-toolkits/gnustep-art||2013-08-28|Does not build with recent GNUstep x11-toolkits/gnustep-cairo|x11-toolkits/gnustep-back|2013-08-28|Removed deprecated back ends x11-toolkits/gnustep-xdps||2013-08-28|Does not build with recent GNUstep From owner-svn-ports-all@freebsd.org Tue Jul 21 13:44:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50D1A9A532D; Tue, 21 Jul 2015 13:44:45 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E8B3198E; Tue, 21 Jul 2015 13:44:45 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LDijP7073499; Tue, 21 Jul 2015 13:44:45 GMT (envelope-from blackend@FreeBSD.org) Received: (from blackend@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LDieFA073483; Tue, 21 Jul 2015 13:44:40 GMT (envelope-from blackend@FreeBSD.org) Message-Id: <201507211344.t6LDieFA073483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: blackend set sender to blackend@FreeBSD.org using -f From: Marc Fonvieille Date: Tue, 21 Jul 2015 13:44:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392632 - in branches/2015Q3/misc: freebsd-doc-all freebsd-doc-de freebsd-doc-en freebsd-doc-fr freebsd-doc-ja freebsd-doc-ru 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.20 Precedence: 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, 21 Jul 2015 13:44:45 -0000 Author: blackend (doc committer) Date: Tue Jul 21 13:44:39 2015 New Revision: 392632 URL: https://svnweb.freebsd.org/changeset/ports/392632 Log: MFH: r391677, r392492 Log (r391677): Update to r46935 of the FreeBSD docset (a.k.a. 10.2-R version) Approved by: doceng (implicit) Log (r392492): Update to r47011 of the FreeBSD docset (a.k.a., definitively, 10.2-R version) Approved by: doceng (implicit) Approved by: portmgr (implicit) Modified: branches/2015Q3/misc/freebsd-doc-all/Makefile branches/2015Q3/misc/freebsd-doc-de/pkg-plist.html-split branches/2015Q3/misc/freebsd-doc-en/Makefile branches/2015Q3/misc/freebsd-doc-en/distinfo branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html-common branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html-split branches/2015Q3/misc/freebsd-doc-en/pkg-plist.pdf branches/2015Q3/misc/freebsd-doc-en/pkg-plist.ps branches/2015Q3/misc/freebsd-doc-en/pkg-plist.txt branches/2015Q3/misc/freebsd-doc-fr/pkg-plist.html-split branches/2015Q3/misc/freebsd-doc-ja/pkg-plist.html-split branches/2015Q3/misc/freebsd-doc-ru/pkg-plist.html-split Modified: branches/2015Q3/misc/freebsd-doc-all/Makefile ============================================================================== --- branches/2015Q3/misc/freebsd-doc-all/Makefile Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-all/Makefile Tue Jul 21 13:44:39 2015 (r392632) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 46616 +PORTVERSION= 47011 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= #empty Modified: branches/2015Q3/misc/freebsd-doc-de/pkg-plist.html-split ============================================================================== --- branches/2015Q3/misc/freebsd-doc-de/pkg-plist.html-split Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-de/pkg-plist.html-split Tue Jul 21 13:44:39 2015 (r392632) @@ -135,6 +135,8 @@ %%DOCSDIR%%/%%DOCLANG%%/books/faq/x.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/doc-build-makefiles.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/doc-build.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/editor-config.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/examples-docbook-article.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/examples-formatted.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/examples.html @@ -142,14 +144,12 @@ %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/ix01.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/legalnotice.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/make-includes.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/overview-before.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/overview-quick-start.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/overview.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface-acknowledgements.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface-conventions.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface-notes.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/psgml-mode.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also-docbook.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also-html.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also-linuxdoc.html @@ -160,17 +160,23 @@ %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/structure.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/stylesheets-css.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/stylesheets.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-build.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-env.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-install.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/tools-optional.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/tools.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/translations.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-checking-out.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-choosing-directory.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-choosing-mirror.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-making-diff.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-revert.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-subversion-references.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-updating.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/writing-style-word-list.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/writing-style.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-markup-docbook.html -%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-markup.html +%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xhtml-markup.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-comments.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-conclusion.html %%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-doctype-declaration.html @@ -248,6 +254,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-rcd.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-starting-services.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-sysctl.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-syslog.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-virtual-hosts.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/consoles.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/creating-cds.html @@ -276,7 +283,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/disks.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-enable.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-implementation.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-language.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-using.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/editors.html @@ -284,7 +290,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-news.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-web.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems-zfs.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems-linux.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-apps.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-concepts.html @@ -370,7 +376,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/make-delete-old.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/makeworld.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-afs.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-bittorrent.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-ftp.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-rsync.html @@ -446,6 +451,8 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/snapshots.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/sound-mp3.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/sound-setup.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/svn-mirrors.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/svn.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/swap-encrypting.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/synching.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/system-administration.html Modified: branches/2015Q3/misc/freebsd-doc-en/Makefile ============================================================================== --- branches/2015Q3/misc/freebsd-doc-en/Makefile Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-en/Makefile Tue Jul 21 13:44:39 2015 (r392632) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 46616 -PORTREVISION= 1 +PORTVERSION= 47011 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: branches/2015Q3/misc/freebsd-doc-en/distinfo ============================================================================== --- branches/2015Q3/misc/freebsd-doc-en/distinfo Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-en/distinfo Tue Jul 21 13:44:39 2015 (r392632) @@ -1,2 +1,2 @@ -SHA256 (freebsd-doc-46616.tar.gz) = 27cd14dd93fa22f2d4e4a2c016e7eed834be7c2fa0c41c9bfd59858b64904059 -SIZE (freebsd-doc-46616.tar.gz) = 34832475 +SHA256 (freebsd-doc-47011.tar.gz) = 15d2b6a4669af80c7d9c590a4a214004dda6cf960e01f165866d55423b5d4058 +SIZE (freebsd-doc-47011.tar.gz) = 37106830 Modified: branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html ============================================================================== --- branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html Tue Jul 21 13:44:39 2015 (r392632) @@ -14,6 +14,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.html %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.html Modified: branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html-common ============================================================================== --- branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html-common Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html-common Tue Jul 21 13:44:39 2015 (r392632) @@ -26,6 +26,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/docbook.css +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/docbook.css %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/docbook.css Modified: branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html-split ============================================================================== --- branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html-split Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-en/pkg-plist.html-split Tue Jul 21 13:44:39 2015 (r392632) @@ -141,6 +141,11 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/ssl-ca.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/useful.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/index.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-cautions.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-conclusion.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-posix.html +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-testing.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/conclusion.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/freebsd-emulation.html %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/index.html Modified: branches/2015Q3/misc/freebsd-doc-en/pkg-plist.pdf ============================================================================== --- branches/2015Q3/misc/freebsd-doc-en/pkg-plist.pdf Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-en/pkg-plist.pdf Tue Jul 21 13:44:39 2015 (r392632) @@ -14,6 +14,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.pdf +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.pdf %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.pdf Modified: branches/2015Q3/misc/freebsd-doc-en/pkg-plist.ps ============================================================================== --- branches/2015Q3/misc/freebsd-doc-en/pkg-plist.ps Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-en/pkg-plist.ps Tue Jul 21 13:44:39 2015 (r392632) @@ -14,6 +14,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.ps +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.ps %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.ps Modified: branches/2015Q3/misc/freebsd-doc-en/pkg-plist.txt ============================================================================== --- branches/2015Q3/misc/freebsd-doc-en/pkg-plist.txt Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-en/pkg-plist.txt Tue Jul 21 13:44:39 2015 (r392632) @@ -16,6 +16,7 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/article.txt +%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/article.txt Modified: branches/2015Q3/misc/freebsd-doc-fr/pkg-plist.html-split ============================================================================== --- branches/2015Q3/misc/freebsd-doc-fr/pkg-plist.html-split Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-fr/pkg-plist.html-split Tue Jul 21 13:44:39 2015 (r392632) @@ -437,7 +437,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-administration.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-config.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-inline-glossary.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-install.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/backup-basics.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/backup-strategies.html @@ -639,8 +638,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/outgoing-only.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/packages-using.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/permissions.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/pgpkeys-core.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/pgpkeys-developers.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/pgpkeys.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-broken.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-finding-applications.html Modified: branches/2015Q3/misc/freebsd-doc-ja/pkg-plist.html-split ============================================================================== --- branches/2015Q3/misc/freebsd-doc-ja/pkg-plist.html-split Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-ja/pkg-plist.html-split Tue Jul 21 13:44:39 2015 (r392632) @@ -111,7 +111,6 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-final-warning.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-hardware.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-install-trouble.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-netinstall.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-partitioning.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-post.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-pre.html Modified: branches/2015Q3/misc/freebsd-doc-ru/pkg-plist.html-split ============================================================================== --- branches/2015Q3/misc/freebsd-doc-ru/pkg-plist.html-split Tue Jul 21 13:00:02 2015 (r392631) +++ branches/2015Q3/misc/freebsd-doc-ru/pkg-plist.html-split Tue Jul 21 13:44:39 2015 (r392632) @@ -23,7 +23,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-configuring-printers.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-configuring-server.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-install.html -%%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-ports-knobs.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-troubleshooting.html %%DOCSDIR%%/%%DOCLANG%%/articles/cups/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/compairing-bsd-and-linux.html @@ -94,7 +93,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/next-steps.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/other-useful-commands.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/other.html -%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/printing-files-from-dos.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/trademarks.html %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/your-working-environment.html %%DOCSDIR%%/%%DOCLANG%%/articles/pam/index.html @@ -157,16 +155,13 @@ %%DOCSDIR%%/%%DOCLANG%%/books/faq/acknowledgments.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/admin.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/advanced.html +%%DOCSDIR%%/%%DOCLANG%%/books/faq/all-about-zfs.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/applications.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/bibliography.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/commercial.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-drives.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-kbd-mice.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-memory.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-networking.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-other.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-processors.html -%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-sound.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/disks.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/funnies.html %%DOCSDIR%%/%%DOCLANG%%/books/faq/hardware.html From owner-svn-ports-all@freebsd.org Tue Jul 21 14:15:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D93079A5F6C; Tue, 21 Jul 2015 14:15:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA0051899; Tue, 21 Jul 2015 14:15:06 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LEF65U085550; Tue, 21 Jul 2015 14:15:06 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LEF6Ln085549; Tue, 21 Jul 2015 14:15:06 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507211415.t6LEF6Ln085549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 21 Jul 2015 14:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392633 - 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.20 Precedence: 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, 21 Jul 2015 14:15:07 -0000 Author: tijl Date: Tue Jul 21 14:15:05 2015 New Revision: 392633 URL: https://svnweb.freebsd.org/changeset/ports/392633 Log: Add missing entries for r288515, r329464, r333057, r334110, r338443, r351775, r362668, r368734, r368764, r368845, r369378, r370363, r372768, r372780, r392091 Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jul 21 13:44:39 2015 (r392632) +++ head/MOVED Tue Jul 21 14:15:05 2015 (r392633) @@ -3103,6 +3103,7 @@ www/p5-Apache-DBI-mp2|www/p5-Apache-DBI| editors/ged||2012-01-04|Removed: Use ed from base instead ftp/proftpd-devel||2012-01-04|Removed devel/ruby-thrift|devel/rubygem-thrift|2012-01-04|Renamed: now a rubygems module +x11-wm/cl-stumpwm||2012-01-04|Abandoned copy of x11-wm/stumpwm www/knowledgekit||2012-01-06|Development seems stalled. Last release is from 1999. Doesn't works with Zope 2.13 www/znavigator||2012-01-06|Development seems stalled. Last release is from 2000 www/zope-FileSystemSite||2012-01-06|Doesn't work with modern Zope versions @@ -4959,6 +4960,7 @@ x11-toolkits/guile-gtk||2013-10-05|EOLed textproc/gxmlviewer||2013-10-05|Depends on EOLed gnome1 comms/mlan|comms/mlan3|2013-10-05|Project is obsoleted by newer API graphics/gnomeiconedit||2013-10-05|Depends on EOLed gnome1 +games/bombermaze||2013-10-05|Depends on EOLed gnome1 games/glife||2013-10-05|Depends on EOLed gnome1 emulators/visualos||2013-10-05|Depends on EOLed gnome1 editors/xmleditor||2013-10-05|Depends on EOLed gnome1 @@ -5146,6 +5148,7 @@ textproc/stardict2||2013-11-07|Has expir devel/pure-stlvec|devel/pure-stllib|2013-11-07|Removed: Use devel/pure-stllib instead textproc/lexxia||2013-11-07|Removed no public distfile available anymore textproc/docproj-nojadetex||2013-11-07|Removed +textproc/p5-XML-Hadler-HTMLWriter|textproc/p5-XML-Handler-HTMLWriter|2013-11-07|Removed games/frozenbubble|games/frozen-bubble|2013-11-08|Renamed to match upstream naming biology/dotter|biology/seqtools|2013-11-10|Replaced with biology/seqtools games/nil||2013-11-11|Removed: long unmaintained, fails to build @@ -5163,6 +5166,7 @@ audio/gmpeg-devel||2013-11-17|Removed, n graphics/gqview-devel||2013-11-17|Removed, no active development for more than 8 years textproc/stardict2-dictd_mova|textproc/stardict-dictd_mova|2013-11-17|Renamed textproc/stardict2-quick|textproc/stardict-quick|2013-11-17|Renamed +security/ksecrets||2013-11-17|Defunct x11-toolkits/libgnomeuimm|x11-toolkits/libgnomeuimm26|2013-11-18|Older version; has no consumers in the ports tree devel/libglademm|devel/libglademm24|2013-11-18|Older version; has no consumers in the ports tree graphics/libgnomecanvasmm|graphics/libgnomecanvasmm26|2013-11-18|Older version; has no consumers in the ports tree @@ -5328,6 +5332,7 @@ www/notftp||2014-01-01|Has expired: dist www/mod_lisp2||2014-01-01|Has expired: distfile unfetchable irc/xchat-gnome||2014-01-02|Has expired: broken and no release since 2009 net-mgmt/unifi|net-mgmt/unifi3|2014-01-02|Rename to unifi3; unifi2 is coming to ports tree as well +sysutils/rubygem-rubyimpi|sysutils/rubygem-rubyipmi|2014-01-02|Renamed www/codeigniter17|www/codeigniter|2014-01-04|Unsupported upstream, consider using newer version net-im/xfce4-messenger-plugin||2014-01-04|Has expired: Deprecated and no update for 7 years multimedia/xfce4-media|multimedia/xfce4-parole|2014-01-04|Has expired: Upstream development dead, use multimedia/xfce4-parole instead @@ -6009,7 +6014,7 @@ devel/lua-redis-parser||2014-04-18|Has e biology/finchtv||2014-04-18|Has expired: Broken for more than 6 months net-im/ari-yahoo||2014-04-18|Has expired: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/) www/sams||2014-04-21|Depends on PHP 4 which was removed two years ago -x11-toolkits/vdkbuidler||2014-04-22|Abandonware, not stage friendly +x11-toolkits/vdkbuilder||2014-04-22|Abandonware, not stage friendly emulators/mupen64-sdlinput|emulators/mupen64plus-input-sdl|2014-04-24|Has expired: Use mupen64plus instead emulators/mupen64-sdlaudio|emulators/mupen64plus-audio-sdl|2014-04-24|Has expired: Use mupen64plus instead emulators/mupen64-tr64||2014-04-24|Has expired: Use mupen64plus instead @@ -6287,7 +6292,7 @@ japanese/latex2html||2014-07-23|Depends japanese/platex209||2014-07-23|Depends on decomissioned teTeX japanese/platex-jsclasses||2014-07-23|Depends on decomissioned teTeX japanese/platex-otf||2014-07-23|Depends on decomissioned teTeX -japanese/ptex|japanese/tex-ptex|2014-07-23|Use TeXLive version +japanese/jadetex-ptex|japanese/tex-ptex|2014-07-23|Use TeXLive version japanese/dvipsk|print/tex-dvipsk|2014-07-23|Use TeXLive version print/dvipsk-tetex|print/tex-dvipsk|2014-07-23|Use TeXLive version print/dvipdfmx|print/tex-dvipdfmx|2014-07-23|Use TeXLive version @@ -7079,10 +7084,13 @@ databases/ruby-dbi|databases/rubygem-dbi databases/ruby-dbd_mysql|databases/rubygem-dbd-mysql|2014-09-21|Replaced by rubygem-dbd-mysql databases/ruby-dbd_pg|databases/rubygem-dbd-pg|2014-09-21|Replaced by rubygem-dbd-pg databases/ruby-dbd_sqlite|databases/rubygem-dbd-sqlite3|2014-09-21|Replaced by rubygem-dbd-sqlite3 +databases/ruby-dbd-sqlite||2014-09-21|Dysfunctional textproc/ruby-amatch|textproc/rubygem-amatch|2014-09-21|Replaced by textproc/rubygem-amatch +databases/rubygem-aspectr|devel/rubygem-aspectr|2014-09-21|Change category graphics/libggi||2014-09-22|Has expired: Unmaintained upstream devel/libgii||2014-09-22|Has expired: Unmaintained upstream graphics/fpc-ggi||2014-09-22|Has expired: Unmaintained upstream +graphics/linux-sdl_ttf||2014-09-22|Replaced by graphics/linux-*-sdl_ttf www/mediawiki121||2014-09-23|Has expired: Not maintained upstream sysutils/rubygem-chef-expander||2014-09-25|Has expired: Depends on broken rubygem-dep_selector sysutils/rubygem-chef-server||2014-09-25|Has expired: Depends on broken rubygem-dep_selector @@ -7090,6 +7098,7 @@ 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 +sysutils/rubgem-bundler_ext|sysutils/rubygem-bundler_ext|2014-09-27|Renamed 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 @@ -7116,6 +7125,7 @@ editors/mlview||2014-10-03|Removed, beca 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 www/moodle25||2014-10-05|Has expired: Upstream support ended +astro/openmap||2014-10-07|Ten years out of date ports-mgmt/portaudit||2014-10-13|portaudit expired when pkg_tools did, use pkg audit ports-mgmt/portaudit-db||2014-10-13|portaudit expired ports-mgmt/kports-qt4||2014-10-13|portaudit expired @@ -7168,7 +7178,7 @@ misc/xmonad-log-applet||2014-11-19|Depen net/gnome-netstatus||2014-11-19|Depends on removed gnome-panel security/seahorse-plugins||2014-11-19|Removed, not used in GNOME 3 sysutils/gnome-system-tools||2014-11-19|Depends on removed nautilus2 -sysutils/tacker-client|sysutils/tracker|2014-11-19|Merged into sysutils/tracker +sysutils/tracker-client|sysutils/tracker|2014-11-19|Merged into sysutils/tracker sysutils/tracker-gnome|sysutils/tracker|2014-11-19|Merged into sysutils/tracker sysutils/tracker-libtrackergtk|sysutils/tracker|2014-11-19|Merged into sysutils/tracker www/epiphany-extensions||2014-11-19|Removed, not used in GNOME 3 @@ -7191,7 +7201,7 @@ x11/gnome2-lite||2014-11-19|GNOME 2 was x11/gnome2-power-tools||2014-11-19|GNOME 2 was removed x11/xfce4-xfapplet-plugin||2014-11-19|Depends on removed gnome-panel net-im/telegram-cli||2014-11-19|Duplicate of net-im/tg -emulation/wine-doors||2014-11-19|Abandonware, depends on non existing USE_GNOME components +emulators/wine-doors||2014-11-19|Abandonware, depends on non existing USE_GNOME components x11/gtstarter||2014-11-19|Abandonware, depends on non existing USE_GNOME components sysutils/serpentine||2014-11-19|Abandonware, depends on non existing USE_GNOME components sysutils/pessulus||2014-11-19|Abandonware, depends on non existing USE_GNOME components @@ -7694,7 +7704,7 @@ x11-toolkits/fpc-gtk1||2015-07-14|Develo graphics/fpc-fpgtk||2015-07-14|Development has been discontinued editors/lazarus-lcl-gtk||2015-07-14|Development has been discontinued x11/gmessage||2015-07-14|Upstream has disappeared and development ceased -security/ssh-guid||2015-07-14|Development ceased, broken with modern ssh +security/ssh-gui||2015-07-14|Development ceased, broken with modern ssh textproc/gdict||2015-07-14|Development ceased, unusable print/pup||2015-07-14|Development ceased, unusable audio/rubyripper||2015-07-16|Has expired: Does not build and is deprecated upstream From owner-svn-ports-all@freebsd.org Tue Jul 21 14:42:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B1819A7575; Tue, 21 Jul 2015 14:42:10 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0737D1DFB; Tue, 21 Jul 2015 14:42:10 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LEg9uo097745; Tue, 21 Jul 2015 14:42:09 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LEg8XI097738; Tue, 21 Jul 2015 14:42:08 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507211442.t6LEg8XI097738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 21 Jul 2015 14:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392634 - in head/net: . p5-Net-Amazon-Signature-V3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 14:42:10 -0000 Author: kuriyama Date: Tue Jul 21 14:42:07 2015 New Revision: 392634 URL: https://svnweb.freebsd.org/changeset/ports/392634 Log: Amazon requires authentication when interfacing with its web services. This package implements V3 of Amazon's authentication schemes. WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V3/ Added: head/net/p5-Net-Amazon-Signature-V3/ head/net/p5-Net-Amazon-Signature-V3/Makefile (contents, props changed) head/net/p5-Net-Amazon-Signature-V3/distinfo (contents, props changed) head/net/p5-Net-Amazon-Signature-V3/pkg-descr (contents, props changed) head/net/p5-Net-Amazon-Signature-V3/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Jul 21 14:15:05 2015 (r392633) +++ head/net/Makefile Tue Jul 21 14:42:07 2015 (r392634) @@ -540,6 +540,7 @@ SUBDIR += p5-Net-Amazon-MechanicalTurk SUBDIR += p5-Net-Amazon-S3 SUBDIR += p5-Net-Amazon-Signature + SUBDIR += p5-Net-Amazon-Signature-V3 SUBDIR += p5-Net-Amazon-Thumbnail SUBDIR += p5-Net-Analysis SUBDIR += p5-Net-Appliance-Phrasebook Added: head/net/p5-Net-Amazon-Signature-V3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Amazon-Signature-V3/Makefile Tue Jul 21 14:42:07 2015 (r392634) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= Net-Amazon-Signature-V3 +PORTVERSION= 0.001 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to sign AWS requests V3 + +LICENSE= LGPL21 + +RUN_DEPENDS= \ + p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ + p5-HTTP-Date>0:${PORTSDIR}/www/p5-HTTP-Date \ + p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Types-Common>=0:${PORTSDIR}/devel/p5-MooseX-Types-Common \ + p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/net/p5-Net-Amazon-Signature-V3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Amazon-Signature-V3/distinfo Tue Jul 21 14:42:07 2015 (r392634) @@ -0,0 +1,2 @@ +SHA256 (Net-Amazon-Signature-V3-0.001.tar.gz) = 76951e3ad965b2dd5f2118d961a44261e59bb422c8e685a49708ad11ae04c308 +SIZE (Net-Amazon-Signature-V3-0.001.tar.gz) = 19519 Added: head/net/p5-Net-Amazon-Signature-V3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Amazon-Signature-V3/pkg-descr Tue Jul 21 14:42:07 2015 (r392634) @@ -0,0 +1,4 @@ +Amazon requires authentication when interfacing with its web services. +This package implements V3 of Amazon's authentication schemes. + +WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V3/ Added: head/net/p5-Net-Amazon-Signature-V3/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Amazon-Signature-V3/pkg-plist Tue Jul 21 14:42:07 2015 (r392634) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Net::Amazon::Signature::V3.3.gz +%%SITE_PERL%%/Net/Amazon/Signature/V3.pm From owner-svn-ports-all@freebsd.org Tue Jul 21 14:54:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CF939A77C3; Tue, 21 Jul 2015 14:54:36 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CF7D15BD; Tue, 21 Jul 2015 14:54:36 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LEsagL002148; Tue, 21 Jul 2015 14:54:36 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LEsY0d002140; Tue, 21 Jul 2015 14:54:34 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507211454.t6LEsY0d002140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 21 Jul 2015 14:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392635 - in head/net: . p5-Net-Amazon-Signature-V4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 14:54:36 -0000 Author: kuriyama Date: Tue Jul 21 14:54:33 2015 New Revision: 392635 URL: https://svnweb.freebsd.org/changeset/ports/392635 Log: This module signs an HTTP::Request to Amazon Web Services by appending an Authorization header. Amazon Web Services signature version 4, AWS4-HMAC-SHA256, is used. WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V4/ Added: head/net/p5-Net-Amazon-Signature-V4/ head/net/p5-Net-Amazon-Signature-V4/Makefile (contents, props changed) head/net/p5-Net-Amazon-Signature-V4/distinfo (contents, props changed) head/net/p5-Net-Amazon-Signature-V4/pkg-descr (contents, props changed) head/net/p5-Net-Amazon-Signature-V4/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Jul 21 14:42:07 2015 (r392634) +++ head/net/Makefile Tue Jul 21 14:54:33 2015 (r392635) @@ -541,6 +541,7 @@ SUBDIR += p5-Net-Amazon-S3 SUBDIR += p5-Net-Amazon-Signature SUBDIR += p5-Net-Amazon-Signature-V3 + SUBDIR += p5-Net-Amazon-Signature-V4 SUBDIR += p5-Net-Amazon-Thumbnail SUBDIR += p5-Net-Analysis SUBDIR += p5-Net-Appliance-Phrasebook Added: head/net/p5-Net-Amazon-Signature-V4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Amazon-Signature-V4/Makefile Tue Jul 21 14:54:33 2015 (r392635) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= Net-Amazon-Signature-V4 +PORTVERSION= 0.14 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for AWS signature V4, AWS4-HMAC-SHA256 + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-DateTime-Format-Strptime>0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ + p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww \ + p5-URI>0:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/net/p5-Net-Amazon-Signature-V4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Amazon-Signature-V4/distinfo Tue Jul 21 14:54:33 2015 (r392635) @@ -0,0 +1,2 @@ +SHA256 (Net-Amazon-Signature-V4-0.14.tar.gz) = 18a4177d724675ba5226805eda076873bdb103a3cee4fd374aed06c61573cd4f +SIZE (Net-Amazon-Signature-V4-0.14.tar.gz) = 15351 Added: head/net/p5-Net-Amazon-Signature-V4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Amazon-Signature-V4/pkg-descr Tue Jul 21 14:54:33 2015 (r392635) @@ -0,0 +1,5 @@ +This module signs an HTTP::Request to Amazon Web Services by appending +an Authorization header. Amazon Web Services signature version 4, +AWS4-HMAC-SHA256, is used. + +WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V4/ Added: head/net/p5-Net-Amazon-Signature-V4/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Amazon-Signature-V4/pkg-plist Tue Jul 21 14:54:33 2015 (r392635) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Net::Amazon::Signature::V4.3.gz +%%SITE_PERL%%/Net/Amazon/Signature/V4.pm From owner-svn-ports-all@freebsd.org Tue Jul 21 15:07:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2AF39A79C8; Tue, 21 Jul 2015 15:07:14 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D22381E53; Tue, 21 Jul 2015 15:07:14 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LF7EYJ006412; Tue, 21 Jul 2015 15:07:14 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LF7EKC006410; Tue, 21 Jul 2015 15:07:14 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507211507.t6LF7EKC006410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 21 Jul 2015 15:07:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392636 - head/devel/p5-Config-IniFiles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 15:07:15 -0000 Author: culot Date: Tue Jul 21 15:07:13 2015 New Revision: 392636 URL: https://svnweb.freebsd.org/changeset/ports/392636 Log: - Update to 2.88 - Remove obsolete dependence on List::MoreUtils Changes: https://metacpan.org/changes/distribution/Config-IniFiles Modified: head/devel/p5-Config-IniFiles/Makefile head/devel/p5-Config-IniFiles/distinfo Modified: head/devel/p5-Config-IniFiles/Makefile ============================================================================== --- head/devel/p5-Config-IniFiles/Makefile Tue Jul 21 14:54:33 2015 (r392635) +++ head/devel/p5-Config-IniFiles/Makefile Tue Jul 21 15:07:13 2015 (r392636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-IniFiles -PORTVERSION= 2.87 +PORTVERSION= 2.88 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +13,6 @@ COMMENT= Read .ini-style configuration f LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-Config-IniFiles/distinfo ============================================================================== --- head/devel/p5-Config-IniFiles/distinfo Tue Jul 21 14:54:33 2015 (r392635) +++ head/devel/p5-Config-IniFiles/distinfo Tue Jul 21 15:07:13 2015 (r392636) @@ -1,2 +1,2 @@ -SHA256 (Config-IniFiles-2.87.tar.gz) = 5e69962177b34d8b4bd2f46281d5d8b5fff2ae6d9f5dd2b874830e08bcddce43 -SIZE (Config-IniFiles-2.87.tar.gz) = 79919 +SHA256 (Config-IniFiles-2.88.tar.gz) = 8223d6d21efd752ef4f9cc1c17a9084976b66369b979ce9c895b7ca3997fa8dc +SIZE (Config-IniFiles-2.88.tar.gz) = 80137 From owner-svn-ports-all@freebsd.org Tue Jul 21 15:20:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B2AD9A7C01; Tue, 21 Jul 2015 15:20:46 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 768A316E9; Tue, 21 Jul 2015 15:20:46 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LFKkH7013129; Tue, 21 Jul 2015 15:20:46 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LFKjcs013127; Tue, 21 Jul 2015 15:20:45 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507211520.t6LFKjcs013127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 21 Jul 2015 15:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392637 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 15:20:46 -0000 Author: culot Date: Tue Jul 21 15:20:45 2015 New Revision: 392637 URL: https://svnweb.freebsd.org/changeset/ports/392637 Log: - Update to 2.28 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Tue Jul 21 15:07:13 2015 (r392636) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Tue Jul 21 15:20:45 2015 (r392637) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 2.26 +PORTVERSION= 2.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Tue Jul 21 15:07:13 2015 (r392636) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Tue Jul 21 15:20:45 2015 (r392637) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Perl-Releases-2.26.tar.gz) = 8314afc0e2ad5f9e956fde4388cb46ff8aed5ddc64e2b0f4fb7081a5a3055c01 -SIZE (CPAN-Perl-Releases-2.26.tar.gz) = 24256 +SHA256 (CPAN-Perl-Releases-2.28.tar.gz) = 0fe4b8dfb136f6f25a5dd06d138302ca7851ec81621b803a7f5a20a0971f5548 +SIZE (CPAN-Perl-Releases-2.28.tar.gz) = 24315 From owner-svn-ports-all@freebsd.org Tue Jul 21 15:23:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01D3C9A7D66; Tue, 21 Jul 2015 15:23:43 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E65021ACB; Tue, 21 Jul 2015 15:23:42 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LFNglf014525; Tue, 21 Jul 2015 15:23:42 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LFNgfS014523; Tue, 21 Jul 2015 15:23:42 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507211523.t6LFNgfS014523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 21 Jul 2015 15:23:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392638 - head/devel/p5-Module-CoreList X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 15:23:43 -0000 Author: culot Date: Tue Jul 21 15:23:41 2015 New Revision: 392638 URL: https://svnweb.freebsd.org/changeset/ports/392638 Log: - Update to 5.20150720 Changes: http://search.cpan.org/dist/Module-CoreList/Changes Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Tue Jul 21 15:20:45 2015 (r392637) +++ head/devel/p5-Module-CoreList/Makefile Tue Jul 21 15:23:41 2015 (r392638) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20150620 +PORTVERSION= 5.20150720 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Tue Jul 21 15:20:45 2015 (r392637) +++ head/devel/p5-Module-CoreList/distinfo Tue Jul 21 15:23:41 2015 (r392638) @@ -1,2 +1,2 @@ -SHA256 (Module-CoreList-5.20150620.tar.gz) = fa4d025aaea407a715f4659b758bb9a995085f50cdbd21ff65d47c7ef06a307e -SIZE (Module-CoreList-5.20150620.tar.gz) = 83948 +SHA256 (Module-CoreList-5.20150720.tar.gz) = 6a4241e6ff2393621f7037df74cc5a2e64d05d0fff6bc92548d368f1e8b57a84 +SIZE (Module-CoreList-5.20150720.tar.gz) = 84052 From owner-svn-ports-all@freebsd.org Tue Jul 21 15:26:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E8549A7DF4; Tue, 21 Jul 2015 15:26:54 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED201C86; Tue, 21 Jul 2015 15:26:54 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LFQsY2014777; Tue, 21 Jul 2015 15:26:54 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LFQrJ3014775; Tue, 21 Jul 2015 15:26:53 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507211526.t6LFQrJ3014775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 21 Jul 2015 15:26:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392639 - head/mail/p5-Email-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 15:26:54 -0000 Author: culot Date: Tue Jul 21 15:26:52 2015 New Revision: 392639 URL: https://svnweb.freebsd.org/changeset/ports/392639 Log: - Update to 2.208 Changes: http://search.cpan.org/dist/Email-Simple/Changes Modified: head/mail/p5-Email-Simple/Makefile head/mail/p5-Email-Simple/distinfo Modified: head/mail/p5-Email-Simple/Makefile ============================================================================== --- head/mail/p5-Email-Simple/Makefile Tue Jul 21 15:23:41 2015 (r392638) +++ head/mail/p5-Email-Simple/Makefile Tue Jul 21 15:26:52 2015 (r392639) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Email-Simple -PORTVERSION= 2.206 +PORTVERSION= 2.208 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS Modified: head/mail/p5-Email-Simple/distinfo ============================================================================== --- head/mail/p5-Email-Simple/distinfo Tue Jul 21 15:23:41 2015 (r392638) +++ head/mail/p5-Email-Simple/distinfo Tue Jul 21 15:26:52 2015 (r392639) @@ -1,2 +1,2 @@ -SHA256 (Email-Simple-2.206.tar.gz) = 42147dbe8ed9fbe4c8b02bc89491016880225444ec3219384e53285be4f0b7a5 -SIZE (Email-Simple-2.206.tar.gz) = 37604 +SHA256 (Email-Simple-2.208.tar.gz) = f13a83ecc41b4e72023066d865fc70dfbd85158d4e7722dca8249f54e0ec5be1 +SIZE (Email-Simple-2.208.tar.gz) = 38289 From owner-svn-ports-all@freebsd.org Tue Jul 21 15:56:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 460F69A73A5; Tue, 21 Jul 2015 15:56:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34DFB1E15; Tue, 21 Jul 2015 15:56:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LFuZcL026822; Tue, 21 Jul 2015 15:56:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LFuZwg026821; Tue, 21 Jul 2015 15:56:35 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507211556.t6LFuZwg026821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 21 Jul 2015 15:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392640 - 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.20 Precedence: 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, 21 Jul 2015 15:56:35 -0000 Author: olgeni Date: Tue Jul 21 15:56:34 2015 New Revision: 392640 URL: https://svnweb.freebsd.org/changeset/ports/392640 Log: Fix regular expressions for "./rebar" and "./rebar3". Modified: head/Mk/Uses/erlang.mk Modified: head/Mk/Uses/erlang.mk ============================================================================== --- head/Mk/Uses/erlang.mk Tue Jul 21 15:26:52 2015 (r392639) +++ head/Mk/Uses/erlang.mk Tue Jul 21 15:56:34 2015 (r392640) @@ -94,7 +94,7 @@ post-patch-erlang: | ${XARGS} ${REINPLACE_CMD} -i '' -e "s@%%PORTVERSION%%@${PORTVERSION}@" # Always try to build with the system version of rebar and rebar3 @if [ -f ${WRKSRC}/rebar.config ]; then \ - ${REINPLACE_CMD} -i '' -e "s@./rebar3@${REBAR3_CMD}@; s@./rebar@${REBAR_CMD}@" \ + ${REINPLACE_CMD} -i '' -e "s@\./rebar3@${REBAR3_CMD}@; s@\./rebar@${REBAR_CMD}@" \ ${WRKSRC}/rebar.config; \ fi @${RM} -f ${WRKSRC}/src/*.orig ${WRKSRC}/include/*.orig From owner-svn-ports-all@freebsd.org Tue Jul 21 16:10:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E48BC9A75CA; Tue, 21 Jul 2015 16:10:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B65B61679; Tue, 21 Jul 2015 16:10:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LGAFBd031143; Tue, 21 Jul 2015 16:10:15 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LGAE10031140; Tue, 21 Jul 2015 16:10:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507211610.t6LGAE10031140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 21 Jul 2015 16:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392641 - in head/devel/erlang-lager: . 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.20 Precedence: 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, 21 Jul 2015 16:10:16 -0000 Author: olgeni Date: Tue Jul 21 16:10:13 2015 New Revision: 392641 URL: https://svnweb.freebsd.org/changeset/ports/392641 Log: Upgrade to version 2.2.0. Modified: head/devel/erlang-lager/Makefile head/devel/erlang-lager/distinfo (contents, props changed) head/devel/erlang-lager/files/patch-rebar.config (contents, props changed) Modified: head/devel/erlang-lager/Makefile ============================================================================== --- head/devel/erlang-lager/Makefile Tue Jul 21 15:56:34 2015 (r392640) +++ head/devel/erlang-lager/Makefile Tue Jul 21 16:10:13 2015 (r392641) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lager -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.0 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-lager/distinfo ============================================================================== --- head/devel/erlang-lager/distinfo Tue Jul 21 15:56:34 2015 (r392640) +++ head/devel/erlang-lager/distinfo Tue Jul 21 16:10:13 2015 (r392641) @@ -1,2 +1,2 @@ -SHA256 (basho-lager-2.1.1_GH0.tar.gz) = ec6a039e11ecab6550eb699a05b0d3570b111864d45cd91c2b21fd75388a94d6 -SIZE (basho-lager-2.1.1_GH0.tar.gz) = 226262 +SHA256 (basho-lager-2.2.0_GH0.tar.gz) = 168a8e48646b04bcee1ab0c97c1ff63563bd7fd25638f1504b8d8f674d2ddd1b +SIZE (basho-lager-2.2.0_GH0.tar.gz) = 227605 Modified: head/devel/erlang-lager/files/patch-rebar.config ============================================================================== --- head/devel/erlang-lager/files/patch-rebar.config Tue Jul 21 15:56:34 2015 (r392640) +++ head/devel/erlang-lager/files/patch-rebar.config Tue Jul 21 16:10:13 2015 (r392641) @@ -1,11 +1,10 @@ ---- rebar.config.orig 2015-05-19 19:21:58 UTC +--- rebar.config.orig 2015-07-21 15:55:16 UTC +++ rebar.config -@@ -1,8 +1,6 @@ - {erl_opts, [debug_info, warn_untyped_record]}. - {erl_first_files, ["src/lager_util.erl"]}. +@@ -26,7 +26,6 @@ + warn_untyped_record + ]}. {deps, [ -- {goldrush, "0\.1\.6", -- {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}} - ]}. +- {goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.7"}}} + ]}. {xref_checks, []}. From owner-svn-ports-all@freebsd.org Tue Jul 21 16:56:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69E9F9A7EF1; Tue, 21 Jul 2015 16:56:01 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F4DF121F; Tue, 21 Jul 2015 16:56:01 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LGu0tc050856; Tue, 21 Jul 2015 16:56:00 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LGu0qJ050855; Tue, 21 Jul 2015 16:56:00 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507211656.t6LGu0qJ050855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Tue, 21 Jul 2015 16:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392642 - head/devel/avro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 16:56:01 -0000 Author: vg Date: Tue Jul 21 16:55:59 2015 New Revision: 392642 URL: https://svnweb.freebsd.org/changeset/ports/392642 Log: - Fix C option - Converted to USES=metaport - Added license PR: ports/201621 Submitted by: Andriy Voskoboinyk Modified: head/devel/avro/Makefile Modified: head/devel/avro/Makefile ============================================================================== --- head/devel/avro/Makefile Tue Jul 21 16:10:13 2015 (r392641) +++ head/devel/avro/Makefile Tue Jul 21 16:55:59 2015 (r392642) @@ -4,16 +4,13 @@ PORTNAME= avro PORTVERSION= 1.7.3 CATEGORIES= devel -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= vg@FreeBSD.org COMMENT= Data serialization system -NO_BUILD= yes -NO_MTREE= yes -NO_INSTALL= yes +LICENSE= APACHE20 + +USES= metaport OPTIONS_DEFINE= C CPP PYTHON C_DESC= Install ANSI C library @@ -22,7 +19,7 @@ PYTHON_DESC= Install Python library OPTIONS_DEFAULT=C CPP PYTHON -MC_LIB_DEPENDS= libavro.so:${PORTSDIR}/devel/avro-c +C_LIB_DEPENDS= libavro.so:${PORTSDIR}/devel/avro-c CPP_LIB_DEPENDS= libavrocpp.so:${PORTSDIR}/devel/avro-cpp PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro:${PORTSDIR}/devel/py-avro From owner-svn-ports-all@freebsd.org Tue Jul 21 20:03:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 525609A609D; Tue, 21 Jul 2015 20:03:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 431391DBC; Tue, 21 Jul 2015 20:03:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LK3VEo029191; Tue, 21 Jul 2015 20:03:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LK3V7e029190; Tue, 21 Jul 2015 20:03:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507212003.t6LK3V7e029190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 21 Jul 2015 20:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392643 - 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.20 Precedence: 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, 21 Jul 2015 20:03:31 -0000 Author: amdmi3 Date: Tue Jul 21 20:03:30 2015 New Revision: 392643 URL: https://svnweb.freebsd.org/changeset/ports/392643 Log: - Add NO_ARCH Modified: head/devel/git-bzr-ng/Makefile Modified: head/devel/git-bzr-ng/Makefile ============================================================================== --- head/devel/git-bzr-ng/Makefile Tue Jul 21 16:55:59 2015 (r392642) +++ head/devel/git-bzr-ng/Makefile Tue Jul 21 20:03:30 2015 (r392643) @@ -21,6 +21,7 @@ GH_TAGNAME= 9878a30 USES= python:2,run NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= libexec/git-core/git-bzr PORTDOCS= * From owner-svn-ports-all@freebsd.org Tue Jul 21 20:20:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0B079A637E; Tue, 21 Jul 2015 20:20:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 871D8164B; Tue, 21 Jul 2015 20:20:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LKKhrj035617; Tue, 21 Jul 2015 20:20:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LKKgEu035613; Tue, 21 Jul 2015 20:20:42 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507212020.t6LKKgEu035613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 21 Jul 2015 20:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392644 - in head: . graphics graphics/kuickshow-kde4 graphics/sng japanese japanese/netype X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 20:20:43 -0000 Author: rene Date: Tue Jul 21 20:20:41 2015 New Revision: 392644 URL: https://svnweb.freebsd.org/changeset/ports/392644 Log: Remove expired ports: 2015-07-21 graphics/kuickshow-kde4: Broken for more than 6 months 2015-07-21 graphics/sng: Broken for more than 6 months 2015-07-21 japanese/netype: Broken for more than 6 months Deleted: head/graphics/kuickshow-kde4/ head/graphics/sng/ head/japanese/netype/ Modified: head/MOVED head/graphics/Makefile head/japanese/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jul 21 20:03:30 2015 (r392643) +++ head/MOVED Tue Jul 21 20:20:41 2015 (r392644) @@ -7716,3 +7716,6 @@ devel/rubygem-timers1||2015-07-20|Has ex net/rubygem-rubyntlm01||2015-07-20|Has expired: not used by other ports anymore security/rubygem-net-scp11||2015-07-20|Has expired: not used by other ports anymore security/rubygem-net-ssh27||2015-07-20|Has expired: not used by other ports anymore +graphics/kuickshow-kde4||2015-07-21|Has expired: Broken for more than 6 months +graphics/sng||2015-07-21|Has expired: Broken for more than 6 months +japanese/netype||2015-07-21|Has expired: Broken for more than 6 months Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Jul 21 20:03:30 2015 (r392643) +++ head/graphics/Makefile Tue Jul 21 20:20:41 2015 (r392644) @@ -448,7 +448,6 @@ SUBDIR += ksaneplugin SUBDIR += ksnapshot SUBDIR += kudu - SUBDIR += kuickshow-kde4 SUBDIR += l2p SUBDIR += laternamagica SUBDIR += lcdtest @@ -976,7 +975,6 @@ SUBDIR += skanlite SUBDIR += skencil SUBDIR += sketch - SUBDIR += sng SUBDIR += springgraph SUBDIR += squish SUBDIR += sswf Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Tue Jul 21 20:03:30 2015 (r392643) +++ head/japanese/Makefile Tue Jul 21 20:20:41 2015 (r392644) @@ -175,7 +175,6 @@ SUBDIR += navi2ch SUBDIR += ne SUBDIR += nethack34 - SUBDIR += netype SUBDIR += newosaka SUBDIR += ng SUBDIR += ng-canna From owner-svn-ports-all@freebsd.org Tue Jul 21 20:26:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82BDD9A65D8; Tue, 21 Jul 2015 20:26:10 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7388D1D11; Tue, 21 Jul 2015 20:26:10 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LKQAwx037596; Tue, 21 Jul 2015 20:26:10 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LKQ9iD037592; Tue, 21 Jul 2015 20:26:09 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507212026.t6LKQ9iD037592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 21 Jul 2015 20:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392645 - head/sysutils/docker-freebsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 20:26:10 -0000 Author: kmoore Date: Tue Jul 21 20:26:09 2015 New Revision: 392645 URL: https://svnweb.freebsd.org/changeset/ports/392645 Log: - Use the correct date syntax in the PORTVERSION - Pointy Hat: Me! Noticed by: AllanJude Modified: head/sysutils/docker-freebsd/Makefile head/sysutils/docker-freebsd/distinfo Modified: head/sysutils/docker-freebsd/Makefile ============================================================================== --- head/sysutils/docker-freebsd/Makefile Tue Jul 21 20:20:41 2015 (r392644) +++ head/sysutils/docker-freebsd/Makefile Tue Jul 21 20:26:09 2015 (r392645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= docker-freebsd -PORTVERSION= 06252015 +PORTVERSION= 20150625 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org Modified: head/sysutils/docker-freebsd/distinfo ============================================================================== --- head/sysutils/docker-freebsd/distinfo Tue Jul 21 20:20:41 2015 (r392644) +++ head/sysutils/docker-freebsd/distinfo Tue Jul 21 20:26:09 2015 (r392645) @@ -1,2 +1,2 @@ -SHA256 (kvasdopil-docker-06252015-582db78_GH0.tar.gz) = a750d344af4af3d30b1a3373f382ab597a2a7aa4a0bb5c22d650d0c5cc9ac506 -SIZE (kvasdopil-docker-06252015-582db78_GH0.tar.gz) = 7292884 +SHA256 (kvasdopil-docker-20150625-582db78_GH0.tar.gz) = a750d344af4af3d30b1a3373f382ab597a2a7aa4a0bb5c22d650d0c5cc9ac506 +SIZE (kvasdopil-docker-20150625-582db78_GH0.tar.gz) = 7292884 From owner-svn-ports-all@freebsd.org Tue Jul 21 20:30:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A08B79A665C; Tue, 21 Jul 2015 20:30:00 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 916471E78; Tue, 21 Jul 2015 20:30:00 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LKU0Yv037896; Tue, 21 Jul 2015 20:30:00 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LKU0YD037887; Tue, 21 Jul 2015 20:30:00 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201507212030.t6LKU0YD037887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 21 Jul 2015 20:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392646 - head/lang/gcc6-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.20 Precedence: 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, 21 Jul 2015 20:30:00 -0000 Author: gerald Date: Tue Jul 21 20:29:59 2015 New Revision: 392646 URL: https://svnweb.freebsd.org/changeset/ports/392646 Log: Update to the 20150719 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Tue Jul 21 20:26:09 2015 (r392645) +++ head/lang/gcc6-devel/Makefile Tue Jul 21 20:29:59 2015 (r392646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20150712 +PORTVERSION= 6.0.0.s20150719 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Tue Jul 21 20:26:09 2015 (r392645) +++ head/lang/gcc6-devel/distinfo Tue Jul 21 20:29:59 2015 (r392646) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20150712.tar.bz2) = 261c10d14191b5bb79ee889999c783178b6f4cc8fcfc5cc65e55e753013fb3c2 -SIZE (gcc-6-20150712.tar.bz2) = 91968705 +SHA256 (gcc-6-20150719.tar.bz2) = f15672299dc0135791c7698b3cf980f8ecf46ea4808249253b41cc7c31f18bfb +SIZE (gcc-6-20150719.tar.bz2) = 91740952 From owner-svn-ports-all@freebsd.org Tue Jul 21 20:51:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47A4E9A6BBE; Tue, 21 Jul 2015 20:51:25 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 351E31CE3; Tue, 21 Jul 2015 20:51:25 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LKpPZY048359; Tue, 21 Jul 2015 20:51:25 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LKpOmH047633; Tue, 21 Jul 2015 20:51:24 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201507212051.t6LKpOmH047633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 21 Jul 2015 20:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392647 - head/astro/wcslib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 20:51:25 -0000 Author: danilo Date: Tue Jul 21 20:51:23 2015 New Revision: 392647 URL: https://svnweb.freebsd.org/changeset/ports/392647 Log: - Update to 5.9 Modified: head/astro/wcslib/Makefile head/astro/wcslib/distinfo head/astro/wcslib/pkg-plist Modified: head/astro/wcslib/Makefile ============================================================================== --- head/astro/wcslib/Makefile Tue Jul 21 20:29:59 2015 (r392646) +++ head/astro/wcslib/Makefile Tue Jul 21 20:51:23 2015 (r392647) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcslib -PORTVERSION= 5.8 +PORTVERSION= 5.9 CATEGORIES= astro MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/ Modified: head/astro/wcslib/distinfo ============================================================================== --- head/astro/wcslib/distinfo Tue Jul 21 20:29:59 2015 (r392646) +++ head/astro/wcslib/distinfo Tue Jul 21 20:51:23 2015 (r392647) @@ -1,2 +1,2 @@ -SHA256 (wcslib-5.8.tar.bz2) = df1648dd9312055cfec533ca04949e04b28b98ef94bc16daff6db5985b613629 -SIZE (wcslib-5.8.tar.bz2) = 2209990 +SHA256 (wcslib-5.9.tar.bz2) = 65860e389cb6b085c5e30b2a0ef2ba6ba45d0f7052d9b8ca9de20d0a3f8d7564 +SIZE (wcslib-5.9.tar.bz2) = 2211545 Modified: head/astro/wcslib/pkg-plist ============================================================================== --- head/astro/wcslib/pkg-plist Tue Jul 21 20:29:59 2015 (r392646) +++ head/astro/wcslib/pkg-plist Tue Jul 21 20:51:23 2015 (r392647) @@ -54,7 +54,7 @@ lib/libwcs-%%VERSION%%.a lib/libwcs.a lib/libwcs.so lib/libwcs.so.5 -lib/libwcs.so.5.8 +lib/libwcs.so.5.9 libdata/pkgconfig/wcslib.pc %%CFITSIO%%man/man1/HPXcvt.1.gz man/man1/fitshdr.1.gz From owner-svn-ports-all@freebsd.org Tue Jul 21 22:24:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 068309A7DA7; Tue, 21 Jul 2015 22:24:13 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB5AF1BAF; Tue, 21 Jul 2015 22:24:12 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LMOCqL085863; Tue, 21 Jul 2015 22:24:12 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LMOBZu085858; Tue, 21 Jul 2015 22:24:11 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507212224.t6LMOBZu085858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 21 Jul 2015 22:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392648 - in head/converters: . p5-Convert-Moji X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 22:24:13 -0000 Author: kuriyama Date: Tue Jul 21 22:24:10 2015 New Revision: 392648 URL: https://svnweb.freebsd.org/changeset/ports/392648 Log: Convert::Moji creates objects which can be used to convert between different alphabets. This is basically a helper module for Lingua::JA::Moji. It was split out of that module as a general-purpose converter for any alphabets. WWW: http://search.cpan.org/dist/Convert-Moji/ Added: head/converters/p5-Convert-Moji/ head/converters/p5-Convert-Moji/Makefile (contents, props changed) head/converters/p5-Convert-Moji/distinfo (contents, props changed) head/converters/p5-Convert-Moji/pkg-descr (contents, props changed) head/converters/p5-Convert-Moji/pkg-plist (contents, props changed) Modified: head/converters/Makefile Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Tue Jul 21 20:51:23 2015 (r392647) +++ head/converters/Makefile Tue Jul 21 22:24:10 2015 (r392648) @@ -61,6 +61,7 @@ SUBDIR += p5-Convert-BinHex SUBDIR += p5-Convert-Binary-C SUBDIR += p5-Convert-IBM390 + SUBDIR += p5-Convert-Moji SUBDIR += p5-Convert-Morse SUBDIR += p5-Convert-NLS_DATE_FORMAT SUBDIR += p5-Convert-PEM Added: head/converters/p5-Convert-Moji/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-Convert-Moji/Makefile Tue Jul 21 22:24:10 2015 (r392648) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Convert-Moji +PORTVERSION= 0.07 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to convert objects to alphabets + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/converters/p5-Convert-Moji/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-Convert-Moji/distinfo Tue Jul 21 22:24:10 2015 (r392648) @@ -0,0 +1,2 @@ +SHA256 (Convert-Moji-0.07.tar.gz) = c9d24d545d64c3252488bb90af23ca1bb7cf0b7f63d354cff8d4132de7639d6a +SIZE (Convert-Moji-0.07.tar.gz) = 7978 Added: head/converters/p5-Convert-Moji/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-Convert-Moji/pkg-descr Tue Jul 21 22:24:10 2015 (r392648) @@ -0,0 +1,7 @@ +Convert::Moji creates objects which can be used to convert between +different alphabets. + +This is basically a helper module for Lingua::JA::Moji. It was split +out of that module as a general-purpose converter for any alphabets. + +WWW: http://search.cpan.org/dist/Convert-Moji/ Added: head/converters/p5-Convert-Moji/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-Convert-Moji/pkg-plist Tue Jul 21 22:24:10 2015 (r392648) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Convert::Moji.3.gz +%%SITE_PERL%%/Convert/Moji.pm From owner-svn-ports-all@freebsd.org Tue Jul 21 23:54:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51B439A7101; Tue, 21 Jul 2015 23:54:38 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42D4110BF; Tue, 21 Jul 2015 23:54:38 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LNsc1l023564; Tue, 21 Jul 2015 23:54:38 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LNscpi023563; Tue, 21 Jul 2015 23:54:38 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507212354.t6LNscpi023563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 21 Jul 2015 23:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392649 - head/www/mod_auth_kerb2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 21 Jul 2015 23:54:38 -0000 Author: jkim Date: Tue Jul 21 23:54:37 2015 New Revision: 392649 URL: https://svnweb.freebsd.org/changeset/ports/392649 Log: - Let the user select at least one of the available GSSAPI options. - Reduce the scope of gssapi_krb5 hack. See PR156245 for more information. Modified: head/www/mod_auth_kerb2/Makefile Modified: head/www/mod_auth_kerb2/Makefile ============================================================================== --- head/www/mod_auth_kerb2/Makefile Tue Jul 21 22:24:10 2015 (r392648) +++ head/www/mod_auth_kerb2/Makefile Tue Jul 21 23:54:37 2015 (r392649) @@ -24,9 +24,9 @@ USE_APACHE= 22+ GNU_CONFIGURE= yes CONFIGURE_ARGS= -with-krb5=${GSSAPIBASEDIR} --without-krb4 -OPTIONS_RADIO= GSSAPI +OPTIONS_SINGLE= GSSAPI OPTIONS_DEFAULT= GSSAPI_BASE -OPTIONS_RADIO_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT +OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_BASE_DESC= Use Base version of GSS API GSSAPI_HEIMDAL_DESC= Use Heimdal implementation of GSS API GSSAPI_MIT_DESC= Use MIT implementation of GSS API @@ -35,8 +35,10 @@ GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit +.include + +.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${OSVERSION} < 903504 post-patch: -.if !defined(HEIMDAL_HOME) ${REINPLACE_CMD} -e 's|@KRB5_LDFLAGS@|@KRB5_LDFLAGS@ -lgssapi_krb5|' \ ${WRKSRC}/Makefile.in .endif From owner-svn-ports-all@freebsd.org Wed Jul 22 00:17:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4973B9A7805; Wed, 22 Jul 2015 00:17:43 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CFE51D45; Wed, 22 Jul 2015 00:17:43 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M0HhLx032069; Wed, 22 Jul 2015 00:17:43 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M0HfJV032063; Wed, 22 Jul 2015 00:17:41 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507220017.t6M0HfJV032063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 22 Jul 2015 00:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392650 - in head/japanese: . p5-Lingua-JA-Moji X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 00:17:43 -0000 Author: kuriyama Date: Wed Jul 22 00:17:40 2015 New Revision: 392650 URL: https://svnweb.freebsd.org/changeset/ports/392650 Log: This module provides methods to convert different written forms of Japanese into one another. It enables conversion between romanized Japanese, hiragana, and katakana. It also includes a number of unusual encodings such as Japanese braille and morse code, as well as conversions between Japanese and Cyrillic and Hangul. It also handles conversion between the Chinese characters (kanji) used before and after the character reforms of 1949, as well as the various bracketed and circled forms of kana and kanji. WWW: http://search.cpan.org/dist/Lingua-JA-Moji/ Added: head/japanese/p5-Lingua-JA-Moji/ head/japanese/p5-Lingua-JA-Moji/Makefile (contents, props changed) head/japanese/p5-Lingua-JA-Moji/distinfo (contents, props changed) head/japanese/p5-Lingua-JA-Moji/pkg-descr (contents, props changed) head/japanese/p5-Lingua-JA-Moji/pkg-plist (contents, props changed) Modified: head/japanese/Makefile Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Tue Jul 21 23:54:37 2015 (r392649) +++ head/japanese/Makefile Wed Jul 22 00:17:40 2015 (r392650) @@ -197,6 +197,7 @@ SUBDIR += p5-HTML-MobileJp SUBDIR += p5-Jcode SUBDIR += p5-Lingua-JA-Kana + SUBDIR += p5-Lingua-JA-Moji SUBDIR += p5-Lingua-JA-Numbers SUBDIR += p5-Lingua-JA-Regular-Unicode SUBDIR += p5-Lingua-JA-Summarize-Extract Added: head/japanese/p5-Lingua-JA-Moji/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Lingua-JA-Moji/Makefile Wed Jul 22 00:17:40 2015 (r392650) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Lingua-JA-Moji +PORTVERSION= 0.36 +CATEGORIES= japanese perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to handle many kinds of Japanese characters + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Convert-Moji>=0.05:${PORTSDIR}/converters/p5-Convert-Moji +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- +.include Added: head/japanese/p5-Lingua-JA-Moji/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Lingua-JA-Moji/distinfo Wed Jul 22 00:17:40 2015 (r392650) @@ -0,0 +1,2 @@ +SHA256 (Lingua-JA-Moji-0.36.tar.gz) = e2c0d3ddcee2787db4d72cdfe3c0bb6ad44d099f2157ab3f28c21f7a75c3964e +SIZE (Lingua-JA-Moji-0.36.tar.gz) = 37514 Added: head/japanese/p5-Lingua-JA-Moji/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Lingua-JA-Moji/pkg-descr Wed Jul 22 00:17:40 2015 (r392650) @@ -0,0 +1,10 @@ +This module provides methods to convert different written forms of +Japanese into one another. It enables conversion between romanized +Japanese, hiragana, and katakana. It also includes a number of +unusual encodings such as Japanese braille and morse code, as well as +conversions between Japanese and Cyrillic and Hangul. It also handles +conversion between the Chinese characters (kanji) used before and +after the character reforms of 1949, as well as the various bracketed +and circled forms of kana and kanji. + +WWW: http://search.cpan.org/dist/Lingua-JA-Moji/ Added: head/japanese/p5-Lingua-JA-Moji/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Lingua-JA-Moji/pkg-plist Wed Jul 22 00:17:40 2015 (r392650) @@ -0,0 +1,17 @@ +%%PERL5_MAN3%%/Lingua::JA::Moji-ja.3.gz +%%PERL5_MAN3%%/Lingua::JA::Moji.3.gz +%%SITE_PERL%%/Lingua/JA/Moji-ja.pod +%%SITE_PERL%%/Lingua/JA/Moji.pm +%%SITE_PERL%%/Lingua/JA/Moji.pod +%%SITE_PERL%%/Lingua/JA/Moji/bracketed2kanji.txt +%%SITE_PERL%%/Lingua/JA/Moji/circled2kanji.txt +%%SITE_PERL%%/Lingua/JA/Moji/first2hangul.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2braille.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2circled.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2cyrillic.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2hw_katakana.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2morse.txt +%%SITE_PERL%%/Lingua/JA/Moji/new_kanji2old_kanji.txt +%%SITE_PERL%%/Lingua/JA/Moji/rest2hangul.txt +%%SITE_PERL%%/Lingua/JA/Moji/romaji2katakana.txt +%%SITE_PERL%%/Lingua/JA/Moji/square-katakana.txt From owner-svn-ports-all@freebsd.org Wed Jul 22 00:26:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16A4C9A7B21; Wed, 22 Jul 2015 00:26:46 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0754012C2; Wed, 22 Jul 2015 00:26:46 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M0QjL0036305; Wed, 22 Jul 2015 00:26:45 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M0QjIW036303; Wed, 22 Jul 2015 00:26:45 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507220026.t6M0QjIW036303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 22 Jul 2015 00:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392651 - head/databases/p5-DBIx-Class-DeploymentHandler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 00:26:46 -0000 Author: kuriyama Date: Wed Jul 22 00:26:44 2015 New Revision: 392651 URL: https://svnweb.freebsd.org/changeset/ports/392651 Log: - Upgrade to 0.002216. Modified: head/databases/p5-DBIx-Class-DeploymentHandler/Makefile head/databases/p5-DBIx-Class-DeploymentHandler/distinfo Modified: head/databases/p5-DBIx-Class-DeploymentHandler/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-DeploymentHandler/Makefile Wed Jul 22 00:17:40 2015 (r392650) +++ head/databases/p5-DBIx-Class-DeploymentHandler/Makefile Wed Jul 22 00:26:44 2015 (r392651) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-DeploymentHandler -PORTVERSION= 0.002215 +PORTVERSION= 0.002216 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-Class-DeploymentHandler/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-DeploymentHandler/distinfo Wed Jul 22 00:17:40 2015 (r392650) +++ head/databases/p5-DBIx-Class-DeploymentHandler/distinfo Wed Jul 22 00:26:44 2015 (r392651) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Class-DeploymentHandler-0.002215.tar.gz) = f60e7393559306845021a2770edae0ad96c397152263ed9178bf1d206206bbe4 -SIZE (DBIx-Class-DeploymentHandler-0.002215.tar.gz) = 49080 +SHA256 (DBIx-Class-DeploymentHandler-0.002216.tar.gz) = 1fe509ba55be57b94a95c613cb671925486a43729e3c97e373ac9637b06f3354 +SIZE (DBIx-Class-DeploymentHandler-0.002216.tar.gz) = 63733 From owner-svn-ports-all@freebsd.org Wed Jul 22 01:05:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E1149A8242; Wed, 22 Jul 2015 01:05:28 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5773A14C1; Wed, 22 Jul 2015 01:05:28 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M15Seu052351; Wed, 22 Jul 2015 01:05:28 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M15Q8S052345; Wed, 22 Jul 2015 01:05:26 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507220105.t6M15Q8S052345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 22 Jul 2015 01:05:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392652 - in head/devel: . p5-Paws X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 01:05:28 -0000 Author: kuriyama Date: Wed Jul 22 01:05:25 2015 New Revision: 392652 URL: https://svnweb.freebsd.org/changeset/ports/392652 Log: This project is attempting to build an entire AWS SDK from the information that is stored in other AWS SDKs. Other AWS SDKs have a "data-driven" approach, meaning that the definitions for the method calls are stored in a data structure describing input and output parameters. The project is actually generating all of it's classes from botocore. WWW: http://search.cpan.org/dist/Paws/ Added: head/devel/p5-Paws/ head/devel/p5-Paws/Makefile (contents, props changed) head/devel/p5-Paws/distinfo (contents, props changed) head/devel/p5-Paws/pkg-descr (contents, props changed) head/devel/p5-Paws/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 22 00:26:44 2015 (r392651) +++ head/devel/Makefile Wed Jul 22 01:05:25 2015 (r392652) @@ -2790,6 +2790,7 @@ SUBDIR += p5-Path-Resource SUBDIR += p5-Path-Tiny SUBDIR += p5-PathTools + SUBDIR += p5-Paws SUBDIR += p5-Pegex SUBDIR += p5-Penguin SUBDIR += p5-Perl-Critic-Deprecated Added: head/devel/p5-Paws/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paws/Makefile Wed Jul 22 01:05:25 2015 (r392652) @@ -0,0 +1,45 @@ +# $FreeBSD$ + +PORTNAME= Paws +PORTVERSION= 0.13 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:JLMARTIN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension of SDK for AWS (Amazon Web Services) APIs + +LICENSE= GPLv3 + +RUN_DEPENDS= \ + p5-ARGV-Struct>=0:${PORTSDIR}/devel/p5-ARGV-Struct \ + p5-Browser-Open>0:${PORTSDIR}/www/p5-Browser-Open \ + p5-Config-INI>0:${PORTSDIR}/devel/p5-Config-INI \ + p5-Data-Compare>0:${PORTSDIR}/devel/p5-Data-Compare \ + p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-ISO8601>0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ + p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ + p5-Hash-Flatten>0:${PORTSDIR}/devel/p5-Hash-Flatten \ + p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ + p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find \ + p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-ClassAttribute>0:${PORTSDIR}/devel/p5-MooseX-ClassAttribute \ + p5-MooseX-Getopt>0:${PORTSDIR}/devel/p5-MooseX-Getopt \ + p5-Net-Amazon-Signature-V3>=0:${PORTSDIR}/net/p5-Net-Amazon-Signature-V3 \ + p5-Net-Amazon-Signature-V4>=0:${PORTSDIR}/net/p5-Net-Amazon-Signature-V4 \ + p5-String-Util>=0:${PORTSDIR}/textproc/p5-String-Util \ + p5-Throwable>=0:${PORTSDIR}/devel/p5-Throwable \ + p5-URI>0:${PORTSDIR}/net/p5-URI \ + p5-URI-Template>0:${PORTSDIR}/net/p5-URI-Template \ + p5-URL-Encode>0:${PORTSDIR}/www/p5-URL-Encode \ + p5-URL-Encode-XS>0:${PORTSDIR}/www/p5-URL-Encode-XS \ + p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/devel/p5-Paws/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paws/distinfo Wed Jul 22 01:05:25 2015 (r392652) @@ -0,0 +1,2 @@ +SHA256 (Paws-0.13.tar.gz) = 2ac5db9e7e3a479a9a9270aac55897a74af51565f9762423d5f7aaf438823777 +SIZE (Paws-0.13.tar.gz) = 1142832 Added: head/devel/p5-Paws/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paws/pkg-descr Wed Jul 22 01:05:25 2015 (r392652) @@ -0,0 +1,9 @@ +This project is attempting to build an entire AWS SDK from the +information that is stored in other AWS SDKs. Other AWS SDKs have a +"data-driven" approach, meaning that the definitions for the method +calls are stored in a data structure describing input and output +parameters. + +The project is actually generating all of it's classes from botocore. + +WWW: http://search.cpan.org/dist/Paws/ Added: head/devel/p5-Paws/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paws/pkg-plist Wed Jul 22 01:05:25 2015 (r392652) @@ -0,0 +1,6241 @@ +bin/open_aws_console +bin/paws +bin/paws_make_testcase +%%PERL5_MAN3%%/Paws.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::ActivitiesType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::ActivityType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::AttachInstances.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::AttachLoadBalancers.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::AttachLoadBalancersResultType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::AutoScalingGroupsType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::AutoScalingInstancesType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::CompleteLifecycleAction.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::CompleteLifecycleActionAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::CreateAutoScalingGroup.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::CreateLaunchConfiguration.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::CreateOrUpdateTags.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DeleteAutoScalingGroup.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DeleteLaunchConfiguration.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DeleteLifecycleHook.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DeleteLifecycleHookAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DeleteNotificationConfiguration.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DeletePolicy.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DeleteScheduledAction.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DeleteTags.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeAccountLimits.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeAccountLimitsAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeAdjustmentTypes.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeAdjustmentTypesAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeAutoScalingGroups.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeAutoScalingInstances.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeAutoScalingNotificationTypes.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeAutoScalingNotificationTypesAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeLaunchConfigurations.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeLifecycleHookTypes.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeLifecycleHookTypesAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeLifecycleHooks.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeLifecycleHooksAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeLoadBalancers.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeLoadBalancersResponse.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeMetricCollectionTypes.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeMetricCollectionTypesAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeNotificationConfigurations.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeNotificationConfigurationsAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribePolicies.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeScalingActivities.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeScalingProcessTypes.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeScheduledActions.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeTags.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeTerminationPolicyTypes.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DescribeTerminationPolicyTypesAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DetachInstances.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DetachInstancesAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DetachLoadBalancers.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DetachLoadBalancersResultType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::DisableMetricsCollection.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::EnableMetricsCollection.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::EnterStandby.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::EnterStandbyAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::ExecutePolicy.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::ExitStandby.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::ExitStandbyAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::LaunchConfigurationsType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::PoliciesType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::PolicyARNType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::ProcessesType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::PutLifecycleHook.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::PutLifecycleHookAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::PutNotificationConfiguration.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::PutScalingPolicy.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::PutScheduledUpdateGroupAction.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::RecordLifecycleActionHeartbeat.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::RecordLifecycleActionHeartbeatAnswer.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::ResumeProcesses.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::ScheduledActionsType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::SetDesiredCapacity.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::SetInstanceHealth.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::SuspendProcesses.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::TagsType.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::TerminateInstanceInAutoScalingGroup.3.gz +%%PERL5_MAN3%%/Paws::AutoScaling::UpdateAutoScalingGroup.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::CancelUpdateStack.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::CreateStack.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::CreateStackOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::DeleteStack.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::DescribeStackEvents.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::DescribeStackEventsOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::DescribeStackResource.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::DescribeStackResourceOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::DescribeStackResources.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::DescribeStackResourcesOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::DescribeStacks.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::DescribeStacksOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::EstimateTemplateCost.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::EstimateTemplateCostOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::GetStackPolicy.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::GetStackPolicyOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::GetTemplate.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::GetTemplateOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::GetTemplateSummary.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::GetTemplateSummaryOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::ListStackResources.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::ListStackResourcesOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::ListStacks.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::ListStacksOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::SetStackPolicy.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::SignalResource.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::UpdateStack.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::UpdateStackOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::ValidateTemplate.3.gz +%%PERL5_MAN3%%/Paws::CloudFormation::ValidateTemplateOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudFront.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::CreateCloudFrontOriginAccessIdentity2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::CreateCloudFrontOriginAccessIdentityResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::CreateDistribution2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::CreateDistributionResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::CreateInvalidation2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::CreateInvalidationResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::CreateStreamingDistribution2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::CreateStreamingDistributionResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::DeleteCloudFrontOriginAccessIdentity2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::DeleteDistribution2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::DeleteStreamingDistribution2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetCloudFrontOriginAccessIdentity2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetCloudFrontOriginAccessIdentityConfig2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetCloudFrontOriginAccessIdentityConfigResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetCloudFrontOriginAccessIdentityResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetDistribution2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetDistributionConfig2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetDistributionConfigResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetDistributionResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetInvalidation2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetInvalidationResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetStreamingDistribution2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetStreamingDistributionConfig2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetStreamingDistributionConfigResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::GetStreamingDistributionResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::ListCloudFrontOriginAccessIdentities2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::ListCloudFrontOriginAccessIdentitiesResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::ListDistributions2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::ListDistributionsResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::ListInvalidations2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::ListInvalidationsResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::ListStreamingDistributions2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::ListStreamingDistributionsResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::UpdateCloudFrontOriginAccessIdentity2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::UpdateCloudFrontOriginAccessIdentityResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::UpdateDistribution2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::UpdateDistributionResult.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::UpdateStreamingDistribution2015_04_17.3.gz +%%PERL5_MAN3%%/Paws::CloudFront::UpdateStreamingDistributionResult.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::CreateHapg.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::CreateHapgResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::CreateHsm.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::CreateHsmResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::CreateLunaClient.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::CreateLunaClientResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DeleteHapg.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DeleteHapgResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DeleteHsm.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DeleteHsmResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DeleteLunaClient.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DeleteLunaClientResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DescribeHapg.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DescribeHapgResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DescribeHsm.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DescribeHsmResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DescribeLunaClient.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::DescribeLunaClientResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::GetConfig.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::GetConfigResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ListAvailableZones.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ListAvailableZonesResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ListHapgs.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ListHapgsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ListHsms.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ListHsmsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ListLunaClients.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ListLunaClientsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ModifyHapg.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ModifyHapgResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ModifyHsm.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ModifyHsmResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ModifyLunaClient.3.gz +%%PERL5_MAN3%%/Paws::CloudHSM::ModifyLunaClientResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::BuildSuggesters.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::BuildSuggestersResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::CreateDomain.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::CreateDomainResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DefineAnalysisScheme.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DefineAnalysisSchemeResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DefineExpression.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DefineExpressionResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DefineIndexField.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DefineIndexFieldResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DefineSuggester.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DefineSuggesterResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteAnalysisScheme.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteAnalysisSchemeResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteDomain.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteDomainResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteExpression.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteExpressionResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteIndexField.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteIndexFieldResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteSuggester.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DeleteSuggesterResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeAnalysisSchemes.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeAnalysisSchemesResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeAvailabilityOptions.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeAvailabilityOptionsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeDomains.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeDomainsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeExpressions.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeExpressionsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeIndexFields.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeIndexFieldsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeScalingParameters.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeScalingParametersResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeServiceAccessPolicies.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeServiceAccessPoliciesResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeSuggesters.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::DescribeSuggestersResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::IndexDocuments.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::IndexDocumentsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::ListDomainNames.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::ListDomainNamesResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::UpdateAvailabilityOptions.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::UpdateAvailabilityOptionsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::UpdateScalingParameters.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::UpdateScalingParametersResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::UpdateServiceAccessPolicies.3.gz +%%PERL5_MAN3%%/Paws::CloudSearch::UpdateServiceAccessPoliciesResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearchDomain.3.gz +%%PERL5_MAN3%%/Paws::CloudSearchDomain::Search.3.gz +%%PERL5_MAN3%%/Paws::CloudSearchDomain::SearchResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearchDomain::Suggest.3.gz +%%PERL5_MAN3%%/Paws::CloudSearchDomain::SuggestResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudSearchDomain::UploadDocuments.3.gz +%%PERL5_MAN3%%/Paws::CloudSearchDomain::UploadDocumentsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::CreateTrail.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::CreateTrailResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::DeleteTrail.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::DeleteTrailResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::DescribeTrails.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::DescribeTrailsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::GetTrailStatus.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::GetTrailStatusResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::LookupEvents.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::LookupEventsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::StartLogging.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::StartLoggingResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::StopLogging.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::StopLoggingResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::UpdateTrail.3.gz +%%PERL5_MAN3%%/Paws::CloudTrail::UpdateTrailResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::DeleteAlarms.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::DescribeAlarmHistory.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::DescribeAlarmHistoryOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::DescribeAlarms.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::DescribeAlarmsForMetric.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::DescribeAlarmsForMetricOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::DescribeAlarmsOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::DisableAlarmActions.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::EnableAlarmActions.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::GetMetricStatistics.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::GetMetricStatisticsOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::ListMetrics.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::ListMetricsOutput.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::PutMetricAlarm.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::PutMetricData.3.gz +%%PERL5_MAN3%%/Paws::CloudWatch::SetAlarmState.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::CreateLogGroup.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::CreateLogStream.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DeleteLogGroup.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DeleteLogStream.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DeleteMetricFilter.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DeleteRetentionPolicy.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DeleteSubscriptionFilter.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DescribeLogGroups.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DescribeLogGroupsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DescribeLogStreams.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DescribeLogStreamsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DescribeMetricFilters.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DescribeMetricFiltersResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DescribeSubscriptionFilters.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::DescribeSubscriptionFiltersResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::FilterLogEvents.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::FilterLogEventsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::GetLogEvents.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::GetLogEventsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::PutLogEvents.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::PutLogEventsResponse.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::PutMetricFilter.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::PutRetentionPolicy.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::PutSubscriptionFilter.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::TestMetricFilter.3.gz +%%PERL5_MAN3%%/Paws::CloudWatchLogs::TestMetricFilterResponse.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::BatchGetRepositories.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::BatchGetRepositoriesOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::CreateBranch.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::CreateRepository.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::CreateRepositoryOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::DeleteRepository.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::DeleteRepositoryOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::GetBranch.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::GetBranchOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::GetRepository.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::GetRepositoryOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::ListBranches.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::ListBranchesOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::ListRepositories.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::ListRepositoriesOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::UpdateDefaultBranch.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::UpdateRepositoryDescription.3.gz +%%PERL5_MAN3%%/Paws::CodeCommit::UpdateRepositoryName.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::AddTagsToOnPremisesInstances.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::BatchGetApplications.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::BatchGetApplicationsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::BatchGetDeployments.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::BatchGetDeploymentsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::BatchGetOnPremisesInstances.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::BatchGetOnPremisesInstancesOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::CreateApplication.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::CreateApplicationOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::CreateDeployment.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::CreateDeploymentConfig.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::CreateDeploymentConfigOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::CreateDeploymentGroup.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::CreateDeploymentGroupOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::CreateDeploymentOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::DeleteApplication.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::DeleteDeploymentConfig.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::DeleteDeploymentGroup.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::DeleteDeploymentGroupOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::DeregisterOnPremisesInstance.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetApplication.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetApplicationOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetApplicationRevision.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetApplicationRevisionOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetDeployment.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetDeploymentConfig.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetDeploymentConfigOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetDeploymentGroup.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetDeploymentGroupOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetDeploymentInstance.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetDeploymentInstanceOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetDeploymentOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetOnPremisesInstance.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::GetOnPremisesInstanceOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListApplicationRevisions.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListApplicationRevisionsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListApplications.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListApplicationsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListDeploymentConfigs.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListDeploymentConfigsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListDeploymentGroups.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListDeploymentGroupsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListDeploymentInstances.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListDeploymentInstancesOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListDeployments.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListDeploymentsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListOnPremisesInstances.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::ListOnPremisesInstancesOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::RegisterApplicationRevision.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::RegisterOnPremisesInstance.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::RemoveTagsFromOnPremisesInstances.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::StopDeployment.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::StopDeploymentOutput.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::UpdateApplication.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::UpdateDeploymentGroup.3.gz +%%PERL5_MAN3%%/Paws::CodeDeploy::UpdateDeploymentGroupOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::AcknowledgeJob.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::AcknowledgeJobOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::AcknowledgeThirdPartyJob.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::AcknowledgeThirdPartyJobOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::CreateCustomActionType.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::CreateCustomActionTypeOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::CreatePipeline.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::CreatePipelineOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::DeleteCustomActionType.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::DeletePipeline.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::DisableStageTransition.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::EnableStageTransition.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::GetJobDetails.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::GetJobDetailsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::GetPipeline.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::GetPipelineOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::GetPipelineState.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::GetPipelineStateOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::GetThirdPartyJobDetails.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::GetThirdPartyJobDetailsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::ListActionTypes.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::ListActionTypesOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::ListPipelines.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::ListPipelinesOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PollForJobs.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PollForJobsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PollForThirdPartyJobs.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PollForThirdPartyJobsOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PutActionRevision.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PutActionRevisionOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PutJobFailureResult.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PutJobSuccessResult.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PutThirdPartyJobFailureResult.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::PutThirdPartyJobSuccessResult.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::StartPipelineExecution.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::StartPipelineExecutionOutput.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::UpdatePipeline.3.gz +%%PERL5_MAN3%%/Paws::CodePipeline::UpdatePipelineOutput.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::CreateIdentityPool.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::DeleteIdentities.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::DeleteIdentitiesResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::DeleteIdentityPool.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::DescribeIdentity.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::DescribeIdentityPool.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetCredentialsForIdentity.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetCredentialsForIdentityResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetId.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetIdResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetIdentityPoolRoles.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetIdentityPoolRolesResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetOpenIdToken.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetOpenIdTokenForDeveloperIdentity.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetOpenIdTokenForDeveloperIdentityResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::GetOpenIdTokenResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::IdentityDescription.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::IdentityPool.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::ListIdentities.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::ListIdentitiesResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::ListIdentityPools.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::ListIdentityPoolsResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::LookupDeveloperIdentity.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::LookupDeveloperIdentityResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::MergeDeveloperIdentities.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::MergeDeveloperIdentitiesResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::SetIdentityPoolRoles.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::UnlinkDeveloperIdentity.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::UnlinkIdentity.3.gz +%%PERL5_MAN3%%/Paws::CognitoIdentity::UpdateIdentityPool.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::BulkPublish.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::BulkPublishResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::DeleteDataset.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::DeleteDatasetResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::DescribeDataset.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::DescribeDatasetResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::DescribeIdentityPoolUsage.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::DescribeIdentityPoolUsageResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::DescribeIdentityUsage.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::DescribeIdentityUsageResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::GetBulkPublishDetails.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::GetBulkPublishDetailsResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::GetCognitoEvents.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::GetCognitoEventsResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::GetIdentityPoolConfiguration.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::GetIdentityPoolConfigurationResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::ListDatasets.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::ListDatasetsResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::ListIdentityPoolUsage.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::ListIdentityPoolUsageResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::ListRecords.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::ListRecordsResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::RegisterDevice.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::RegisterDeviceResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::SetCognitoEvents.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::SetIdentityPoolConfiguration.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::SetIdentityPoolConfigurationResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::SubscribeToDataset.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::SubscribeToDatasetResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::UnsubscribeFromDataset.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::UnsubscribeFromDatasetResponse.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::UpdateRecords.3.gz +%%PERL5_MAN3%%/Paws::CognitoSync::UpdateRecordsResponse.3.gz +%%PERL5_MAN3%%/Paws::Config.3.gz +%%PERL5_MAN3%%/Paws::Config::DeleteDeliveryChannel.3.gz +%%PERL5_MAN3%%/Paws::Config::DeliverConfigSnapshot.3.gz +%%PERL5_MAN3%%/Paws::Config::DeliverConfigSnapshotResponse.3.gz +%%PERL5_MAN3%%/Paws::Config::DescribeConfigurationRecorderStatus.3.gz +%%PERL5_MAN3%%/Paws::Config::DescribeConfigurationRecorderStatusResponse.3.gz +%%PERL5_MAN3%%/Paws::Config::DescribeConfigurationRecorders.3.gz +%%PERL5_MAN3%%/Paws::Config::DescribeConfigurationRecordersResponse.3.gz +%%PERL5_MAN3%%/Paws::Config::DescribeDeliveryChannelStatus.3.gz +%%PERL5_MAN3%%/Paws::Config::DescribeDeliveryChannelStatusResponse.3.gz +%%PERL5_MAN3%%/Paws::Config::DescribeDeliveryChannels.3.gz +%%PERL5_MAN3%%/Paws::Config::DescribeDeliveryChannelsResponse.3.gz +%%PERL5_MAN3%%/Paws::Config::GetResourceConfigHistory.3.gz +%%PERL5_MAN3%%/Paws::Config::GetResourceConfigHistoryResponse.3.gz +%%PERL5_MAN3%%/Paws::Config::PutConfigurationRecorder.3.gz +%%PERL5_MAN3%%/Paws::Config::PutDeliveryChannel.3.gz +%%PERL5_MAN3%%/Paws::Config::StartConfigurationRecorder.3.gz +%%PERL5_MAN3%%/Paws::Config::StopConfigurationRecorder.3.gz +%%PERL5_MAN3%%/Paws::DS.3.gz +%%PERL5_MAN3%%/Paws::DS::ConnectDirectory.3.gz +%%PERL5_MAN3%%/Paws::DS::ConnectDirectoryResult.3.gz +%%PERL5_MAN3%%/Paws::DS::CreateAlias.3.gz +%%PERL5_MAN3%%/Paws::DS::CreateAliasResult.3.gz +%%PERL5_MAN3%%/Paws::DS::CreateComputer.3.gz +%%PERL5_MAN3%%/Paws::DS::CreateComputerResult.3.gz +%%PERL5_MAN3%%/Paws::DS::CreateDirectory.3.gz +%%PERL5_MAN3%%/Paws::DS::CreateDirectoryResult.3.gz +%%PERL5_MAN3%%/Paws::DS::CreateSnapshot.3.gz +%%PERL5_MAN3%%/Paws::DS::CreateSnapshotResult.3.gz +%%PERL5_MAN3%%/Paws::DS::DeleteDirectory.3.gz +%%PERL5_MAN3%%/Paws::DS::DeleteDirectoryResult.3.gz +%%PERL5_MAN3%%/Paws::DS::DeleteSnapshot.3.gz +%%PERL5_MAN3%%/Paws::DS::DeleteSnapshotResult.3.gz +%%PERL5_MAN3%%/Paws::DS::DescribeDirectories.3.gz +%%PERL5_MAN3%%/Paws::DS::DescribeDirectoriesResult.3.gz +%%PERL5_MAN3%%/Paws::DS::DescribeSnapshots.3.gz +%%PERL5_MAN3%%/Paws::DS::DescribeSnapshotsResult.3.gz +%%PERL5_MAN3%%/Paws::DS::DisableRadius.3.gz +%%PERL5_MAN3%%/Paws::DS::DisableRadiusResult.3.gz +%%PERL5_MAN3%%/Paws::DS::DisableSso.3.gz +%%PERL5_MAN3%%/Paws::DS::DisableSsoResult.3.gz +%%PERL5_MAN3%%/Paws::DS::EnableRadius.3.gz +%%PERL5_MAN3%%/Paws::DS::EnableRadiusResult.3.gz +%%PERL5_MAN3%%/Paws::DS::EnableSso.3.gz +%%PERL5_MAN3%%/Paws::DS::EnableSsoResult.3.gz +%%PERL5_MAN3%%/Paws::DS::GetDirectoryLimits.3.gz +%%PERL5_MAN3%%/Paws::DS::GetDirectoryLimitsResult.3.gz +%%PERL5_MAN3%%/Paws::DS::GetSnapshotLimits.3.gz +%%PERL5_MAN3%%/Paws::DS::GetSnapshotLimitsResult.3.gz +%%PERL5_MAN3%%/Paws::DS::RestoreFromSnapshot.3.gz +%%PERL5_MAN3%%/Paws::DS::RestoreFromSnapshotResult.3.gz +%%PERL5_MAN3%%/Paws::DS::UpdateRadius.3.gz +%%PERL5_MAN3%%/Paws::DS::UpdateRadiusResult.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ActivatePipeline.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ActivatePipelineOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::AddTags.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::AddTagsOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::CreatePipeline.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::CreatePipelineOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::DeactivatePipeline.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::DeactivatePipelineOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::DeletePipeline.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::DescribeObjects.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::DescribeObjectsOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::DescribePipelines.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::DescribePipelinesOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::EvaluateExpression.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::EvaluateExpressionOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::GetPipelineDefinition.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::GetPipelineDefinitionOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ListPipelines.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ListPipelinesOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::PollForTask.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::PollForTaskOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::PutPipelineDefinition.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::PutPipelineDefinitionOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::QueryObjects.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::QueryObjectsOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::RemoveTags.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::RemoveTagsOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ReportTaskProgress.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ReportTaskProgressOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ReportTaskRunnerHeartbeat.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ReportTaskRunnerHeartbeatOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::SetStatus.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::SetTaskStatus.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::SetTaskStatusOutput.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ValidatePipelineDefinition.3.gz +%%PERL5_MAN3%%/Paws::DataPipeline::ValidatePipelineDefinitionOutput.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::CreateDevicePool.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::CreateDevicePoolResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::CreateProject.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::CreateProjectResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::CreateUpload.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::CreateUploadResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetDevice.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetDevicePool.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetDevicePoolCompatibility.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetDevicePoolCompatibilityResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetDevicePoolResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetDeviceResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetJob.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetJobResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetProject.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetProjectResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetRun.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetRunResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetSuite.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetSuiteResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetTest.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetTestResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetUpload.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::GetUploadResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListArtifacts.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListArtifactsResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListDevicePools.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListDevicePoolsResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListDevices.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListDevicesResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListJobs.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListJobsResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListProjects.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListProjectsResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListRuns.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListRunsResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListSamples.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListSamplesResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListSuites.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListSuitesResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListTests.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListTestsResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListUniqueProblems.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListUniqueProblemsResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListUploads.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ListUploadsResult.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ScheduleRun.3.gz +%%PERL5_MAN3%%/Paws::DeviceFarm::ScheduleRunResult.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::AllocateConnectionOnInterconnect.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::AllocatePrivateVirtualInterface.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::AllocatePublicVirtualInterface.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::ConfirmConnection.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::ConfirmConnectionResponse.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::ConfirmPrivateVirtualInterface.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::ConfirmPrivateVirtualInterfaceResponse.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::ConfirmPublicVirtualInterface.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::ConfirmPublicVirtualInterfaceResponse.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::Connection.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::Connections.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::CreateConnection.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::CreateInterconnect.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::CreatePrivateVirtualInterface.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::CreatePublicVirtualInterface.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DeleteConnection.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DeleteInterconnect.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DeleteInterconnectResponse.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DeleteVirtualInterface.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DeleteVirtualInterfaceResponse.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DescribeConnections.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DescribeConnectionsOnInterconnect.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DescribeInterconnects.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DescribeLocations.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DescribeVirtualGateways.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::DescribeVirtualInterfaces.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::Interconnect.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::Interconnects.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::Locations.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::VirtualGateways.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::VirtualInterface.3.gz +%%PERL5_MAN3%%/Paws::DirectConnect::VirtualInterfaces.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::BatchGetItem.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::BatchGetItemOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::BatchWriteItem.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::BatchWriteItemOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::CreateTable.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::CreateTableOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::DeleteItem.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::DeleteItemOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::DeleteTable.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::DeleteTableOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::DescribeTable.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::DescribeTableOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::GetItem.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::GetItemOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::ListTables.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::ListTablesOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::PutItem.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::PutItemOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::Query.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::QueryOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::Scan.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::ScanOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::UpdateItem.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::UpdateItemOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::UpdateTable.3.gz +%%PERL5_MAN3%%/Paws::DynamoDB::UpdateTableOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDBStreams.3.gz +%%PERL5_MAN3%%/Paws::DynamoDBStreams::DescribeStream.3.gz +%%PERL5_MAN3%%/Paws::DynamoDBStreams::DescribeStreamOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDBStreams::GetRecords.3.gz +%%PERL5_MAN3%%/Paws::DynamoDBStreams::GetRecordsOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDBStreams::GetShardIterator.3.gz +%%PERL5_MAN3%%/Paws::DynamoDBStreams::GetShardIteratorOutput.3.gz +%%PERL5_MAN3%%/Paws::DynamoDBStreams::ListStreams.3.gz +%%PERL5_MAN3%%/Paws::DynamoDBStreams::ListStreamsOutput.3.gz +%%PERL5_MAN3%%/Paws::EC2.3.gz +%%PERL5_MAN3%%/Paws::EC2::AcceptVpcPeeringConnection.3.gz +%%PERL5_MAN3%%/Paws::EC2::AcceptVpcPeeringConnectionResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::AllocateAddress.3.gz +%%PERL5_MAN3%%/Paws::EC2::AllocateAddressResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::AssignPrivateIpAddresses.3.gz +%%PERL5_MAN3%%/Paws::EC2::AssociateAddress.3.gz +%%PERL5_MAN3%%/Paws::EC2::AssociateAddressResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::AssociateDhcpOptions.3.gz +%%PERL5_MAN3%%/Paws::EC2::AssociateRouteTable.3.gz +%%PERL5_MAN3%%/Paws::EC2::AssociateRouteTableResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::AttachClassicLinkVpc.3.gz +%%PERL5_MAN3%%/Paws::EC2::AttachClassicLinkVpcResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::AttachInternetGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::AttachNetworkInterface.3.gz +%%PERL5_MAN3%%/Paws::EC2::AttachNetworkInterfaceResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::AttachVolume.3.gz +%%PERL5_MAN3%%/Paws::EC2::AttachVpnGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::AttachVpnGatewayResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::AuthorizeSecurityGroupEgress.3.gz +%%PERL5_MAN3%%/Paws::EC2::AuthorizeSecurityGroupIngress.3.gz +%%PERL5_MAN3%%/Paws::EC2::BundleInstance.3.gz +%%PERL5_MAN3%%/Paws::EC2::BundleInstanceResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelBundleTask.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelBundleTaskResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelConversionTask.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelExportTask.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelImportTask.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelImportTaskResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelReservedInstancesListing.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelReservedInstancesListingResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelSpotFleetRequests.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelSpotFleetRequestsResponse.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelSpotInstanceRequests.3.gz +%%PERL5_MAN3%%/Paws::EC2::CancelSpotInstanceRequestsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::ConfirmProductInstance.3.gz +%%PERL5_MAN3%%/Paws::EC2::ConfirmProductInstanceResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CopyImage.3.gz +%%PERL5_MAN3%%/Paws::EC2::CopyImageResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CopySnapshot.3.gz +%%PERL5_MAN3%%/Paws::EC2::CopySnapshotResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateCustomerGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateCustomerGatewayResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateDhcpOptions.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateDhcpOptionsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateFlowLogs.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateFlowLogsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateImage.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateImageResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateInstanceExportTask.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateInstanceExportTaskResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateInternetGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateInternetGatewayResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateKeyPair.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateNetworkAcl.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateNetworkAclEntry.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateNetworkAclResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateNetworkInterface.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateNetworkInterfaceResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreatePlacementGroup.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateReservedInstancesListing.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateReservedInstancesListingResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateRoute.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateRouteResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateRouteTable.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateRouteTableResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateSecurityGroup.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateSecurityGroupResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateSnapshot.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateSpotDatafeedSubscription.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateSpotDatafeedSubscriptionResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateSubnet.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateSubnetResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateTags.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVolume.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpc.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpcEndpoint.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpcEndpointResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpcPeeringConnection.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpcPeeringConnectionResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpcResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpnConnection.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpnConnectionResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpnConnectionRoute.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpnGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::CreateVpnGatewayResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteCustomerGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteDhcpOptions.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteFlowLogs.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteFlowLogsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteInternetGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteKeyPair.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteNetworkAcl.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteNetworkAclEntry.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteNetworkInterface.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeletePlacementGroup.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteRoute.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteRouteTable.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteSecurityGroup.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteSnapshot.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteSpotDatafeedSubscription.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteSubnet.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteTags.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteVolume.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteVpc.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteVpcEndpoints.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteVpcEndpointsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteVpcPeeringConnection.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteVpcPeeringConnectionResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteVpnConnection.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteVpnConnectionRoute.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeleteVpnGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::DeregisterImage.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeAccountAttributes.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeAccountAttributesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeAddresses.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeAddressesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeAvailabilityZones.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeAvailabilityZonesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeBundleTasks.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeBundleTasksResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeClassicLinkInstances.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeClassicLinkInstancesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeConversionTasks.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeConversionTasksResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeCustomerGateways.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeCustomerGatewaysResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeDhcpOptions.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeDhcpOptionsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeExportTasks.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeExportTasksResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeFlowLogs.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeFlowLogsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeImageAttribute.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeImages.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeImagesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeImportImageTasks.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeImportImageTasksResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeImportSnapshotTasks.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeImportSnapshotTasksResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeInstanceAttribute.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeInstanceStatus.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeInstanceStatusResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeInstances.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeInstancesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeInternetGateways.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeInternetGatewaysResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeKeyPairs.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeKeyPairsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeMovingAddresses.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeMovingAddressesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeNetworkAcls.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeNetworkAclsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeNetworkInterfaceAttribute.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeNetworkInterfaceAttributeResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeNetworkInterfaces.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeNetworkInterfacesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribePlacementGroups.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribePlacementGroupsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribePrefixLists.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribePrefixListsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeRegions.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeRegionsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeReservedInstances.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeReservedInstancesListings.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeReservedInstancesListingsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeReservedInstancesModifications.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeReservedInstancesModificationsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeReservedInstancesOfferings.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeReservedInstancesOfferingsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeReservedInstancesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeRouteTables.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeRouteTablesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSecurityGroups.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSecurityGroupsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSnapshotAttribute.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSnapshotAttributeResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSnapshots.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSnapshotsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotDatafeedSubscription.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotDatafeedSubscriptionResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotFleetInstances.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotFleetInstancesResponse.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotFleetRequestHistory.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotFleetRequestHistoryResponse.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotFleetRequests.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotFleetRequestsResponse.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotInstanceRequests.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotInstanceRequestsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotPriceHistory.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSpotPriceHistoryResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSubnets.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeSubnetsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeTags.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeTagsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVolumeAttribute.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVolumeAttributeResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVolumeStatus.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVolumeStatusResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVolumes.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVolumesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcAttribute.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcAttributeResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcClassicLink.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcClassicLinkResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcEndpointServices.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcEndpointServicesResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcEndpoints.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcEndpointsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcPeeringConnections.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcPeeringConnectionsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcs.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpcsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpnConnections.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpnConnectionsResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpnGateways.3.gz +%%PERL5_MAN3%%/Paws::EC2::DescribeVpnGatewaysResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DetachClassicLinkVpc.3.gz +%%PERL5_MAN3%%/Paws::EC2::DetachClassicLinkVpcResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DetachInternetGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::DetachNetworkInterface.3.gz +%%PERL5_MAN3%%/Paws::EC2::DetachVolume.3.gz +%%PERL5_MAN3%%/Paws::EC2::DetachVpnGateway.3.gz +%%PERL5_MAN3%%/Paws::EC2::DisableVgwRoutePropagation.3.gz +%%PERL5_MAN3%%/Paws::EC2::DisableVpcClassicLink.3.gz +%%PERL5_MAN3%%/Paws::EC2::DisableVpcClassicLinkResult.3.gz +%%PERL5_MAN3%%/Paws::EC2::DisassociateAddress.3.gz +%%PERL5_MAN3%%/Paws::EC2::DisassociateRouteTable.3.gz +%%PERL5_MAN3%%/Paws::EC2::EnableVgwRoutePropagation.3.gz +%%PERL5_MAN3%%/Paws::EC2::EnableVolumeIO.3.gz *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Jul 22 01:37:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A0C99A86EF; Wed, 22 Jul 2015 01:37:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AF11105D; Wed, 22 Jul 2015 01:37:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M1b44I064422; Wed, 22 Jul 2015 01:37:04 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M1b4uv064421; Wed, 22 Jul 2015 01:37:04 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201507220137.t6M1b4uv064421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 22 Jul 2015 01:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392653 - head/sysutils/heirloom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 01:37:05 -0000 Author: cy Date: Wed Jul 22 01:37:04 2015 New Revision: 392653 URL: https://svnweb.freebsd.org/changeset/ports/392653 Log: Fix powerpc build. Submitted by: danfe Modified: head/sysutils/heirloom/Makefile Modified: head/sysutils/heirloom/Makefile ============================================================================== --- head/sysutils/heirloom/Makefile Wed Jul 22 01:05:25 2015 (r392652) +++ head/sysutils/heirloom/Makefile Wed Jul 22 01:37:04 2015 (r392653) @@ -28,10 +28,6 @@ OPTIONS_DEFINE= DOCS EXTRA_PATCHES= ${FILESDIR}/extra-utmpx .endif -.if ${ARCH} == "powerpc" -BROKEN= does not compile on ${ARCH} -.endif - SH2FIX= maninst.sh genintro.sh crossln.sh DOC_FILES= CHANGES LICENSE/COPYING LICENSE/LICENSE LICENSE/LUCENT \ @@ -54,7 +50,7 @@ pre-configure: # XXX: hack to avoid inner race (for -jX builds); should be fixed properly # one day (e.g. by factoring out special target in the top makefile) pre-build: - ${MAKE} -C ${WRKSRC}/libcommon -f Makefile.mk headers + ${MAKE_CMD} -C ${WRKSRC}/libcommon -f Makefile.mk headers post-install: install-doc From owner-svn-ports-all@freebsd.org Wed Jul 22 01:42:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E1119A8864; Wed, 22 Jul 2015 01:42:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71BD4154D; Wed, 22 Jul 2015 01:42:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M1gGr2068276; Wed, 22 Jul 2015 01:42:16 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M1gFi9068274; Wed, 22 Jul 2015 01:42:15 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507220142.t6M1gFi9068274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 22 Jul 2015 01:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392654 - head/sysutils/packer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 01:42:16 -0000 Author: swills Date: Wed Jul 22 01:42:15 2015 New Revision: 392654 URL: https://svnweb.freebsd.org/changeset/ports/392654 Log: sysutils/packer: update to 0.8.2 Modified: head/sysutils/packer/Makefile head/sysutils/packer/distinfo Modified: head/sysutils/packer/Makefile ============================================================================== --- head/sysutils/packer/Makefile Wed Jul 22 01:37:04 2015 (r392653) +++ head/sysutils/packer/Makefile Wed Jul 22 01:42:15 2015 (r392654) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= packer -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -36,13 +36,13 @@ GH_PROJECT= cli:cli go-fs:gofs go-vnc:go toolkit:toolkit winrm:winrm simplexml:simplexml xmlpath:xmlpath \ winrmcp:winrmcp iso8601:iso8601 winrmtest:winrmtest GH_TAGNAME= 8102d0e:cli a34c1b9:gofs 723ed98:govnc 87b45ff:iochan \ - 2caf8ef:mapstructure 162146f:multistep 0dd3f91:osext \ + 281073e:mapstructure 162146f:multistep 0dd3f91:osext \ 45cbfd3:panicwrap 89d9b53:prefixedio eecf4c7:reflectwalk \ - 1b40363:atlas 88326f6:checkpoint 56912fb:gomultierror \ - fa3f638:msgpack 999359b:version b2e5585:yamux a09229c:apiclient \ - 547ef5a:goquerystr 469e9fb:awssdkgo cc04154:crypto d9558e5:net \ - 8914e50:oauth2 ea925a0:fsnotify feda659:gcloud e2a34fa:godo \ - a98ad7e:goini f956c6c:gophercloud 967f522:gosshold \ + 785958f:atlas 88326f6:checkpoint 56912fb:gomultierror \ + fa3f638:msgpack 999359b:version 8e00b30:yamux 18450f4:apiclient \ + 547ef5a:goquerystr 2a6648c:awssdkgo 7d5b0be:crypto 446d52d:net \ + 8914e50:oauth2 ea925a0:fsnotify f925ac6:gcloud e2a34fa:godo \ + a98ad7e:goini e83aa01:gophercloud 967f522:gosshold \ 179d4d0:gouuid ac974c6:hlink 4bdd4b0:lz4 284d0fc:xxhash \ 49eeca5:pgzip afe1e2d:suuid 4b368d1:tail dd63297:tomb \ 5bff591:toolkit 1323390:winrm 95ba304:simplexml 13f4951:xmlpath \ Modified: head/sysutils/packer/distinfo ============================================================================== --- head/sysutils/packer/distinfo Wed Jul 22 01:37:04 2015 (r392653) +++ head/sysutils/packer/distinfo Wed Jul 22 01:42:15 2015 (r392654) @@ -1,5 +1,5 @@ -SHA256 (mitchellh-packer-v0.8.1_GH0.tar.gz) = 74667fae3b6426da5057f9613af5e2900c863f31a1b21812437be694e5b481f9 -SIZE (mitchellh-packer-v0.8.1_GH0.tar.gz) = 1075706 +SHA256 (mitchellh-packer-v0.8.2_GH0.tar.gz) = 2b594eeec63bbe636f81e5d8784a86920c0b4959bf678384b7d7b93720d52b47 +SIZE (mitchellh-packer-v0.8.2_GH0.tar.gz) = 1077040 SHA256 (mitchellh-cli-8102d0e_GH0.tar.gz) = 673be64ba7e1e285db690e7c5dc15c416874c2ed135356ea808b5e11c364f380 SIZE (mitchellh-cli-8102d0e_GH0.tar.gz) = 13045 SHA256 (mitchellh-go-fs-a34c1b9_GH0.tar.gz) = 517c42182c0f8f7b5a0d929f488b224383011170855d7ff9f1cf977f519fe257 @@ -8,8 +8,8 @@ SHA256 (mitchellh-go-vnc-723ed98_GH0.tar SIZE (mitchellh-go-vnc-723ed98_GH0.tar.gz) = 9364 SHA256 (mitchellh-iochan-87b45ff_GH0.tar.gz) = f929e7740412611e37e5c3984dc32828bc2b47df91351eafefb36460abee4565 SIZE (mitchellh-iochan-87b45ff_GH0.tar.gz) = 1782 -SHA256 (mitchellh-mapstructure-2caf8ef_GH0.tar.gz) = f75b52b5aec85313d7bac7f13cee2eeeddb652c94667806e31fd84dca3a0ff7e -SIZE (mitchellh-mapstructure-2caf8ef_GH0.tar.gz) = 13810 +SHA256 (mitchellh-mapstructure-281073e_GH0.tar.gz) = e511fe333b7ce7cbe2b1d03e35f8a3d9ed1bf52eb3aca32859fe5f7acb54ea33 +SIZE (mitchellh-mapstructure-281073e_GH0.tar.gz) = 13968 SHA256 (mitchellh-multistep-162146f_GH0.tar.gz) = 286aefea1cf82cccae06577310b1b7ceb11253c66dd1c9fcee966e09ba35e99b SIZE (mitchellh-multistep-162146f_GH0.tar.gz) = 6135 SHA256 (mitchellh-osext-0dd3f91_GH0.tar.gz) = 3e5374bf20fc761425a8845f05658f3219afd025a871de181ab28b5797a4b5fd @@ -20,8 +20,8 @@ SHA256 (mitchellh-prefixedio-89d9b53_GH0 SIZE (mitchellh-prefixedio-89d9b53_GH0.tar.gz) = 3112 SHA256 (mitchellh-reflectwalk-eecf4c7_GH0.tar.gz) = a681b9f5f9a8c24d01d9e05a088dc2053fa637060cf4fa8a4232d5ef4f00ca11 SIZE (mitchellh-reflectwalk-eecf4c7_GH0.tar.gz) = 4272 -SHA256 (hashicorp-atlas-go-1b40363_GH0.tar.gz) = f8e2e53a2f48aaf59960d2e60d2247deca76d4f1450453c45a7cb83239ff13ed -SIZE (hashicorp-atlas-go-1b40363_GH0.tar.gz) = 37101 +SHA256 (hashicorp-atlas-go-785958f_GH0.tar.gz) = 90cfb00f4e50fcca584f87c54bd76d5ccace2017df1c61bb992f2e33bb606e90 +SIZE (hashicorp-atlas-go-785958f_GH0.tar.gz) = 37246 SHA256 (hashicorp-go-checkpoint-88326f6_GH0.tar.gz) = 49133eeca2707d2c025219f261dd3ebd8155fe22907c412445b8ffc7a4137755 SIZE (hashicorp-go-checkpoint-88326f6_GH0.tar.gz) = 9826 SHA256 (hashicorp-go-multierror-56912fb_GH0.tar.gz) = de765913740311a2be5f9dd1267a79cfe79ed18c94039a905000acb56068c64a @@ -30,30 +30,30 @@ SHA256 (hashicorp-go-msgpack-fa3f638_GH0 SIZE (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 49496 SHA256 (hashicorp-go-version-999359b_GH0.tar.gz) = 59ebc270b121626de3ccdd34f35b255961e7626876c854d9ddbe9070dc4ce7e6 SIZE (hashicorp-go-version-999359b_GH0.tar.gz) = 10417 -SHA256 (hashicorp-yamux-b2e5585_GH0.tar.gz) = 38e3b567240898d870c5134cace538bfc7df9105d2d0cdd487fb1bd5e8e895f4 -SIZE (hashicorp-yamux-b2e5585_GH0.tar.gz) = 19245 -SHA256 (google-google-api-go-client-a09229c_GH0.tar.gz) = 86e82412f28ad16366cef45f6675952d65706dd3178c93e8ebe78ee2b2025e11 -SIZE (google-google-api-go-client-a09229c_GH0.tar.gz) = 2328174 +SHA256 (hashicorp-yamux-8e00b30_GH0.tar.gz) = 7d8a8620b710a1e00fa7cb0df889a8a82e0bd8074508cb7922429220163f529b +SIZE (hashicorp-yamux-8e00b30_GH0.tar.gz) = 19340 +SHA256 (google-google-api-go-client-18450f4_GH0.tar.gz) = f3bf2d0025170b1ee2d69b5521980766134b3474dd07dbf3c5865767905ce83b +SIZE (google-google-api-go-client-18450f4_GH0.tar.gz) = 2315879 SHA256 (google-go-querystring-547ef5a_GH0.tar.gz) = 949a780dfac94ce95521a1eb29d4f4bd4df20a02f8786cf817611b3e52ce0853 SIZE (google-go-querystring-547ef5a_GH0.tar.gz) = 7228 -SHA256 (aws-aws-sdk-go-469e9fb_GH0.tar.gz) = 7e5116b0a7dc7c5ec01ab9bef06982a6f8531eb8072eea1260af8e18b130186d -SIZE (aws-aws-sdk-go-469e9fb_GH0.tar.gz) = 1938924 -SHA256 (golang-crypto-cc04154_GH0.tar.gz) = 15a5483d0eead03b33d318bef6ffc1417b1bd37d2457816d6113602b6e612726 -SIZE (golang-crypto-cc04154_GH0.tar.gz) = 874102 -SHA256 (golang-net-d9558e5_GH0.tar.gz) = 2f44ad362219ec7f5e28a2b8e9938a8495c19b29b0267cd9ecf853f3c16b3995 -SIZE (golang-net-d9558e5_GH0.tar.gz) = 472869 +SHA256 (aws-aws-sdk-go-2a6648c_GH0.tar.gz) = fe533313f61d75b9620b4d92c816eb9849719dc99a2f27d989cdab8ac779cc2e +SIZE (aws-aws-sdk-go-2a6648c_GH0.tar.gz) = 2010207 +SHA256 (golang-crypto-7d5b0be_GH0.tar.gz) = 873c936455a17a83eb5ad94b2c9b5c6b5c593a9205f9fda8b44e57436db79d5f +SIZE (golang-crypto-7d5b0be_GH0.tar.gz) = 874638 +SHA256 (golang-net-446d52d_GH0.tar.gz) = b9ac2d53f4f3ac1fcc5ea88d80a73a69967cd0a301fd2e7edf4d4306f7feed83 +SIZE (golang-net-446d52d_GH0.tar.gz) = 482994 SHA256 (golang-oauth2-8914e50_GH0.tar.gz) = 966a5e96103684ff98e2de76ab4115935ead5dd24e11cdd9f6f655bd95dbac0d SIZE (golang-oauth2-8914e50_GH0.tar.gz) = 32042 SHA256 (go-fsnotify-fsnotify-ea925a0_GH0.tar.gz) = 8ceb939c0ac7c214b25f1aa4d5ba4233209af51cbd44941c1a689fd947bda872 SIZE (go-fsnotify-fsnotify-ea925a0_GH0.tar.gz) = 19562 -SHA256 (GoogleCloudPlatform-gcloud-golang-feda659_GH0.tar.gz) = 9b91e06329a763f3a220b9c32e456982de46c3101b3f824865e1131487472cbb -SIZE (GoogleCloudPlatform-gcloud-golang-feda659_GH0.tar.gz) = 163608 +SHA256 (GoogleCloudPlatform-gcloud-golang-f925ac6_GH0.tar.gz) = ca2b37b9351164afba715c00d5de91499e801453d8a83d91f8893b9f1ad6b02d +SIZE (GoogleCloudPlatform-gcloud-golang-f925ac6_GH0.tar.gz) = 164043 SHA256 (digitalocean-godo-e2a34fa_GH0.tar.gz) = 421e4541f5728c8322a3469e3cb067ffc6e7f69d3a932f444db67406f1b5b7a4 SIZE (digitalocean-godo-e2a34fa_GH0.tar.gz) = 25495 SHA256 (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = f8daa0afa08af1fdce4747074602078c72f49fd60c7d8dc3d07b6b7e70cd5f82 SIZE (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = 3694 -SHA256 (rackspace-gophercloud-f956c6c_GH0.tar.gz) = 1b2923d97f42a49f71373807c00e4f4e971a5f5ee1b1cf7a9968ad47f040b242 -SIZE (rackspace-gophercloud-f956c6c_GH0.tar.gz) = 334562 +SHA256 (rackspace-gophercloud-e83aa01_GH0.tar.gz) = 81b454a5b1f00bb5deae30d167eab5a8e940920c514ef1c21bf0cfa37fea9363 +SIZE (rackspace-gophercloud-e83aa01_GH0.tar.gz) = 334904 SHA256 (zoutaiqi-gosshold-967f522_GH0.tar.gz) = 25592a2b7c8ac3b79c0701dc2af2786aee986799e1512e9848c415dbc4200868 SIZE (zoutaiqi-gosshold-967f522_GH0.tar.gz) = 82109 SHA256 (nu7hatch-gouuid-179d4d0_GH0.tar.gz) = 8c910070e1acc74e66f727e0ff6a28f84009c941ace87be8766c13f964dab3fc From owner-svn-ports-all@freebsd.org Wed Jul 22 02:00:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DB419A8A78; Wed, 22 Jul 2015 02:00:26 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 210DA1B07; Wed, 22 Jul 2015 02:00:26 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M20PdZ073943; Wed, 22 Jul 2015 02:00:25 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M20OtG073939; Wed, 22 Jul 2015 02:00:24 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507220200.t6M20OtG073939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 22 Jul 2015 02:00:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392655 - in head/devel/magit: . 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.20 Precedence: 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, 22 Jul 2015 02:00:26 -0000 Author: kuriyama Date: Wed Jul 22 02:00:23 2015 New Revision: 392655 URL: https://svnweb.freebsd.org/changeset/ports/392655 Log: - Upgrade to 2.1.0. PR: ports/201654 Submitted by: Yasuhiro KIMURA Added: head/devel/magit/files/ head/devel/magit/files/patch-default.mk (contents, props changed) Modified: head/devel/magit/Makefile head/devel/magit/distinfo head/devel/magit/pkg-plist Modified: head/devel/magit/Makefile ============================================================================== --- head/devel/magit/Makefile Wed Jul 22 01:42:15 2015 (r392654) +++ head/devel/magit/Makefile Wed Jul 22 02:00:23 2015 (r392655) @@ -2,33 +2,37 @@ # $FreeBSD$ PORTNAME= magit -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= devel elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Interface to Git for Emacs -LICENSE= GFDL GPLv3 -LICENSE_COMB= multi +LICENSE= GPLv3 -BUILD_DEPENDS= git-modes-${EMACS_PORT_NAME}>0:${PORTSDIR}/devel/git-modes -RUN_DEPENDS= git-modes-${EMACS_PORT_NAME}>0:${PORTSDIR}/devel/git-modes +BUILD_DEPENDS= git:${PORTSDIR}/devel/git \ + dash.el>0:${PORTSDIR}/devel/dash.el +RUN_DEPENDS= dash.el>0:${PORTSDIR}/devel/dash.el USE_GITHUB= yes USES= gmake makeinfo USE_EMACS= YES -INFO= magit +INFO= magit magit-popup with-editor PORTDOCS= AUTHORS.md +NO_ARCH= YES -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS GIT_SUBVERSION +GIT_SUBVERSION_DESC= Use devel/git-subversion as backend +GIT_SUBVERSION_RUN_DEPENDS= git-subversion>0:${PORTSDIR}/devel/git-subversion +GIT_SUBVERSION_RUN_DEPENDS_OFF= git>0:${PORTSDIR}/devel/git .include ELISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} -MAKE_ENV+= EFLAGS="-L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/git-modes" \ +MAKE_ENV+= LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR}" \ + VERSION=${PORTVERSION} \ lispdir=${PREFIX}/${ELISPDIR} \ infodir=${PREFIX}/${INFO_PATH} \ docdir=${DOCSDIR} Modified: head/devel/magit/distinfo ============================================================================== --- head/devel/magit/distinfo Wed Jul 22 01:42:15 2015 (r392654) +++ head/devel/magit/distinfo Wed Jul 22 02:00:23 2015 (r392655) @@ -1,2 +1,2 @@ -SHA256 (magit-magit-1.4.0_GH0.tar.gz) = 03cdc29fe5d5d3c5b1d975bccfcf0bb12318c6e5c198575c395caa3eb14e3878 -SIZE (magit-magit-1.4.0_GH0.tar.gz) = 132600 +SHA256 (magit-magit-2.1.0_GH0.tar.gz) = e1c246ce1ea51cbf59b04eecaee9280a31429a725ad81b3eb497c6e8246d68d9 +SIZE (magit-magit-2.1.0_GH0.tar.gz) = 293857 Added: head/devel/magit/files/patch-default.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/magit/files/patch-default.mk Wed Jul 22 02:00:23 2015 (r392655) @@ -0,0 +1,14 @@ +--- default.mk.orig 2015-07-18 04:15:03 UTC ++++ default.mk +@@ -71,11 +71,3 @@ EMACSOLD := $(shell $(BATCH) --eval \ + ifeq "$(EMACSOLD)" "true" + $(error At least version 24.4 of Emacs is required) + endif +- +-VERSION := $(shell \ +- test -e $(TOP).git\ +- && git describe --tags --dirty 2> /dev/null\ +- || $(BATCH) --eval "(progn\ +- (fset 'message (lambda (&rest _)))\ +- (load-file \"magit-version.el\")\ +- (princ magit-version))") Modified: head/devel/magit/pkg-plist ============================================================================== --- head/devel/magit/pkg-plist Wed Jul 22 01:42:15 2015 (r392654) +++ head/devel/magit/pkg-plist Wed Jul 22 02:00:23 2015 (r392655) @@ -1,10 +1,48 @@ +%%ELISPDIR%%/git-commit.el +%%ELISPDIR%%/git-commit.elc +%%ELISPDIR%%/git-rebase.el +%%ELISPDIR%%/git-rebase.elc +%%ELISPDIR%%/magit-apply.el +%%ELISPDIR%%/magit-apply.elc %%ELISPDIR%%/magit-autoloads.el +%%ELISPDIR%%/magit-bisect.el +%%ELISPDIR%%/magit-bisect.elc %%ELISPDIR%%/magit-blame.el %%ELISPDIR%%/magit-blame.elc -%%ELISPDIR%%/magit-key-mode.el -%%ELISPDIR%%/magit-key-mode.elc +%%ELISPDIR%%/magit-commit.el +%%ELISPDIR%%/magit-commit.elc +%%ELISPDIR%%/magit-core.el +%%ELISPDIR%%/magit-core.elc +%%ELISPDIR%%/magit-diff.el +%%ELISPDIR%%/magit-diff.elc +%%ELISPDIR%%/magit-ediff.el +%%ELISPDIR%%/magit-ediff.elc +%%ELISPDIR%%/magit-extras.el +%%ELISPDIR%%/magit-extras.elc +%%ELISPDIR%%/magit-git.el +%%ELISPDIR%%/magit-git.elc +%%ELISPDIR%%/magit-log.el +%%ELISPDIR%%/magit-log.elc +%%ELISPDIR%%/magit-mode.el +%%ELISPDIR%%/magit-mode.elc +%%ELISPDIR%%/magit-popup.el +%%ELISPDIR%%/magit-popup.elc +%%ELISPDIR%%/magit-process.el +%%ELISPDIR%%/magit-process.elc +%%ELISPDIR%%/magit-remote.el +%%ELISPDIR%%/magit-remote.elc +%%ELISPDIR%%/magit-section.el +%%ELISPDIR%%/magit-section.elc +%%ELISPDIR%%/magit-sequence.el +%%ELISPDIR%%/magit-sequence.elc +%%ELISPDIR%%/magit-stash.el +%%ELISPDIR%%/magit-stash.elc +%%ELISPDIR%%/magit-utils.el +%%ELISPDIR%%/magit-utils.elc %%ELISPDIR%%/magit-version.el %%ELISPDIR%%/magit-wip.el %%ELISPDIR%%/magit-wip.elc %%ELISPDIR%%/magit.el %%ELISPDIR%%/magit.elc +%%ELISPDIR%%/with-editor.el +%%ELISPDIR%%/with-editor.elc From owner-svn-ports-all@freebsd.org Wed Jul 22 02:51:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 042FB9A79D9; Wed, 22 Jul 2015 02:51:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3ABB1ED7; Wed, 22 Jul 2015 02:51:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M2poKw096276; Wed, 22 Jul 2015 02:51:50 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M2poDi096274; Wed, 22 Jul 2015 02:51:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507220251.t6M2poDi096274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 22 Jul 2015 02:51:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392656 - head/net-mgmt/cacti X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 02:51:51 -0000 Author: feld Date: Wed Jul 22 02:51:49 2015 New Revision: 392656 URL: https://svnweb.freebsd.org/changeset/ports/392656 Log: Upstream re-rolled distfile. Bump PORTREVISION to address it. PR: 201702 MFH: 2015Q3 Modified: head/net-mgmt/cacti/Makefile head/net-mgmt/cacti/distinfo Modified: head/net-mgmt/cacti/Makefile ============================================================================== --- head/net-mgmt/cacti/Makefile Wed Jul 22 02:00:23 2015 (r392655) +++ head/net-mgmt/cacti/Makefile Wed Jul 22 02:51:49 2015 (r392656) @@ -2,6 +2,7 @@ PORTNAME= cacti PORTVERSION= 0.8.8f${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ Modified: head/net-mgmt/cacti/distinfo ============================================================================== --- head/net-mgmt/cacti/distinfo Wed Jul 22 02:00:23 2015 (r392655) +++ head/net-mgmt/cacti/distinfo Wed Jul 22 02:51:49 2015 (r392656) @@ -1,2 +1,2 @@ -SHA256 (cacti-0.8.8f.tar.gz) = d92adfa054c1afaa295de3ddda95173bf18d5465fa95f4481611c69647a10999 -SIZE (cacti-0.8.8f.tar.gz) = 2594481 +SHA256 (cacti-0.8.8f.tar.gz) = 2ea92407c11bf13302558a5bc9e1f3a57bd14a1d9ded48c505ec495762f76738 +SIZE (cacti-0.8.8f.tar.gz) = 2594409 From owner-svn-ports-all@freebsd.org Wed Jul 22 02:52:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6032D9A7A4E; Wed, 22 Jul 2015 02:52:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 502E7106A; Wed, 22 Jul 2015 02:52:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M2qm9h096490; Wed, 22 Jul 2015 02:52:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M2qlVt096487; Wed, 22 Jul 2015 02:52:47 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507220252.t6M2qlVt096487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 22 Jul 2015 02:52:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392657 - branches/2015Q3/net-mgmt/cacti 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.20 Precedence: 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, 22 Jul 2015 02:52:48 -0000 Author: feld Date: Wed Jul 22 02:52:46 2015 New Revision: 392657 URL: https://svnweb.freebsd.org/changeset/ports/392657 Log: MFH: r392656 Upstream re-rolled distfile. Bump PORTREVISION to address it. PR: 201702 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/net-mgmt/cacti/Makefile branches/2015Q3/net-mgmt/cacti/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-mgmt/cacti/Makefile ============================================================================== --- branches/2015Q3/net-mgmt/cacti/Makefile Wed Jul 22 02:51:49 2015 (r392656) +++ branches/2015Q3/net-mgmt/cacti/Makefile Wed Jul 22 02:52:46 2015 (r392657) @@ -2,6 +2,7 @@ PORTNAME= cacti PORTVERSION= 0.8.8f${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ Modified: branches/2015Q3/net-mgmt/cacti/distinfo ============================================================================== --- branches/2015Q3/net-mgmt/cacti/distinfo Wed Jul 22 02:51:49 2015 (r392656) +++ branches/2015Q3/net-mgmt/cacti/distinfo Wed Jul 22 02:52:46 2015 (r392657) @@ -1,2 +1,2 @@ -SHA256 (cacti-0.8.8f.tar.gz) = d92adfa054c1afaa295de3ddda95173bf18d5465fa95f4481611c69647a10999 -SIZE (cacti-0.8.8f.tar.gz) = 2594481 +SHA256 (cacti-0.8.8f.tar.gz) = 2ea92407c11bf13302558a5bc9e1f3a57bd14a1d9ded48c505ec495762f76738 +SIZE (cacti-0.8.8f.tar.gz) = 2594409 From owner-svn-ports-all@freebsd.org Wed Jul 22 03:14:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05D809A649D; Wed, 22 Jul 2015 03:14:33 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA16226E9; Wed, 22 Jul 2015 03:14:32 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M3EWxs005766; Wed, 22 Jul 2015 03:14:32 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M3EWAB005763; Wed, 22 Jul 2015 03:14:32 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201507220314.t6M3EWAB005763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 22 Jul 2015 03:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392658 - in head/sysutils/screen: . 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.20 Precedence: 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, 22 Jul 2015 03:14:33 -0000 Author: cy Date: Wed Jul 22 03:14:31 2015 New Revision: 392658 URL: https://svnweb.freebsd.org/changeset/ports/392658 Log: Remove incorrect screenrc command. PR: 201717 Modified: head/sysutils/screen/Makefile head/sysutils/screen/files/screenrc.sample Modified: head/sysutils/screen/Makefile ============================================================================== --- head/sysutils/screen/Makefile Wed Jul 22 02:52:46 2015 (r392657) +++ head/sysutils/screen/Makefile Wed Jul 22 03:14:31 2015 (r392658) @@ -3,6 +3,7 @@ PORTNAME= screen PORTVERSION= 4.3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \ ftp://ftp.gnu.org/gnu/screen/ \ Modified: head/sysutils/screen/files/screenrc.sample ============================================================================== --- head/sysutils/screen/files/screenrc.sample Wed Jul 22 02:52:46 2015 (r392657) +++ head/sysutils/screen/files/screenrc.sample Wed Jul 22 03:14:31 2015 (r392658) @@ -8,4 +8,3 @@ vbell off shell -$SHELL logtstamp on logtstamp after 1 -logfile flush From owner-svn-ports-all@freebsd.org Wed Jul 22 03:39:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E05D9A6A1C; Wed, 22 Jul 2015 03:39:43 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D4DA2E3A; Wed, 22 Jul 2015 03:39:43 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M3dhUt013984; Wed, 22 Jul 2015 03:39:43 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M3dhZP013983; Wed, 22 Jul 2015 03:39:43 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507220339.t6M3dhZP013983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 22 Jul 2015 03:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392659 - head/japanese/another-htmllint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 03:39:43 -0000 Author: kuriyama Date: Wed Jul 22 03:39:42 2015 New Revision: 392659 URL: https://svnweb.freebsd.org/changeset/ports/392659 Log: Add www/p5-CGI.pm to RUN_DEPENDS when perl is 5.22 or later. PR: ports/201615 Submitted by: Yasuhiro KIMURA Modified: head/japanese/another-htmllint/Makefile Modified: head/japanese/another-htmllint/Makefile ============================================================================== --- head/japanese/another-htmllint/Makefile Wed Jul 22 03:14:31 2015 (r392658) +++ head/japanese/another-htmllint/Makefile Wed Jul 22 03:39:42 2015 (r392659) @@ -18,6 +18,7 @@ DOS2UNIX_FILES= readme.txt SHEBANG_FILES= htmllint.cgi tagslist.cgi SUB_FILES= htmllint pkg-message SUB_LIST+= PERL=${PERL} +NO_ARCH= YES OPTIONS_DEFINE= W3M W3M_DESC= Use w3m to show rendering result @@ -31,7 +32,11 @@ SEDSUB= ${SED} -i.bak -e 's@%%PREFIX%%@ # Please set this! HTMLLINT_ADMIN?= kuriyama@FreeBSD.org -.include +.include + +.if ${PERL_LEVEL} >= 502200 +RUN_DEPENDS+= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm +.endif do-build: @${SEDSUB} ${WRKSRC}/htmllintenv @@ -49,4 +54,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${STAGEDIR}${DATADIR}/rule -.include +.include From owner-svn-ports-all@freebsd.org Wed Jul 22 04:15:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CADE9A6FEF; Wed, 22 Jul 2015 04:15:05 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 020C71C0B; Wed, 22 Jul 2015 04:15:05 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M4F4B7029882; Wed, 22 Jul 2015 04:15:04 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M4F48n029881; Wed, 22 Jul 2015 04:15:04 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507220415.t6M4F48n029881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 22 Jul 2015 04:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392660 - head/security/samba-virusfilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 04:15:05 -0000 Author: kuriyama Date: Wed Jul 22 04:15:03 2015 New Revision: 392660 URL: https://svnweb.freebsd.org/changeset/ports/392660 Log: - Fix ksh shebang - Add missing dependency on ksh - Cosmetic whitespace fixes PR: ports/201536 Submitted by: amdmi3 Modified: head/security/samba-virusfilter/Makefile Modified: head/security/samba-virusfilter/Makefile ============================================================================== --- head/security/samba-virusfilter/Makefile Wed Jul 22 03:39:42 2015 (r392659) +++ head/security/samba-virusfilter/Makefile Wed Jul 22 04:15:03 2015 (r392660) @@ -2,6 +2,7 @@ PORTNAME= samba-virusfilter PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://cloud.github.com/downloads/fumiyas/samba-virusfilter/ @@ -10,12 +11,14 @@ COMMENT= On-access anti-virus filter for PATCH_DEPENDS= smbclient:${PORTSDIR}/net/${SAMBA_PORT} BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/${SAMBA_PORT}:configure +RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh GNU_CONFIGURE= yes -USES= tar:bzip2 gmake -ALL_TARGET= # should empty +USES= gmake shebangfix tar:bzip2 +SHEBANG_FILES= bin/svf-notify.ksh +ALL_TARGET= # should empty CONFIGURE_ARGS= --with-samba-source=`cd ${PORTSDIR}/net/${SAMBA_PORT}; ${MAKE} -VWRKSRC` \ - --with-clamd=${PREFIX}/sbin/clamd --with-savdid=${PREFIX}/bin/savdid + --with-clamd=${PREFIX}/sbin/clamd --with-savdid=${PREFIX}/bin/savdid SAMBA_PORT?= samba36 USE_AUTOTOOLS= autoconf autoheader # for net/${SAMBA_PORT} configure MAKE_ARGS= SAMBA_DATADIR=${PREFIX} From owner-svn-ports-all@freebsd.org Wed Jul 22 04:32:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B40369A7421; Wed, 22 Jul 2015 04:32:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 974731622; Wed, 22 Jul 2015 04:32:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M4WcVK037939; Wed, 22 Jul 2015 04:32:38 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M4WbOl037935; Wed, 22 Jul 2015 04:32:37 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201507220432.t6M4WbOl037935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 22 Jul 2015 04:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392661 - head/audio/libebur128 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 04:32:38 -0000 Author: danfe Date: Wed Jul 22 04:32:36 2015 New Revision: 392661 URL: https://svnweb.freebsd.org/changeset/ports/392661 Log: Update to version 1.0.2, small bug fix release (fixes a rare memory leak and updates the documentation of the EBUR128_MODE_I mode parameter). While here, improve grammar in the port description text. PR: 199209 Modified: head/audio/libebur128/Makefile head/audio/libebur128/distinfo head/audio/libebur128/pkg-descr head/audio/libebur128/pkg-plist Modified: head/audio/libebur128/Makefile ============================================================================== --- head/audio/libebur128/Makefile Wed Jul 22 04:15:03 2015 (r392660) +++ head/audio/libebur128/Makefile Wed Jul 22 04:32:36 2015 (r392661) @@ -1,25 +1,23 @@ -# Created by: gahr +# Created by: Pietro Cerutti # $FreeBSD$ PORTNAME= libebur128 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the EBU R128 loudness standard LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speexdsp -USES= cmake:outsource pkgconfig - USE_GITHUB= yes GH_ACCOUNT= jiixyj -PLIST_SUB+= VER1=${PORTVERSION:R:R} \ - VER3=${PORTVERSION} +USES= cmake:outsource pkgconfig +USE_LDCONFIG= yes .include Modified: head/audio/libebur128/distinfo ============================================================================== --- head/audio/libebur128/distinfo Wed Jul 22 04:15:03 2015 (r392660) +++ head/audio/libebur128/distinfo Wed Jul 22 04:32:36 2015 (r392661) @@ -1,2 +1,2 @@ -SHA256 (jiixyj-libebur128-v1.0.1_GH0.tar.gz) = 01aa7aed90c593944eeb3087a6f965557dc708de360bf1a589b3babb021e7336 -SIZE (jiixyj-libebur128-v1.0.1_GH0.tar.gz) = 29760 +SHA256 (jiixyj-libebur128-v1.0.2_GH0.tar.gz) = 9b334d31a26b47ba6740bb7bbee7a24461d535f426b1ed42368c187e27c08323 +SIZE (jiixyj-libebur128-v1.0.2_GH0.tar.gz) = 29794 Modified: head/audio/libebur128/pkg-descr ============================================================================== --- head/audio/libebur128/pkg-descr Wed Jul 22 04:15:03 2015 (r392660) +++ head/audio/libebur128/pkg-descr Wed Jul 22 04:32:36 2015 (r392661) @@ -1,4 +1,4 @@ libebur128 is a library that implements the EBU R 128 standard for loudness -normalisation. +normalization. WWW: https://github.com/jiixyj/libebur128 Modified: head/audio/libebur128/pkg-plist ============================================================================== --- head/audio/libebur128/pkg-plist Wed Jul 22 04:15:03 2015 (r392660) +++ head/audio/libebur128/pkg-plist Wed Jul 22 04:32:36 2015 (r392661) @@ -1,5 +1,5 @@ include/ebur128.h lib/libebur128.a lib/libebur128.so -lib/libebur128.so.%%VER1%% -lib/libebur128.so.%%VER3%% +lib/libebur128.so.1 +lib/libebur128.so.1.0.1 From owner-svn-ports-all@freebsd.org Wed Jul 22 04:33:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81FEA9A7465; Wed, 22 Jul 2015 04:33:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 658B71861; Wed, 22 Jul 2015 04:33:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M4XOMY038164; Wed, 22 Jul 2015 04:33:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M4XNB4038158; Wed, 22 Jul 2015 04:33:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507220433.t6M4XNB4038158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 22 Jul 2015 04:33:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392662 - in head/sysutils/terraform: . 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.20 Precedence: 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, 22 Jul 2015 04:33:24 -0000 Author: swills Date: Wed Jul 22 04:33:22 2015 New Revision: 392662 URL: https://svnweb.freebsd.org/changeset/ports/392662 Log: sysutils/terraform: update to 0.6.1 Added: head/sysutils/terraform/files/ head/sysutils/terraform/files/patch-src_github.com_fsouza_go-dockerclient_vendor_github.com_Sirupsen_logrus_terminal__bsd.go (contents, props changed) Modified: head/sysutils/terraform/Makefile head/sysutils/terraform/distinfo head/sysutils/terraform/pkg-plist Modified: head/sysutils/terraform/Makefile ============================================================================== --- head/sysutils/terraform/Makefile Wed Jul 22 04:32:36 2015 (r392661) +++ head/sysutils/terraform/Makefile Wed Jul 22 04:33:22 2015 (r392662) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= terraform -PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTVERSION= 0.6.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMEPREFIX= hashicorp- @@ -13,39 +12,59 @@ COMMENT= Provides a common configuration BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go USE_GITHUB= yes -GH_ACCOUNT= hashicorp:DEFAULT,atlasgo,consul,errwrap,gocheckpoint,gomultierror,goversion,hcl,yamux \ - mitchellh:cli,colorstring,copystructure,gohomedir,mapstructure,osext,panicwrap,prefixedio,reflectwalk,golinereader,packer \ - awslabs:awssdkgo vaughan0:goini golang:crypto,oauth2,net \ - pearkes:cloudflare,digitalocean,dnsimple,mailgun xanzy:cloudstack \ - soniah:dnsmadeeasy imdario:mergo fsouza:godocker google:apiclient GoogleCloudPlatform:gcloud \ - cyberdelia:heroku pborman:uuid rackspace:gophercloud dylanmei:winrmtest,iso8601 masterzen:winrm,simplexml,xmlpath \ - packer-community:winrmcp nu7hatch:gouuid satori:suuid armon:circbuf +GH_ACCOUNT= hashicorp:DEFAULT,atlasgo,consul,errwrap,gocheckpoint \ + hashicorp:gomultierror,goversion,hcl,yamux \ + mitchellh:cli,colorstring,copystructure,gohomedir \ + mitchellh:mapstructure,osext,panicwrap,prefixedio \ + mitchellh:reflectwalk,golinereader,packer \ + google:apiclient Azure:asfg,gpkcs aws:awssdkgo armon:circbuf \ + pearkes:cloudflare,digitalocean,dnsimple,mailgun \ + xanzy:cloudstack golang:crypto,oauth2,net soniah:dnsmadeeasy \ + GoogleCloudPlatform:gcloud fsouza:godocker vaughan0:goini \ + rackspace:gophercloud nu7hatch:gouuid cyberdelia:heroku \ + imdario:mergo satori:suuid pborman:uuid \ + masterzen:winrm,simplexml,xmlpath packer-community:winrmcp \ + dylanmei:winrmtest,iso8601 GH_PROJECT= atlas-go:atlasgo consul:consul errwrap:errwrap \ - go-checkpoint:gocheckpoint go-multierror:gomultierror go-version:goversion \ - hcl:hcl yamux:yamux cli:cli colorstring:colorstring copystructure:copystructure \ - go-homedir:gohomedir mapstructure:mapstructure osext:osext panicwrap:panicwrap \ - prefixedio:prefixedio reflectwalk:reflectwalk go-ini:goini aws-sdk-go:awssdkgo \ - crypto:crypto cloudflare:cloudflare go-cloudstack:cloudstack digitalocean:digitalocean \ - dnsmadeeasy:dnsmadeeasy mergo:mergo dnsimple:dnsimple go-dockerclient:godocker oauth2:oauth2 \ - net:net google-api-go-client:apiclient gcloud-golang:gcloud heroku-go:heroku \ - uuid:uuid mailgun:mailgun gophercloud:gophercloud winrmtest:winrmtest \ - winrm:winrm winrmcp:winrmcp go-linereader:golinereader iso8601:iso8601 \ - simplexml:simplexml packer:packer gouuid:gouuid go.uuid:suuid xmlpath:xmlpath circbuf:circbuf -GH_TAGNAME= 6a87d5f:atlasgo 9417fd3:consul 7554cd9:errwrap 88326f6:gocheckpoint fcdddc3:gomultierror \ - 999359b:goversion 513e04c:hcl b2e5585:yamux 6cc8bc5:cli 61164e4:colorstring 6fc6626:copystructure \ - 1f6da4a:gohomedir 442e588:mapstructure 0dd3f91:osext 45cbfd3:panicwrap 89d9b53:prefixedio 242be0c:reflectwalk \ - 43d7c58:awssdkgo a98ad7e:goini c10c31b:crypto 19e280b:cloudflare f73f6ff:cloudstack e966f00:digitalocean \ - 5578a8c:dnsmadeeasy 2fcac99:mergo 1e0c2b0:dnsimple f95d189:godocker b5adcc2:oauth2 589db58:net \ - d56f328:apiclient faa320c:gcloud 594d483:heroku ca53cad:uuid 5b02e7e:mailgun 9ad4137:gophercloud \ - 3e9661c:winrmtest 1323390:winrm 650a91d:winrmcp 07bab5f:golinereader 2075bf1:iso8601 \ - 95ba304:simplexml 350a5f8:packer 179d4d0:gouuid 7c7f202:suuid 13f4951:xmlpath f092b4f:circbuf + go-checkpoint:gocheckpoint go-multierror:gomultierror \ + go-version:goversion hcl:hcl yamux:yamux cli:cli \ + colorstring:colorstring copystructure:copystructure \ + go-homedir:gohomedir mapstructure:mapstructure osext:osext \ + panicwrap:panicwrap prefixedio:prefixedio \ + reflectwalk:reflectwalk go-linereader:golinereader \ + packer:packer google-api-go-client:apiclient \ + azure-sdk-for-go:asfg go-pkcs12:gpkcs aws-sdk-go:awssdkgo \ + circbuf:circbuf cloudflare:cloudflare digitalocean:digitalocean \ + dnsimple:dnsimple mailgun:mailgun go-cloudstack:cloudstack \ + crypto:crypto oauth2:oauth2 net:net dnsmadeeasy:dnsmadeeasy \ + gcloud-golang:gcloud go-dockerclient:godocker go-ini:goini \ + gophercloud:gophercloud gouuid:gouuid heroku-go:heroku \ + mergo:mergo go.uuid:suuid uuid:uuid winrm:winrm \ + simplexml:simplexml xmlpath:xmlpath winrmcp:winrmcp \ + winrmtest:winrmtest iso8601:iso8601 +GH_TAGNAME= 785958f:atlasgo c34bcb4:consul 7554cd9:errwrap \ + 88326f6:gocheckpoint 56912fb:gomultierror 999359b:goversion \ + 5486421:hcl 8e00b30:yamux 8102d0e:cli 61164e4:colorstring \ + 6fc6626:copystructure 1f6da4a:gohomedir 281073e:mapstructure \ + 0dd3f91:osext 45cbfd3:panicwrap 89d9b53:prefixedio \ + eecf4c7:reflectwalk 07bab5f:golinereader 2010a0c:packer \ + 18450f4:apiclient 9197765:asfg a635c06:gpkcs 2a6648c:awssdkgo \ + f092b4f:circbuf 19e280b:cloudflare e966f00:digitalocean \ + 2a807d1:dnsimple 5b02e7e:mailgun 0031956:cloudstack \ + 7d5b0be:crypto 8914e50:oauth2 f0cf018:net 5578a8c:dnsmadeeasy \ + 522a8ce:gcloud f6e9f53:godocker a98ad7e:goini \ + e83aa01:gophercloud 179d4d0:gouuid 594d483:heroku 61a5285:mergo \ + afe1e2d:suuid ed3ca8a:uuid 23128e7:winrm 95ba304:simplexml \ + 13f4951:xmlpath 743b1af:winrmcp 3e9661c:winrmtest \ + 2075bf1:iso8601 STRIP= # stripping can break go binaries -PLUGINS= provider-atlas provider-aws provider-cloudflare provider-cloudstack \ - provider-consul provider-digitalocean provider-dme provider-dnsimple \ - provider-docker provider-google provider-heroku provider-mailgun \ - provider-null provider-openstack provider-template provider-terraform \ +PLUGINS= provider-atlas provider-aws provider-azure provider-cloudflare \ + provider-cloudstack provider-consul provider-digitalocean \ + provider-dme provider-dnsimple provider-docker provider-google \ + provider-heroku provider-mailgun provider-null \ + provider-openstack provider-template provider-terraform \ provisioner-chef provisioner-file provisioner-local-exec \ provisioner-remote-exec @@ -60,73 +79,78 @@ post-extract: @${MV} ${WRKSRC}/${src} \ ${WRKSRC}/src/github.com/hashicorp/${PORTNAME} .endfor - @${MKDIR} ${WRKSRC}/src/github.com/mitchellh + @${MKDIR} ${WRKSRC}/src/code.google.com/p/go-uuid + @${MKDIR} ${WRKSRC}/src/github.com/Azure + @${MKDIR} ${WRKSRC}/src/github.com/armon + @${MKDIR} ${WRKSRC}/src/github.com/aws @${MKDIR} ${WRKSRC}/src/github.com/awslabs - @${MKDIR} ${WRKSRC}/src/github.com/vaughan0 - @${MKDIR} ${WRKSRC}/src/github.com/pearkes - @${MKDIR} ${WRKSRC}/src/github.com/xanzy - @${MKDIR} ${WRKSRC}/src/github.com/soniah - @${MKDIR} ${WRKSRC}/src/github.com/imdario - @${MKDIR} ${WRKSRC}/src/github.com/fsouza - @${MKDIR} ${WRKSRC}/src/github.com/golang @${MKDIR} ${WRKSRC}/src/github.com/cyberdelia - @${MKDIR} ${WRKSRC}/src/github.com/rackspace @${MKDIR} ${WRKSRC}/src/github.com/dylanmei + @${MKDIR} ${WRKSRC}/src/github.com/fsouza + @${MKDIR} ${WRKSRC}/src/github.com/golang + @${MKDIR} ${WRKSRC}/src/github.com/imdario @${MKDIR} ${WRKSRC}/src/github.com/masterzen - @${MKDIR} ${WRKSRC}/src/github.com/packer-community + @${MKDIR} ${WRKSRC}/src/github.com/mitchellh @${MKDIR} ${WRKSRC}/src/github.com/nu7hatch + @${MKDIR} ${WRKSRC}/src/github.com/packer-community + @${MKDIR} ${WRKSRC}/src/github.com/pearkes + @${MKDIR} ${WRKSRC}/src/github.com/rackspace @${MKDIR} ${WRKSRC}/src/github.com/satori - @${MKDIR} ${WRKSRC}/src/github.com/armon - @${MKDIR} ${WRKSRC}/src/google.golang.org + @${MKDIR} ${WRKSRC}/src/github.com/soniah + @${MKDIR} ${WRKSRC}/src/github.com/vaughan0 + @${MKDIR} ${WRKSRC}/src/github.com/xanzy @${MKDIR} ${WRKSRC}/src/golang.org/x - @${MKDIR} ${WRKSRC}/src/code.google.com/p/go-uuid + @${MKDIR} ${WRKSRC}/src/google.golang.org + @${MV} ${WRKSRC_apiclient} ${WRKSRC}/src/google.golang.org/api + @${MV} ${WRKSRC_asfg} ${WRKSRC}/src/github.com/Azure/azure-sdk-for-go @${MV} ${WRKSRC_atlasgo} ${WRKSRC}/src/github.com/hashicorp/atlas-go - @${MV} ${WRKSRC_osext} ${WRKSRC}/src/github.com/mitchellh/osext - @${MV} ${WRKSRC_panicwrap} ${WRKSRC}/src/github.com/mitchellh/panicwrap - @${MV} ${WRKSRC_prefixedio} ${WRKSRC}/src/github.com/mitchellh/prefixedio - @${MV} ${WRKSRC_reflectwalk} ${WRKSRC}/src/github.com/mitchellh/reflectwalk - @${MV} ${WRKSRC_mapstructure} ${WRKSRC}/src/github.com/mitchellh/mapstructure - @${MV} ${WRKSRC_gohomedir} ${WRKSRC}/src/github.com/mitchellh/go-homedir - @${MV} ${WRKSRC_copystructure} ${WRKSRC}/src/github.com/mitchellh/copystructure - @${MV} ${WRKSRC_colorstring} ${WRKSRC}/src/github.com/mitchellh/colorstring + @${CP} -r ${WRKSRC_awssdkgo} ${WRKSRC}/src/github.com/awslabs/aws-sdk-go + @${MV} ${WRKSRC_awssdkgo} ${WRKSRC}/src/github.com/aws/aws-sdk-go + @${MV} ${WRKSRC_circbuf} ${WRKSRC}/src/github.com/armon/circbuf @${MV} ${WRKSRC_cli} ${WRKSRC}/src/github.com/mitchellh/cli - @${MV} ${WRKSRC_hcl} ${WRKSRC}/src/github.com/hashicorp/hcl - @${MV} ${WRKSRC_goversion} ${WRKSRC}/src/github.com/hashicorp/go-version - @${MV} ${WRKSRC_gomultierror} ${WRKSRC}/src/github.com/hashicorp/go-multierror - @${MV} ${WRKSRC_gocheckpoint} ${WRKSRC}/src/github.com/hashicorp/go-checkpoint - @${MV} ${WRKSRC_errwrap} ${WRKSRC}/src/github.com/hashicorp/errwrap - @${MV} ${WRKSRC_consul} ${WRKSRC}/src/github.com/hashicorp/consul - @${MV} ${WRKSRC_yamux} ${WRKSRC}/src/github.com/hashicorp/yamux - @${MV} ${WRKSRC_awssdkgo} ${WRKSRC}/src/github.com/awslabs/aws-sdk-go - @${MV} ${WRKSRC_goini} ${WRKSRC}/src/github.com/vaughan0/go-ini - @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto @${MV} ${WRKSRC_cloudflare} ${WRKSRC}/src/github.com/pearkes/cloudflare @${MV} ${WRKSRC_cloudstack} ${WRKSRC}/src/github.com/xanzy/go-cloudstack + @${MV} ${WRKSRC_colorstring} ${WRKSRC}/src/github.com/mitchellh/colorstring + @${MV} ${WRKSRC_consul} ${WRKSRC}/src/github.com/hashicorp/consul + @${MV} ${WRKSRC_copystructure} ${WRKSRC}/src/github.com/mitchellh/copystructure + @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto @${MV} ${WRKSRC_digitalocean} ${WRKSRC}/src/github.com/pearkes/digitalocean - @${MV} ${WRKSRC_dnsmadeeasy} ${WRKSRC}/src/github.com/soniah/dnsmadeeasy - @${MV} ${WRKSRC_mergo} ${WRKSRC}/src/github.com/imdario/mergo @${MV} ${WRKSRC_dnsimple} ${WRKSRC}/src/github.com/pearkes/dnsimple - @${MV} ${WRKSRC_godocker} ${WRKSRC}/src/github.com/fsouza/go-dockerclient - @${MV} ${WRKSRC_oauth2} ${WRKSRC}/src/golang.org/x/oauth2 - @${CP} -r ${WRKSRC_net} ${WRKSRC}/src/golang.org/x/net - @${MV} ${WRKSRC_net} ${WRKSRC}/src/github.com/golang/net - @${MV} ${WRKSRC_apiclient} ${WRKSRC}/src/google.golang.org/api + @${MV} ${WRKSRC_dnsmadeeasy} ${WRKSRC}/src/github.com/soniah/dnsmadeeasy + @${MV} ${WRKSRC_errwrap} ${WRKSRC}/src/github.com/hashicorp/errwrap @${MV} ${WRKSRC_gcloud} ${WRKSRC}/src/google.golang.org/cloud - @${MV} ${WRKSRC_heroku} ${WRKSRC}/src/github.com/cyberdelia/heroku-go - @${MV} ${WRKSRC_uuid} ${WRKSRC}/src/code.google.com/p/go-uuid/uuid - @${MV} ${WRKSRC_mailgun} ${WRKSRC}/src/github.com/pearkes/mailgun - @${MV} ${WRKSRC_gophercloud} ${WRKSRC}/src/github.com/rackspace/gophercloud - @${MV} ${WRKSRC_winrmtest} ${WRKSRC}/src/github.com/dylanmei/winrmtest - @${MV} ${WRKSRC_winrm} ${WRKSRC}/src/github.com/masterzen/winrm - @${MV} ${WRKSRC_winrmcp} ${WRKSRC}/src/github.com/packer-community/winrmcp + @${MV} ${WRKSRC_gocheckpoint} ${WRKSRC}/src/github.com/hashicorp/go-checkpoint + @${MV} ${WRKSRC_godocker} ${WRKSRC}/src/github.com/fsouza/go-dockerclient + @${MV} ${WRKSRC_gohomedir} ${WRKSRC}/src/github.com/mitchellh/go-homedir + @${MV} ${WRKSRC_goini} ${WRKSRC}/src/github.com/vaughan0/go-ini @${MV} ${WRKSRC_golinereader} ${WRKSRC}/src/github.com/mitchellh/go-linereader + @${MV} ${WRKSRC_gomultierror} ${WRKSRC}/src/github.com/hashicorp/go-multierror + @${MV} ${WRKSRC_gophercloud} ${WRKSRC}/src/github.com/rackspace/gophercloud + @${MV} ${WRKSRC_gouuid} ${WRKSRC}/src/github.com/nu7hatch/gouuid + @${MV} ${WRKSRC_goversion} ${WRKSRC}/src/github.com/hashicorp/go-version + @${MV} ${WRKSRC_gpkcs} ${WRKSRC}/src/github.com/Azure/go-pkcs12 + @${MV} ${WRKSRC_hcl} ${WRKSRC}/src/github.com/hashicorp/hcl + @${MV} ${WRKSRC_heroku} ${WRKSRC}/src/github.com/cyberdelia/heroku-go @${MV} ${WRKSRC_iso8601} ${WRKSRC}/src/github.com/dylanmei/iso8601 - @${MV} ${WRKSRC_simplexml} ${WRKSRC}/src/github.com/masterzen/simplexml + @${MV} ${WRKSRC_mailgun} ${WRKSRC}/src/github.com/pearkes/mailgun + @${MV} ${WRKSRC_mapstructure} ${WRKSRC}/src/github.com/mitchellh/mapstructure + @${MV} ${WRKSRC_mergo} ${WRKSRC}/src/github.com/imdario/mergo + @${CP} -r ${WRKSRC_net} ${WRKSRC}/src/golang.org/x/net + @${MV} ${WRKSRC_net} ${WRKSRC}/src/github.com/golang/net + @${MV} ${WRKSRC_oauth2} ${WRKSRC}/src/golang.org/x/oauth2 + @${MV} ${WRKSRC_osext} ${WRKSRC}/src/github.com/mitchellh/osext @${MV} ${WRKSRC_packer} ${WRKSRC}/src/github.com/mitchellh/packer - @${MV} ${WRKSRC_gouuid} ${WRKSRC}/src/github.com/nu7hatch/gouuid + @${MV} ${WRKSRC_panicwrap} ${WRKSRC}/src/github.com/mitchellh/panicwrap + @${MV} ${WRKSRC_prefixedio} ${WRKSRC}/src/github.com/mitchellh/prefixedio + @${MV} ${WRKSRC_reflectwalk} ${WRKSRC}/src/github.com/mitchellh/reflectwalk + @${MV} ${WRKSRC_simplexml} ${WRKSRC}/src/github.com/masterzen/simplexml @${MV} ${WRKSRC_suuid} ${WRKSRC}/src/github.com/satori/go.uuid + @${MV} ${WRKSRC_uuid}/uuid ${WRKSRC}/src/code.google.com/p/go-uuid/uuid + @${MV} ${WRKSRC_winrmcp} ${WRKSRC}/src/github.com/packer-community/winrmcp + @${MV} ${WRKSRC_winrmtest} ${WRKSRC}/src/github.com/dylanmei/winrmtest + @${MV} ${WRKSRC_winrm} ${WRKSRC}/src/github.com/masterzen/winrm @${MV} ${WRKSRC_xmlpath} ${WRKSRC}/src/github.com/masterzen/xmlpath - @${MV} ${WRKSRC_circbuf} ${WRKSRC}/src/github.com/armon/circbuf + @${MV} ${WRKSRC_yamux} ${WRKSRC}/src/github.com/hashicorp/yamux do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} Modified: head/sysutils/terraform/distinfo ============================================================================== --- head/sysutils/terraform/distinfo Wed Jul 22 04:32:36 2015 (r392661) +++ head/sysutils/terraform/distinfo Wed Jul 22 04:33:22 2015 (r392662) @@ -1,94 +1,98 @@ -SHA256 (hashicorp-terraform-v0.5.3_GH0.tar.gz) = be71d430df5b28deaff815ee775bbb4d8e240b145450d6c027baa6ef0860ca94 -SIZE (hashicorp-terraform-v0.5.3_GH0.tar.gz) = 3749136 -SHA256 (hashicorp-atlas-go-6a87d5f_GH0.tar.gz) = f7f45889f7ed3b0e2402d9cbc9d2b20719fe13c594d4ebbd1e4f60d60501af61 -SIZE (hashicorp-atlas-go-6a87d5f_GH0.tar.gz) = 36565 -SHA256 (hashicorp-consul-9417fd3_GH0.tar.gz) = 71409b84a41f97452a550abfb41f8050df919d2045836150c11acf75d9a2b7a2 -SIZE (hashicorp-consul-9417fd3_GH0.tar.gz) = 1821078 +SHA256 (hashicorp-terraform-v0.6.1_GH0.tar.gz) = dd1b3eebd680e23b0c4279226f3ef149a9e1fa36c905ab63da502c8557b719ab +SIZE (hashicorp-terraform-v0.6.1_GH0.tar.gz) = 3878025 +SHA256 (hashicorp-atlas-go-785958f_GH0.tar.gz) = 90cfb00f4e50fcca584f87c54bd76d5ccace2017df1c61bb992f2e33bb606e90 +SIZE (hashicorp-atlas-go-785958f_GH0.tar.gz) = 37246 +SHA256 (hashicorp-consul-c34bcb4_GH0.tar.gz) = e289d36e7590da32ebbba76900ea50e0e7d486cd517536b89fca2f2d6e0ee759 +SIZE (hashicorp-consul-c34bcb4_GH0.tar.gz) = 1875310 SHA256 (hashicorp-errwrap-7554cd9_GH0.tar.gz) = b800e361c15decd0ebb39a0ff02ad046a1fc81021267f8625232f3921617daa0 SIZE (hashicorp-errwrap-7554cd9_GH0.tar.gz) = 8312 SHA256 (hashicorp-go-checkpoint-88326f6_GH0.tar.gz) = 49133eeca2707d2c025219f261dd3ebd8155fe22907c412445b8ffc7a4137755 SIZE (hashicorp-go-checkpoint-88326f6_GH0.tar.gz) = 9826 -SHA256 (hashicorp-go-multierror-fcdddc3_GH0.tar.gz) = e730020ed331e0fed430a5f725de4c5f61aa7f240258f797833d1689efb178b0 -SIZE (hashicorp-go-multierror-fcdddc3_GH0.tar.gz) = 8064 +SHA256 (hashicorp-go-multierror-56912fb_GH0.tar.gz) = de765913740311a2be5f9dd1267a79cfe79ed18c94039a905000acb56068c64a +SIZE (hashicorp-go-multierror-56912fb_GH0.tar.gz) = 8432 SHA256 (hashicorp-go-version-999359b_GH0.tar.gz) = 59ebc270b121626de3ccdd34f35b255961e7626876c854d9ddbe9070dc4ce7e6 SIZE (hashicorp-go-version-999359b_GH0.tar.gz) = 10417 -SHA256 (hashicorp-hcl-513e04c_GH0.tar.gz) = 9cb1e4a7fb176da78d8e9d001faf4290ed3717659f663e37ee5937544f22ee3c -SIZE (hashicorp-hcl-513e04c_GH0.tar.gz) = 28683 -SHA256 (hashicorp-yamux-b2e5585_GH0.tar.gz) = 38e3b567240898d870c5134cace538bfc7df9105d2d0cdd487fb1bd5e8e895f4 -SIZE (hashicorp-yamux-b2e5585_GH0.tar.gz) = 19245 -SHA256 (mitchellh-cli-6cc8bc5_GH0.tar.gz) = 548d9450e53b527aaa494d060769d91449f2daeeed4ae77e818117b169f19937 -SIZE (mitchellh-cli-6cc8bc5_GH0.tar.gz) = 12683 +SHA256 (hashicorp-hcl-5486421_GH0.tar.gz) = 5a9257d119d3b3be9ce4d432c21db916b140d12bbcafb78e873184895f3e6970 +SIZE (hashicorp-hcl-5486421_GH0.tar.gz) = 28868 +SHA256 (hashicorp-yamux-8e00b30_GH0.tar.gz) = 7d8a8620b710a1e00fa7cb0df889a8a82e0bd8074508cb7922429220163f529b +SIZE (hashicorp-yamux-8e00b30_GH0.tar.gz) = 19340 +SHA256 (mitchellh-cli-8102d0e_GH0.tar.gz) = 673be64ba7e1e285db690e7c5dc15c416874c2ed135356ea808b5e11c364f380 +SIZE (mitchellh-cli-8102d0e_GH0.tar.gz) = 13045 SHA256 (mitchellh-colorstring-61164e4_GH0.tar.gz) = aeeca255226de544908e5acf8b5218e5930b0caa16543e3ecd1c64dd74407578 SIZE (mitchellh-colorstring-61164e4_GH0.tar.gz) = 4324 SHA256 (mitchellh-copystructure-6fc6626_GH0.tar.gz) = b632b0536ab26766989d11287d798417b7583e4f55928ee2c1100d11a222d64a SIZE (mitchellh-copystructure-6fc6626_GH0.tar.gz) = 4029 SHA256 (mitchellh-go-homedir-1f6da4a_GH0.tar.gz) = 833deeb737da785f28dce3dc349ab229224a1c9694e3636c3588c54171404b24 SIZE (mitchellh-go-homedir-1f6da4a_GH0.tar.gz) = 2533 -SHA256 (mitchellh-mapstructure-442e588_GH0.tar.gz) = 5ca01f6ba1175733ae94a13e532e9465b11951519dcdcc6693651842ed1d6205 -SIZE (mitchellh-mapstructure-442e588_GH0.tar.gz) = 12216 +SHA256 (mitchellh-mapstructure-281073e_GH0.tar.gz) = e511fe333b7ce7cbe2b1d03e35f8a3d9ed1bf52eb3aca32859fe5f7acb54ea33 +SIZE (mitchellh-mapstructure-281073e_GH0.tar.gz) = 13968 SHA256 (mitchellh-osext-0dd3f91_GH0.tar.gz) = 3e5374bf20fc761425a8845f05658f3219afd025a871de181ab28b5797a4b5fd SIZE (mitchellh-osext-0dd3f91_GH0.tar.gz) = 2787 SHA256 (mitchellh-panicwrap-45cbfd3_GH0.tar.gz) = 20587733dbdc7623dbe0e8bec3ef0b62e39ce10fe464c6204a74153fc43edf44 SIZE (mitchellh-panicwrap-45cbfd3_GH0.tar.gz) = 7231 SHA256 (mitchellh-prefixedio-89d9b53_GH0.tar.gz) = 144419c3adcfe38a90fd18f2c4a156d7e1267430103301cf95363dfa8515dfda SIZE (mitchellh-prefixedio-89d9b53_GH0.tar.gz) = 3112 -SHA256 (mitchellh-reflectwalk-242be0c_GH0.tar.gz) = c45c6a1f86290d328970e94f9cd9f974b3509dbb287f93a5675ceae397353d3f -SIZE (mitchellh-reflectwalk-242be0c_GH0.tar.gz) = 4286 +SHA256 (mitchellh-reflectwalk-eecf4c7_GH0.tar.gz) = a681b9f5f9a8c24d01d9e05a088dc2053fa637060cf4fa8a4232d5ef4f00ca11 +SIZE (mitchellh-reflectwalk-eecf4c7_GH0.tar.gz) = 4272 SHA256 (mitchellh-go-linereader-07bab5f_GH0.tar.gz) = b95df1b72219bcc4a8e115648d35463eee05a7b0d2d529651866d20397df8ac9 SIZE (mitchellh-go-linereader-07bab5f_GH0.tar.gz) = 2860 -SHA256 (mitchellh-packer-350a5f8_GH0.tar.gz) = 4e5b47de20290302104656c6953fc967a0cbc1351aafdeeed349d1055b424526 -SIZE (mitchellh-packer-350a5f8_GH0.tar.gz) = 1025095 -SHA256 (awslabs-aws-sdk-go-43d7c58_GH0.tar.gz) = c66520ab6eb956baaef035de4cedbe1bad99e12b6ab075db605b5890226b7a1e -SIZE (awslabs-aws-sdk-go-43d7c58_GH0.tar.gz) = 1909433 -SHA256 (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = f8daa0afa08af1fdce4747074602078c72f49fd60c7d8dc3d07b6b7e70cd5f82 -SIZE (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = 3694 -SHA256 (golang-crypto-c10c31b_GH0.tar.gz) = 3cf2aac13968f251eabfb8b1201cfcb6c0ddb45c1c8b758f34810259a3870a86 -SIZE (golang-crypto-c10c31b_GH0.tar.gz) = 874020 -SHA256 (golang-oauth2-b5adcc2_GH0.tar.gz) = 5d8237207c887ae19c435ab763ffe2092af8bdd8112f7656ee24069d6cb74661 -SIZE (golang-oauth2-b5adcc2_GH0.tar.gz) = 32037 -SHA256 (golang-net-589db58_GH0.tar.gz) = 6ffe37c47a75d9f3857c79c6cc15a287427c0a1fc6b1a940846f55539d57140d -SIZE (golang-net-589db58_GH0.tar.gz) = 451724 +SHA256 (mitchellh-packer-2010a0c_GH0.tar.gz) = fb7a50d70aef5df7d76accb2f2f2caa1840d6e3e36fa7ef41f40f6116e0b26fc +SIZE (mitchellh-packer-2010a0c_GH0.tar.gz) = 1077083 +SHA256 (google-google-api-go-client-18450f4_GH0.tar.gz) = f3bf2d0025170b1ee2d69b5521980766134b3474dd07dbf3c5865767905ce83b +SIZE (google-google-api-go-client-18450f4_GH0.tar.gz) = 2315879 +SHA256 (Azure-azure-sdk-for-go-9197765_GH0.tar.gz) = 6c2b6086de3adcd51867630423999856372903b5a40871963173fab523455c42 +SIZE (Azure-azure-sdk-for-go-9197765_GH0.tar.gz) = 359472 +SHA256 (Azure-go-pkcs12-a635c06_GH0.tar.gz) = 8a109c2f33fe70d19abf9c5b6d16385ba330b91d7925376efbdcb7f882a9b981 +SIZE (Azure-go-pkcs12-a635c06_GH0.tar.gz) = 18820 +SHA256 (aws-aws-sdk-go-2a6648c_GH0.tar.gz) = fe533313f61d75b9620b4d92c816eb9849719dc99a2f27d989cdab8ac779cc2e +SIZE (aws-aws-sdk-go-2a6648c_GH0.tar.gz) = 2010207 +SHA256 (armon-circbuf-f092b4f_GH0.tar.gz) = e18e259eab192a3d820ed6d5a813268726ea80acd438d28f2a0cea92b7c94a6b +SIZE (armon-circbuf-f092b4f_GH0.tar.gz) = 2744 SHA256 (pearkes-cloudflare-19e280b_GH0.tar.gz) = 3bd369cb77aef6dc165243d3dd0155644a85da1e9a96e5ef1b4dff6c4f4f5f0f SIZE (pearkes-cloudflare-19e280b_GH0.tar.gz) = 11722 SHA256 (pearkes-digitalocean-e966f00_GH0.tar.gz) = 5b51b6e3be95531a5e7cd1d28b09ea3c470d996a5c116fef20a44ef4701e6eed SIZE (pearkes-digitalocean-e966f00_GH0.tar.gz) = 14346 -SHA256 (pearkes-dnsimple-1e0c2b0_GH0.tar.gz) = 2b5ed50c91445fe70c506fa8a5b8bb26ce5815ff264ed7a34bd484095f20f4c1 -SIZE (pearkes-dnsimple-1e0c2b0_GH0.tar.gz) = 11285 +SHA256 (pearkes-dnsimple-2a807d1_GH0.tar.gz) = a3e6f459412b90310ab2dbfced366677cc9ae05a2e4fc22e2997b291d1cded88 +SIZE (pearkes-dnsimple-2a807d1_GH0.tar.gz) = 11496 SHA256 (pearkes-mailgun-5b02e7e_GH0.tar.gz) = ccb1c6507c26a6fa31bc0c285a075a8545e81bc5428a77ebe8a1c6cb2043e2fe SIZE (pearkes-mailgun-5b02e7e_GH0.tar.gz) = 10438 -SHA256 (xanzy-go-cloudstack-f73f6ff_GH0.tar.gz) = 35914e88a98438acac408e0ceda520934888592daad938aafb32a2532358e651 -SIZE (xanzy-go-cloudstack-f73f6ff_GH0.tar.gz) = 433150 +SHA256 (xanzy-go-cloudstack-0031956_GH0.tar.gz) = 66d130f296d1c17c27731909e5f1259bcc573a5d760963467072c61b267bba75 +SIZE (xanzy-go-cloudstack-0031956_GH0.tar.gz) = 439984 +SHA256 (golang-crypto-7d5b0be_GH0.tar.gz) = 873c936455a17a83eb5ad94b2c9b5c6b5c593a9205f9fda8b44e57436db79d5f +SIZE (golang-crypto-7d5b0be_GH0.tar.gz) = 874638 +SHA256 (golang-oauth2-8914e50_GH0.tar.gz) = 966a5e96103684ff98e2de76ab4115935ead5dd24e11cdd9f6f655bd95dbac0d +SIZE (golang-oauth2-8914e50_GH0.tar.gz) = 32042 +SHA256 (golang-net-f0cf018_GH0.tar.gz) = 42c8f5f7846c359983925e3cffb91be92d9f2d48e36867a61b05be51e10edf65 +SIZE (golang-net-f0cf018_GH0.tar.gz) = 482653 SHA256 (soniah-dnsmadeeasy-5578a8c_GH0.tar.gz) = 3eecf1e256b06fd8beab9c936e2fd0a8f56e1e296c6183ffcfae349d040d3433 SIZE (soniah-dnsmadeeasy-5578a8c_GH0.tar.gz) = 12549 -SHA256 (imdario-mergo-2fcac99_GH0.tar.gz) = 7a13bb8d61e604637d972678a8175a3bd04f99b9898c86acce0695d7e0e5bdce -SIZE (imdario-mergo-2fcac99_GH0.tar.gz) = 8557 -SHA256 (fsouza-go-dockerclient-f95d189_GH0.tar.gz) = 4ea388b57d278a8c90452bcf819889c023995bcdb9b6401758f520941c5195fc -SIZE (fsouza-go-dockerclient-f95d189_GH0.tar.gz) = 149472 -SHA256 (google-google-api-go-client-d56f328_GH0.tar.gz) = 97dd77892d56ac160d8fbd06aca76ae81d80df943bd8bc7362c0e60fd42fc3ce -SIZE (google-google-api-go-client-d56f328_GH0.tar.gz) = 2207915 -SHA256 (GoogleCloudPlatform-gcloud-golang-faa320c_GH0.tar.gz) = c8acb176a21f45216ea04bcf0c5a21f3be10a7d91b234ea29887b3ea912c96c6 -SIZE (GoogleCloudPlatform-gcloud-golang-faa320c_GH0.tar.gz) = 147501 +SHA256 (GoogleCloudPlatform-gcloud-golang-522a8ce_GH0.tar.gz) = 146b3ba89bf3ddf2558b359964fa7dcb251bb848f3c2996d4ec513de04066f40 +SIZE (GoogleCloudPlatform-gcloud-golang-522a8ce_GH0.tar.gz) = 164091 +SHA256 (fsouza-go-dockerclient-f6e9f53_GH0.tar.gz) = 027bef9370d64360a57f7a016fd61f1fe31c539ecafe6b11f75749affb3c4f1d +SIZE (fsouza-go-dockerclient-f6e9f53_GH0.tar.gz) = 188778 +SHA256 (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = f8daa0afa08af1fdce4747074602078c72f49fd60c7d8dc3d07b6b7e70cd5f82 +SIZE (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = 3694 +SHA256 (rackspace-gophercloud-e83aa01_GH0.tar.gz) = 81b454a5b1f00bb5deae30d167eab5a8e940920c514ef1c21bf0cfa37fea9363 +SIZE (rackspace-gophercloud-e83aa01_GH0.tar.gz) = 334904 +SHA256 (nu7hatch-gouuid-179d4d0_GH0.tar.gz) = 8c910070e1acc74e66f727e0ff6a28f84009c941ace87be8766c13f964dab3fc +SIZE (nu7hatch-gouuid-179d4d0_GH0.tar.gz) = 3737 SHA256 (cyberdelia-heroku-go-594d483_GH0.tar.gz) = 1c85a72645c4a8bfe366a4bf1e220ce31215bb7b7546c6664b0b040124785804 SIZE (cyberdelia-heroku-go-594d483_GH0.tar.gz) = 31181 -SHA256 (pborman-uuid-ca53cad_GH0.tar.gz) = def1d2a7acdd938fa87850a950d5f0c93b8a0818651ee756f77d4e63bf446675 -SIZE (pborman-uuid-ca53cad_GH0.tar.gz) = 10017 -SHA256 (rackspace-gophercloud-9ad4137_GH0.tar.gz) = a2bdba32974b7edb1b832ad3a2aa994d89ff3194cb7bdd1b788b10d3369b7bec -SIZE (rackspace-gophercloud-9ad4137_GH0.tar.gz) = 332248 -SHA256 (dylanmei-winrmtest-3e9661c_GH0.tar.gz) = 1087fc4b04196981b7c1412556e88646619481c9b548caa5aaa9f54cdb4d93d5 -SIZE (dylanmei-winrmtest-3e9661c_GH0.tar.gz) = 3673 -SHA256 (dylanmei-iso8601-2075bf1_GH0.tar.gz) = c0bf90f3cbc2ff0c107f16e44fe5383de8972d6b3555f113e1ac7eeeaf769657 -SIZE (dylanmei-iso8601-2075bf1_GH0.tar.gz) = 2436 -SHA256 (masterzen-winrm-1323390_GH0.tar.gz) = 8d9a39562c4d3a6f9d615916d9ee7d2dbdd974943a31693d8dab9aa5f801cf0a -SIZE (masterzen-winrm-1323390_GH0.tar.gz) = 22210 +SHA256 (imdario-mergo-61a5285_GH0.tar.gz) = 309d4842eb3bd734305058a92dc00749fa977940f3cd1e83c12427842256c1d3 +SIZE (imdario-mergo-61a5285_GH0.tar.gz) = 8584 +SHA256 (satori-go.uuid-afe1e2d_GH0.tar.gz) = 9a7230686a99098e50ced69108ff06f84e263756f63d38604b24732839f8e436 +SIZE (satori-go.uuid-afe1e2d_GH0.tar.gz) = 6550 +SHA256 (pborman-uuid-ed3ca8a_GH0.tar.gz) = 0030622ed5a677f6382d9cf28e69f40509855df88e82335ab589ce208ebeee58 +SIZE (pborman-uuid-ed3ca8a_GH0.tar.gz) = 41014 +SHA256 (masterzen-winrm-23128e7_GH0.tar.gz) = 8794416b430ea64a15c6c5b9d5b011c2766926d34ffbafc06859fa56f452b873 +SIZE (masterzen-winrm-23128e7_GH0.tar.gz) = 22059 SHA256 (masterzen-simplexml-95ba304_GH0.tar.gz) = d18f8ed120db84d37772d95a5174b5c3078743074209eb9b08bed108e52a348f SIZE (masterzen-simplexml-95ba304_GH0.tar.gz) = 6731 SHA256 (masterzen-xmlpath-13f4951_GH0.tar.gz) = 8f1b82a29d42616886c080a33dcc0884d5f2fd8579b7c4e8fc0e371b4f645e44 SIZE (masterzen-xmlpath-13f4951_GH0.tar.gz) = 13320 -SHA256 (packer-community-winrmcp-650a91d_GH0.tar.gz) = f43ff5b87cd52483760d165548305e21c11e2bc3b63e4d6e4729f0515cd789f9 -SIZE (packer-community-winrmcp-650a91d_GH0.tar.gz) = 5968 -SHA256 (nu7hatch-gouuid-179d4d0_GH0.tar.gz) = 8c910070e1acc74e66f727e0ff6a28f84009c941ace87be8766c13f964dab3fc -SIZE (nu7hatch-gouuid-179d4d0_GH0.tar.gz) = 3737 -SHA256 (satori-go.uuid-7c7f202_GH0.tar.gz) = 329a49c627bcae290a2a3d032e349444a87ff2243beb56d5f15aa64557ca0399 -SIZE (satori-go.uuid-7c7f202_GH0.tar.gz) = 6471 -SHA256 (armon-circbuf-f092b4f_GH0.tar.gz) = e18e259eab192a3d820ed6d5a813268726ea80acd438d28f2a0cea92b7c94a6b -SIZE (armon-circbuf-f092b4f_GH0.tar.gz) = 2744 +SHA256 (packer-community-winrmcp-743b1af_GH0.tar.gz) = 012dc4d47fe091e7ba825b9ba7d03b0b34d8afb885284ba8396fb2d72a172e36 +SIZE (packer-community-winrmcp-743b1af_GH0.tar.gz) = 5957 +SHA256 (dylanmei-winrmtest-3e9661c_GH0.tar.gz) = 1087fc4b04196981b7c1412556e88646619481c9b548caa5aaa9f54cdb4d93d5 +SIZE (dylanmei-winrmtest-3e9661c_GH0.tar.gz) = 3673 +SHA256 (dylanmei-iso8601-2075bf1_GH0.tar.gz) = c0bf90f3cbc2ff0c107f16e44fe5383de8972d6b3555f113e1ac7eeeaf769657 +SIZE (dylanmei-iso8601-2075bf1_GH0.tar.gz) = 2436 Added: head/sysutils/terraform/files/patch-src_github.com_fsouza_go-dockerclient_vendor_github.com_Sirupsen_logrus_terminal__bsd.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/terraform/files/patch-src_github.com_fsouza_go-dockerclient_vendor_github.com_Sirupsen_logrus_terminal__bsd.go Wed Jul 22 04:33:22 2015 (r392662) @@ -0,0 +1,8 @@ +--- src/github.com/fsouza/go-dockerclient/vendor/github.com/Sirupsen/logrus/terminal_bsd.go.orig 2015-07-17 20:42:10 UTC ++++ src/github.com/fsouza/go-dockerclient/vendor/github.com/Sirupsen/logrus/terminal_bsd.go +@@ -1,4 +1,4 @@ +-// +build darwin freebsd openbsd netbsd dragonfly ++// +build darwin openbsd netbsd dragonfly + + package logrus + Modified: head/sysutils/terraform/pkg-plist ============================================================================== --- head/sysutils/terraform/pkg-plist Wed Jul 22 04:32:36 2015 (r392661) +++ head/sysutils/terraform/pkg-plist Wed Jul 22 04:33:22 2015 (r392662) @@ -1,6 +1,7 @@ bin/terraform bin/terraform-provider-atlas bin/terraform-provider-aws +bin/terraform-provider-azure bin/terraform-provider-cloudflare bin/terraform-provider-cloudstack bin/terraform-provider-consul From owner-svn-ports-all@freebsd.org Wed Jul 22 04:40:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42EC29A75F6; Wed, 22 Jul 2015 04:40:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 200781C28; Wed, 22 Jul 2015 04:40:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M4embF041146; Wed, 22 Jul 2015 04:40:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M4el90041142; Wed, 22 Jul 2015 04:40:47 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507220440.t6M4el90041142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 22 Jul 2015 04:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392663 - in head/security/vault: . 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.20 Precedence: 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, 22 Jul 2015 04:40:48 -0000 Author: swills Date: Wed Jul 22 04:40:46 2015 New Revision: 392663 URL: https://svnweb.freebsd.org/changeset/ports/392663 Log: security/vault: update to 0.2.0 Deleted: head/security/vault/files/patch-src_github.com_hashicorp_vault_helper_password_password__unix.go Modified: head/security/vault/Makefile head/security/vault/distinfo Modified: head/security/vault/Makefile ============================================================================== --- head/security/vault/Makefile Wed Jul 22 04:33:22 2015 (r392662) +++ head/security/vault/Makefile Wed Jul 22 04:40:46 2015 (r392663) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v CATEGORIES= security @@ -12,27 +11,7 @@ COMMENT= Tool for securely accessing sec BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go USE_GITHUB= yes -GH_ACCOUNT= hashicorp:DEFAULT,consul,errwrap,gomultierror,hcl,awssdkgo,syslog,lru,logutils \ - mitchellh:cli,copystructure,gohomedir,mapstructure,reflectwalk \ - vaughan0:goini golang:crypto,oauth2,net armon:gometrics,goradix \ - go-sql-driver:mysql kardianos:osext lib:pq ryanuber:columnize samuel:zk vanackere:ldap,asn google:querystring,github -GH_PROJECT= consul:consul errwrap:errwrap go-multierror:gomultierror \ - hcl:hcl cli:cli copystructure:copystructure go-homedir:gohomedir \ - mapstructure:mapstructure osext:osext \ - reflectwalk:reflectwalk go-ini:goini aws-sdk-go:awssdkgo \ - crypto:crypto \ - oauth2:oauth2 \ - net:net \ - go-metrics:gometrics go-radix:goradix mysql:mysql go-github:github go-syslog:syslog golang-lru:lru \ - logutils:logutils pq:pq columnize:columnize go-zookeeper:zk ldap:ldap go-querystring:querystring \ - asn1-ber:asn -GH_TAGNAME= 7062ecc:consul 7554cd9:errwrap fcdddc3:gomultierror \ - 513e04c:hcl 6cc8bc5:cli 6fc6626:copystructure \ - 1f6da4a:gohomedir 442e588:mapstructure 242be0c:reflectwalk \ - a98ad7e:goini 5943553:crypto \ - ec6d5d7:oauth2 a8c6199:net \ - a54701e:gometrics 0bab926:goradix a197e5d:mysql 0aaa85b:github e6ea0192:awssdkgo 42a2b57:syslog d85392d:lru 367a65d:logutils 8fef92e:osext 8910d1c:pq \ - 44cb4788:columnize d0e0d8e1:zk e29b797:ldap 547ef5a:querystring 295c7b2:asn +GH_ACCOUNT= hashicorp STRIP= # stripping can break go binaries @@ -44,57 +23,17 @@ GRUOPS= vault PLIST_FILES= bin/${PORTNAME} post-extract: + @${MV} ${WRKSRC}/Godeps/_workspace/src ${WRKSRC} @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} -.for src in Godeps LICENSE Makefile README.md api audit builtin cli command \ - helper http logical main.go main_test.go make.bat physical scripts \ - shamir test vault website CHANGELOG.md .gitignore .travis.yml - @${MV} ${WRKSRC}/${src} \ - ${WRKSRC}/src/github.com/hashicorp/${PORTNAME} -.endfor - @${MKDIR} ${WRKSRC}/src/github.com/mitchellh - @${MKDIR} ${WRKSRC}/src/github.com/vaughan0 - @${MKDIR} ${WRKSRC}/src/github.com/golang - @${MKDIR} ${WRKSRC}/src/github.com/armon - @${MKDIR} ${WRKSRC}/src/github.com/go-sql-driver - @${MKDIR} ${WRKSRC}/src/github.com/google - @${MKDIR} ${WRKSRC}/src/github.com/vanackere - @${MKDIR} ${WRKSRC}/src/github.com/samuel - @${MKDIR} ${WRKSRC}/src/github.com/ryanuber - @${MKDIR} ${WRKSRC}/src/github.com/lib - @${MKDIR} ${WRKSRC}/src/github.com/kardianos - @${MKDIR} ${WRKSRC}/src/golang.org/x - @${MV} ${WRKSRC_osext} ${WRKSRC}/src/github.com/kardianos/osext - @${MV} ${WRKSRC_reflectwalk} ${WRKSRC}/src/github.com/mitchellh/reflectwalk - @${MV} ${WRKSRC_mapstructure} ${WRKSRC}/src/github.com/mitchellh/mapstructure - @${MV} ${WRKSRC_gohomedir} ${WRKSRC}/src/github.com/mitchellh/go-homedir - @${MV} ${WRKSRC_copystructure} ${WRKSRC}/src/github.com/mitchellh/copystructure - @${MV} ${WRKSRC_cli} ${WRKSRC}/src/github.com/mitchellh/cli - @${MV} ${WRKSRC_hcl} ${WRKSRC}/src/github.com/hashicorp/hcl - @${MV} ${WRKSRC_gomultierror} ${WRKSRC}/src/github.com/hashicorp/go-multierror - @${MV} ${WRKSRC_errwrap} ${WRKSRC}/src/github.com/hashicorp/errwrap - @${MV} ${WRKSRC_consul} ${WRKSRC}/src/github.com/hashicorp/consul - @${MV} ${WRKSRC_awssdkgo} ${WRKSRC}/src/github.com/hashicorp/aws-sdk-go - @${MV} ${WRKSRC_goini} ${WRKSRC}/src/github.com/vaughan0/go-ini - @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto - @${MV} ${WRKSRC_oauth2} ${WRKSRC}/src/golang.org/x/oauth2 - @${CP} -r ${WRKSRC_net} ${WRKSRC}/src/golang.org/x/net - @${MV} ${WRKSRC_net} ${WRKSRC}/src/github.com/golang/net - @${MV} ${WRKSRC_gometrics} ${WRKSRC}/src/github.com/armon/go-metrics - @${MV} ${WRKSRC_goradix} ${WRKSRC}/src/github.com/armon/go-radix - @${MV} ${WRKSRC_mysql} ${WRKSRC}/src/github.com/go-sql-driver/mysql - @${MV} ${WRKSRC_github} ${WRKSRC}/src/github.com/google/go-github - @${MV} ${WRKSRC_ldap} ${WRKSRC}/src/github.com/vanackere/ldap - @${MV} ${WRKSRC_zk} ${WRKSRC}/src/github.com/samuel/go-zookeeper - @${MV} ${WRKSRC_columnize} ${WRKSRC}/src/github.com/ryanuber/columnize - @${MV} ${WRKSRC_pq} ${WRKSRC}/src/github.com/lib/pq - @${MV} ${WRKSRC_lru} ${WRKSRC}/src/github.com/hashicorp/golang-lru - @${MV} ${WRKSRC_logutils} ${WRKSRC}/src/github.com/hashicorp/logutils - @${MV} ${WRKSRC_syslog} ${WRKSRC}/src/github.com/hashicorp/go-syslog - @${MV} ${WRKSRC_querystring} ${WRKSRC}/src/github.com/google/go-querystring - @${MV} ${WRKSRC_asn} ${WRKSRC}/src/github.com/vanackere/asn1-ber + @cd ${WRKSRC} ; \ + ${MV} .gitignore .travis.yml CHANGELOG.md LICENSE Makefile README.md \ + api audit builtin cli command helper http logical main.go main_test.go \ + make.bat physical scripts shamir terraform test vault website \ + src/github.com/${GH_ACCOUNT}/${PORTNAME} do-build: - @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} Modified: head/security/vault/distinfo ============================================================================== --- head/security/vault/distinfo Wed Jul 22 04:33:22 2015 (r392662) +++ head/security/vault/distinfo Wed Jul 22 04:40:46 2015 (r392663) @@ -1,58 +1,2 @@ -SHA256 (hashicorp-vault-v0.1.2_GH0.tar.gz) = b8d56f1ebd11f5d80a6a6728b6c9ac399c7e507e3e9fe8830966be50ba15d1b3 -SIZE (hashicorp-vault-v0.1.2_GH0.tar.gz) = 1158880 -SHA256 (hashicorp-consul-7062ecc_GH0.tar.gz) = a0fdd64eaf00d9e431bbc3cebe880aed650d73cf6090a663f53d4f4e140c3094 -SIZE (hashicorp-consul-7062ecc_GH0.tar.gz) = 1810922 -SHA256 (hashicorp-errwrap-7554cd9_GH0.tar.gz) = b800e361c15decd0ebb39a0ff02ad046a1fc81021267f8625232f3921617daa0 -SIZE (hashicorp-errwrap-7554cd9_GH0.tar.gz) = 8312 -SHA256 (hashicorp-go-multierror-fcdddc3_GH0.tar.gz) = e730020ed331e0fed430a5f725de4c5f61aa7f240258f797833d1689efb178b0 -SIZE (hashicorp-go-multierror-fcdddc3_GH0.tar.gz) = 8064 -SHA256 (hashicorp-hcl-513e04c_GH0.tar.gz) = 9cb1e4a7fb176da78d8e9d001faf4290ed3717659f663e37ee5937544f22ee3c -SIZE (hashicorp-hcl-513e04c_GH0.tar.gz) = 28683 -SHA256 (hashicorp-aws-sdk-go-e6ea0192_GH0.tar.gz) = 2c17b0e6edb3a57a57b76b1b9d9a80a09d9342189a37f779b2c4448a8e33e06a -SIZE (hashicorp-aws-sdk-go-e6ea0192_GH0.tar.gz) = 1137111 -SHA256 (hashicorp-go-syslog-42a2b57_GH0.tar.gz) = c092db8da3dc2c7279b4ad6afbb6ee7c4daae9ac3020a591096be59f94330544 -SIZE (hashicorp-go-syslog-42a2b57_GH0.tar.gz) = 4394 -SHA256 (hashicorp-golang-lru-d85392d_GH0.tar.gz) = e59effc493d0e08cff39a9e08d9be543a0426d6757009fc61f343f370e6c59cb -SIZE (hashicorp-golang-lru-d85392d_GH0.tar.gz) = 7529 -SHA256 (hashicorp-logutils-367a65d_GH0.tar.gz) = 8d5c3590f17c3bd5cb11d3edf93ee082fe3fb18a05edfddca4aaa2e7c064cd1e -SIZE (hashicorp-logutils-367a65d_GH0.tar.gz) = 7703 -SHA256 (mitchellh-cli-6cc8bc5_GH0.tar.gz) = 548d9450e53b527aaa494d060769d91449f2daeeed4ae77e818117b169f19937 -SIZE (mitchellh-cli-6cc8bc5_GH0.tar.gz) = 12683 -SHA256 (mitchellh-copystructure-6fc6626_GH0.tar.gz) = b632b0536ab26766989d11287d798417b7583e4f55928ee2c1100d11a222d64a -SIZE (mitchellh-copystructure-6fc6626_GH0.tar.gz) = 4029 -SHA256 (mitchellh-go-homedir-1f6da4a_GH0.tar.gz) = 833deeb737da785f28dce3dc349ab229224a1c9694e3636c3588c54171404b24 -SIZE (mitchellh-go-homedir-1f6da4a_GH0.tar.gz) = 2533 -SHA256 (mitchellh-mapstructure-442e588_GH0.tar.gz) = 5ca01f6ba1175733ae94a13e532e9465b11951519dcdcc6693651842ed1d6205 -SIZE (mitchellh-mapstructure-442e588_GH0.tar.gz) = 12216 -SHA256 (mitchellh-reflectwalk-242be0c_GH0.tar.gz) = c45c6a1f86290d328970e94f9cd9f974b3509dbb287f93a5675ceae397353d3f -SIZE (mitchellh-reflectwalk-242be0c_GH0.tar.gz) = 4286 -SHA256 (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = f8daa0afa08af1fdce4747074602078c72f49fd60c7d8dc3d07b6b7e70cd5f82 -SIZE (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = 3694 -SHA256 (golang-crypto-5943553_GH0.tar.gz) = ecd188aab5696d312e6997e68ef87180ddec5da9a0a85bd37c9b23cc90e6900a -SIZE (golang-crypto-5943553_GH0.tar.gz) = 863999 -SHA256 (golang-oauth2-ec6d5d7_GH0.tar.gz) = 146c50836d1d2cf68fe3247fc45ec08fc057d8b114055c905f849da7f01d1fe1 -SIZE (golang-oauth2-ec6d5d7_GH0.tar.gz) = 31622 -SHA256 (golang-net-a8c6199_GH0.tar.gz) = 1dff8cbf7938a37d3854ca725dc4c3570a6a21d2dd5b9c6db060e11207fa9e0c -SIZE (golang-net-a8c6199_GH0.tar.gz) = 447930 -SHA256 (armon-go-metrics-a54701e_GH0.tar.gz) = 31550ea79de7e4e5beadfa6d3b43dd58a1ce144cbda29c74970cc6ebb956cd05 -SIZE (armon-go-metrics-a54701e_GH0.tar.gz) = 11259 -SHA256 (armon-go-radix-0bab926_GH0.tar.gz) = 2ff6c92d418018e16078ce5b51287cb429f79d73dca62b63f77c37b66fbdf9d1 -SIZE (armon-go-radix-0bab926_GH0.tar.gz) = 5447 -SHA256 (go-sql-driver-mysql-a197e5d_GH0.tar.gz) = 702ba416214096c0318c7e133ab21958b110d6f580336458634f15c31b3d3ad1 -SIZE (go-sql-driver-mysql-a197e5d_GH0.tar.gz) = 51540 -SHA256 (kardianos-osext-8fef92e_GH0.tar.gz) = 99fcad3b0fb5b27233eeb83118f4885d300f474632090573c1d544b95f473d8c -SIZE (kardianos-osext-8fef92e_GH0.tar.gz) = 4067 -SHA256 (lib-pq-8910d1c_GH0.tar.gz) = 1c2d716c7a87ac8bfd96c63792b532bc7f3fe4c5a148213bf2896df8e6fd515d -SIZE (lib-pq-8910d1c_GH0.tar.gz) = 63875 -SHA256 (ryanuber-columnize-44cb4788_GH0.tar.gz) = 97a0f41b437382cfa388f9312b8ec971288f1459c6cea68c115fdf28e4282e10 -SIZE (ryanuber-columnize-44cb4788_GH0.tar.gz) = 3676 -SHA256 (samuel-go-zookeeper-d0e0d8e1_GH0.tar.gz) = 30723a529db542aeb35d57e6a899f89fd097391c702554ad83971403296553ae -SIZE (samuel-go-zookeeper-d0e0d8e1_GH0.tar.gz) = 24955 -SHA256 (vanackere-ldap-e29b797_GH0.tar.gz) = 13e568d3929248fd1759c0c3903b94486bfe332af92c033b72880cc4cfafd0e5 -SIZE (vanackere-ldap-e29b797_GH0.tar.gz) = 15884 -SHA256 (vanackere-asn1-ber-295c7b2_GH0.tar.gz) = 4358659b06bdb1346dbe5cb66b10ba995690737ba4804cb6cc4d92742cd15d3a -SIZE (vanackere-asn1-ber-295c7b2_GH0.tar.gz) = 5954 -SHA256 (google-go-querystring-547ef5a_GH0.tar.gz) = 949a780dfac94ce95521a1eb29d4f4bd4df20a02f8786cf817611b3e52ce0853 -SIZE (google-go-querystring-547ef5a_GH0.tar.gz) = 7228 -SHA256 (google-go-github-0aaa85b_GH0.tar.gz) = 341d20f31e6ddb2f6a969fae2cba9849fa04a055df4955d6c0f06561bd18e0a1 -SIZE (google-go-github-0aaa85b_GH0.tar.gz) = 87252 +SHA256 (hashicorp-vault-v0.2.0_GH0.tar.gz) = 86545214c2a01bd2aa4748aaa3cb16b9ceea649a48b74b1ade6cddf0a75ffde0 +SIZE (hashicorp-vault-v0.2.0_GH0.tar.gz) = 1804135 From owner-svn-ports-all@freebsd.org Wed Jul 22 05:28:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE8B39A7D16; Wed, 22 Jul 2015 05:28:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD4771F90; Wed, 22 Jul 2015 05:28:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M5S2CH058600; Wed, 22 Jul 2015 05:28:02 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M5RxTG058584; Wed, 22 Jul 2015 05:27:59 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507220527.t6M5RxTG058584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 22 Jul 2015 05:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392664 - in head: . net/nocatsplash net/nocatsplash/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.20 Precedence: 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, 22 Jul 2015 05:28:03 -0000 Author: rene Date: Wed Jul 22 05:27:59 2015 New Revision: 392664 URL: https://svnweb.freebsd.org/changeset/ports/392664 Log: - fix and undeprecate - add license (GPLv2) - update MASTER_SITES and CONFLICTS - tidy up pkg-descr - pass maintainership to submitter PR: 197495 Submitted by: Chris Hutchinson MFH: 2015Q3 Added: head/net/nocatsplash/files/patch-mkinstalldirs (contents, props changed) Deleted: head/net/nocatsplash/pkg-install Modified: head/GIDs head/UIDs head/net/nocatsplash/Makefile head/net/nocatsplash/files/patch-src__http.c head/net/nocatsplash/files/patch-src__splashd.c head/net/nocatsplash/pkg-descr head/net/nocatsplash/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Wed Jul 22 04:40:46 2015 (r392663) +++ head/GIDs Wed Jul 22 05:27:59 2015 (r392664) @@ -94,6 +94,7 @@ trircd:*:154: xorp:*:155: monetdb:*:156: barman:*:157: +nocat:*:159: sfs:*:171: agk:*:172: polipo:*:173: Modified: head/UIDs ============================================================================== --- head/UIDs Wed Jul 22 04:40:46 2015 (r392663) +++ head/UIDs Wed Jul 22 05:27:59 2015 (r392664) @@ -101,6 +101,7 @@ rbldns:*:153:153::0:0:rbldnsd pseudo-use trircd:*:154:154::0:0:& user:/usr/local/etc/tr-ircd:/usr/sbin/nologin monetdb:*:156:156::0:0:MonetDB user:/usr/local/monetdb5:/bin/sh barman:*:157:157::0:0:Barman user:/var/barman:/bin/sh +nocat:*:159:159::0:0:NoCat Daemon:/libexec/nocat:/sbin/nologin sfs:*:171:171::0:0:Self-Certifying File System:/nonexistent:/usr/sbin/nologin agk:*:172:172::0:0:AquaGateKeeper:/nonexistent:/nonexistent polipo:*:173:173::0:0:polipo web cache:/nonexistent:/usr/sbin/nologin Modified: head/net/nocatsplash/Makefile ============================================================================== --- head/net/nocatsplash/Makefile Wed Jul 22 04:40:46 2015 (r392663) +++ head/net/nocatsplash/Makefile Wed Jul 22 05:27:59 2015 (r392664) @@ -6,19 +6,17 @@ PORTVERSION= 0.82 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://farrokhi.net/distfiles/ \ - http://nocat.net/download/NoCatSplash/ + http://BSDforge.com/projects/source/net/nocatsplash/ DISTNAME= NoCatSplash-nightly -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Open 802.11 Splash Screen -BROKEN= Broken pkg-install script, should use USERS and UIDs -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-07-21 +LICENSE= GPLv2 USE_GNOME= glib12 -CONFLICTS= nocatauth-server-* +CONFLICTS= nocatauth-server-[0-9]* GNU_CONFIGURE= yes USES= gmake tar:tgz @@ -34,4 +32,7 @@ CONFIGURE_ARGS+= --with-mode=${AUTHMODE} CONFIGURE_ARGS+= --with-docroot=${DOCROOT} .endif +USERS= nocat +GROUPS= nocat + .include Added: head/net/nocatsplash/files/patch-mkinstalldirs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nocatsplash/files/patch-mkinstalldirs Wed Jul 22 05:27:59 2015 (r392664) @@ -0,0 +1,28 @@ +--- mkinstalldirs.orig 2003-01-02 10:39:12 UTC ++++ mkinstalldirs +@@ -7,25 +7,6 @@ + errstatus=0 + dirmode="" + +-usage="\ +-Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." +- +-# process command line arguments +-while test $# -gt 0 ; do +- case "${1}" in +- -h | --help | --h* ) # -h for help +- echo "${usage}" 1>&2; exit 0 ;; +- -m ) # -m PERM arg +- shift +- test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; } +- dirmode="${1}" +- shift ;; +- -- ) shift; break ;; # stop option processing +- -* ) echo "${usage}" 1>&2; exit 1 ;; # unknown option +- * ) break ;; # first non-opt arg +- esac +-done +- + for file + do + if test -d "$file"; then Modified: head/net/nocatsplash/files/patch-src__http.c ============================================================================== --- head/net/nocatsplash/files/patch-src__http.c Wed Jul 22 04:40:46 2015 (r392663) +++ head/net/nocatsplash/files/patch-src__http.c Wed Jul 22 05:27:59 2015 (r392664) @@ -1,5 +1,5 @@ ---- src/http.c.orig Wed Nov 19 16:26:07 2003 -+++ src/http.c Wed Nov 19 16:29:22 2003 +--- src/http.c.orig 2003-01-16 19:52:17 UTC ++++ src/http.c @@ -1,8 +1,10 @@ -# include -# include @@ -24,7 +24,7 @@ GIOChannel *http_bind_socket( const char *ip, int port, int queue ) { struct sockaddr_in addr; int fd, r, n = 1; -@@ -354,7 +353,7 @@ +@@ -354,7 +353,7 @@ ssize_t http_sendfile ( http_request *h, return -1; } Modified: head/net/nocatsplash/files/patch-src__splashd.c ============================================================================== --- head/net/nocatsplash/files/patch-src__splashd.c Wed Jul 22 04:40:46 2015 (r392663) +++ head/net/nocatsplash/files/patch-src__splashd.c Wed Jul 22 05:27:59 2015 (r392664) @@ -1,5 +1,5 @@ ---- src/splashd.c.orig Wed Nov 19 16:29:47 2003 -+++ src/splashd.c Wed Nov 19 16:30:28 2003 +--- src/splashd.c.orig 2003-02-23 03:09:46 UTC ++++ src/splashd.c @@ -1,7 +1,10 @@ +# include +# include Modified: head/net/nocatsplash/pkg-descr ============================================================================== --- head/net/nocatsplash/pkg-descr Wed Jul 22 04:40:46 2015 (r392663) +++ head/net/nocatsplash/pkg-descr Wed Jul 22 05:27:59 2015 (r392664) @@ -1,5 +1,5 @@ -NoCatSplash is a Open Public Network Gateway Daemon. It performs as a -[captive/open/active] portal. When run on a gateway/router on a network, +NoCatSplash is a Open Public Network Gateway Daemon. It performs as a +[captive/open/active] portal. When run on a gateway/router on a network, all web requests are redirected until the client either logs in or clicks "I Accept" to an AUP. The gateway daemon then changes the firewall rules on the gateway to pass traffic for that client (based on IP address and Modified: head/net/nocatsplash/pkg-plist ============================================================================== --- head/net/nocatsplash/pkg-plist Wed Jul 22 04:40:46 2015 (r392663) +++ head/net/nocatsplash/pkg-plist Wed Jul 22 05:27:59 2015 (r392664) @@ -12,3 +12,4 @@ share/nocat/htdocs/images/auth_logo.gif sbin/splashd sbin/ghttpd etc/nocat.conf +@dir libexec/nocat From owner-svn-ports-all@freebsd.org Wed Jul 22 05:41:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27A119A8025; Wed, 22 Jul 2015 05:41:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17FEE185C; Wed, 22 Jul 2015 05:41:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M5fB1Q063331; Wed, 22 Jul 2015 05:41:11 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M5fB3S063327; Wed, 22 Jul 2015 05:41:11 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507220541.t6M5fB3S063327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 22 Jul 2015 05:41:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392665 - in head: . databases databases/p5-DBD-Pg32 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 05:41:12 -0000 Author: rene Date: Wed Jul 22 05:41:10 2015 New Revision: 392665 URL: https://svnweb.freebsd.org/changeset/ports/392665 Log: Remove expired port: 2015-07-22 databases/p5-DBD-Pg32: Use databases/p5-DBD-Pg instead, compatability probles are fixed Deleted: head/databases/p5-DBD-Pg32/ Modified: head/MOVED head/databases/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Jul 22 05:27:59 2015 (r392664) +++ head/MOVED Wed Jul 22 05:41:10 2015 (r392665) @@ -7719,3 +7719,4 @@ security/rubygem-net-ssh27||2015-07-20|H graphics/kuickshow-kde4||2015-07-21|Has expired: Broken for more than 6 months graphics/sng||2015-07-21|Has expired: Broken for more than 6 months japanese/netype||2015-07-21|Has expired: Broken for more than 6 months +databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Jul 22 05:27:59 2015 (r392664) +++ head/databases/Makefile Wed Jul 22 05:41:10 2015 (r392665) @@ -305,7 +305,6 @@ SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Oracle SUBDIR += p5-DBD-Pg - SUBDIR += p5-DBD-Pg32 SUBDIR += p5-DBD-PgLite SUBDIR += p5-DBD-PgPP SUBDIR += p5-DBD-SQLite From owner-svn-ports-all@freebsd.org Wed Jul 22 06:52:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E1A9A8AAD; Wed, 22 Jul 2015 06:52:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 671CB1478; Wed, 22 Jul 2015 06:52:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M6qW3m094266; Wed, 22 Jul 2015 06:52:32 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M6qVFO094263; Wed, 22 Jul 2015 06:52:31 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201507220652.t6M6qVFO094263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 22 Jul 2015 06:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392666 - head/audio/libgroove X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 06:52:32 -0000 Author: danfe Date: Wed Jul 22 06:52:30 2015 New Revision: 392666 URL: https://svnweb.freebsd.org/changeset/ports/392666 Log: - Belatedly update to version 4.2.1 - Move SDL dependency from LIB_DEPENDS into USE_SDL - Add LICENSE_FILE, fix whitespace bugs, cleanup Makefile - Augment port description text while I'm here PR: 199211 Modified: head/audio/libgroove/Makefile head/audio/libgroove/distinfo head/audio/libgroove/pkg-descr Modified: head/audio/libgroove/Makefile ============================================================================== --- head/audio/libgroove/Makefile Wed Jul 22 05:41:10 2015 (r392665) +++ head/audio/libgroove/Makefile Wed Jul 22 06:52:30 2015 (r392666) @@ -1,29 +1,29 @@ -# Created by: gahr +# Created by: Pietro Cerutti # $FreeBSD$ PORTNAME= libgroove -PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTVERSION= 4.2.1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org COMMENT= Audio dispatching library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ - libchromaprint.so:${PORTSDIR}/audio/chromaprint \ + libchromaprint.so:${PORTSDIR}/audio/chromaprint \ libebur128.so:${PORTSDIR}/audio/libebur128 \ - libspeexdsp.so:${PORTSDIR}/audio/speexdsp \ - libSDL2.so:${PORTSDIR}/devel/sdl20 - -USES= cmake:outsource -USE_LDCONFIG= yes + libspeexdsp.so:${PORTSDIR}/audio/speexdsp USE_GITHUB= yes GH_ACCOUNT= andrewrk +USES= cmake:outsource +USE_SDL= sdl2 +USE_LDCONFIG= yes + PLIST_SUB+= VER1=${PORTVERSION:R:R} \ - VER3=${PORTVERSION} + VER3=${PORTVERSION} .include Modified: head/audio/libgroove/distinfo ============================================================================== --- head/audio/libgroove/distinfo Wed Jul 22 05:41:10 2015 (r392665) +++ head/audio/libgroove/distinfo Wed Jul 22 06:52:30 2015 (r392666) @@ -1,2 +1,2 @@ -SHA256 (andrewrk-libgroove-4.1.1_GH0.tar.gz) = a852936e5da65e1729bc85b20e2a6ace71c3813abd77dac44759b3db8659bea6 -SIZE (andrewrk-libgroove-4.1.1_GH0.tar.gz) = 8591724 +SHA256 (andrewrk-libgroove-4.2.1_GH0.tar.gz) = 82ba73ff44a3359f10899a11522521bdc9256b8bfad082a3fac49915e9f4d70f +SIZE (andrewrk-libgroove-4.2.1_GH0.tar.gz) = 46363 Modified: head/audio/libgroove/pkg-descr ============================================================================== --- head/audio/libgroove/pkg-descr Wed Jul 22 05:41:10 2015 (r392665) +++ head/audio/libgroove/pkg-descr Wed Jul 22 06:52:30 2015 (r392666) @@ -1,5 +1,7 @@ -Audio dispatching library. Generic sink-based interface. Provides decoding, -encoding, resampling, and gain adjustment. Perfect for the backend of a -music player. +This library provides decoding and encoding of audio on a playlist. It is +intended to be used as a backend for music player applications. That said, +it is also generic enough to be used as a backend for any streaming audio +processing utility. It provides decoding, encoding, resampling, and gain +adjustment. WWW: https://github.com/andrewrk/libgroove From owner-svn-ports-all@freebsd.org Wed Jul 22 07:39:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFD019A80F9; Wed, 22 Jul 2015 07:39:53 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95DAE19B3; Wed, 22 Jul 2015 07:39:53 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M7drds010766; Wed, 22 Jul 2015 07:39:53 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M7drbA010764; Wed, 22 Jul 2015 07:39:53 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507220739.t6M7drbA010764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Wed, 22 Jul 2015 07:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392667 - head/multimedia/clipgrab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 07:39:53 -0000 Author: vg Date: Wed Jul 22 07:39:52 2015 New Revision: 392667 URL: https://svnweb.freebsd.org/changeset/ports/392667 Log: - Update to 3.4.11 Submitted by: zeug@tuxproject.de Modified: head/multimedia/clipgrab/Makefile head/multimedia/clipgrab/distinfo Modified: head/multimedia/clipgrab/Makefile ============================================================================== --- head/multimedia/clipgrab/Makefile Wed Jul 22 06:52:30 2015 (r392666) +++ head/multimedia/clipgrab/Makefile Wed Jul 22 07:39:52 2015 (r392667) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= clipgrab -PORTVERSION= 3.2.0.10 -PORTREVISION= 1 +PORTVERSION= 3.4.11 CATEGORIES= multimedia -MASTER_SITES= http://clipgrab.de/download/ \ - http://vanbittern.org/ +MASTER_SITES= http://download.clipgrab.de/ MAINTAINER= vg@FreeBSD.org COMMENT= Program to download videos from YouTube and etc @@ -21,13 +19,14 @@ PLIST_FILES= bin/${PORTNAME} \ %%DATADIR%%/icon.png \ %%DATADIR%%/logo.png \ %%DATADIR%%/paypal-logo.png \ - %%DATADIR%%/paypal.png \ %%DATADIR%%/splash.png DESKTOP_ENTRIES="Clipgrab" "Download and convert videos from YouTube and etc" \ "${DATADIR}/icon.png" "${PORTNAME}" \ "AudioVideo;" true +QMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}.pro + post-patch: ${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' \ ${WRKSRC}/*.cpp Modified: head/multimedia/clipgrab/distinfo ============================================================================== --- head/multimedia/clipgrab/distinfo Wed Jul 22 06:52:30 2015 (r392666) +++ head/multimedia/clipgrab/distinfo Wed Jul 22 07:39:52 2015 (r392667) @@ -1,2 +1,2 @@ -SHA256 (clipgrab-3.2.0.10.tar.bz2) = 0d3f62c43d94e829aad60c1be94350b1c6577e4259172fd7bae214d4fee4f25e -SIZE (clipgrab-3.2.0.10.tar.bz2) = 308821 +SHA256 (clipgrab-3.4.11.tar.bz2) = 48f7cbd9a503b19246ae2d31af8d2bba7c57945f5ba8ca4fcf7bf6b3a265bd83 +SIZE (clipgrab-3.4.11.tar.bz2) = 371620 From owner-svn-ports-all@freebsd.org Wed Jul 22 09:51:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AC8C9A64FA; Wed, 22 Jul 2015 09:51:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7726515DB; Wed, 22 Jul 2015 09:51:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M9pcwc066701; Wed, 22 Jul 2015 09:51:38 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M9pbcA066699; Wed, 22 Jul 2015 09:51:37 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507220951.t6M9pbcA066699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 22 Jul 2015 09:51:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392668 - head/devel/relx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 09:51:38 -0000 Author: olgeni Date: Wed Jul 22 09:51:37 2015 New Revision: 392668 URL: https://svnweb.freebsd.org/changeset/ports/392668 Log: Upgrade to version 3.4.0. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Wed Jul 22 07:39:52 2015 (r392667) +++ head/devel/relx/Makefile Wed Jul 22 09:51:37 2015 (r392668) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.3.2 +PORTVERSION= 3.4.0 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ LOCAL/olgeni:deps DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - relx-cache-5.tar.gz:deps + relx-cache-6.tar.gz:deps MAINTAINER= olgeni@FreeBSD.org COMMENT= Sane, simple release creation for Erlang Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Wed Jul 22 07:39:52 2015 (r392667) +++ head/devel/relx/distinfo Wed Jul 22 09:51:37 2015 (r392668) @@ -1,4 +1,4 @@ -SHA256 (erlware-relx-v3.3.2_GH0.tar.gz) = 32d2490d4ea8a526b094604122db4c31bcd80b9541c6258e20798dac845e222e -SIZE (erlware-relx-v3.3.2_GH0.tar.gz) = 443587 -SHA256 (relx-cache-5.tar.gz) = ecd1a37afee080c98b26b4c989baf6dc4004eb835506c75d35e02a3cb83d5083 -SIZE (relx-cache-5.tar.gz) = 228818 +SHA256 (erlware-relx-v3.4.0_GH0.tar.gz) = 605032a95afced7813a9ab5e67e2a5f790f8e17438988c4c7b5f1b2e9d670b45 +SIZE (erlware-relx-v3.4.0_GH0.tar.gz) = 443783 +SHA256 (relx-cache-6.tar.gz) = f13504250716d4e387ec4d8b48e4dd5385deb12de3d587be33ae2fc8af273953 +SIZE (relx-cache-6.tar.gz) = 237082 From owner-svn-ports-all@freebsd.org Wed Jul 22 10:20:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECA5E9A6C8A; Wed, 22 Jul 2015 10:20:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4BAD191B; Wed, 22 Jul 2015 10:20:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MAKm6J075800; Wed, 22 Jul 2015 10:20:48 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MAKm4M075799; Wed, 22 Jul 2015 10:20:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507221020.t6MAKm4M075799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 22 Jul 2015 10:20:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392669 - 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.20 Precedence: 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, 22 Jul 2015 10:20:49 -0000 Author: mat Date: Wed Jul 22 10:20:47 2015 New Revision: 392669 URL: https://svnweb.freebsd.org/changeset/ports/392669 Log: Fixup depends on devel/tex-libtexlua and devel/tex-libtexluajit. With hat: portmgr Modified: head/Mk/bsd.tex.mk Modified: head/Mk/bsd.tex.mk ============================================================================== --- head/Mk/bsd.tex.mk Wed Jul 22 09:51:37 2015 (r392668) +++ head/Mk/bsd.tex.mk Wed Jul 22 10:20:47 2015 (r392669) @@ -157,7 +157,7 @@ USE_TEX:= ${USE_TEX:tu:NFULL} ${_USE_TEX .for _UU in ${USE_TEX:tu} _U:= ${_UU} # ugly but necessary in for loop _VOP:= -. if !empty(_U:tu:MKPATHSEA) || !empty(_U:tu:MPTEXENC) +. if !empty(_U:tu:MKPATHSEA) || !empty(_U:tu:MPTEXENC) || !empty(_U:tu:MTEXLUA) || !empty(_U:tu:MTEXLUAJIT) _U:= ${_U}:lib . endif . if !empty(_U:M*[<>=]*) From owner-svn-ports-all@freebsd.org Wed Jul 22 10:32:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC6A99A6F0A; Wed, 22 Jul 2015 10:32:11 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90D8D1FCC; Wed, 22 Jul 2015 10:32:11 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MAWB2m082970; Wed, 22 Jul 2015 10:32:11 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MAWAfX082967; Wed, 22 Jul 2015 10:32:10 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201507221032.t6MAWAfX082967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 22 Jul 2015 10:32:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392670 - head/print/foo2zjs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 10:32:11 -0000 Author: bsam Date: Wed Jul 22 10:32:09 2015 New Revision: 392670 URL: https://svnweb.freebsd.org/changeset/ports/392670 Log: print/foo2zjs: Upgrade to version 20150511. Modified: head/print/foo2zjs/Makefile head/print/foo2zjs/distinfo head/print/foo2zjs/pkg-plist Modified: head/print/foo2zjs/Makefile ============================================================================== --- head/print/foo2zjs/Makefile Wed Jul 22 10:20:47 2015 (r392669) +++ head/print/foo2zjs/Makefile Wed Jul 22 10:32:09 2015 (r392670) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= foo2zjs -PORTVERSION= 20140417 +PORTVERSION= 20150511 CATEGORIES= print MASTER_SITES= GOOGLE_CODE \ LOCAL/bsam/${PORTNAME} \ @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/foomatic PROJECTHOST= bsdistfiles USES= ghostscript gmake shebangfix -SHEBANG_FILES= msexpand +SHEBANG_FILES= msexpand printer-profile.sh SUB_FILES= pkg-message ${DEVDCONF_FILE} EXTRAFILES= msexpand getweb DEVDCONF_FILE= ${PORTNAME}.conf Modified: head/print/foo2zjs/distinfo ============================================================================== --- head/print/foo2zjs/distinfo Wed Jul 22 10:20:47 2015 (r392669) +++ head/print/foo2zjs/distinfo Wed Jul 22 10:32:09 2015 (r392670) @@ -1,2 +1,2 @@ -SHA256 (foo2zjs-20140417.tar.gz) = 37abd7006d226579fa7425cf1b75f77b743309813736a5fc87b6b2014e057b36 -SIZE (foo2zjs-20140417.tar.gz) = 1461001 +SHA256 (foo2zjs-20150511.tar.gz) = 2fe042afc281d5433d9a6cc6c456c74a635fc701485d1947c729f10ee4537add +SIZE (foo2zjs-20150511.tar.gz) = 1804945 Modified: head/print/foo2zjs/pkg-plist ============================================================================== --- head/print/foo2zjs/pkg-plist Wed Jul 22 10:20:47 2015 (r392669) +++ head/print/foo2zjs/pkg-plist Wed Jul 22 10:32:09 2015 (r392670) @@ -182,6 +182,7 @@ foomatic/db/source/printer/Oki-C3300.xml foomatic/db/source/printer/Oki-C3400.xml foomatic/db/source/printer/Oki-C3530_MFP.xml foomatic/db/source/printer/Oki-C5100.xml +foomatic/db/source/printer/Oki-C511dn.xml foomatic/db/source/printer/Oki-C5200.xml foomatic/db/source/printer/Oki-C5500.xml foomatic/db/source/printer/Oki-C5600.xml @@ -269,6 +270,7 @@ share/cups/model/Oki-C3300.ppd.gz share/cups/model/Oki-C3400.ppd.gz share/cups/model/Oki-C3530_MFP.ppd.gz share/cups/model/Oki-C5100.ppd.gz +share/cups/model/Oki-C511dn.ppd.gz share/cups/model/Oki-C5200.ppd.gz share/cups/model/Oki-C5500.ppd.gz share/cups/model/Oki-C5600.ppd.gz From owner-svn-ports-all@freebsd.org Wed Jul 22 10:52:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E6D39A7414; Wed, 22 Jul 2015 10:52:50 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E603195B; Wed, 22 Jul 2015 10:52:50 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MAqoc0091337; Wed, 22 Jul 2015 10:52:50 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MAqovq091335; Wed, 22 Jul 2015 10:52:50 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507221052.t6MAqovq091335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 22 Jul 2015 10:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392671 - head/x11-toolkits/gtkimageview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 10:52:50 -0000 Author: kwm Date: Wed Jul 22 10:52:49 2015 New Revision: 392671 URL: https://svnweb.freebsd.org/changeset/ports/392671 Log: Release to pool. Remove WWW, upstream is gone. Modified: head/x11-toolkits/gtkimageview/Makefile head/x11-toolkits/gtkimageview/pkg-descr Modified: head/x11-toolkits/gtkimageview/Makefile ============================================================================== --- head/x11-toolkits/gtkimageview/Makefile Wed Jul 22 10:32:09 2015 (r392670) +++ head/x11-toolkits/gtkimageview/Makefile Wed Jul 22 10:52:49 2015 (r392671) @@ -8,7 +8,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= LOCAL/kwm # http://trac.bjourne.webfactional.com/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer widget GNU_CONFIGURE= yes Modified: head/x11-toolkits/gtkimageview/pkg-descr ============================================================================== --- head/x11-toolkits/gtkimageview/pkg-descr Wed Jul 22 10:32:09 2015 (r392670) +++ head/x11-toolkits/gtkimageview/pkg-descr Wed Jul 22 10:52:49 2015 (r392671) @@ -6,5 +6,3 @@ viewing and editing applications easy. A * Adjustable interpolation * Fullscreen mode * GIF animation support - -WWW: http://trac.bjourne.webfactional.com/ From owner-svn-ports-all@freebsd.org Wed Jul 22 11:03:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 756709A7781; Wed, 22 Jul 2015 11:03:25 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45CDD1E78; Wed, 22 Jul 2015 11:03:25 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacan13 with SMTP id an13so138337693pac.1; Wed, 22 Jul 2015 04:03:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=sJAdFoLNZCQfTkAxbVVfdkb4jONYpwUT4GwJpuep/wk=; b=MKA3IBkWxmJpF5m34BGi8azzzfhbHGTN7wG6eR3jB6UrVUB8Wnl5BD3fFypDC5kJKA N18ZdtKlj9rwQwWAUAsDthvL0iqUgGh0R4niOgLeePfMnGlJFbs3nhQRmDmt+L9gqzZO A/hn0s7qI8nVO1R28ffOkz+55N1eX03TNXds7/7WnirnMZIdh7c8IIcLecqTpHDpjlIw YMu9i9m6FJK0umZPtYAI0MOXishrVrVHHFs7Cgolfv86UME/WPfcKLCpdxvvjWj54FAm ErRhuIFbXkJYEwTBWziodrDCDq3oYsnJjtCdw4J02T0VGcMYvJsk94vrdWtyQB9KDwzg N+uA== X-Received: by 10.70.35.16 with SMTP id d16mr4866848pdj.66.1437563004824; Wed, 22 Jul 2015 04:03:24 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::5? (2001-44b8-31ae-7b01-0000-0000-0000-0005.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::5]) by smtp.gmail.com with ESMTPSA id j3sm2664857pdf.76.2015.07.22.04.03.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Jul 2015 04:03:24 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r392671 - head/x11-toolkits/gtkimageview References: <201507221052.t6MAqovq091335@repo.freebsd.org> To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55AF7874.5040600@FreeBSD.org> Date: Wed, 22 Jul 2015 21:03:16 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507221052.t6MAqovq091335@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 11:03:25 -0000 On 22/07/2015 8:52 PM, Koop Mast wrote: > Author: kwm > Date: Wed Jul 22 10:52:49 2015 > New Revision: 392671 > URL: https://svnweb.freebsd.org/changeset/ports/392671 > > Log: > Release to pool. > Remove WWW, upstream is gone. > > Modified: > head/x11-toolkits/gtkimageview/Makefile > head/x11-toolkits/gtkimageview/pkg-descr > > Modified: head/x11-toolkits/gtkimageview/Makefile > ============================================================================== > --- head/x11-toolkits/gtkimageview/Makefile Wed Jul 22 10:32:09 2015 (r392670) > +++ head/x11-toolkits/gtkimageview/Makefile Wed Jul 22 10:52:49 2015 (r392671) > @@ -8,7 +8,7 @@ CATEGORIES= x11-toolkits > MASTER_SITES= LOCAL/kwm > # http://trac.bjourne.webfactional.com/ > > -MAINTAINER= kwm@FreeBSD.org > +MAINTAINER= ports@FreeBSD.org > COMMENT= Simple image viewer widget > > GNU_CONFIGURE= yes > > Modified: head/x11-toolkits/gtkimageview/pkg-descr > ============================================================================== > --- head/x11-toolkits/gtkimageview/pkg-descr Wed Jul 22 10:32:09 2015 (r392670) > +++ head/x11-toolkits/gtkimageview/pkg-descr Wed Jul 22 10:52:49 2015 (r392671) > @@ -6,5 +6,3 @@ viewing and editing applications easy. A > * Adjustable interpolation > * Fullscreen mode > * GIF animation support > - > -WWW: http://trac.bjourne.webfactional.com/ > Perhaps DEPRECATED is warranted here? Also, there's a Github repository here: https://github.com/GNOME/pygtkimageview ./koobs From owner-svn-ports-all@freebsd.org Wed Jul 22 11:03:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B5289A77C5; Wed, 22 Jul 2015 11:03:40 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21AC71F4C; Wed, 22 Jul 2015 11:03:40 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MB3dSP095678; Wed, 22 Jul 2015 11:03:39 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MB3doo095676; Wed, 22 Jul 2015 11:03:39 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201507221103.t6MB3doo095676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Wed, 22 Jul 2015 11:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392672 - in head/sysutils/heartbeat: . 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.20 Precedence: 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, 22 Jul 2015 11:03:40 -0000 Author: grembo Date: Wed Jul 22 11:03:38 2015 New Revision: 392672 URL: https://svnweb.freebsd.org/changeset/ports/392672 Log: sysutils/heartbeat: Add perl dependency and fix path to perl PR: 201222 Approved by: maintainers (implicit) Modified: head/sysutils/heartbeat/Makefile head/sysutils/heartbeat/files/patch-resources-OCF-IPaddr Modified: head/sysutils/heartbeat/Makefile ============================================================================== --- head/sysutils/heartbeat/Makefile Wed Jul 22 10:52:49 2015 (r392671) +++ head/sysutils/heartbeat/Makefile Wed Jul 22 11:03:38 2015 (r392672) @@ -3,7 +3,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= sysutils #MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2 MASTER_SITES= LOCAL/kuriyama/heartbeat @@ -23,7 +23,7 @@ LIB_DEPENDS= libltdl.so:${PORTSDIR}/deve libxml2.so:${PORTSDIR}/textproc/libxml2 BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison -USES= autoreconf cpe gettext gmake libtool pkgconfig python tar:bzip2 \ +USES= autoreconf cpe gettext gmake libtool perl5 pkgconfig python tar:bzip2 \ shebangfix SHEBANG_FILES= ldirectord/ldirectord.in USE_GNOME= glib20 @@ -125,6 +125,8 @@ post-extract: @${CP} -f ${FILESDIR}/heartbeat.in ${WRKSRC}/heartbeat/init.d/ post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/resources/OCF/IPaddr .if ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's|^\(docdir.*doc/\).*|\1${PORTNAME}|' \ ${WRKSRC}/configure.in \ Modified: head/sysutils/heartbeat/files/patch-resources-OCF-IPaddr ============================================================================== --- head/sysutils/heartbeat/files/patch-resources-OCF-IPaddr Wed Jul 22 10:52:49 2015 (r392671) +++ head/sysutils/heartbeat/files/patch-resources-OCF-IPaddr Wed Jul 22 11:03:38 2015 (r392672) @@ -26,7 +26,7 @@ Patch attached with submission follows: + ipaddr="$1"; + + /sbin/ifconfig \ -+ | /usr/bin/perl -w -e ' ++ | %%LOCALBASE%%/bin/perl -w -e ' + + my $ip = $ARGV[0]; + From owner-svn-ports-all@freebsd.org Wed Jul 22 11:04:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B2F89A77FA; Wed, 22 Jul 2015 11:04:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9A21055; Wed, 22 Jul 2015 11:04:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MB4Pwt095843; Wed, 22 Jul 2015 11:04:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MB4Ob7095840; Wed, 22 Jul 2015 11:04:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507221104.t6MB4Ob7095840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 22 Jul 2015 11:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392673 - head/databases/p5-DBD-mysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 11:04:25 -0000 Author: pi Date: Wed Jul 22 11:04:24 2015 New Revision: 392673 URL: https://svnweb.freebsd.org/changeset/ports/392673 Log: databases/p5-DBD-mysql: 4.031 -> 4.032 http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.032/ChangeLog - Added support for utf8mb4 by Daniël van Eeden and Eric Herman (Booking.com) - Added patch for connection attributes in MySQL 5.6.6+, by Daniël van Eeden and Eric Herman (Booking.com). - Fixed test rt88006-bit-prepare on MyISAM storage (Reported both in RT102657 and by Scimon on github) - Fix for https://rt.cpan.org/Public/Bug/Display.html?id=102717 "Fritz" Friedrich Haubensak (hsk AT fli-leibniz DOT de) - Corrected name of INSTALL.pm in POD David Farrell Modified: head/databases/p5-DBD-mysql/Makefile head/databases/p5-DBD-mysql/distinfo Modified: head/databases/p5-DBD-mysql/Makefile ============================================================================== --- head/databases/p5-DBD-mysql/Makefile Wed Jul 22 11:03:38 2015 (r392672) +++ head/databases/p5-DBD-mysql/Makefile Wed Jul 22 11:04:24 2015 (r392673) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-mysql -PORTVERSION= 4.031 +PORTVERSION= 4.032 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBD-mysql/distinfo ============================================================================== --- head/databases/p5-DBD-mysql/distinfo Wed Jul 22 11:03:38 2015 (r392672) +++ head/databases/p5-DBD-mysql/distinfo Wed Jul 22 11:04:24 2015 (r392673) @@ -1,2 +1,2 @@ -SHA256 (DBD-mysql-4.031.tar.gz) = ae2ee4339fb13429922d76d37e25ce838f98baa011f691a6bbec8513ddb4cfd2 -SIZE (DBD-mysql-4.031.tar.gz) = 145217 +SHA256 (DBD-mysql-4.032.tar.gz) = b8e681e719d8f2d1cecb9e8603e13483b09b56508629b079022778e7dfd7bfb6 +SIZE (DBD-mysql-4.032.tar.gz) = 146476 From owner-svn-ports-all@freebsd.org Wed Jul 22 11:11:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C28FC9A7A17; Wed, 22 Jul 2015 11:11:33 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep17.mx.upcmail.net (fep17.mx.upcmail.net [62.179.121.37]) by mx1.freebsd.org (Postfix) with ESMTP id 78A821568; Wed, 22 Jul 2015 11:11:31 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep17-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20150722111009.OZNG28286.viefep17-int.chello.at@edge03.upcmail.net>; Wed, 22 Jul 2015 13:10:09 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id vPBN1q01l2Rg3Ey01PBNTi; Wed, 22 Jul 2015 13:11:23 +0200 X-SourceIP: 178.84.134.112 Subject: Re: svn commit: r392671 - head/x11-toolkits/gtkimageview To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201507221052.t6MAqovq091335@repo.freebsd.org> <55AF7874.5040600@FreeBSD.org> From: Koop Mast Message-ID: <55AF7A56.6050205@rainbow-runner.nl> Date: Wed, 22 Jul 2015 13:11:18 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55AF7874.5040600@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 11:11:33 -0000 On 22-7-2015 13:03, Kubilay Kocak wrote: > On 22/07/2015 8:52 PM, Koop Mast wrote: >> Author: kwm >> Date: Wed Jul 22 10:52:49 2015 >> New Revision: 392671 >> URL: https://svnweb.freebsd.org/changeset/ports/392671 >> >> Log: >> Release to pool. >> Remove WWW, upstream is gone. >> >> Modified: >> head/x11-toolkits/gtkimageview/Makefile >> head/x11-toolkits/gtkimageview/pkg-descr >> >> Modified: head/x11-toolkits/gtkimageview/Makefile >> ============================================================================== >> --- head/x11-toolkits/gtkimageview/Makefile Wed Jul 22 10:32:09 2015 (r392670) >> +++ head/x11-toolkits/gtkimageview/Makefile Wed Jul 22 10:52:49 2015 (r392671) >> @@ -8,7 +8,7 @@ CATEGORIES= x11-toolkits >> MASTER_SITES= LOCAL/kwm >> # http://trac.bjourne.webfactional.com/ >> >> -MAINTAINER= kwm@FreeBSD.org >> +MAINTAINER= ports@FreeBSD.org >> COMMENT= Simple image viewer widget >> >> GNU_CONFIGURE= yes >> >> Modified: head/x11-toolkits/gtkimageview/pkg-descr >> ============================================================================== >> --- head/x11-toolkits/gtkimageview/pkg-descr Wed Jul 22 10:32:09 2015 (r392670) >> +++ head/x11-toolkits/gtkimageview/pkg-descr Wed Jul 22 10:52:49 2015 (r392671) >> @@ -6,5 +6,3 @@ viewing and editing applications easy. A >> * Adjustable interpolation >> * Fullscreen mode >> * GIF animation support >> - >> -WWW: http://trac.bjourne.webfactional.com/ >> > Perhaps DEPRECATED is warranted here? Go ahead, there are still a few users of this port in the tree. But I don't have time of motivation to investigate those. > Also, there's a Github repository here: > > https://github.com/GNOME/pygtkimageview > > ./koobs > I think you mean https://github.com/GNOME/gtkimageview the url you gave if of the python bindings. It the mirror of the GNOME git server, and nobody touched it in 4 years. -Koop From owner-svn-ports-all@freebsd.org Wed Jul 22 11:45:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A58459A8234; Wed, 22 Jul 2015 11:45:44 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F4CF25BD; Wed, 22 Jul 2015 11:45:44 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MBji1o012028; Wed, 22 Jul 2015 11:45:44 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MBji34012026; Wed, 22 Jul 2015 11:45:44 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507221145.t6MBji34012026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 22 Jul 2015 11:45:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392674 - head/sysutils/p5-File-Which X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 11:45:44 -0000 Author: culot Date: Wed Jul 22 11:45:43 2015 New Revision: 392674 URL: https://svnweb.freebsd.org/changeset/ports/392674 Log: - Update to 1.19 Changes: http://search.cpan.org/dist/File-Which/Changes Modified: head/sysutils/p5-File-Which/Makefile head/sysutils/p5-File-Which/distinfo Modified: head/sysutils/p5-File-Which/Makefile ============================================================================== --- head/sysutils/p5-File-Which/Makefile Wed Jul 22 11:04:24 2015 (r392673) +++ head/sysutils/p5-File-Which/Makefile Wed Jul 22 11:45:43 2015 (r392674) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Which -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/sysutils/p5-File-Which/distinfo ============================================================================== --- head/sysutils/p5-File-Which/distinfo Wed Jul 22 11:04:24 2015 (r392673) +++ head/sysutils/p5-File-Which/distinfo Wed Jul 22 11:45:43 2015 (r392674) @@ -1,2 +1,2 @@ -SHA256 (File-Which-1.18.tar.gz) = 964918a867bef2ce8b63786e24e947b249d4c0626d2d98b7c9a2155328f1391c -SIZE (File-Which-1.18.tar.gz) = 20538 +SHA256 (File-Which-1.19.tar.gz) = 4bad2708c7efa1e756a94c285a64eebbedf9335d2da1b7d3bbed6409c86e9656 +SIZE (File-Which-1.19.tar.gz) = 21165 From owner-svn-ports-all@freebsd.org Wed Jul 22 11:49:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1018A9A82D0; Wed, 22 Jul 2015 11:49:44 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from mail.ptrcrt.ch (ptrcrt.ch [37.252.124.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C704F2756; Wed, 22 Jul 2015 11:49:41 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from webmail.ptrcrt.ch (192.168.1.2 [192.168.1.2]); by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id d29a873c; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 22 Jul 2015 11:49:37 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 22 Jul 2015 13:49:37 +0200 From: Pietro Cerutti To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r392666 - head/audio/libgroove In-Reply-To: <201507220652.t6M6qVFO094263@repo.freebsd.org> References: <201507220652.t6M6qVFO094263@repo.freebsd.org> Message-ID: X-Sender: gahr@gahr.ch User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 11:49:44 -0000 > Modified: head/audio/libgroove/Makefile > ============================================================================== > --- head/audio/libgroove/Makefile Wed Jul 22 05:41:10 2015 (r392665) > +++ head/audio/libgroove/Makefile Wed Jul 22 06:52:30 2015 (r392666) > @@ -1,29 +1,29 @@ > -# Created by: gahr > +# Created by: Pietro Cerutti I would have appreciated you notifying me of such change. Is this modification really needed? Are you going to change all similar occurrences in the ports tree? -- Pietro Cerutti gahr@gahr.ch PGP Public Key: http://gahr.ch/pgp From owner-svn-ports-all@freebsd.org Wed Jul 22 11:55:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF7219A844C; Wed, 22 Jul 2015 11:55:20 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF9D62AE4; Wed, 22 Jul 2015 11:55:20 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MBtKhU016066; Wed, 22 Jul 2015 11:55:20 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MBtKcE016064; Wed, 22 Jul 2015 11:55:20 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201507221155.t6MBtKcE016064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 22 Jul 2015 11:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392675 - head/textproc/p5-XML-Compile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 11:55:20 -0000 Author: culot Date: Wed Jul 22 11:55:19 2015 New Revision: 392675 URL: https://svnweb.freebsd.org/changeset/ports/392675 Log: - Update to 1.50 Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog Modified: head/textproc/p5-XML-Compile/Makefile head/textproc/p5-XML-Compile/distinfo Modified: head/textproc/p5-XML-Compile/Makefile ============================================================================== --- head/textproc/p5-XML-Compile/Makefile Wed Jul 22 11:45:43 2015 (r392674) +++ head/textproc/p5-XML-Compile/Makefile Wed Jul 22 11:55:19 2015 (r392675) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile -PORTVERSION= 1.49 +PORTVERSION= 1.50 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-Compile/distinfo ============================================================================== --- head/textproc/p5-XML-Compile/distinfo Wed Jul 22 11:45:43 2015 (r392674) +++ head/textproc/p5-XML-Compile/distinfo Wed Jul 22 11:55:19 2015 (r392675) @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-1.49.tar.gz) = 71ffdcd4f3121ba72dbf3ea400fe413e26406e8ee8fe50e42d7ab78f8ae70ed4 -SIZE (XML-Compile-1.49.tar.gz) = 198575 +SHA256 (XML-Compile-1.50.tar.gz) = 7a28ad93bd093b9b3ff23f1291284d5df5b7cfa88345a2f8d33054b54557e9cf +SIZE (XML-Compile-1.50.tar.gz) = 200918 From owner-svn-ports-all@freebsd.org Wed Jul 22 12:01:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 716569A8AB4; Wed, 22 Jul 2015 12:01:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DBBA11F0; Wed, 22 Jul 2015 12:01:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MC1lew019976; Wed, 22 Jul 2015 12:01:47 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MC1lfS019975; Wed, 22 Jul 2015 12:01:47 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507221201.t6MC1lfS019975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 22 Jul 2015 12:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392676 - 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.20 Precedence: 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, 22 Jul 2015 12:01:47 -0000 Author: kwm Date: Wed Jul 22 12:01:46 2015 New Revision: 392676 URL: https://svnweb.freebsd.org/changeset/ports/392676 Log: Add gdk-pixbuf2 vulnability. Notified by: feld@ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 22 11:55:19 2015 (r392675) +++ head/security/vuxml/vuln.xml Wed Jul 22 12:01:46 2015 (r392676) @@ -58,6 +58,32 @@ Notes: --> + + gdk-pixbuf2 -- heap overflow and DoS affecting Firefox and other programs + + + gdk-pixbuf2 + 2.31.2_2 + + + + +

gustavo.grieco@imag.fr reports:

+
+

We found a heap overflow and a DoS in the gdk-pixbuf + implementation triggered by the scaling of a malformed bmp.

+
+ +
+ + https://bugzilla.gnome.org/show_bug.cgi?id=752297 + + + 2015-07-12 + 2015-07-22 + +
+ pcre -- Heap Overflow Vulnerability in find_fixedlength() From owner-svn-ports-all@freebsd.org Wed Jul 22 12:03:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 855739A8B48; Wed, 22 Jul 2015 12:03:24 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A4391440; Wed, 22 Jul 2015 12:03:24 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MC3OFr020180; Wed, 22 Jul 2015 12:03:24 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MC3NoS020177; Wed, 22 Jul 2015 12:03:23 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507221203.t6MC3NoS020177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 22 Jul 2015 12:03:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392677 - in head/graphics/gdk-pixbuf2: . 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.20 Precedence: 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, 22 Jul 2015 12:03:24 -0000 Author: kwm Date: Wed Jul 22 12:03:22 2015 New Revision: 392677 URL: https://svnweb.freebsd.org/changeset/ports/392677 Log: Fix heap overflow vulnability. Be more careful about integer overflow. While here: fix possible divide-by-zero. Notified by: feld@ MFH: 2015Q3 Added: head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_gdk-pixbuf-loader.c (contents, props changed) head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_pixops_pixops.c (contents, props changed) Modified: head/graphics/gdk-pixbuf2/Makefile Modified: head/graphics/gdk-pixbuf2/Makefile ============================================================================== --- head/graphics/gdk-pixbuf2/Makefile Wed Jul 22 12:01:46 2015 (r392676) +++ head/graphics/gdk-pixbuf2/Makefile Wed Jul 22 12:03:22 2015 (r392677) @@ -1,10 +1,9 @@ # Created by: Ade Lovett # $FreeBSD$ -# $MCom: ports/trunk/graphics/gdk-pixbuf2/Makefile 20031 2014-11-02 21:47:55Z kwm $ PORTNAME= gdk-pixbuf PORTVERSION= 2.31.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 Added: head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_gdk-pixbuf-loader.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_gdk-pixbuf-loader.c Wed Jul 22 12:03:22 2015 (r392677) @@ -0,0 +1,25 @@ +From 74c418ba2e41ab9e2287420378a6192788b1fab6 Mon Sep 17 00:00:00 2001 +From: Sarita Rawat +Date: Fri, 5 Jun 2015 06:56:00 +0000 +Subject: Avoid a possible divide-by-zero + +Pointed out in + +https://bugzilla.gnome.org/show_bug.cgi?id=750440 + +diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c +index 65845ed..668b703 100644 +--- gdk-pixbuf/gdk-pixbuf-loader.c ++++ gdk-pixbuf/gdk-pixbuf-loader.c +@@ -330,7 +330,7 @@ gdk_pixbuf_loader_prepare (GdkPixbuf *pixbuf, + else + anim = gdk_pixbuf_non_anim_new (pixbuf); + +- if (priv->needs_scale) { ++ if (priv->needs_scale && width != 0 && height != 0) { + priv->animation = GDK_PIXBUF_ANIMATION (_gdk_pixbuf_scaled_anim_new (anim, + (double) priv->width / width, + (double) priv->height / height, +-- +cgit v0.10.2 + Added: head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_pixops_pixops.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_pixops_pixops.c Wed Jul 22 12:03:22 2015 (r392677) @@ -0,0 +1,82 @@ +From ffec86ed5010c5a2be14f47b33bcf4ed3169a199 Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Mon, 13 Jul 2015 00:33:40 -0400 +Subject: pixops: Be more careful about integer overflow + +Our loader code is supposed to handle out-of-memory and overflow +situations gracefully, reporting errors instead of aborting. But +if you load an image at a specific size, we also execute our +scaling code, which was not careful enough about overflow in some +places. + +This commit makes the scaling code silently return if it fails to +allocate filter tables. This is the best we can do, since +gdk_pixbuf_scale() is not taking a GError. + +https://bugzilla.gnome.org/show_bug.cgi?id=752297 + +diff --git a/gdk-pixbuf/pixops/pixops.c b/gdk-pixbuf/pixops/pixops.c +index 29a1c14..ce51745 100644 +--- gdk-pixbuf/pixops/pixops.c ++++ gdk-pixbuf/pixops/pixops.c +@@ -1272,7 +1272,16 @@ make_filter_table (PixopsFilter *filter) + int i_offset, j_offset; + int n_x = filter->x.n; + int n_y = filter->y.n; +- int *weights = g_new (int, SUBSAMPLE * SUBSAMPLE * n_x * n_y); ++ gsize n_weights; ++ int *weights; ++ ++ n_weights = SUBSAMPLE * SUBSAMPLE * n_x * n_y; ++ if (n_weights / (SUBSAMPLE * SUBSAMPLE * n_x) != n_y) ++ return NULL; /* overflow, bail */ ++ ++ weights = g_try_new (int, n_weights); ++ if (!weights) ++ return NULL; /* overflow, bail */ + + for (i_offset=0; i_offset < SUBSAMPLE; i_offset++) + for (j_offset=0; j_offset < SUBSAMPLE; j_offset++) +@@ -1347,8 +1356,11 @@ pixops_process (guchar *dest_buf, + if (x_step == 0 || y_step == 0) + return; /* overflow, bail out */ + +- line_bufs = g_new (guchar *, filter->y.n); + filter_weights = make_filter_table (filter); ++ if (!filter_weights) ++ return; /* overflow, bail out */ ++ ++ line_bufs = g_new (guchar *, filter->y.n); + + check_shift = check_size ? get_check_shift (check_size) : 0; + +@@ -1468,7 +1480,7 @@ tile_make_weights (PixopsFilterDimension *dim, + double scale) + { + int n = ceil (1 / scale + 1); +- double *pixel_weights = g_new (double, SUBSAMPLE * n); ++ double *pixel_weights = g_malloc_n (sizeof (double) * SUBSAMPLE, n); + int offset; + int i; + +@@ -1526,7 +1538,7 @@ bilinear_magnify_make_weights (PixopsFilterDimension *dim, + } + + dim->n = n; +- dim->weights = g_new (double, SUBSAMPLE * n); ++ dim->weights = g_malloc_n (sizeof (double) * SUBSAMPLE, n); + + pixel_weights = dim->weights; + +@@ -1617,7 +1629,7 @@ bilinear_box_make_weights (PixopsFilterDimension *dim, + double scale) + { + int n = ceil (1/scale + 3.0); +- double *pixel_weights = g_new (double, SUBSAMPLE * n); ++ double *pixel_weights = g_malloc_n (sizeof (double) * SUBSAMPLE, n); + double w; + int offset, i; + +-- +cgit v0.10.2 + From owner-svn-ports-all@freebsd.org Wed Jul 22 12:23:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CCC09A8EDD; Wed, 22 Jul 2015 12:23:13 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8F0361D7C; Wed, 22 Jul 2015 12:23:13 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8DFA51ECE; Wed, 22 Jul 2015 12:23:13 +0000 (UTC) Date: Wed, 22 Jul 2015 12:23:13 +0000 From: Alexey Dokuchaev To: Pietro Cerutti Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r392666 - head/audio/libgroove Message-ID: <20150722122313.GA50653@FreeBSD.org> References: <201507220652.t6M6qVFO094263@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 12:23:13 -0000 On Wed, Jul 22, 2015 at 01:49:37PM +0200, Pietro Cerutti wrote: > > @@ -1,29 +1,29 @@ > > -# Created by: gahr > > +# Created by: Pietro Cerutti > > I would have appreciated you notifying me of such change. > Is this modification really needed? It's obviously not *really* needed as it touches Makefile header, thus being non-functional. On on the other hand, we're not forbidding non-functional changes, right? :) I try to keep these tags consistent across committers and people without freefall login for a number of reasons, and first + last names with and email in angle brackets makes it look neat and standard. It's a bit sad that we did not advertise this form through the PHB since the beginning. > Are you going to change all similar occurrences in the ports tree? I won't convert them in bulk, most certainly. I do expand them when I notice one (and was not asked to leave that/those particular one alone). ./danfe From owner-svn-ports-all@freebsd.org Wed Jul 22 12:31:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95C359A8F34; Wed, 22 Jul 2015 12:31:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85E5E107E; Wed, 22 Jul 2015 12:31:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MCV5nE031000; Wed, 22 Jul 2015 12:31:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MCV5lO030998; Wed, 22 Jul 2015 12:31:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507221231.t6MCV5lO030998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 22 Jul 2015 12:31:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392678 - head/databases/elixir-ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 12:31:05 -0000 Author: olgeni Date: Wed Jul 22 12:31:04 2015 New Revision: 392678 URL: https://svnweb.freebsd.org/changeset/ports/392678 Log: Upgrade to version 0.14.2. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Wed Jul 22 12:03:22 2015 (r392677) +++ head/databases/elixir-ecto/Makefile Wed Jul 22 12:31:04 2015 (r392678) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 0.14.1 +PORTVERSION= 0.14.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Wed Jul 22 12:03:22 2015 (r392677) +++ head/databases/elixir-ecto/distinfo Wed Jul 22 12:31:04 2015 (r392678) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-ecto-v0.14.1_GH0.tar.gz) = ea41db38d3fbae7ea6e3634d8424796cd1f1a3f953088320f8586d71f4407c7e -SIZE (elixir-lang-ecto-v0.14.1_GH0.tar.gz) = 189607 +SHA256 (elixir-lang-ecto-v0.14.2_GH0.tar.gz) = 7c1cdbbcbe716b26d12e12b10a8e2037ae56bb38d7301ed89382adf29c8aaea8 +SIZE (elixir-lang-ecto-v0.14.2_GH0.tar.gz) = 190249 From owner-svn-ports-all@freebsd.org Wed Jul 22 12:44:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52EA39A61F1; Wed, 22 Jul 2015 12:44:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (ptrcrt.ch [37.252.124.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8CF18E2; Wed, 22 Jul 2015 12:44:36 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (192.168.1.2 [192.168.1.2]); by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id f8c10a2d; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 22 Jul 2015 12:44:34 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 22 Jul 2015 14:44:34 +0200 From: Pietro Cerutti To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r392666 - head/audio/libgroove Organization: The FreeBSD Project In-Reply-To: <20150722122531.GB50653@FreeBSD.org> References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> Message-ID: X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 12:44:38 -0000 On 2015-07-22 14:25, Alexey Dokuchaev wrote: > On Wed, Jul 22, 2015 at 12:23:13PM +0000, Alexey Dokuchaev wrote: >> On Wed, Jul 22, 2015 at 01:49:37PM +0200, Pietro Cerutti wrote: >> > > @@ -1,29 +1,29 @@ >> > > -# Created by: gahr >> > > +# Created by: Pietro Cerutti >> > >> > I would have appreciated you notifying me of such change. >> > Is this modification really needed? >> >> It's obviously not *really* needed as it touches Makefile header, thus >> being >> non-functional. On on the other hand, we're not forbidding >> non-functional >> changes, right? :) [...] >> >> > Are you going to change all similar occurrences in the ports tree? >> >> I won't convert them in bulk, most certainly. I do expand them when I >> notice one (and was not asked to leave that/those particular one >> alone). In clear contrast with the PHB, which states "If this line is present, future maintainers must not change or remove it except at the original author's request." It does *not* say "Future maintainers can change it if not explicitly asked not to.". Look, we do have rules so we don't have to argue about taste, style, what's more sensible to you, etc. > Sorry I forgot to ask: so any problem with expansion? Yes, I do. Please revert. -- Pietro Cerutti gahr@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed Jul 22 12:54:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9B7F9A6450; Wed, 22 Jul 2015 12:54:54 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7A3B1E6F; Wed, 22 Jul 2015 12:54:54 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MCssah040653; Wed, 22 Jul 2015 12:54:54 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MCsn2o040637; Wed, 22 Jul 2015 12:54:49 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201507221254.t6MCsn2o040637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Wed, 22 Jul 2015 12:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392679 - in head: devel/cloudabi-cloudlibc devel/cloudabi-compiler-rt devel/cloudabi-libc++ devel/cloudabi-libc++abi devel/cloudabi-libunwind sysutils/cloudabi-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.20 Precedence: 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, 22 Jul 2015 12:54:54 -0000 Author: ed (src committer) Date: Wed Jul 22 12:54:48 2015 New Revision: 392679 URL: https://svnweb.freebsd.org/changeset/ports/392679 Log: Upgrade the CloudABI toolchain to a newer version. Due to the CloudABI code being reviewed before hitting the tree, some minor ABI tweaks are made in a couple of places, while we still can. Unfortunately, this means that the previous version of cloudlibc now generates binaries that are not compatible with the latest kernel sources. Roll a new release that makes the toolchain compatible with what's in FreeBSD HEAD. Modified: head/devel/cloudabi-cloudlibc/Makefile head/devel/cloudabi-cloudlibc/distinfo head/devel/cloudabi-compiler-rt/Makefile head/devel/cloudabi-compiler-rt/distinfo head/devel/cloudabi-libc++/Makefile head/devel/cloudabi-libc++/distinfo head/devel/cloudabi-libc++/pkg-plist head/devel/cloudabi-libc++abi/Makefile head/devel/cloudabi-libc++abi/distinfo head/devel/cloudabi-libunwind/Makefile head/devel/cloudabi-libunwind/distinfo head/sysutils/cloudabi-utils/Makefile head/sysutils/cloudabi-utils/distinfo Modified: head/devel/cloudabi-cloudlibc/Makefile ============================================================================== --- head/devel/cloudabi-cloudlibc/Makefile Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-cloudlibc/Makefile Wed Jul 22 12:54:48 2015 (r392679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudlibc -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/cloudlibc/ PKGNAMEPREFIX= cloudabi- @@ -25,7 +25,8 @@ do-build: do-install: @cd ${WRKSRC} && \ - PREFIX=${STAGEDIR}${PREFIX}/x86_64-unknown-cloudabi \ + DESTDIR=${STAGEDIR} \ + PREFIX=${PREFIX}/x86_64-unknown-cloudabi \ ${SH} install .include Modified: head/devel/cloudabi-cloudlibc/distinfo ============================================================================== --- head/devel/cloudabi-cloudlibc/distinfo Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-cloudlibc/distinfo Wed Jul 22 12:54:48 2015 (r392679) @@ -1,2 +1,2 @@ -SHA256 (cloudlibc-0.2.tar.xz) = 4e0ba922c85318b3126b769bed2b67ff6b5126eb5e2d825241b1c056f41e58ac -SIZE (cloudlibc-0.2.tar.xz) = 628216 +SHA256 (cloudlibc-0.3.tar.xz) = 3355c8c7c90bcfa27a2707f7ac4af6db76b9c0df1e702d5ff7e45c77e1e6e39f +SIZE (cloudlibc-0.3.tar.xz) = 631364 Modified: head/devel/cloudabi-compiler-rt/Makefile ============================================================================== --- head/devel/cloudabi-compiler-rt/Makefile Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-compiler-rt/Makefile Wed Jul 22 12:54:48 2015 (r392679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= compiler-rt -DISTVERSION= 0.241676 +DISTVERSION= 0.242897 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/compiler-rt/ PKGNAMEPREFIX= cloudabi- Modified: head/devel/cloudabi-compiler-rt/distinfo ============================================================================== --- head/devel/cloudabi-compiler-rt/distinfo Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-compiler-rt/distinfo Wed Jul 22 12:54:48 2015 (r392679) @@ -1,2 +1,2 @@ -SHA256 (compiler-rt-0.241676.tar.xz) = 4da00d6b177af1a882c6c5a3a43f2ec5820494bcc0681046a2bc8a43477cd2eb -SIZE (compiler-rt-0.241676.tar.xz) = 1164088 +SHA256 (compiler-rt-0.242897.tar.xz) = db856e9c700b854e96ac76768aefb302ab03be49d158d2d34efcb2c984f9af68 +SIZE (compiler-rt-0.242897.tar.xz) = 1166932 Modified: head/devel/cloudabi-libc++/Makefile ============================================================================== --- head/devel/cloudabi-libc++/Makefile Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-libc++/Makefile Wed Jul 22 12:54:48 2015 (r392679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libc++ -PORTVERSION= 0.241676 +PORTVERSION= 0.242897 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/libc++/:libcxx \ https://nuxi.nl/distfiles/libc++abi/:libcxxabi Modified: head/devel/cloudabi-libc++/distinfo ============================================================================== --- head/devel/cloudabi-libc++/distinfo Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-libc++/distinfo Wed Jul 22 12:54:48 2015 (r392679) @@ -1,4 +1,4 @@ -SHA256 (libc++-0.241676.tar.xz) = f95aa5a100128377e52313456d3016125182186df11109e434ad7f9b8ed25f1d -SIZE (libc++-0.241676.tar.xz) = 959656 -SHA256 (libc++abi-0.241676.tar.xz) = 204a6772d70e1ad910117ca30335718ac9f344df555145abbe34b0bbf14ed50e -SIZE (libc++abi-0.241676.tar.xz) = 506816 +SHA256 (libc++-0.242897.tar.xz) = 74cb39fe8972bd4a8cc993719e1f3e18ff0fcef1deb61289bd9e1ad0270d48fb +SIZE (libc++-0.242897.tar.xz) = 966600 +SHA256 (libc++abi-0.242897.tar.xz) = f8a6502e5c2601fd1fad62ccb4b63639e21161bfe905d9b081628ce40baa3550 +SIZE (libc++abi-0.242897.tar.xz) = 506740 Modified: head/devel/cloudabi-libc++/pkg-plist ============================================================================== --- head/devel/cloudabi-libc++/pkg-plist Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-libc++/pkg-plist Wed Jul 22 12:54:48 2015 (r392679) @@ -54,6 +54,7 @@ x86_64-unknown-cloudabi/include/c++/v1/e x86_64-unknown-cloudabi/include/c++/v1/experimental/algorithm x86_64-unknown-cloudabi/include/c++/v1/experimental/chrono x86_64-unknown-cloudabi/include/c++/v1/experimental/dynarray +x86_64-unknown-cloudabi/include/c++/v1/experimental/functional x86_64-unknown-cloudabi/include/c++/v1/experimental/optional x86_64-unknown-cloudabi/include/c++/v1/experimental/ratio x86_64-unknown-cloudabi/include/c++/v1/experimental/string_view Modified: head/devel/cloudabi-libc++abi/Makefile ============================================================================== --- head/devel/cloudabi-libc++abi/Makefile Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-libc++abi/Makefile Wed Jul 22 12:54:48 2015 (r392679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libc++abi -PORTVERSION= 0.241676 +PORTVERSION= 0.242897 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/libc++abi/:libcxxabi \ https://nuxi.nl/distfiles/libunwind/:libunwind Modified: head/devel/cloudabi-libc++abi/distinfo ============================================================================== --- head/devel/cloudabi-libc++abi/distinfo Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-libc++abi/distinfo Wed Jul 22 12:54:48 2015 (r392679) @@ -1,4 +1,4 @@ -SHA256 (libc++abi-0.241676.tar.xz) = 204a6772d70e1ad910117ca30335718ac9f344df555145abbe34b0bbf14ed50e -SIZE (libc++abi-0.241676.tar.xz) = 506816 -SHA256 (libunwind-0.241676.tar.xz) = 6daeb7e5258c41d4bd702cf23da3f2c51d51387ed1c3cf110284b565a713ee5f -SIZE (libunwind-0.241676.tar.xz) = 59316 +SHA256 (libc++abi-0.242897.tar.xz) = f8a6502e5c2601fd1fad62ccb4b63639e21161bfe905d9b081628ce40baa3550 +SIZE (libc++abi-0.242897.tar.xz) = 506740 +SHA256 (libunwind-0.242897.tar.xz) = 943882e8122c02ca852a989e3a496ad945228ab9102eb6d6f266cae0b50c11a2 +SIZE (libunwind-0.242897.tar.xz) = 59348 Modified: head/devel/cloudabi-libunwind/Makefile ============================================================================== --- head/devel/cloudabi-libunwind/Makefile Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-libunwind/Makefile Wed Jul 22 12:54:48 2015 (r392679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libunwind -PORTVERSION= 0.241676 +PORTVERSION= 0.242897 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/libc++abi/:libcxxabi \ https://nuxi.nl/distfiles/libunwind/:libunwind Modified: head/devel/cloudabi-libunwind/distinfo ============================================================================== --- head/devel/cloudabi-libunwind/distinfo Wed Jul 22 12:31:04 2015 (r392678) +++ head/devel/cloudabi-libunwind/distinfo Wed Jul 22 12:54:48 2015 (r392679) @@ -1,4 +1,4 @@ -SHA256 (libc++abi-0.241676.tar.xz) = 204a6772d70e1ad910117ca30335718ac9f344df555145abbe34b0bbf14ed50e -SIZE (libc++abi-0.241676.tar.xz) = 506816 -SHA256 (libunwind-0.241676.tar.xz) = 6daeb7e5258c41d4bd702cf23da3f2c51d51387ed1c3cf110284b565a713ee5f -SIZE (libunwind-0.241676.tar.xz) = 59316 +SHA256 (libc++abi-0.242897.tar.xz) = f8a6502e5c2601fd1fad62ccb4b63639e21161bfe905d9b081628ce40baa3550 +SIZE (libc++abi-0.242897.tar.xz) = 506740 +SHA256 (libunwind-0.242897.tar.xz) = 943882e8122c02ca852a989e3a496ad945228ab9102eb6d6f266cae0b50c11a2 +SIZE (libunwind-0.242897.tar.xz) = 59348 Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Wed Jul 22 12:31:04 2015 (r392678) +++ head/sysutils/cloudabi-utils/Makefile Wed Jul 22 12:54:48 2015 (r392679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= https://nuxi.nl/distfiles/cloudabi-utils/ @@ -29,13 +29,14 @@ LDFLAGS+= -L${LOCALBASE}/lib do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} \ - PREFIX=${LOCALBASE} \ + PREFIX=${PREFIX} \ CLOUDABI_CC=${LOCALBASE}/bin/x86_64-unknown-cloudabi-cc \ ${SH} build do-install: @cd ${WRKSRC} && \ - PREFIX=${STAGEDIR}${PREFIX} \ + DESTDIR=${STAGEDIR} \ + PREFIX=${PREFIX} \ ${SH} install .include Modified: head/sysutils/cloudabi-utils/distinfo ============================================================================== --- head/sysutils/cloudabi-utils/distinfo Wed Jul 22 12:31:04 2015 (r392678) +++ head/sysutils/cloudabi-utils/distinfo Wed Jul 22 12:54:48 2015 (r392679) @@ -1,2 +1,2 @@ -SHA256 (cloudabi-utils-0.2.tar.xz) = 210a15563d7019597b5a5a1b171803c23b4aa57c6fb9bab138d033232710f90e -SIZE (cloudabi-utils-0.2.tar.xz) = 12704 +SHA256 (cloudabi-utils-0.3.tar.xz) = fd9349387ca48291e8d2fc23841bfbf5df6d312fec7d74ae91570c6cc78e1fc4 +SIZE (cloudabi-utils-0.3.tar.xz) = 13124 From owner-svn-ports-all@freebsd.org Wed Jul 22 13:29:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 121CC9A6C90; Wed, 22 Jul 2015 13:29:36 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (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 DCD7010B3; Wed, 22 Jul 2015 13:29:35 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.20] (141.Red-83-32-2.dynamicIP.rima-tde.net [83.32.2.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 7DD5A43BD3; Wed, 22 Jul 2015 08:29:25 -0500 (CDT) Subject: Re: svn commit: r392666 - head/audio/libgroove To: Pietro Cerutti , Alexey Dokuchaev References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <55AF9AAC.8000106@marino.st> Date: Wed, 22 Jul 2015 15:29:16 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 13:29:36 -0000 On 7/22/2015 2:44 PM, Pietro Cerutti wrote: > On 2015-07-22 14:25, Alexey Dokuchaev wrote: > In clear contrast with the PHB, which states "If this line is present, > future maintainers must > not change or remove it except at the original author's request." > > It does *not* say "Future maintainers can change it if not explicitly > asked not to.". > > Look, we do have rules so we don't have to argue about taste, style, > what's more sensible to you, etc. > >> Sorry I forgot to ask: so any problem with expansion? > > Yes, I do. Please revert. > So reverting it obviously goes against current practice. Is the "problem" one of principle? In other words, are you torqued because danfe touched the makefile, so you want him to revert it regardless of the commit itself? From afar, this appears like you are trying to make a point at the expense of the ports tree. John From owner-svn-ports-all@freebsd.org Wed Jul 22 13:32:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86B669A6DC5; Wed, 22 Jul 2015 13:32:43 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (ptrcrt.ch [37.252.124.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 227F214C0; Wed, 22 Jul 2015 13:32:41 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (192.168.1.2 [192.168.1.2]); by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id ae5f692e; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 22 Jul 2015 13:32:39 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 22 Jul 2015 15:32:38 +0200 From: Pietro Cerutti To: marino@freebsd.org Cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r392666 - head/audio/libgroove Organization: The FreeBSD Project In-Reply-To: <55AF9AAC.8000106@marino.st> References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> <55AF9AAC.8000106@marino.st> Message-ID: <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 13:32:43 -0000 On 2015-07-22 15:29, John Marino wrote: > On 7/22/2015 2:44 PM, Pietro Cerutti wrote: >> On 2015-07-22 14:25, Alexey Dokuchaev wrote: >> In clear contrast with the PHB, which states "If this line is present, >> future maintainers must >> not change or remove it except at the original author's request." >> >> It does *not* say "Future maintainers can change it if not explicitly >> asked not to.". >> >> Look, we do have rules so we don't have to argue about taste, style, >> what's more sensible to you, etc. >> >>> Sorry I forgot to ask: so any problem with expansion? >> >> Yes, I do. Please revert. >> > > So reverting it obviously goes against current practice. Is the > "problem" one of principle? In other words, are you torqued because > danfe touched the makefile, so you want him to revert it regardless of > the commit itself? From afar, this appears like you are trying to make > a point at the expense of the ports tree. I never meant to revert the whole commit, sorry for the wording. Does 'please get back the "Created by" line as it was before' sound ok? > > John -- Pietro Cerutti gahr@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed Jul 22 13:34:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C73E89A6E59; Wed, 22 Jul 2015 13:34:16 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7B141802; Wed, 22 Jul 2015 13:34:16 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MDYGH2056618; Wed, 22 Jul 2015 13:34:16 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MDYGIO056616; Wed, 22 Jul 2015 13:34:16 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507221334.t6MDYGIO056616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 22 Jul 2015 13:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392680 - head/security/sudo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 13:34:16 -0000 Author: garga Date: Wed Jul 22 13:34:15 2015 New Revision: 392680 URL: https://svnweb.freebsd.org/changeset/ports/392680 Log: Update to 1.8.14p3 Modified: head/security/sudo/Makefile head/security/sudo/distinfo Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Wed Jul 22 12:54:48 2015 (r392679) +++ head/security/sudo/Makefile Wed Jul 22 13:34:15 2015 (r392680) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.14p2 +PORTVERSION= 1.8.14p3 CATEGORIES= security MASTER_SITES= SUDO Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Wed Jul 22 12:54:48 2015 (r392679) +++ head/security/sudo/distinfo Wed Jul 22 13:34:15 2015 (r392680) @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.14p2.tar.gz) = b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21 -SIZE (sudo-1.8.14p2.tar.gz) = 2570749 +SHA256 (sudo-1.8.14p3.tar.gz) = a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237 +SIZE (sudo-1.8.14p3.tar.gz) = 2570892 From owner-svn-ports-all@freebsd.org Wed Jul 22 13:35:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09DE49A6E9E; Wed, 22 Jul 2015 13:35:19 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (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 D36761951; Wed, 22 Jul 2015 13:35:18 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.20] (141.Red-83-32-2.dynamicIP.rima-tde.net [83.32.2.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id C2D6B43B98; Wed, 22 Jul 2015 08:35:12 -0500 (CDT) Subject: Re: svn commit: r392666 - head/audio/libgroove To: Pietro Cerutti , marino@freebsd.org References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> <55AF9AAC.8000106@marino.st> <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> Cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <55AF9C0C.9040601@marino.st> Date: Wed, 22 Jul 2015 15:35:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 13:35:19 -0000 On 7/22/2015 3:32 PM, Pietro Cerutti wrote: > On 2015-07-22 15:29, John Marino wrote: >> On 7/22/2015 2:44 PM, Pietro Cerutti wrote: >>> On 2015-07-22 14:25, Alexey Dokuchaev wrote: >>> In clear contrast with the PHB, which states "If this line is present, >>> future maintainers must >>> not change or remove it except at the original author's request." >>> >>> It does *not* say "Future maintainers can change it if not explicitly >>> asked not to.". >>> >>> Look, we do have rules so we don't have to argue about taste, style, >>> what's more sensible to you, etc. >>> >>>> Sorry I forgot to ask: so any problem with expansion? >>> >>> Yes, I do. Please revert. >>> >> >> So reverting it obviously goes against current practice. Is the >> "problem" one of principle? In other words, are you torqued because >> danfe touched the makefile, so you want him to revert it regardless of >> the commit itself? From afar, this appears like you are trying to make >> a point at the expense of the ports tree. > > I never meant to revert the whole commit, sorry for the wording. Does > 'please get back the "Created by" line as it was before' sound ok? I knew that's what you meant, and that's what I'm talking about. The expanded name is the defacto standard and this was hammered into me during mentering. You're going out of your way to go against this without explaining why, so I'm curious as to why. Danfe just didn't make this up. John From owner-svn-ports-all@freebsd.org Wed Jul 22 13:43:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7C0B9A70FA; Wed, 22 Jul 2015 13:43:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 867E71D35; Wed, 22 Jul 2015 13:43:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id C2090BDC30; Wed, 22 Jul 2015 15:43:36 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id BB0AEBDC1D; Wed, 22 Jul 2015 15:43:36 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id EFCB26125; Wed, 22 Jul 2015 15:43:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 9D5E1AA5706; Wed, 22 Jul 2015 15:43:35 +0200 (CEST) Date: Wed, 22 Jul 2015 15:43:35 +0200 From: Mathieu Arnold To: marino@freebsd.org, Pietro Cerutti cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392666 - head/audio/libgroove Message-ID: <32BB3B72522CB1110A06CC56@ogg.in.absolight.net> In-Reply-To: <55AF9C0C.9040601@marino.st> References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> <55AF9AAC.8000106@marino.st> <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> <55AF9C0C.9040601@marino.st> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========9EFB03270CEDA9C73AE4==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 13:43:40 -0000 --==========9EFB03270CEDA9C73AE4========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 22 juillet 2015 15:35:08 +0200 John Marino wrote: | I knew that's what you meant, and that's what I'm talking about. The | expanded name is the defacto standard and this was hammered into me | during mentering. You're going out of your way to go against this | without explaining why, so I'm curious as to why. Danfe just didn't | make this up. The documentation says: If this line is present, future maintainers must not change or remove it except at the original author's request. So, I am wondering, what part of that sentence do all of you not get ? Is the "MUST NOT CHANGE OR REMOVE" not clear ? Of course, il only talks about future maintainers, I assume that committers understand that it applies to them even if they're not the maintainer. -- Mathieu Arnold --==========9EFB03270CEDA9C73AE4========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVr54HXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Is6QP/2/Dx2wRsXMETtg1TnMT2z+l yMUZd/KGuuDH++3sRKpj1J9sgCqZyE8ODJL0SBMsZPnR5LxZPpX0+MCWDyYefX8S jCfZyvVMTfoaVighSUjpIMS5JWeu4uxtLqbTn9vwMaZVzRFSeLPKTmfreCycKYll Y8F0a4O7tN9Czb2XwN7Czs/6EYxIzmlHHB3Mx5cJ2YY18fyEeRW7zH1QD4Sfdx9g YM4fe3GtsPzrlTSgX0gn6Rrjmb2NLVGDo9QCD/f09RQd+3RzKD/i6hbc7shGFGU+ 8Lcrz+YXE3cYL+CjkwmjH1WkvSH0BEp7ZFSeomvVT2p9BtLyhyjF4eKfdZqS3AI3 ZaCsGHDwrlay1fbSj0AIxA+8Qmw2ndmk/o3KOQ6eeYLcZhrSBMMVi3stoRXAPgEb O4s7iEG1a1jDZ03uSLDjcgfOp+1ruKPiQEWRfewd9nSP45aIvxx90Ty+cTPwKfL7 5+UCTgzXNF4Cb5dh7wnT4phADS6a8QgArWxSgOBgi7wwF692cF7tIF9iS7UL2Lyb z/AST7hQZuuKMhqqIcGplFqDPE70InOsgxRSVCUZ6ObX6/YrQHvzxQEiHN1OhCYR CPZ3dsDZ/z2ixRDjAxG4Ez/L9Bm5afPvtTv/3w6bqXIPlwgXB3uuy7003xg+Tg7X Ud+cZU3DHND6xYJEmU4t =GuZp -----END PGP SIGNATURE----- --==========9EFB03270CEDA9C73AE4==========-- From owner-svn-ports-all@freebsd.org Wed Jul 22 13:50:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B27C9A727A; Wed, 22 Jul 2015 13:50:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (ptrcrt.ch [37.252.124.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D087E1EC8; Wed, 22 Jul 2015 13:49:59 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (192.168.1.2 [192.168.1.2]); by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id 66ecabb7; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 22 Jul 2015 13:49:57 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 22 Jul 2015 15:49:57 +0200 From: Pietro Cerutti To: marino@freebsd.org Cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r392666 - head/audio/libgroove Organization: The FreeBSD Project In-Reply-To: <55AF9C0C.9040601@marino.st> References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> <55AF9AAC.8000106@marino.st> <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> <55AF9C0C.9040601@marino.st> Message-ID: X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 13:50:01 -0000 On 2015-07-22 15:35, John Marino wrote: > On 7/22/2015 3:32 PM, Pietro Cerutti wrote: >> On 2015-07-22 15:29, John Marino wrote: >>> On 7/22/2015 2:44 PM, Pietro Cerutti wrote: >>>> On 2015-07-22 14:25, Alexey Dokuchaev wrote: >>>> In clear contrast with the PHB, which states "If this line is >>>> present, >>>> future maintainers must >>>> not change or remove it except at the original author's request." >>>> >>>> It does *not* say "Future maintainers can change it if not >>>> explicitly >>>> asked not to.". >>>> >>>> Look, we do have rules so we don't have to argue about taste, style, >>>> what's more sensible to you, etc. >>>> >>>>> Sorry I forgot to ask: so any problem with expansion? >>>> >>>> Yes, I do. Please revert. >>>> >>> >>> So reverting it obviously goes against current practice. Is the >>> "problem" one of principle? In other words, are you torqued because >>> danfe touched the makefile, so you want him to revert it regardless >>> of >>> the commit itself? From afar, this appears like you are trying to >>> make >>> a point at the expense of the ports tree. >> >> I never meant to revert the whole commit, sorry for the wording. Does >> 'please get back the "Created by" line as it was before' sound ok? > > I knew that's what you meant, and that's what I'm talking about. The > expanded name is the defacto standard and this was hammered into me > during mentering. You're going out of your way to go against this > without explaining why, so I'm curious as to why. Danfe just didn't > make this up. Alright, I accept your de-facto standard. Please update the PHB accordingly, so it's not de-facto anymore and we don't have to talk about it next time. [The optional Created by: line names the person who originally created the port. Note that the “:” is followed by a space and not a tab character. The format should be an RFC822-compliant address, including the full name and the email address. If this line is present, future maintainers must not change or remove it except at the original author's request or to bring it in line with the format specified above.] And regarding your question, the reason why I'm asking the "Created by" line not to be changed is because I don't like my name appearing here and there without me knowing about it. And I'm really not about to enter a discussion about this. -- Pietro Cerutti gahr@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed Jul 22 13:50:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE1CE9A73A5; Wed, 22 Jul 2015 13:50:43 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (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 A2B32102C; Wed, 22 Jul 2015 13:50:42 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.20] (141.Red-83-32-2.dynamicIP.rima-tde.net [83.32.2.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 5A2CC43BAB; Wed, 22 Jul 2015 08:50:36 -0500 (CDT) Subject: Re: svn commit: r392666 - head/audio/libgroove To: Mathieu Arnold , marino@freebsd.org, Pietro Cerutti References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> <55AF9AAC.8000106@marino.st> <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> <55AF9C0C.9040601@marino.st> <32BB3B72522CB1110A06CC56@ogg.in.absolight.net> Cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <55AF9FA8.1030102@marino.st> Date: Wed, 22 Jul 2015 15:50:32 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <32BB3B72522CB1110A06CC56@ogg.in.absolight.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 13:50:43 -0000 On 7/22/2015 3:43 PM, Mathieu Arnold wrote: > +--On 22 juillet 2015 15:35:08 +0200 John Marino > wrote: > | I knew that's what you meant, and that's what I'm talking about. The > | expanded name is the defacto standard and this was hammered into me > | during mentering. You're going out of your way to go against this > | without explaining why, so I'm curious as to why. Danfe just didn't > | make this up. > > The documentation says: > > If this line is present, future maintainers must > not change or remove it except at the original author's request. > > So, I am wondering, what part of that sentence do all of you not get ? Is > the "MUST NOT CHANGE OR REMOVE" not clear ? Of course, il only talks about > future maintainers, I assume that committers understand that it applies to > them even if they're not the maintainer. > The intent is not clear. I assumed that "no change" was trying to ensure credit was not lost. However, if the original email address was gone, or some kind of nickname is used, I would have assumed that is modifiable. Nothing is magic about this line; it's not even mandatory. So if you are clarifying it is immutatable, then I'd like the reason documented because it now escapes me. I was given the benefit of the doubt over the literal meaning. The literal I don't think is good. So now please explain why it can't be changed if credit is maintained? John From owner-svn-ports-all@freebsd.org Wed Jul 22 13:55:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFF649A74C3; Wed, 22 Jul 2015 13:55:10 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (ptrcrt.ch [37.252.124.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27FAB152B; Wed, 22 Jul 2015 13:55:08 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (192.168.1.2 [192.168.1.2]); by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id f36adb68; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 22 Jul 2015 13:55:06 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 22 Jul 2015 15:55:06 +0200 From: Pietro Cerutti To: marino@freebsd.org Cc: Mathieu Arnold , Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r392666 - head/audio/libgroove Organization: The FreeBSD Project In-Reply-To: <55AF9FA8.1030102@marino.st> References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> <55AF9AAC.8000106@marino.st> <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> <55AF9C0C.9040601@marino.st> <32BB3B72522CB1110A06CC56@ogg.in.absolight.net> <55AF9FA8.1030102@marino.st> Message-ID: <3ffcf1791ab676bb611bc3989825e8e7@gahr.ch> X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 13:55:10 -0000 On 2015-07-22 15:50, John Marino wrote: > On 7/22/2015 3:43 PM, Mathieu Arnold wrote: >> +--On 22 juillet 2015 15:35:08 +0200 John Marino >> wrote: >> | I knew that's what you meant, and that's what I'm talking about. >> The >> | expanded name is the defacto standard and this was hammered into me >> | during mentering. You're going out of your way to go against this >> | without explaining why, so I'm curious as to why. Danfe just didn't >> | make this up. >> >> The documentation says: >> >> If this line is present, future maintainers must >> not change or remove it except at the original author's >> request. >> >> So, I am wondering, what part of that sentence do all of you not get ? >> Is >> the "MUST NOT CHANGE OR REMOVE" not clear ? Of course, il only talks >> about >> future maintainers, I assume that committers understand that it >> applies to >> them even if they're not the maintainer. >> > > The intent is not clear. I assumed that "no change" was trying to > ensure credit was not lost. However, if the original email address was > gone, or some kind of nickname is used, I would have assumed that is > modifiable. > > Nothing is magic about this line; it's not even mandatory. So if you > are clarifying it is immutatable, then I'd like the reason documented > because it now escapes me. I was given the benefit of the doubt over > the literal meaning. The literal I don't think is good. > > So now please explain why it can't be changed if credit is maintained? Can my "Created by:" line be put back as it was, while you figure out an answer to your question, and while discussion is ongoing on whether the PHB must be changed according to your interpretation? -- Pietro Cerutti gahr@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed Jul 22 13:55:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7706D9A74F8; Wed, 22 Jul 2015 13:55:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4F8165B; Wed, 22 Jul 2015 13:55:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MDtpes064764; Wed, 22 Jul 2015 13:55:51 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MDtnjF064758; Wed, 22 Jul 2015 13:55:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507221355.t6MDtnjF064758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 22 Jul 2015 13:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392681 - in head/devel: . rubygem-curses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 13:55:51 -0000 Author: swills Date: Wed Jul 22 13:55:49 2015 New Revision: 392681 URL: https://svnweb.freebsd.org/changeset/ports/392681 Log: devel/rubygem-curses: create port A Ruby binding for curses, ncurses, and PDCurses, formerly part of the Ruby standard library. curses is an extension library for text UI applications. WWW: https://rubygems.org/gems/curses PR: 198451 Submitted by: Jonathan Price Added: head/devel/rubygem-curses/ head/devel/rubygem-curses/Makefile (contents, props changed) head/devel/rubygem-curses/distinfo (contents, props changed) head/devel/rubygem-curses/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jul 22 13:34:15 2015 (r392680) +++ head/devel/Makefile Wed Jul 22 13:55:49 2015 (r392681) @@ -4582,6 +4582,7 @@ SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-core + SUBDIR += rubygem-curses SUBDIR += rubygem-cyoi SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons Added: head/devel/rubygem-curses/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-curses/Makefile Wed Jul 22 13:55:49 2015 (r392681) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= curses +PORTVERSION= 1.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= freebsd@jonathanprice.org +COMMENT= Ruby binding for curses, ncurses and PDCurses + +LICENSE= RUBY BSD2CLAUSE +LICENSE_COMB= dual + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-curses/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-curses/distinfo Wed Jul 22 13:55:49 2015 (r392681) @@ -0,0 +1,2 @@ +SHA256 (rubygem/curses-1.0.1.gem) = 7bdc2df1f181357dba0c3ae1d4cc982fb3e6ee33f5f130f689540512e8ce06de +SIZE (rubygem/curses-1.0.1.gem) = 34304 Added: head/devel/rubygem-curses/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-curses/pkg-descr Wed Jul 22 13:55:49 2015 (r392681) @@ -0,0 +1,4 @@ +A Ruby binding for curses, ncurses, and PDCurses, formerly part of the Ruby +standard library. curses is an extension library for text UI applications. + +WWW: https://rubygems.org/gems/curses From owner-svn-ports-all@freebsd.org Wed Jul 22 14:00:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1519C9A768B; Wed, 22 Jul 2015 14:00:26 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (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 DBC6619B4; Wed, 22 Jul 2015 14:00:25 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.20] (141.Red-83-32-2.dynamicIP.rima-tde.net [83.32.2.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 9FAEA43BD4; Wed, 22 Jul 2015 09:00:19 -0500 (CDT) Subject: Re: svn commit: r392666 - head/audio/libgroove To: Pietro Cerutti , marino@freebsd.org References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> <55AF9AAC.8000106@marino.st> <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> <55AF9C0C.9040601@marino.st> <32BB3B72522CB1110A06CC56@ogg.in.absolight.net> <55AF9FA8.1030102@marino.st> <3ffcf1791ab676bb611bc3989825e8e7@gahr.ch> Cc: Mathieu Arnold , Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <55AFA1EE.8020004@marino.st> Date: Wed, 22 Jul 2015 16:00:14 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <3ffcf1791ab676bb611bc3989825e8e7@gahr.ch> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 14:00:26 -0000 On 7/22/2015 3:55 PM, Pietro Cerutti wrote: > On 2015-07-22 15:50, John Marino wrote: >> On 7/22/2015 3:43 PM, Mathieu Arnold wrote: >>> +--On 22 juillet 2015 15:35:08 +0200 John Marino >>> wrote: >>> | I knew that's what you meant, and that's what I'm talking about. The >>> | expanded name is the defacto standard and this was hammered into me >>> | during mentering. You're going out of your way to go against this >>> | without explaining why, so I'm curious as to why. Danfe just didn't >>> | make this up. >>> >>> The documentation says: >>> >>> If this line is present, future maintainers must >>> not change or remove it except at the original author's request. >>> >>> So, I am wondering, what part of that sentence do all of you not get >>> ? Is >>> the "MUST NOT CHANGE OR REMOVE" not clear ? Of course, il only talks >>> about >>> future maintainers, I assume that committers understand that it >>> applies to >>> them even if they're not the maintainer. >>> >> >> The intent is not clear. I assumed that "no change" was trying to >> ensure credit was not lost. However, if the original email address was >> gone, or some kind of nickname is used, I would have assumed that is >> modifiable. >> >> Nothing is magic about this line; it's not even mandatory. So if you >> are clarifying it is immutatable, then I'd like the reason documented >> because it now escapes me. I was given the benefit of the doubt over >> the literal meaning. The literal I don't think is good. >> >> So now please explain why it can't be changed if credit is maintained? > > Can my "Created by:" line be put back as it was, while you figure out an > answer to your question, and while discussion is ongoing on whether the > PHB must be changed according to your interpretation? I've got nothing to do with this other than being curious why this was such a big deal. now that you have explained you don't want your name there then I'd suggest just remove it completely. It's not my call. John From owner-svn-ports-all@freebsd.org Wed Jul 22 14:04:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E44689A7709; Wed, 22 Jul 2015 14:04:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (ptrcrt.ch [37.252.124.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B5331CCC; Wed, 22 Jul 2015 14:04:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (192.168.1.2 [192.168.1.2]); by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id ee2fdd4f; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 22 Jul 2015 14:04:47 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 22 Jul 2015 16:04:47 +0200 From: Pietro Cerutti To: marino@freebsd.org Cc: Mathieu Arnold , Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r392666 - head/audio/libgroove Organization: The FreeBSD Project In-Reply-To: <55AFA1EE.8020004@marino.st> References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> <55AF9AAC.8000106@marino.st> <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> <55AF9C0C.9040601@marino.st> <32BB3B72522CB1110A06CC56@ogg.in.absolight.net> <55AF9FA8.1030102@marino.st> <3ffcf1791ab676bb611bc3989825e8e7@gahr.ch> <55AFA1EE.8020004@marino.st> Message-ID: X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 14:04:52 -0000 On 2015-07-22 16:00, John Marino wrote: > On 7/22/2015 3:55 PM, Pietro Cerutti wrote: >> On 2015-07-22 15:50, John Marino wrote: >>> On 7/22/2015 3:43 PM, Mathieu Arnold wrote: >>>> +--On 22 juillet 2015 15:35:08 +0200 John Marino >>>> wrote: >>>> | I knew that's what you meant, and that's what I'm talking about. >>>> The >>>> | expanded name is the defacto standard and this was hammered into >>>> me >>>> | during mentering. You're going out of your way to go against this >>>> | without explaining why, so I'm curious as to why. Danfe just >>>> didn't >>>> | make this up. >>>> >>>> The documentation says: >>>> >>>> If this line is present, future maintainers must >>>> not change or remove it except at the original author's >>>> request. >>>> >>>> So, I am wondering, what part of that sentence do all of you not get >>>> ? Is >>>> the "MUST NOT CHANGE OR REMOVE" not clear ? Of course, il only >>>> talks >>>> about >>>> future maintainers, I assume that committers understand that it >>>> applies to >>>> them even if they're not the maintainer. >>>> >>> >>> The intent is not clear. I assumed that "no change" was trying to >>> ensure credit was not lost. However, if the original email address >>> was >>> gone, or some kind of nickname is used, I would have assumed that is >>> modifiable. >>> >>> Nothing is magic about this line; it's not even mandatory. So if you >>> are clarifying it is immutatable, then I'd like the reason documented >>> because it now escapes me. I was given the benefit of the doubt over >>> the literal meaning. The literal I don't think is good. >>> >>> So now please explain why it can't be changed if credit is >>> maintained? >> >> Can my "Created by:" line be put back as it was, while you figure out >> an >> answer to your question, and while discussion is ongoing on whether >> the >> PHB must be changed according to your interpretation? > > I've got nothing to do with this other than being curious why this was > such a big deal. now that you have explained you don't want your name > there then I'd suggest just remove it completely. It's not my call. > > John Thanks. -- Pietro Cerutti gahr@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed Jul 22 14:06:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 816E09A7762; Wed, 22 Jul 2015 14:06:16 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71AAF1DD9; Wed, 22 Jul 2015 14:06:16 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ME6GhR068865; Wed, 22 Jul 2015 14:06:16 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ME6GKN068864; Wed, 22 Jul 2015 14:06:16 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201507221406.t6ME6GKN068864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 22 Jul 2015 14:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392682 - head/audio/libgroove X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 14:06:16 -0000 Author: gahr Date: Wed Jul 22 14:06:15 2015 New Revision: 392682 URL: https://svnweb.freebsd.org/changeset/ports/392682 Log: audio/libgroove - restore Created by line Modified: head/audio/libgroove/Makefile Modified: head/audio/libgroove/Makefile ============================================================================== --- head/audio/libgroove/Makefile Wed Jul 22 13:55:49 2015 (r392681) +++ head/audio/libgroove/Makefile Wed Jul 22 14:06:15 2015 (r392682) @@ -1,4 +1,4 @@ -# Created by: Pietro Cerutti +# Created by: gahr # $FreeBSD$ PORTNAME= libgroove From owner-svn-ports-all@freebsd.org Wed Jul 22 14:17:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C2629A797C; Wed, 22 Jul 2015 14:17:31 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (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 2E7C11491; Wed, 22 Jul 2015 14:17:31 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.20] (141.Red-83-32-2.dynamicIP.rima-tde.net [83.32.2.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 0093743BA5; Wed, 22 Jul 2015 09:17:26 -0500 (CDT) Subject: Re: svn commit: r392666 - head/audio/libgroove To: Pietro Cerutti , marino@freebsd.org References: <201507220652.t6M6qVFO094263@repo.freebsd.org> <20150722122313.GA50653@FreeBSD.org> <20150722122531.GB50653@FreeBSD.org> <55AF9AAC.8000106@marino.st> <9e0f61d80cec95a2ff54af98f1421878@gahr.ch> <55AF9C0C.9040601@marino.st> <32BB3B72522CB1110A06CC56@ogg.in.absolight.net> <55AF9FA8.1030102@marino.st> <3ffcf1791ab676bb611bc3989825e8e7@gahr.ch> <55AFA1EE.8020004@marino.st> Cc: Mathieu Arnold , Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Reply-To: marino@freebsd.org From: John Marino X-Enigmail-Draft-Status: N1110 Message-ID: <55AFA5F1.20900@marino.st> Date: Wed, 22 Jul 2015 16:17:21 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 14:17:31 -0000 On 7/22/2015 4:04 PM, Pietro Cerutti wrote: >>> Can my "Created by:" line be put back as it was, while you figure out an >>> answer to your question, and while discussion is ongoing on whether the >>> PHB must be changed according to your interpretation? >> >> I've got nothing to do with this other than being curious why this was >> such a big deal. now that you have explained you don't want your name >> there then I'd suggest just remove it completely. It's not my call. >> >> John, > > Thanks. rhetoric ˈrɛtərɪk' noun language designed to have a persuasive or impressive effect, but which is often regarded as lacking in sincerity or meaningful content. Unlike your response, I was sincere. I definitely wanted to know why this was a big deal enough to you to warrant a revert (and the motivation for the request). Now that you explained it, I made an alternative suggestion. John P.S. I see you reverted it now by yourself, so you want credit but not to use your name. I guess that, knowing it's against the spirit of the current documentation, you're going for the grandfather clause. Fine, too much time spent on an unmaintained port for me... From owner-svn-ports-all@freebsd.org Wed Jul 22 15:01:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1863A9A81FA; Wed, 22 Jul 2015 15:01:34 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB03318F8; Wed, 22 Jul 2015 15:01:33 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MF1XUb092182; Wed, 22 Jul 2015 15:01:33 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MF1XoR092026; Wed, 22 Jul 2015 15:01:33 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507221501.t6MF1XoR092026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Wed, 22 Jul 2015 15:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392683 - head/sysutils/hfsexplorer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 15:01:34 -0000 Author: vg Date: Wed Jul 22 15:01:32 2015 New Revision: 392683 URL: https://svnweb.freebsd.org/changeset/ports/392683 Log: - Update to 0.23 - Changed mirror to GH PR: ports/197209 Submitted by: Andrew Wilcox Modified: head/sysutils/hfsexplorer/Makefile head/sysutils/hfsexplorer/distinfo Modified: head/sysutils/hfsexplorer/Makefile ============================================================================== --- head/sysutils/hfsexplorer/Makefile Wed Jul 22 14:06:15 2015 (r392682) +++ head/sysutils/hfsexplorer/Makefile Wed Jul 22 15:01:32 2015 (r392683) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= hfsexplorer -PORTVERSION= 0.22.1 +PORTVERSION= 0.23 CATEGORIES= sysutils java -MASTER_SITES= SF/catacombae/HFSExplorer/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-0_21-src MAINTAINER= vg@FreeBSD.org COMMENT= HFSExplorer read Mac-formatted harddisks and disk images @@ -18,20 +16,24 @@ DESKTOP_ENTRIES="hfsexplorer" "reader Ma "${DATADIR}/res/icon.png" "${PORTNAME}" \ "System;Utility;Java;" false -USES= zip +USE_GITHUB= yes +GH_PROJECT= ${PORTNAME} +GH_ACCOUNT= unsound +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} + USE_JAVA= yes JAVA_VERSION= 1.6+ OPTIONS_DEFINE= DOCS NO_ARCH= yes -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_PROJECT}-${DISTVERSION} .include do-configure: - @cd ${WRKSRC}/dist && ${REINPLACE_CMD} -e 's|lib/|${DATADIR}/lib/|g' \ + @cd ${WRKSRC}/dist/bin && ${REINPLACE_CMD} -e 's|BASEDIR=".*"|BASEDIR="${DATADIR}/lib"|g' \ hfsx.sh resview.sh unhfs.sh - @${REINPLACE_CMD} -e 's|lib|${DATADIR}/lib|g' \ - ${WRKSRC}/dist/runfsb.sh + @${REINPLACE_CMD} -e 's|BASEDIR=".*"|BASEDIR="${DATADIR}/lib"|g' \ + ${WRKSRC}/dist/bin/hfsexplorer.sh do-build: @cd ${WRKSRC} && ${SH} buildall.sh @@ -46,9 +48,9 @@ post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/lib @${MKDIR} ${STAGEDIR}${DATADIR}/res .for f in hfsx.sh resview.sh unhfs.sh - @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/${f} ${STAGEDIR}${PREFIX}/bin + @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/${f} ${STAGEDIR}${PREFIX}/bin .endfor - @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/runfsb.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/hfsexplorer.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @cd ${WRKSRC} && ${INSTALL_DATA} dist/lib/*.jar ${STAGEDIR}${DATADIR}/lib @cd ${WRKSRC} && ${INSTALL_DATA} dist/res/icon.png ${STAGEDIR}${DATADIR}/res Modified: head/sysutils/hfsexplorer/distinfo ============================================================================== --- head/sysutils/hfsexplorer/distinfo Wed Jul 22 14:06:15 2015 (r392682) +++ head/sysutils/hfsexplorer/distinfo Wed Jul 22 15:01:32 2015 (r392683) @@ -1,2 +1,2 @@ -SHA256 (hfsexplorer-0_21-src.zip) = e7323180df5d468e31a5053411c4f811b15a7ad140802c2f6a60b16f0534e0f9 -SIZE (hfsexplorer-0_21-src.zip) = 2290547 +SHA256 (unsound-hfsexplorer-0.23-hfsexplorer-0.23_GH0.tar.gz) = 0fe0278114be05500b5c3d8334f7609f8b727f64d55b5b02158cfbb9ec0c5130 +SIZE (unsound-hfsexplorer-0.23-hfsexplorer-0.23_GH0.tar.gz) = 1143663 From owner-svn-ports-all@freebsd.org Wed Jul 22 16:32:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 173AF9A7428; Wed, 22 Jul 2015 16:32:12 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00B3E10DC; Wed, 22 Jul 2015 16:32:12 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MGWBQU029912; Wed, 22 Jul 2015 16:32:11 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MGW6ZH029890; Wed, 22 Jul 2015 16:32:06 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507221632.t6MGW6ZH029890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 22 Jul 2015 16:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392684 - in head/multimedia: . libde265 libde265/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.20 Precedence: 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, 22 Jul 2015 16:32:12 -0000 Author: kwm Date: Wed Jul 22 16:32:05 2015 New Revision: 392684 URL: https://svnweb.freebsd.org/changeset/ports/392684 Log: Add libde265 Opensource h.265 video codec. Added: head/multimedia/libde265/ head/multimedia/libde265/Makefile (contents, props changed) head/multimedia/libde265/distinfo (contents, props changed) head/multimedia/libde265/files/ head/multimedia/libde265/files/patch-configure.ac (contents, props changed) head/multimedia/libde265/files/patch-libde265_Makefile.am (contents, props changed) head/multimedia/libde265/files/patch-libde265_fallback-dct.cc (contents, props changed) head/multimedia/libde265/files/patch-libde265_fallback-motion.cc (contents, props changed) head/multimedia/libde265/files/patch-libde265_image.cc (contents, props changed) head/multimedia/libde265/files/patch-libde265_motion.cc (contents, props changed) head/multimedia/libde265/files/patch-libde265_pps.cc (contents, props changed) head/multimedia/libde265/files/patch-libde265_refpic.cc (contents, props changed) head/multimedia/libde265/files/patch-libde265_threads.cc (contents, props changed) head/multimedia/libde265/files/patch-libde265_util.h (contents, props changed) head/multimedia/libde265/pkg-descr (contents, props changed) head/multimedia/libde265/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Wed Jul 22 15:01:32 2015 (r392683) +++ head/multimedia/Makefile Wed Jul 22 16:32:05 2015 (r392684) @@ -168,6 +168,7 @@ SUBDIR += libcec SUBDIR += libdc1394 SUBDIR += libdca + SUBDIR += libde265 SUBDIR += libdv SUBDIR += libdvbcsa SUBDIR += libdvbpsi Added: head/multimedia/libde265/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/Makefile Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,22 @@ +# Created by: Koop Mast +# $FreeBSD$ + +PORTNAME= libde265 +PORTVERSION= 1.0.2 +CATEGORIES= multimedia +DISTVERSIONPREFIX= v + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Open source h.265 video codec + +USE_GITHUB= yes +GH_ACCOUNT= strukturag +GH_PROJECT= libde265 + +USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-sherlock265 --disable-dec265 + +PATHFIX_MAKEFILEIN= Makefile.am + +.include Added: head/multimedia/libde265/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/distinfo Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,2 @@ +SHA256 (strukturag-libde265-v1.0.2_GH0.tar.gz) = c9769a621d568bf5d1e687453cb5d996d7a813476813edb4752ce0fea437fca8 +SIZE (strukturag-libde265-v1.0.2_GH0.tar.gz) = 381737 Added: head/multimedia/libde265/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-configure.ac Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,60 @@ +--- configure.ac.orig 2015-07-14 13:51:51.000000000 +0200 ++++ configure.ac 2015-07-22 16:42:42.854395000 +0200 +@@ -36,8 +36,8 @@ + # Initialize automake stuff + AM_INIT_AUTOMAKE + +-CFLAGS+=" -std=c99" +-CXXFLAGS+=" -Werror=return-type -Werror=unused-result -Werror=reorder" ++CFLAGS="$CFLAGS -std=c99" ++CXXFLAGS="$CXXFLAGS -Werror=return-type -Werror=unused-result -Werror=reorder" + AX_CXX_COMPILE_STDCXX_11() + + dnl Use -Wall if we have gcc. +@@ -101,8 +101,8 @@ + ],[],[need_strict_ansi=no],[need_strict_ansi=yes]); + AC_LANG_POP(C++) + if eval "test x$need_strict_ansi = xyes"; then +- CFLAGS+=" -D__STRICT_ANSI__" +- CXXFLAGS+=" -D__STRICT_ANSI__" ++ CFLAGS="$CFLAGS -D__STRICT_ANSI__" ++ CXXFLAGS="$CXXFLAGS -D__STRICT_ANSI__" + fi + AC_MSG_RESULT([$need_strict_ansi]) + +@@ -180,7 +180,7 @@ + [enable_log_error=$enableval], + [enable_log_error=yes]) + if eval "test $enable_log_error = yes"; then +- CXXFLAGS+=" -DDE265_LOG_ERROR" ++ CXXFLAGS="$CXXFLAGS -DDE265_LOG_ERROR" + fi + + AC_ARG_ENABLE(log-info, +@@ -189,7 +189,7 @@ + [enable_log_info=$enableval], + [enable_log_info=no]) + if eval "test $enable_log_info = yes"; then +- CXXFLAGS+=" -DDE265_LOG_INFO" ++ CXXFLAGS="$CXXFLAGS -DDE265_LOG_INFO" + fi + + AC_ARG_ENABLE(log-debug, +@@ -198,7 +198,7 @@ + [enable_log_debug=$enableval], + [enable_log_debug=no]) + if eval "test $enable_log_debug = yes"; then +- CXXFLAGS+=" -DDE265_LOG_DEBUG" ++ CXXFLAGS="$CXXFLAGS -DDE265_LOG_DEBUG" + fi + + AC_ARG_ENABLE(log-trace, +@@ -207,7 +207,7 @@ + [enable_log_trace=$enableval], + [enable_log_trace=no]) + if eval "test $enable_log_trace = yes"; then +- CXXFLAGS+=" -DDE265_LOG_TRACE" ++ CXXFLAGS="$CXXFLAGS -DDE265_LOG_TRACE" + fi + + Added: head/multimedia/libde265/files/patch-libde265_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-libde265_Makefile.am Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,19 @@ +--- libde265/Makefile.am.orig 2015-07-22 17:41:19.854783000 +0200 ++++ libde265/Makefile.am 2015-07-22 17:41:35.651508000 +0200 +@@ -19,7 +19,6 @@ + endif + + libde265_la_LDFLAGS = -version-info $(LIBDE265_CURRENT):$(LIBDE265_REVISION):$(LIBDE265_AGE) +-libde265_la_LIBADD = -lstdc++ + + libde265_la_SOURCES = \ + acceleration.h \ +@@ -92,7 +91,7 @@ + vui.h + + SUBDIRS = encoder +-libde265_la_LIBADD += encoder/libde265_encoder.la ++libde265_la_LIBADD = encoder/libde265_encoder.la + + if ENABLE_SSE_OPT + SUBDIRS += x86 Added: head/multimedia/libde265/files/patch-libde265_fallback-dct.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-libde265_fallback-dct.cc Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,11 @@ +--- libde265/fallback-dct.cc.orig 2015-07-14 13:51:51.000000000 +0200 ++++ libde265/fallback-dct.cc 2015-07-22 17:24:55.690743000 +0200 +@@ -22,7 +22,7 @@ + + #if defined(_MSC_VER) || defined(__MINGW32__) + # include +-#else ++#elif defined(HAVE_ALLOCA_H) + # include + #endif + Added: head/multimedia/libde265/files/patch-libde265_fallback-motion.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-libde265_fallback-motion.cc Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,11 @@ +--- libde265/fallback-motion.cc.orig 2015-07-14 13:51:51.000000000 +0200 ++++ libde265/fallback-motion.cc 2015-07-22 17:25:04.707534000 +0200 +@@ -23,7 +23,7 @@ + + #if defined(_MSC_VER) || defined(__MINGW32__) + # include +-#else ++#elif defined(HAVE_ALLOCA_H) + # include + #endif + Added: head/multimedia/libde265/files/patch-libde265_image.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-libde265_image.cc Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,11 @@ +--- libde265/image.cc.orig 2015-07-14 13:51:51.000000000 +0200 ++++ libde265/image.cc 2015-07-22 17:32:34.455583000 +0200 +@@ -47,7 +47,7 @@ + #elif _WIN32 + #define ALLOC_ALIGNED(alignment, size) _aligned_malloc((size), (alignment)) + #define FREE_ALIGNED(mem) _aligned_free((mem)) +-#elif __APPLE__ ++#elif defined(HAVE_POSIX_MEMALIGN) + static inline void *ALLOC_ALIGNED(size_t alignment, size_t size) { + void *mem = NULL; + if (posix_memalign(&mem, alignment, size) != 0) { Added: head/multimedia/libde265/files/patch-libde265_motion.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-libde265_motion.cc Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,11 @@ +--- libde265/motion.cc.orig 2015-07-14 13:51:51.000000000 +0200 ++++ libde265/motion.cc 2015-07-22 17:25:26.140610000 +0200 +@@ -31,7 +31,7 @@ + + #if defined(_MSC_VER) || defined(__MINGW32__) + # include +-#else ++#elif defined(HAVE_ALLOCA_H) + # include + #endif + Added: head/multimedia/libde265/files/patch-libde265_pps.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-libde265_pps.cc Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,11 @@ +--- libde265/pps.cc.orig 2015-07-14 13:51:51.000000000 +0200 ++++ libde265/pps.cc 2015-07-22 17:25:38.546345000 +0200 +@@ -27,7 +27,7 @@ + #include + #if defined(_MSC_VER) || defined(__MINGW32__) + # include +-#else ++#elif defined(HAVE_ALLOCA_H) + # include + #endif + Added: head/multimedia/libde265/files/patch-libde265_refpic.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-libde265_refpic.cc Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,11 @@ +--- libde265/refpic.cc.orig 2015-07-14 13:51:51.000000000 +0200 ++++ libde265/refpic.cc 2015-07-22 17:25:52.916195000 +0200 +@@ -26,7 +26,7 @@ + #include + #if defined(_MSC_VER) || defined(__MINGW32__) + # include +-#else ++#elif defined(HAVE_ALLOCA_H) + # include + #endif + Added: head/multimedia/libde265/files/patch-libde265_threads.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-libde265_threads.cc Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,11 @@ +--- libde265/threads.cc.orig 2015-07-14 13:51:51.000000000 +0200 ++++ libde265/threads.cc 2015-07-22 17:26:03.712606000 +0200 +@@ -24,7 +24,7 @@ + + #if defined(_MSC_VER) || defined(__MINGW32__) + # include +-#else ++#elif defined(HAVE_ALLOCA_H) + # include + #endif + Added: head/multimedia/libde265/files/patch-libde265_util.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/files/patch-libde265_util.h Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,11 @@ +--- libde265/util.h.orig 2015-07-22 16:48:18.032493000 +0200 ++++ libde265/util.h 2015-07-22 16:48:43.439129000 +0200 +@@ -70,7 +70,7 @@ + namespace std { using namespace std::tr1; } + #endif + +-#if __GNUC__ && GCC_VERSION < 40600 ++#if __GNUC__ && GCC_VERSION < 40600 && !defined(__clang__) + // nullptr was introduced in gcc 4.6, a simple alias should be fine for our use case + #define nullptr NULL + #endif Added: head/multimedia/libde265/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/pkg-descr Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,9 @@ +libde265 is an open source implementation of the h.265 video codec. It is +written from scratch and has a plain C API to enable a simple integration +into other software. + +libde265 supports WPP and tile-based multithreading and includes SSE +optimizations. The decoder includes all features of the Main profile +and correctly decodes almost all conformance streams. + +WWW: http://www.libde265.org Added: head/multimedia/libde265/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libde265/pkg-plist Wed Jul 22 16:32:05 2015 (r392684) @@ -0,0 +1,14 @@ +bin/bjoentegaard +bin/block-rate-estim +bin/enc265 +bin/gen-enc-table +bin/rd-curves +bin/tests +bin/yuv-distortion +include/libde265/de265-version.h +include/libde265/de265.h +lib/libde265.a +lib/libde265.so +lib/libde265.so.0 +lib/libde265.so.0.0.10 +libdata/pkgconfig/libde265.pc From owner-svn-ports-all@freebsd.org Wed Jul 22 16:49:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33C129A7821; Wed, 22 Jul 2015 16:49:24 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 241D81DFE; Wed, 22 Jul 2015 16:49:24 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MGnOZH035243; Wed, 22 Jul 2015 16:49:24 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MGnN5U035240; Wed, 22 Jul 2015 16:49:23 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507221649.t6MGnN5U035240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Wed, 22 Jul 2015 16:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392685 - head/net/haproxy-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.20 Precedence: 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, 22 Jul 2015 16:49:24 -0000 Author: demon Date: Wed Jul 22 16:49:22 2015 New Revision: 392685 URL: https://svnweb.freebsd.org/changeset/ports/392685 Log: Update to -dev3. Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Wed Jul 22 16:32:05 2015 (r392684) +++ head/net/haproxy-devel/Makefile Wed Jul 22 16:49:22 2015 (r392685) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 1.6-dev2 +DISTVERSION= 1.6-dev3 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.6/src/devel/ PKGNAMESUFFIX= -devel Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Wed Jul 22 16:32:05 2015 (r392684) +++ head/net/haproxy-devel/distinfo Wed Jul 22 16:49:22 2015 (r392685) @@ -1,4 +1,4 @@ -SHA256 (haproxy-1.6-dev2.tar.gz) = bba26d2cd44d6506360dfbe577486f41d93d55ecaa809ef1f106e0994d0efb24 -SIZE (haproxy-1.6-dev2.tar.gz) = 1554225 +SHA256 (haproxy-1.6-dev3.tar.gz) = a97639365d8d6b06e343082be4e5c09c5ec38121b828d00c68503bb7b8bc2e15 +SIZE (haproxy-1.6-dev3.tar.gz) = 1561554 SHA256 (deviceatlas_c_0.9.zip) = d9c5b5e3720ec5f2c0766ee7e2df01cd20afa5099999f55c9d9aba9460b39e08 SIZE (deviceatlas_c_0.9.zip) = 399043 From owner-svn-ports-all@freebsd.org Wed Jul 22 18:35:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65A1B9A8E9A; Wed, 22 Jul 2015 18:35:28 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 564E21B7D; Wed, 22 Jul 2015 18:35:28 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MIZSOv081418; Wed, 22 Jul 2015 18:35:28 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MIZRrX081416; Wed, 22 Jul 2015 18:35:27 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201507221835.t6MIZRrX081416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 22 Jul 2015 18:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392686 - 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.20 Precedence: 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, 22 Jul 2015 18:35:28 -0000 Author: bofh Date: Wed Jul 22 18:35:26 2015 New Revision: 392686 URL: https://svnweb.freebsd.org/changeset/ports/392686 Log: [MAINTAINER UPDATE] misc/mdp : Update version 1.0.0=>1.0.1 PR: 201766 Submitted by: neel@neelc.org Modified: head/misc/mdp/Makefile head/misc/mdp/distinfo Modified: head/misc/mdp/Makefile ============================================================================== --- head/misc/mdp/Makefile Wed Jul 22 16:49:22 2015 (r392685) +++ head/misc/mdp/Makefile Wed Jul 22 18:35:26 2015 (r392686) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mdp -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= misc MAINTAINER= neel@neelc.org Modified: head/misc/mdp/distinfo ============================================================================== --- head/misc/mdp/distinfo Wed Jul 22 16:49:22 2015 (r392685) +++ head/misc/mdp/distinfo Wed Jul 22 18:35:26 2015 (r392686) @@ -1,2 +1,2 @@ -SHA256 (visit1985-mdp-1.0.0_GH0.tar.gz) = 76a3a6eafb2879bb7a8deef223a7244401506d8e3c2f91b6eb81d6a238fb75f6 -SIZE (visit1985-mdp-1.0.0_GH0.tar.gz) = 32890 +SHA256 (visit1985-mdp-1.0.1_GH0.tar.gz) = be912e2201fae57d92797dafa3045a202147a633db26fd9407251b80ab07b96e +SIZE (visit1985-mdp-1.0.1_GH0.tar.gz) = 34757 From owner-svn-ports-all@freebsd.org Wed Jul 22 18:38:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7A6E9A8EDC; Wed, 22 Jul 2015 18:38:27 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B33771C93; Wed, 22 Jul 2015 18:38:27 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MIcR8N081662; Wed, 22 Jul 2015 18:38:27 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MIcR09081660; Wed, 22 Jul 2015 18:38:27 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507221838.t6MIcR09081660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 22 Jul 2015 18:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392687 - head/x11-fm/doublecmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 18:38:27 -0000 Author: robak Date: Wed Jul 22 18:38:26 2015 New Revision: 392687 URL: https://svnweb.freebsd.org/changeset/ports/392687 Log: x11-fm/doublecmd: update 0.6.3 -> 0.6.4 PR: 201746 Submitted by: Benat Gonzalez Etxepare (maintainer) Modified: head/x11-fm/doublecmd/Makefile head/x11-fm/doublecmd/distinfo Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Wed Jul 22 18:35:26 2015 (r392686) +++ head/x11-fm/doublecmd/Makefile Wed Jul 22 18:38:26 2015 (r392687) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= doublecmd -PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTVERSION= 0.6.4 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/x11-fm/doublecmd/distinfo ============================================================================== --- head/x11-fm/doublecmd/distinfo Wed Jul 22 18:35:26 2015 (r392686) +++ head/x11-fm/doublecmd/distinfo Wed Jul 22 18:38:26 2015 (r392687) @@ -1,4 +1,4 @@ -SHA256 (doublecmd-0.6.3-src.tar.gz) = c9abfa1e878a8ed2df20db46111b1e7055e40e0c548df51ed1d39c9a3c3e3575 -SIZE (doublecmd-0.6.3-src.tar.gz) = 5996882 +SHA256 (doublecmd-0.6.4-src.tar.gz) = 2c18d0e89deed22bdd876e90bac0279204219dfe25a33372fee0f1a6997ebfca +SIZE (doublecmd-0.6.4-src.tar.gz) = 5997080 SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39 SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996 From owner-svn-ports-all@freebsd.org Wed Jul 22 18:57:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA2CB9A8226; Wed, 22 Jul 2015 18:57:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98C4216CE; Wed, 22 Jul 2015 18:57:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MIvHR7090155; Wed, 22 Jul 2015 18:57:17 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MIvHLC090154; Wed, 22 Jul 2015 18:57:17 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507221857.t6MIvHLC090154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 22 Jul 2015 18:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392688 - head/korean/nanumfonts-otf/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.20 Precedence: 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, 22 Jul 2015 18:57:17 -0000 Author: jkim Date: Wed Jul 22 18:57:16 2015 New Revision: 392688 URL: https://svnweb.freebsd.org/changeset/ports/392688 Log: Remove the unused license file since r332811. Deleted: head/korean/nanumfonts-otf/files/ From owner-svn-ports-all@freebsd.org Wed Jul 22 19:01:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19C6C9A8354; Wed, 22 Jul 2015 19:01:56 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0698A1B11; Wed, 22 Jul 2015 19:01:56 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MJ1tHq094174; Wed, 22 Jul 2015 19:01:55 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MJ1tZZ094173; Wed, 22 Jul 2015 19:01:55 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201507221901.t6MJ1tZZ094173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Wed, 22 Jul 2015 19:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392689 - head/audio/tomahawk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 19:01:56 -0000 Author: arved Date: Wed Jul 22 19:01:55 2015 New Revision: 392689 URL: https://svnweb.freebsd.org/changeset/ports/392689 Log: Another port, that requires a C++11 compiler Drop maintainership Reported by: pkg-fallout Modified: head/audio/tomahawk/Makefile Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Wed Jul 22 18:57:16 2015 (r392688) +++ head/audio/tomahawk/Makefile Wed Jul 22 19:01:55 2015 (r392689) @@ -5,7 +5,7 @@ PORTNAME= tomahawk PORTVERSION= 0.8.4 CATEGORIES= audio -MAINTAINER= arved@FreeBSD.org +MAINTAINER= port@FreeBSD.org COMMENT= Multi-source, social, and smart music player LICENSE= GPLv3 @@ -44,7 +44,7 @@ OPTIONS_SUB= yes PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,} \ PORTVERSION=${PORTVERSION} -USES= cmake desktop-file-utils pkgconfig +USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes USE_QT4= dbus designer gui linguist_build moc_build \ From owner-svn-ports-all@freebsd.org Wed Jul 22 19:34:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B023F9A88D7; Wed, 22 Jul 2015 19:34:06 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FEDB18BF; Wed, 22 Jul 2015 19:34:06 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MJY6nc007080; Wed, 22 Jul 2015 19:34:06 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MJY6Bc007078; Wed, 22 Jul 2015 19:34:06 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201507221934.t6MJY6Bc007078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 22 Jul 2015 19:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392690 - head/net/py-urllib3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 19:34:06 -0000 Author: olivierd Date: Wed Jul 22 19:34:05 2015 New Revision: 392690 URL: https://svnweb.freebsd.org/changeset/ports/392690 Log: Update to 1.11 Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Wed Jul 22 19:01:55 2015 (r392689) +++ head/net/py-urllib3/Makefile Wed Jul 22 19:34:05 2015 (r392690) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.10.4 +PORTVERSION= 1.11 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ COMMENT= Enhance HTTP Python's standard LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:${PORTSDIR}/security/py-certifi + USES= python USE_PYTHON= distutils autoplist @@ -20,7 +22,7 @@ USE_PYTHON= distutils autoplist # ndg_httpclient is only available for Python 2 .if ${PYTHON_REL} < 3000 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.3:${PORTSDIR}/net/py-ndg_httpsclient +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.3:${PORTSDIR}/net/py-ndg_httpsclient .endif post-extract: Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Wed Jul 22 19:01:55 2015 (r392689) +++ head/net/py-urllib3/distinfo Wed Jul 22 19:34:05 2015 (r392690) @@ -1,2 +1,2 @@ -SHA256 (urllib3-1.10.4.tar.gz) = 52131e6a561466f1206e1a648d9a73dda2a804d0f70e83782bd88494542ded09 -SIZE (urllib3-1.10.4.tar.gz) = 138538 +SHA256 (urllib3-1.11.tar.gz) = 0da48343bdc6c01cfe45bd23726dd2e7ea0c1fce24959a84a4682513a0fd2b12 +SIZE (urllib3-1.11.tar.gz) = 149671 From owner-svn-ports-all@freebsd.org Wed Jul 22 19:39:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A2199A897B; Wed, 22 Jul 2015 19:39:24 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59A091A16; Wed, 22 Jul 2015 19:39:24 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MJdOMM007408; Wed, 22 Jul 2015 19:39:24 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MJdNFZ007406; Wed, 22 Jul 2015 19:39:23 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201507221939.t6MJdNFZ007406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 22 Jul 2015 19:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392691 - in head/security/vlock: . 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.20 Precedence: 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, 22 Jul 2015 19:39:24 -0000 Author: martymac Date: Wed Jul 22 19:39:22 2015 New Revision: 392691 URL: https://svnweb.freebsd.org/changeset/ports/392691 Log: Fix build with new libcaca when CACASAVER is on MFH: 2015Q3 Added: head/security/vlock/files/patch-modules-caca.c (contents, props changed) Modified: head/security/vlock/Makefile Modified: head/security/vlock/Makefile ============================================================================== --- head/security/vlock/Makefile Wed Jul 22 19:34:05 2015 (r392690) +++ head/security/vlock/Makefile Wed Jul 22 19:39:22 2015 (r392691) @@ -3,7 +3,7 @@ PORTNAME= vlock PORTVERSION= 2.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://cthulhu.c3d2.de/~toidinamai/vlock/archive/ Added: head/security/vlock/files/patch-modules-caca.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/vlock/files/patch-modules-caca.c Wed Jul 22 19:39:22 2015 (r392691) @@ -0,0 +1,12 @@ +Remove legacy header as libcucul has now been merged into libcaca. + +--- ./modules/caca.c.orig 2015-07-21 20:34:23.876845709 +0200 ++++ ./modules/caca.c 2015-07-21 20:34:33.937820107 +0200 +@@ -37,7 +37,6 @@ + + #include + +-#include + #include + + #include "process.h" From owner-svn-ports-all@freebsd.org Wed Jul 22 20:03:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B2899A8D55; Wed, 22 Jul 2015 20:03:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4336E16BC; Wed, 22 Jul 2015 20:03:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MK3Xpe019265; Wed, 22 Jul 2015 20:03:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MK3XU3019264; Wed, 22 Jul 2015 20:03:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507222003.t6MK3XU3019264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 22 Jul 2015 20:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392692 - head/games/catesc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 20:03:33 -0000 Author: amdmi3 Date: Wed Jul 22 20:03:32 2015 New Revision: 392692 URL: https://svnweb.freebsd.org/changeset/ports/392692 Log: - Add LICENSE - Add NO_ARCH Modified: head/games/catesc/Makefile Modified: head/games/catesc/Makefile ============================================================================== --- head/games/catesc/Makefile Wed Jul 22 19:39:22 2015 (r392691) +++ head/games/catesc/Makefile Wed Jul 22 20:03:32 2015 (r392692) @@ -8,12 +8,22 @@ CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Escape of the cat - hardcode oldschool platformer +LICENSE= CCbySA30 CCbySA40 +LICENSE_COMB= multi +LICENSE_NAME_CCbySA30= Creative Commons Attribution-ShareAlike 3.0 Unported license +LICENSE_NAME_CCbySA40= Creative Commons Attribution-ShareAlike 4.0 International Public License +LICENSE_TEXT_CCbySA30= https://creativecommons.org/licenses/by-sa/3.0/legalcode +LICENSE_TEXT_CCbySA40= https://creativecommons.org/licenses/by-sa/4.0/legalcode +LICENSE_PERMS_CCbySA30= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_CCbySA40= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + RUN_DEPENDS= instead:${PORTSDIR}/games/instead USE_GITHUB= yes GH_ACCOUNT= gl00my NO_BUILD= yes +NO_ARCH= yes DATADIR= ${PREFIX}/share/instead/games/${PORTNAME} From owner-svn-ports-all@freebsd.org Wed Jul 22 20:09:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFEBA9A8DF9; Wed, 22 Jul 2015 20:09:46 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A02631A00; Wed, 22 Jul 2015 20:09:46 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MK9kxC019622; Wed, 22 Jul 2015 20:09:46 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MK9kfI019620; Wed, 22 Jul 2015 20:09:46 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201507222009.t6MK9kfI019620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 22 Jul 2015 20:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392693 - head/textproc/p5-Net-IDN-Encode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 20:09:46 -0000 Author: bofh Date: Wed Jul 22 20:09:45 2015 New Revision: 392693 URL: https://svnweb.freebsd.org/changeset/ports/392693 Log: textproc/p5-Net-IDN-Encode: Update version 2.202=>2.300 Modified: head/textproc/p5-Net-IDN-Encode/Makefile head/textproc/p5-Net-IDN-Encode/distinfo Modified: head/textproc/p5-Net-IDN-Encode/Makefile ============================================================================== --- head/textproc/p5-Net-IDN-Encode/Makefile Wed Jul 22 20:03:32 2015 (r392692) +++ head/textproc/p5-Net-IDN-Encode/Makefile Wed Jul 22 20:09:45 2015 (r392693) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-IDN-Encode -PORTVERSION= 2.202 +PORTVERSION= 2.300 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Net-IDN-Encode/distinfo ============================================================================== --- head/textproc/p5-Net-IDN-Encode/distinfo Wed Jul 22 20:03:32 2015 (r392692) +++ head/textproc/p5-Net-IDN-Encode/distinfo Wed Jul 22 20:09:45 2015 (r392693) @@ -1,2 +1,2 @@ -SHA256 (Net-IDN-Encode-2.202.tar.gz) = 362bd0fa735ae74a76b7680fd78b2286641aac68ecc5a7068725299b04d0cce2 -SIZE (Net-IDN-Encode-2.202.tar.gz) = 456588 +SHA256 (Net-IDN-Encode-2.300.tar.gz) = 46b18a0a933af6709079eb5090cab2f4b382b07000672708bce0aec9135e56fc +SIZE (Net-IDN-Encode-2.300.tar.gz) = 433068 From owner-svn-ports-all@freebsd.org Wed Jul 22 20:26:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 961499A8133; Wed, 22 Jul 2015 20:26:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 798231198; Wed, 22 Jul 2015 20:26:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MKQ70h027543; Wed, 22 Jul 2015 20:26:07 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MKQ6KX027540; Wed, 22 Jul 2015 20:26:06 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507222026.t6MKQ6KX027540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 22 Jul 2015 20:26:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392694 - head/korean/nanumfonts-otf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 20:26:07 -0000 Author: jkim Date: Wed Jul 22 20:26:05 2015 New Revision: 392694 URL: https://svnweb.freebsd.org/changeset/ports/392694 Log: Update to 20141022 snapshot. Modified: head/korean/nanumfonts-otf/Makefile head/korean/nanumfonts-otf/distinfo.otf head/korean/nanumfonts-otf/distinfo.ttf Modified: head/korean/nanumfonts-otf/Makefile ============================================================================== --- head/korean/nanumfonts-otf/Makefile Wed Jul 22 20:09:45 2015 (r392693) +++ head/korean/nanumfonts-otf/Makefile Wed Jul 22 20:26:05 2015 (r392694) @@ -1,33 +1,45 @@ # $FreeBSD$ PORTNAME= nanumfonts -PORTVERSION= 3.1 -PORTREVISION= 1 +PORTVERSION= 20141022 CATEGORIES= korean -MASTER_SITES= http://cdn.naver.com/naver/NanumFont/fontfiles/ \ +MASTER_SITES= http://appdown.naver.com/naver/font/NanumFont/setup/ \ LOCAL/jkim PKGNAMESUFFIX= -${FONTTYPE} -DISTFILES= NanumFont_${FONTTYPE:tu}_ALL${EXTRACT_SUFX} \ - NanumFontSetup_${FONTTYPE:tu}_GOTHICECO${EXTRACT_SUFX} \ - NanumFontSetup_${FONTTYPE:tu}_GOTHICLIGHT${EXTRACT_SUFX} \ - NanumFontSetup_${FONTTYPE:tu}_MYUNGJOECO${EXTRACT_SUFX} +DISTFILES= ${DISTFILE_LIST:S/^/${DISTFILE_PRFX}/:S/$/${DISTFILE_SUFX}/} +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= jkim@FreeBSD.org COMMENT= Nanum family Hangul fonts (${FONTFORMAT}) LICENSE= OFL11 +EXTRACT_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip + +DISTFILE_LIST= ALL GOTHICECO MYUNGJOECO +DISTFILE_PRFX= NanumFontSetup_${FONTTYPE:tu}_ +DISTFILE_SUFX= _hangeulcamp.exe DISTINFO_FILE= ${PKGDIR}/distinfo.${FONTTYPE} -NO_WRKSUBDIR= yes +EXTRACT_CMD= 7z +EXTRACT_BEFORE_ARGS= e -y +EXTRACT_AFTER_ARGS= '$$WINDIR/Fonts' + +NO_ARCH= yes NO_BUILD= yes -USES= fonts zip +USES= fonts FONTTYPE?= otf FONTFORMAT?= OpenType FONTNAME= nanum-${FONTTYPE} -FONTLIST= NanumBrush \ +FONTLIST= NanumBarunGothic \ + NanumBarunGothicBold \ + NanumBarunGothicLight \ + NanumBarunGothicUltraLight \ + NanumBarunpenB \ + NanumBarunpenR \ + NanumBrush \ NanumGothic \ NanumGothicBold \ NanumGothicEco \ @@ -48,6 +60,8 @@ PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR} do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${FONTFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${FONTSDIR} +.for f in ${FONTFILES} + ${INSTALL_DATA} ${f:S|^|${WRKDIR}/|} ${STAGEDIR}${FONTSDIR} +.endfor .include Modified: head/korean/nanumfonts-otf/distinfo.otf ============================================================================== --- head/korean/nanumfonts-otf/distinfo.otf Wed Jul 22 20:09:45 2015 (r392693) +++ head/korean/nanumfonts-otf/distinfo.otf Wed Jul 22 20:26:05 2015 (r392694) @@ -1,8 +1,6 @@ -SHA256 (NanumFont_OTF_ALL.zip) = f179ac551f8a02165335a473c4da30f7bc809b5f54239a596c629d9837dccea9 -SIZE (NanumFont_OTF_ALL.zip) = 10116218 -SHA256 (NanumFontSetup_OTF_GOTHICECO.zip) = 193465aa0d0eb8816c291b91b8faa168943566ed32e304b4d76c9f87a60458c0 -SIZE (NanumFontSetup_OTF_GOTHICECO.zip) = 8788652 -SHA256 (NanumFontSetup_OTF_GOTHICLIGHT.zip) = 1da10d7539f1bdfd7489aa5121587fc4a3a464f15b64f5437d84ed059b1f2d2c -SIZE (NanumFontSetup_OTF_GOTHICLIGHT.zip) = 216209 -SHA256 (NanumFontSetup_OTF_MYUNGJOECO.zip) = 21e1107a65e959304e18d16b0e89b67846666c33f0b1a31fe34eee16d8600e94 -SIZE (NanumFontSetup_OTF_MYUNGJOECO.zip) = 5907430 +SHA256 (nanumfonts/20141022/NanumFontSetup_OTF_ALL_hangeulcamp.exe) = cfd3ff42361b7538f5a565285e769a6bca22b1e201bd4d9379c47f82ff1eb9af +SIZE (nanumfonts/20141022/NanumFontSetup_OTF_ALL_hangeulcamp.exe) = 14614080 +SHA256 (nanumfonts/20141022/NanumFontSetup_OTF_GOTHICECO_hangeulcamp.exe) = ecfa78fd9d2c6284f5eea59ee3692c96c891985f8a5cb6b237e8f22fd9837a2b +SIZE (nanumfonts/20141022/NanumFontSetup_OTF_GOTHICECO_hangeulcamp.exe) = 6160048 +SHA256 (nanumfonts/20141022/NanumFontSetup_OTF_MYUNGJOECO_hangeulcamp.exe) = 370f84ef8b5211e907880883e514165f2393a812d65d0069d215ee67163ec7c5 +SIZE (nanumfonts/20141022/NanumFontSetup_OTF_MYUNGJOECO_hangeulcamp.exe) = 3709536 Modified: head/korean/nanumfonts-otf/distinfo.ttf ============================================================================== --- head/korean/nanumfonts-otf/distinfo.ttf Wed Jul 22 20:09:45 2015 (r392693) +++ head/korean/nanumfonts-otf/distinfo.ttf Wed Jul 22 20:26:05 2015 (r392694) @@ -1,8 +1,6 @@ -SHA256 (NanumFont_TTF_ALL.zip) = 25eee9a54f391d1d81dc5bbaab313f6c055bcbd2e7ab5d2cca8a0aa57257bdd9 -SIZE (NanumFont_TTF_ALL.zip) = 14946146 -SHA256 (NanumFontSetup_TTF_GOTHICECO.zip) = dde39721247b11a6e833a4d028a03d24b5b4ccc8aaef6ffb43439aeed7f4e87e -SIZE (NanumFontSetup_TTF_GOTHICECO.zip) = 11112007 -SHA256 (NanumFontSetup_TTF_GOTHICLIGHT.zip) = 5dcb6df6762c451adbc287ef8b5ad99a5fb85084fd2967812acdd694311cfcbc -SIZE (NanumFontSetup_TTF_GOTHICLIGHT.zip) = 565097 -SHA256 (NanumFontSetup_TTF_MYUNGJOECO.zip) = 571e7b1f6053b75403e4c4266e8774ea69d92416396168d3c1ff9a500b6e6f6f -SIZE (NanumFontSetup_TTF_MYUNGJOECO.zip) = 9615100 +SHA256 (nanumfonts/20141022/NanumFontSetup_TTF_ALL_hangeulcamp.exe) = 0669152cae3dd8bdc6f9b5b66e47d7a7232b99b0e67321d90b1f3cfff546e3f6 +SIZE (nanumfonts/20141022/NanumFontSetup_TTF_ALL_hangeulcamp.exe) = 19648416 +SHA256 (nanumfonts/20141022/NanumFontSetup_TTF_GOTHICECO_hangeulcamp.exe) = 1da6284ef24bfdbbb8ddeb184716ba64be48f8d427860bcb3425ea34ee2c2efb +SIZE (nanumfonts/20141022/NanumFontSetup_TTF_GOTHICECO_hangeulcamp.exe) = 8516120 +SHA256 (nanumfonts/20141022/NanumFontSetup_TTF_MYUNGJOECO_hangeulcamp.exe) = ddb8d1a2043bf4297964a1ec0456abb338f41b70a7185f5ce0540c0942ac6c07 +SIZE (nanumfonts/20141022/NanumFontSetup_TTF_MYUNGJOECO_hangeulcamp.exe) = 6323032 From owner-svn-ports-all@freebsd.org Wed Jul 22 21:10:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B482D9A87E7; Wed, 22 Jul 2015 21:10:50 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4D90161E; Wed, 22 Jul 2015 21:10:50 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MLAoGf044514; Wed, 22 Jul 2015 21:10:50 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MLAoKQ044511; Wed, 22 Jul 2015 21:10:50 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201507222110.t6MLAoKQ044511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 22 Jul 2015 21:10:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392695 - head/graphics/gscan2pdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 21:10:50 -0000 Author: danilo Date: Wed Jul 22 21:10:49 2015 New Revision: 392695 URL: https://svnweb.freebsd.org/changeset/ports/392695 Log: - Update to 1.3.2 - Use tar:xz PR: 201775 Submitted by: Christoph Moench-Tegeder Modified: head/graphics/gscan2pdf/Makefile head/graphics/gscan2pdf/distinfo Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Wed Jul 22 20:26:05 2015 (r392694) +++ head/graphics/gscan2pdf/Makefile Wed Jul 22 21:10:49 2015 (r392695) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gscan2pdf -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= graphics MASTER_SITES= SF @@ -42,7 +41,7 @@ RUN_DEPENDS:= p5-Archive-Tar>0:${PORTSDI NO_ARCH= yes -USES= gettext gmake perl5 +USES= gettext gmake perl5 tar:xz USE_GNOME= gtk20 librsvg2 USE_PERL5= configure Modified: head/graphics/gscan2pdf/distinfo ============================================================================== --- head/graphics/gscan2pdf/distinfo Wed Jul 22 20:26:05 2015 (r392694) +++ head/graphics/gscan2pdf/distinfo Wed Jul 22 21:10:49 2015 (r392695) @@ -1,2 +1,2 @@ -SHA256 (gscan2pdf-1.3.1.tar.gz) = e81dad3e0f38f5a7c99383f496d50e4c118e880b43c37089bffa8f9c84464dd6 -SIZE (gscan2pdf-1.3.1.tar.gz) = 717441 +SHA256 (gscan2pdf-1.3.2.tar.xz) = 54ba7717e0c33a7aa266d1dd7e74f8806bee331228f0b1929c3cb08626b84346 +SIZE (gscan2pdf-1.3.2.tar.xz) = 354360 From owner-svn-ports-all@freebsd.org Wed Jul 22 21:46:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 769E19A813E; Wed, 22 Jul 2015 21:46:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 619351999; Wed, 22 Jul 2015 21:46:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MLkgcu060653; Wed, 22 Jul 2015 21:46:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MLkSFo060612; Wed, 22 Jul 2015 21:46:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507222146.t6MLkSFo060612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 22 Jul 2015 21:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392696 - in head/databases: postgresql90-server postgresql91-server postgresql92-server postgresql93-server postgresql94-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.20 Precedence: 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, 22 Jul 2015 21:46:42 -0000 Author: bapt Date: Wed Jul 22 21:46:27 2015 New Revision: 392696 URL: https://svnweb.freebsd.org/changeset/ports/392696 Log: Cleanup plist and avoid useless @exec Modified: head/databases/postgresql90-server/Makefile head/databases/postgresql90-server/pkg-plist-client head/databases/postgresql90-server/pkg-plist-contrib head/databases/postgresql90-server/pkg-plist-plperl head/databases/postgresql90-server/pkg-plist-plpython head/databases/postgresql90-server/pkg-plist-pltcl head/databases/postgresql90-server/pkg-plist-server head/databases/postgresql91-server/Makefile head/databases/postgresql91-server/pkg-plist-client head/databases/postgresql91-server/pkg-plist-contrib head/databases/postgresql91-server/pkg-plist-plperl head/databases/postgresql91-server/pkg-plist-plpython head/databases/postgresql91-server/pkg-plist-pltcl head/databases/postgresql91-server/pkg-plist-server head/databases/postgresql92-server/Makefile head/databases/postgresql92-server/pkg-plist-client head/databases/postgresql92-server/pkg-plist-contrib head/databases/postgresql92-server/pkg-plist-plperl head/databases/postgresql92-server/pkg-plist-plpython head/databases/postgresql92-server/pkg-plist-pltcl head/databases/postgresql92-server/pkg-plist-server head/databases/postgresql93-server/Makefile head/databases/postgresql93-server/pkg-plist-client head/databases/postgresql93-server/pkg-plist-contrib head/databases/postgresql93-server/pkg-plist-plperl head/databases/postgresql93-server/pkg-plist-plpython head/databases/postgresql93-server/pkg-plist-pltcl head/databases/postgresql93-server/pkg-plist-server head/databases/postgresql94-server/Makefile head/databases/postgresql94-server/pkg-plist-client head/databases/postgresql94-server/pkg-plist-contrib head/databases/postgresql94-server/pkg-plist-plperl head/databases/postgresql94-server/pkg-plist-plpython head/databases/postgresql94-server/pkg-plist-pltcl head/databases/postgresql94-server/pkg-plist-server Modified: head/databases/postgresql90-server/Makefile ============================================================================== --- head/databases/postgresql90-server/Makefile Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql90-server/Makefile Wed Jul 22 21:46:27 2015 (r392696) @@ -2,7 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.0.22 -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql90-server/pkg-plist-client ============================================================================== --- head/databases/postgresql90-server/pkg-plist-client Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql90-server/pkg-plist-client Wed Jul 22 21:46:27 2015 (r392696) @@ -476,54 +476,16 @@ include/postgresql/server/windowapi.h include/sqlda-compat.h include/sqlda-native.h include/sqlda.h -@dir include/postgresql/server/utils -@dir include/postgresql/server/tsearch/dicts -@dir include/postgresql/server/tsearch -@dir include/postgresql/server/tcop -@dir include/postgresql/server/storage -@dir include/postgresql/server/snowball/libstemmer -@dir include/postgresql/server/snowball -@dir include/postgresql/server/rewrite -@dir include/postgresql/server/replication -@dir include/postgresql/server/regex -@dir include/postgresql/server/postmaster -@dir include/postgresql/server/portability -@dir include/postgresql/server/port/win32_msvc/sys -@dir include/postgresql/server/port/win32_msvc -@dir include/postgresql/server/port/win32/sys -@dir include/postgresql/server/port/win32/netinet -@dir include/postgresql/server/port/win32/arpa -@dir include/postgresql/server/port/win32 -@dir include/postgresql/server/port -@dir include/postgresql/server/parser -@dir include/postgresql/server/optimizer -@dir include/postgresql/server/nodes -@dir include/postgresql/server/mb -@dir include/postgresql/server/libpq -@dir include/postgresql/server/lib -@dir include/postgresql/server/foreign -@dir include/postgresql/server/executor -@dir include/postgresql/server/commands -@dir include/postgresql/server/catalog -@dir include/postgresql/server/bootstrap -@dir include/postgresql/server/access -@dir include/postgresql/server include/libpq/libpq-fs.h -@dir include/libpq include/postgresql/internal/libpq/pqcomm.h -@dir include/postgresql/internal/libpq include/postgresql/informix/esql/datetime.h include/postgresql/informix/esql/decimal.h include/postgresql/informix/esql/sqltypes.h -@dir include/postgresql/informix/esql -@dir include/postgresql/informix include/postgresql/internal/c.h include/postgresql/internal/libpq-int.h include/postgresql/internal/postgres_fe.h include/postgresql/internal/port.h include/postgresql/internal/pqexpbuffer.h -@dir include/postgresql/internal -@dir include/postgresql include/ecpg_informix.h include/ecpgerrno.h include/ecpglib.h @@ -559,11 +521,6 @@ lib/postgresql/pgxs/src/Makefile.global lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/nls-global.mk -@dir lib/postgresql/pgxs/src/makefiles -@dir lib/postgresql/pgxs/config -@dir lib/postgresql/pgxs/src -@dir lib/postgresql/pgxs -@dir lib/postgresql man/man1/clusterdb.1.gz man/man1/createdb.1.gz man/man1/createlang.1.gz @@ -791,10 +748,8 @@ man/man7/VACUUM.7.gz man/man7/VALUES.7.gz man/man7/WITH.7.gz %%DOCSDIR%%/README-client -@dir %%DOCSDIR%% %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample -@dir %%DATADIR%% %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.0.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.0.mo Modified: head/databases/postgresql90-server/pkg-plist-contrib ============================================================================== --- head/databases/postgresql90-server/pkg-plist-contrib Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql90-server/pkg-plist-contrib Wed Jul 22 21:46:27 2015 (r392696) @@ -124,9 +124,3 @@ lib/postgresql/uuid-ossp.so %%DATADIR%%/contrib/uninstall_unaccent.sql %%DATADIR%%/tsearch_data/unaccent.rules %%DATADIR%%/tsearch_data/xsyn_sample.rules -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%%/contrib -@dir %%DATADIR%% -@dir %%DOCSDIR%%/contrib -@dir %%DOCSDIR%% -@dir lib/postgresql Modified: head/databases/postgresql90-server/pkg-plist-plperl ============================================================================== --- head/databases/postgresql90-server/pkg-plist-plperl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql90-server/pkg-plist-plperl Wed Jul 22 21:46:27 2015 (r392696) @@ -1,4 +1,2 @@ %%DOCSDIR%%/README-plperl lib/postgresql/plperl.so -@dir lib/postgresql -@dir %%DOCSDIR%% Modified: head/databases/postgresql90-server/pkg-plist-plpython ============================================================================== --- head/databases/postgresql90-server/pkg-plist-plpython Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql90-server/pkg-plist-plpython Wed Jul 22 21:46:27 2015 (r392696) @@ -1,5 +1,3 @@ %%DOCSDIR%%/README-plpython lib/postgresql/plpython.so lib/postgresql/plpython2.so -@dir lib/postgresql -@dir %%DOCSDIR%% Modified: head/databases/postgresql90-server/pkg-plist-pltcl ============================================================================== --- head/databases/postgresql90-server/pkg-plist-pltcl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql90-server/pkg-plist-pltcl Wed Jul 22 21:46:27 2015 (r392696) @@ -1,9 +1,6 @@ %%DOCSDIR%%/README-pltcl lib/postgresql/pltcl.so -@dir lib/postgresql bin/pltcl_loadmod bin/pltcl_delmod bin/pltcl_listmod %%DATADIR%%/unknown.pltcl -@dir %%DATADIR%% -@dir %%DOCSDIR%% Modified: head/databases/postgresql90-server/pkg-plist-server ============================================================================== --- head/databases/postgresql90-server/pkg-plist-server Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql90-server/pkg-plist-server Wed Jul 22 21:46:27 2015 (r392696) @@ -35,7 +35,6 @@ lib/postgresql/utf8_and_sjis2004.so lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win.so %%DOCSDIR%%/README-server -@dir %%DOCSDIR%% %%DATADIR%%/conversion_create.sql %%DATADIR%%/information_schema.sql %%DATADIR%%/pg_hba.conf.sample @@ -734,28 +733,6 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/timezonesets/India %%DATADIR%%/timezonesets/Indian.txt %%DATADIR%%/timezonesets/Pacific.txt -%%TZDATA%%@dir %%DATADIR%%/timezone/Africa -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Argentina -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Indiana -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Kentucky -%%TZDATA%%@dir %%DATADIR%%/timezone/America/North_Dakota -%%TZDATA%%@dir %%DATADIR%%/timezone/America -%%TZDATA%%@dir %%DATADIR%%/timezone/Antarctica -%%TZDATA%%@dir %%DATADIR%%/timezone/Arctic -%%TZDATA%%@dir %%DATADIR%%/timezone/Asia -%%TZDATA%%@dir %%DATADIR%%/timezone/Atlantic -%%TZDATA%%@dir %%DATADIR%%/timezone/Australia -%%TZDATA%%@dir %%DATADIR%%/timezone/Brazil -%%TZDATA%%@dir %%DATADIR%%/timezone/Canada -%%TZDATA%%@dir %%DATADIR%%/timezone/Chile -%%TZDATA%%@dir %%DATADIR%%/timezone/Etc -%%TZDATA%%@dir %%DATADIR%%/timezone/Europe -%%TZDATA%%@dir %%DATADIR%%/timezone/Indian -%%TZDATA%%@dir %%DATADIR%%/timezone/Mexico -%%TZDATA%%@dir %%DATADIR%%/timezone/Pacific -%%TZDATA%%@dir %%DATADIR%%/timezone/US -%%TZDATA%%@dir %%DATADIR%%/timezone -@dir %%DATADIR%%/timezonesets %%DATADIR%%/tsearch_data/danish.stop %%DATADIR%%/tsearch_data/dutch.stop %%DATADIR%%/tsearch_data/english.stop @@ -775,11 +752,4 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/tsearch_data/ispell_sample.dict %%DATADIR%%/tsearch_data/synonym_sample.syn %%DATADIR%%/tsearch_data/thesaurus_sample.ths -@exec /bin/mkdir -p %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@exec /usr/sbin/chown %%PG_USER%%:%%PG_GROUP%% %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%% -@dir etc/periodic/daily -@dir etc/periodic -@dir lib/postgresql -@dir %%PG_USER%% +@dir(%%PG_USER%%,%%PG_GROUP%%,) %%PG_USER%% Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql91-server/Makefile Wed Jul 22 21:46:27 2015 (r392696) @@ -3,7 +3,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.1.18 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql91-server/pkg-plist-client ============================================================================== --- head/databases/postgresql91-server/pkg-plist-client Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql91-server/pkg-plist-client Wed Jul 22 21:46:27 2015 (r392696) @@ -498,54 +498,16 @@ include/postgresql/server/windowapi.h include/sqlda-compat.h include/sqlda-native.h include/sqlda.h -@dir include/postgresql/server/utils -@dir include/postgresql/server/tsearch/dicts -@dir include/postgresql/server/tsearch -@dir include/postgresql/server/tcop -@dir include/postgresql/server/storage -@dir include/postgresql/server/snowball/libstemmer -@dir include/postgresql/server/snowball -@dir include/postgresql/server/rewrite -@dir include/postgresql/server/replication -@dir include/postgresql/server/regex -@dir include/postgresql/server/postmaster -@dir include/postgresql/server/portability -@dir include/postgresql/server/port/win32_msvc/sys -@dir include/postgresql/server/port/win32_msvc -@dir include/postgresql/server/port/win32/sys -@dir include/postgresql/server/port/win32/netinet -@dir include/postgresql/server/port/win32/arpa -@dir include/postgresql/server/port/win32 -@dir include/postgresql/server/port -@dir include/postgresql/server/parser -@dir include/postgresql/server/optimizer -@dir include/postgresql/server/nodes -@dir include/postgresql/server/mb -@dir include/postgresql/server/libpq -@dir include/postgresql/server/lib -@dir include/postgresql/server/foreign -@dir include/postgresql/server/executor -@dir include/postgresql/server/commands -@dir include/postgresql/server/catalog -@dir include/postgresql/server/bootstrap -@dir include/postgresql/server/access -@dir include/postgresql/server include/libpq/libpq-fs.h -@dir include/libpq include/postgresql/internal/libpq/pqcomm.h -@dir include/postgresql/internal/libpq include/postgresql/informix/esql/datetime.h include/postgresql/informix/esql/decimal.h include/postgresql/informix/esql/sqltypes.h -@dir include/postgresql/informix/esql -@dir include/postgresql/informix include/postgresql/internal/c.h include/postgresql/internal/libpq-int.h include/postgresql/internal/postgres_fe.h include/postgresql/internal/port.h include/postgresql/internal/pqexpbuffer.h -@dir include/postgresql/internal -@dir include/postgresql include/ecpg_informix.h include/ecpgerrno.h include/ecpglib.h @@ -581,11 +543,6 @@ lib/postgresql/pgxs/src/Makefile.global lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/nls-global.mk -@dir lib/postgresql/pgxs/src/makefiles -@dir lib/postgresql/pgxs/config -@dir lib/postgresql/pgxs/src -@dir lib/postgresql/pgxs -@dir lib/postgresql man/man1/clusterdb.1.gz man/man1/createdb.1.gz man/man1/createlang.1.gz @@ -823,10 +780,8 @@ man/man7/VACUUM.7.gz man/man7/VALUES.7.gz man/man7/WITH.7.gz %%DOCSDIR%%/README-client -@dir %%DOCSDIR%% %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample -@dir %%DATADIR%% %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.1.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.1.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.1.mo Modified: head/databases/postgresql91-server/pkg-plist-contrib ============================================================================== --- head/databases/postgresql91-server/pkg-plist-contrib Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql91-server/pkg-plist-contrib Wed Jul 22 21:46:27 2015 (r392696) @@ -175,9 +175,3 @@ share/doc/postgresql/extension/timetrave %%DATADIR%%/extension/xml2.control %%DATADIR%%/tsearch_data/unaccent.rules %%DATADIR%%/tsearch_data/xsyn_sample.rules -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%%/extension -@dir %%DATADIR%% -@dir %%DOCSDIR%%/extension -@dir %%DOCSDIR%% -@dir lib/postgresql Modified: head/databases/postgresql91-server/pkg-plist-plperl ============================================================================== --- head/databases/postgresql91-server/pkg-plist-plperl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql91-server/pkg-plist-plperl Wed Jul 22 21:46:27 2015 (r392696) @@ -6,7 +6,3 @@ %%DATADIR%%/extension/plperl--unpackaged--1.0.sql %%DOCSDIR%%/README-plperl lib/postgresql/plperl.so -@dir lib/postgresql -@dir %%DOCSDIR%% -@dir %%DATADIR%%/extension -@dir %%DATADIR%% Modified: head/databases/postgresql91-server/pkg-plist-plpython ============================================================================== --- head/databases/postgresql91-server/pkg-plist-plpython Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql91-server/pkg-plist-plpython Wed Jul 22 21:46:27 2015 (r392696) @@ -10,6 +10,3 @@ %%PYTHON3%%%%DATADIR%%/extension/plpython3u.control %%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql %%PYTHON3%%%%DATADIR%%/extension/plpython3u--unpackaged--1.0.sql -@dir %%DATADIR%%/extension -@dir lib/postgresql -@dir %%DOCSDIR%% Modified: head/databases/postgresql91-server/pkg-plist-pltcl ============================================================================== --- head/databases/postgresql91-server/pkg-plist-pltcl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql91-server/pkg-plist-pltcl Wed Jul 22 21:46:27 2015 (r392696) @@ -6,11 +6,7 @@ %%DATADIR%%/extension/pltclu--unpackaged--1.0.sql %%DOCSDIR%%/README-pltcl lib/postgresql/pltcl.so -@dir lib/postgresql bin/pltcl_loadmod bin/pltcl_delmod bin/pltcl_listmod %%DATADIR%%/unknown.pltcl -@dir %%DATADIR%%/extension -@dir %%DATADIR%% -@dir %%DOCSDIR%% Modified: head/databases/postgresql91-server/pkg-plist-server ============================================================================== --- head/databases/postgresql91-server/pkg-plist-server Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql91-server/pkg-plist-server Wed Jul 22 21:46:27 2015 (r392696) @@ -36,7 +36,6 @@ lib/postgresql/utf8_and_sjis2004.so lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win.so %%DOCSDIR%%/README-server -@dir %%DOCSDIR%% %%DATADIR%%/conversion_create.sql %%DATADIR%%/information_schema.sql %%DATADIR%%/pg_hba.conf.sample @@ -50,7 +49,6 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/extension/plpgsql--1.0.sql %%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql %%DATADIR%%/extension/plpgsql.control -@dir %%DATADIR%%/extension %%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.1.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_basebackup-9.1.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.1.mo @@ -741,28 +739,6 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/timezonesets/India %%DATADIR%%/timezonesets/Indian.txt %%DATADIR%%/timezonesets/Pacific.txt -%%TZDATA%%@dir %%DATADIR%%/timezone/Africa -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Argentina -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Indiana -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Kentucky -%%TZDATA%%@dir %%DATADIR%%/timezone/America/North_Dakota -%%TZDATA%%@dir %%DATADIR%%/timezone/America -%%TZDATA%%@dir %%DATADIR%%/timezone/Antarctica -%%TZDATA%%@dir %%DATADIR%%/timezone/Arctic -%%TZDATA%%@dir %%DATADIR%%/timezone/Asia -%%TZDATA%%@dir %%DATADIR%%/timezone/Atlantic -%%TZDATA%%@dir %%DATADIR%%/timezone/Australia -%%TZDATA%%@dir %%DATADIR%%/timezone/Brazil -%%TZDATA%%@dir %%DATADIR%%/timezone/Canada -%%TZDATA%%@dir %%DATADIR%%/timezone/Chile -%%TZDATA%%@dir %%DATADIR%%/timezone/Etc -%%TZDATA%%@dir %%DATADIR%%/timezone/Europe -%%TZDATA%%@dir %%DATADIR%%/timezone/Indian -%%TZDATA%%@dir %%DATADIR%%/timezone/Mexico -%%TZDATA%%@dir %%DATADIR%%/timezone/Pacific -%%TZDATA%%@dir %%DATADIR%%/timezone/US -%%TZDATA%%@dir %%DATADIR%%/timezone -@dir %%DATADIR%%/timezonesets %%DATADIR%%/tsearch_data/danish.stop %%DATADIR%%/tsearch_data/dutch.stop %%DATADIR%%/tsearch_data/english.stop @@ -782,11 +758,4 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/tsearch_data/ispell_sample.dict %%DATADIR%%/tsearch_data/synonym_sample.syn %%DATADIR%%/tsearch_data/thesaurus_sample.ths -@exec /bin/mkdir -p %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@exec /usr/sbin/chown %%PG_USER%%:%%PG_GROUP%% %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%% -@dir etc/periodic/daily -@dir etc/periodic -@dir lib/postgresql -@dir %%PG_USER%% +@dir(%%PG_USER%%,%%PG_GROUP%%,) %%PG_USER%% Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql92-server/Makefile Wed Jul 22 21:46:27 2015 (r392696) @@ -3,7 +3,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.2.13 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql92-server/pkg-plist-client ============================================================================== --- head/databases/postgresql92-server/pkg-plist-client Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql92-server/pkg-plist-client Wed Jul 22 21:46:27 2015 (r392696) @@ -506,55 +506,16 @@ include/postgresql/server/windowapi.h include/sqlda-compat.h include/sqlda-native.h include/sqlda.h -@dir include/postgresql/server/utils -@dir include/postgresql/server/tsearch/dicts -@dir include/postgresql/server/tsearch -@dir include/postgresql/server/tcop -@dir include/postgresql/server/storage -@dir include/postgresql/server/snowball/libstemmer -@dir include/postgresql/server/snowball -@dir include/postgresql/server/rewrite -@dir include/postgresql/server/replication -@dir include/postgresql/server/regex -@dir include/postgresql/server/postmaster -@dir include/postgresql/server/portability -@dir include/postgresql/server/port/win32_msvc/sys -@dir include/postgresql/server/port/win32_msvc -@dir include/postgresql/server/port/win32/sys -@dir include/postgresql/server/port/win32/netinet -@dir include/postgresql/server/port/win32/arpa -@dir include/postgresql/server/port/win32 -@dir include/postgresql/server/port -@dir include/postgresql/server/parser -@dir include/postgresql/server/optimizer -@dir include/postgresql/server/nodes -@dir include/postgresql/server/mb -@dir include/postgresql/server/libpq -@dir include/postgresql/server/lib -@dir include/postgresql/server/foreign -@dir include/postgresql/server/executor -@dir include/postgresql/server/datatype -@dir include/postgresql/server/commands -@dir include/postgresql/server/catalog -@dir include/postgresql/server/bootstrap -@dir include/postgresql/server/access -@dir include/postgresql/server include/libpq/libpq-fs.h -@dir include/libpq include/postgresql/internal/libpq/pqcomm.h -@dir include/postgresql/internal/libpq include/postgresql/informix/esql/datetime.h include/postgresql/informix/esql/decimal.h include/postgresql/informix/esql/sqltypes.h -@dir include/postgresql/informix/esql -@dir include/postgresql/informix include/postgresql/internal/c.h include/postgresql/internal/libpq-int.h include/postgresql/internal/postgres_fe.h include/postgresql/internal/port.h include/postgresql/internal/pqexpbuffer.h -@dir include/postgresql/internal -@dir include/postgresql include/ecpg_informix.h include/ecpgerrno.h include/ecpglib.h @@ -590,11 +551,6 @@ lib/postgresql/pgxs/src/Makefile.global lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/nls-global.mk -@dir lib/postgresql/pgxs/src/makefiles -@dir lib/postgresql/pgxs/config -@dir lib/postgresql/pgxs/src -@dir lib/postgresql/pgxs -@dir lib/postgresql man/man1/clusterdb.1.gz man/man1/createdb.1.gz man/man1/createlang.1.gz @@ -842,10 +798,8 @@ man/man7/VACUUM.7.gz man/man7/VALUES.7.gz man/man7/WITH.7.gz %%DOCSDIR%%/README-client -@dir %%DOCSDIR%% %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample -@dir %%DATADIR%% %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.2.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.2.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.2.mo Modified: head/databases/postgresql92-server/pkg-plist-contrib ============================================================================== --- head/databases/postgresql92-server/pkg-plist-contrib Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql92-server/pkg-plist-contrib Wed Jul 22 21:46:27 2015 (r392696) @@ -181,9 +181,3 @@ share/doc/postgresql/extension/timetrave %%DATADIR%%/extension/xml2.control %%DATADIR%%/tsearch_data/unaccent.rules %%DATADIR%%/tsearch_data/xsyn_sample.rules -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%%/extension -@dir %%DATADIR%% -@dir %%DOCSDIR%%/extension -@dir %%DOCSDIR%% -@dir lib/postgresql Modified: head/databases/postgresql92-server/pkg-plist-plperl ============================================================================== --- head/databases/postgresql92-server/pkg-plist-plperl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql92-server/pkg-plist-plperl Wed Jul 22 21:46:27 2015 (r392696) @@ -6,7 +6,3 @@ %%DATADIR%%/extension/plperl--unpackaged--1.0.sql %%DOCSDIR%%/README-plperl lib/postgresql/plperl.so -@dir lib/postgresql -@dir %%DOCSDIR%% -@dir %%DATADIR%%/extension -@dir %%DATADIR%% Modified: head/databases/postgresql92-server/pkg-plist-plpython ============================================================================== --- head/databases/postgresql92-server/pkg-plist-plpython Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql92-server/pkg-plist-plpython Wed Jul 22 21:46:27 2015 (r392696) @@ -10,6 +10,3 @@ %%PYTHON3%%%%DATADIR%%/extension/plpython3u.control %%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql %%PYTHON3%%%%DATADIR%%/extension/plpython3u--unpackaged--1.0.sql -@dir %%DATADIR%%/extension -@dir lib/postgresql -@dir %%DOCSDIR%% Modified: head/databases/postgresql92-server/pkg-plist-pltcl ============================================================================== --- head/databases/postgresql92-server/pkg-plist-pltcl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql92-server/pkg-plist-pltcl Wed Jul 22 21:46:27 2015 (r392696) @@ -6,11 +6,7 @@ %%DATADIR%%/extension/pltclu--unpackaged--1.0.sql %%DOCSDIR%%/README-pltcl lib/postgresql/pltcl.so -@dir lib/postgresql bin/pltcl_loadmod bin/pltcl_delmod bin/pltcl_listmod %%DATADIR%%/unknown.pltcl -@dir %%DATADIR%%/extension -@dir %%DATADIR%% -@dir %%DOCSDIR%% Modified: head/databases/postgresql92-server/pkg-plist-server ============================================================================== --- head/databases/postgresql92-server/pkg-plist-server Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql92-server/pkg-plist-server Wed Jul 22 21:46:27 2015 (r392696) @@ -38,7 +38,6 @@ lib/postgresql/utf8_and_sjis2004.so lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win.so %%DOCSDIR%%/README-server -@dir %%DOCSDIR%% %%DATADIR%%/conversion_create.sql %%DATADIR%%/information_schema.sql %%DATADIR%%/pg_hba.conf.sample @@ -52,7 +51,6 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/extension/plpgsql--1.0.sql %%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql %%DATADIR%%/extension/plpgsql.control -@dir %%DATADIR%%/extension %%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.2.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_basebackup-9.2.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.2.mo @@ -738,28 +736,6 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/timezonesets/India %%DATADIR%%/timezonesets/Indian.txt %%DATADIR%%/timezonesets/Pacific.txt -%%TZDATA%%@dir %%DATADIR%%/timezone/Africa -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Argentina -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Indiana -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Kentucky -%%TZDATA%%@dir %%DATADIR%%/timezone/America/North_Dakota -%%TZDATA%%@dir %%DATADIR%%/timezone/America -%%TZDATA%%@dir %%DATADIR%%/timezone/Antarctica -%%TZDATA%%@dir %%DATADIR%%/timezone/Arctic -%%TZDATA%%@dir %%DATADIR%%/timezone/Asia -%%TZDATA%%@dir %%DATADIR%%/timezone/Atlantic -%%TZDATA%%@dir %%DATADIR%%/timezone/Australia -%%TZDATA%%@dir %%DATADIR%%/timezone/Brazil -%%TZDATA%%@dir %%DATADIR%%/timezone/Canada -%%TZDATA%%@dir %%DATADIR%%/timezone/Chile -%%TZDATA%%@dir %%DATADIR%%/timezone/Etc -%%TZDATA%%@dir %%DATADIR%%/timezone/Europe -%%TZDATA%%@dir %%DATADIR%%/timezone/Indian -%%TZDATA%%@dir %%DATADIR%%/timezone/Mexico -%%TZDATA%%@dir %%DATADIR%%/timezone/Pacific -%%TZDATA%%@dir %%DATADIR%%/timezone/US -%%TZDATA%%@dir %%DATADIR%%/timezone -@dir %%DATADIR%%/timezonesets %%DATADIR%%/tsearch_data/danish.stop %%DATADIR%%/tsearch_data/dutch.stop %%DATADIR%%/tsearch_data/english.stop @@ -779,11 +755,4 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/tsearch_data/ispell_sample.dict %%DATADIR%%/tsearch_data/synonym_sample.syn %%DATADIR%%/tsearch_data/thesaurus_sample.ths -@exec /bin/mkdir -p %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@exec /usr/sbin/chown %%PG_USER%%:%%PG_GROUP%% %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%% -@dir etc/periodic/daily -@dir etc/periodic -@dir lib/postgresql -@dir %%PG_USER%% +@dir(%%PG_USER%%,%%PG_GROUP%%,) %%PG_USER%% Modified: head/databases/postgresql93-server/Makefile ============================================================================== --- head/databases/postgresql93-server/Makefile Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql93-server/Makefile Wed Jul 22 21:46:27 2015 (r392696) @@ -2,7 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.3.9 -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql93-server/pkg-plist-client ============================================================================== --- head/databases/postgresql93-server/pkg-plist-client Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql93-server/pkg-plist-client Wed Jul 22 21:46:27 2015 (r392696) @@ -531,56 +531,16 @@ include/postgresql/server/windowapi.h include/sqlda-compat.h include/sqlda-native.h include/sqlda.h -@dir include/postgresql/server/utils -@dir include/postgresql/server/tsearch/dicts -@dir include/postgresql/server/tsearch -@dir include/postgresql/server/tcop -@dir include/postgresql/server/storage -@dir include/postgresql/server/snowball/libstemmer -@dir include/postgresql/server/snowball -@dir include/postgresql/server/rewrite -@dir include/postgresql/server/replication -@dir include/postgresql/server/regex -@dir include/postgresql/server/postmaster -@dir include/postgresql/server/portability -@dir include/postgresql/server/port/win32_msvc/sys -@dir include/postgresql/server/port/win32_msvc -@dir include/postgresql/server/port/win32/sys -@dir include/postgresql/server/port/win32/netinet -@dir include/postgresql/server/port/win32/arpa -@dir include/postgresql/server/port/win32 -@dir include/postgresql/server/port -@dir include/postgresql/server/parser -@dir include/postgresql/server/optimizer -@dir include/postgresql/server/nodes -@dir include/postgresql/server/mb -@dir include/postgresql/server/libpq -@dir include/postgresql/server/lib -@dir include/postgresql/server/foreign -@dir include/postgresql/server/executor -@dir include/postgresql/server/datatype -@dir include/postgresql/server/common -@dir include/postgresql/server/commands -@dir include/postgresql/server/catalog -@dir include/postgresql/server/bootstrap -@dir include/postgresql/server/access -@dir include/postgresql/server include/libpq/libpq-fs.h -@dir include/libpq include/postgresql/internal/libpq/pqcomm.h -@dir include/postgresql/internal/libpq include/postgresql/informix/esql/datetime.h include/postgresql/informix/esql/decimal.h include/postgresql/informix/esql/sqltypes.h -@dir include/postgresql/informix/esql -@dir include/postgresql/informix include/postgresql/internal/c.h include/postgresql/internal/libpq-int.h include/postgresql/internal/postgres_fe.h include/postgresql/internal/port.h include/postgresql/internal/pqexpbuffer.h -@dir include/postgresql/internal -@dir include/postgresql include/ecpg_informix.h include/ecpgerrno.h include/ecpglib.h @@ -620,11 +580,6 @@ lib/postgresql/pgxs/src/Makefile.global lib/postgresql/pgxs/src/Makefile.port lib/postgresql/pgxs/src/Makefile.shlib lib/postgresql/pgxs/src/nls-global.mk -@dir lib/postgresql/pgxs/src/makefiles -@dir lib/postgresql/pgxs/config -@dir lib/postgresql/pgxs/src -@dir lib/postgresql/pgxs -@dir lib/postgresql man/man1/clusterdb.1.gz man/man1/createdb.1.gz man/man1/createlang.1.gz @@ -882,10 +837,8 @@ man/man7/VACUUM.7.gz man/man7/VALUES.7.gz man/man7/WITH.7.gz %%DOCSDIR%%/README-client -@dir %%DOCSDIR%% %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample -@dir %%DATADIR%% %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.3.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.3.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.3.mo Modified: head/databases/postgresql93-server/pkg-plist-contrib ============================================================================== --- head/databases/postgresql93-server/pkg-plist-contrib Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql93-server/pkg-plist-contrib Wed Jul 22 21:46:27 2015 (r392696) @@ -192,9 +192,3 @@ share/doc/postgresql/extension/timetrave %%DATADIR%%/extension/xml2.control %%DATADIR%%/tsearch_data/unaccent.rules %%DATADIR%%/tsearch_data/xsyn_sample.rules -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%%/extension -@dir %%DATADIR%% -@dir %%DOCSDIR%%/extension -@dir %%DOCSDIR%% -@dir lib/postgresql Modified: head/databases/postgresql93-server/pkg-plist-plperl ============================================================================== --- head/databases/postgresql93-server/pkg-plist-plperl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql93-server/pkg-plist-plperl Wed Jul 22 21:46:27 2015 (r392696) @@ -6,7 +6,3 @@ %%DATADIR%%/extension/plperl--unpackaged--1.0.sql %%DOCSDIR%%/README-plperl lib/postgresql/plperl.so -@dir lib/postgresql -@dir %%DOCSDIR%% -@dir %%DATADIR%%/extension -@dir %%DATADIR%% Modified: head/databases/postgresql93-server/pkg-plist-plpython ============================================================================== --- head/databases/postgresql93-server/pkg-plist-plpython Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql93-server/pkg-plist-plpython Wed Jul 22 21:46:27 2015 (r392696) @@ -10,6 +10,3 @@ %%PYTHON3%%%%DATADIR%%/extension/plpython3u.control %%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql %%PYTHON3%%%%DATADIR%%/extension/plpython3u--unpackaged--1.0.sql -@dir %%DATADIR%%/extension -@dir lib/postgresql -@dir %%DOCSDIR%% Modified: head/databases/postgresql93-server/pkg-plist-pltcl ============================================================================== --- head/databases/postgresql93-server/pkg-plist-pltcl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql93-server/pkg-plist-pltcl Wed Jul 22 21:46:27 2015 (r392696) @@ -6,11 +6,7 @@ %%DATADIR%%/extension/pltclu--unpackaged--1.0.sql %%DOCSDIR%%/README-pltcl lib/postgresql/pltcl.so -@dir lib/postgresql bin/pltcl_loadmod bin/pltcl_delmod bin/pltcl_listmod %%DATADIR%%/unknown.pltcl -@dir %%DATADIR%%/extension -@dir %%DATADIR%% -@dir %%DOCSDIR%% Modified: head/databases/postgresql93-server/pkg-plist-server ============================================================================== --- head/databases/postgresql93-server/pkg-plist-server Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql93-server/pkg-plist-server Wed Jul 22 21:46:27 2015 (r392696) @@ -39,7 +39,6 @@ lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win.so lib/libpgcommon.a %%DOCSDIR%%/README-server -@dir %%DOCSDIR%% %%DATADIR%%/conversion_create.sql %%DATADIR%%/information_schema.sql %%DATADIR%%/pg_hba.conf.sample @@ -53,7 +52,6 @@ lib/libpgcommon.a %%DATADIR%%/extension/plpgsql--1.0.sql %%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql %%DATADIR%%/extension/plpgsql.control -@dir %%DATADIR%%/extension %%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.3.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_basebackup-9.3.mo %%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.3.mo @@ -727,28 +725,6 @@ lib/libpgcommon.a %%DATADIR%%/timezonesets/India %%DATADIR%%/timezonesets/Indian.txt %%DATADIR%%/timezonesets/Pacific.txt -%%TZDATA%%@dir %%DATADIR%%/timezone/Africa -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Argentina -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Indiana -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Kentucky -%%TZDATA%%@dir %%DATADIR%%/timezone/America/North_Dakota -%%TZDATA%%@dir %%DATADIR%%/timezone/America -%%TZDATA%%@dir %%DATADIR%%/timezone/Antarctica -%%TZDATA%%@dir %%DATADIR%%/timezone/Arctic -%%TZDATA%%@dir %%DATADIR%%/timezone/Asia -%%TZDATA%%@dir %%DATADIR%%/timezone/Atlantic -%%TZDATA%%@dir %%DATADIR%%/timezone/Australia -%%TZDATA%%@dir %%DATADIR%%/timezone/Brazil -%%TZDATA%%@dir %%DATADIR%%/timezone/Canada -%%TZDATA%%@dir %%DATADIR%%/timezone/Chile -%%TZDATA%%@dir %%DATADIR%%/timezone/Etc -%%TZDATA%%@dir %%DATADIR%%/timezone/Europe -%%TZDATA%%@dir %%DATADIR%%/timezone/Indian -%%TZDATA%%@dir %%DATADIR%%/timezone/Mexico -%%TZDATA%%@dir %%DATADIR%%/timezone/Pacific -%%TZDATA%%@dir %%DATADIR%%/timezone/US -%%TZDATA%%@dir %%DATADIR%%/timezone -@dir %%DATADIR%%/timezonesets %%DATADIR%%/tsearch_data/danish.stop %%DATADIR%%/tsearch_data/dutch.stop %%DATADIR%%/tsearch_data/english.stop @@ -768,11 +744,4 @@ lib/libpgcommon.a %%DATADIR%%/tsearch_data/ispell_sample.dict %%DATADIR%%/tsearch_data/synonym_sample.syn %%DATADIR%%/tsearch_data/thesaurus_sample.ths -@exec /bin/mkdir -p %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@exec /usr/sbin/chown %%PG_USER%%:%%PG_GROUP%% %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%% -@dir etc/periodic/daily -@dir etc/periodic -@dir lib/postgresql -@dir %%PG_USER%% +@dir(%%PG_USER%%,%%PG_GROUP%%,) %%PG_USER%% Modified: head/databases/postgresql94-server/Makefile ============================================================================== --- head/databases/postgresql94-server/Makefile Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql94-server/Makefile Wed Jul 22 21:46:27 2015 (r392696) @@ -2,7 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.4.4 -PORTREVISION?= 0 +PORTREVISION?= 1 MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql94-server/pkg-plist-client ============================================================================== --- head/databases/postgresql94-server/pkg-plist-client Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql94-server/pkg-plist-client Wed Jul 22 21:46:27 2015 (r392696) @@ -946,50 +946,3 @@ man/man7/WITH.7.gz %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql-9.4.mo %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample -@dir include/libpq -@dir include/postgresql/informix/esql -@dir include/postgresql/informix -@dir include/postgresql/internal/libpq -@dir include/postgresql/internal -@dir include/postgresql/server/access -@dir include/postgresql/server/bootstrap -@dir include/postgresql/server/catalog -@dir include/postgresql/server/commands -@dir include/postgresql/server/common -@dir include/postgresql/server/datatype -@dir include/postgresql/server/executor -@dir include/postgresql/server/foreign -@dir include/postgresql/server/lib -@dir include/postgresql/server/libpq -@dir include/postgresql/server/mb -@dir include/postgresql/server/nodes -@dir include/postgresql/server/optimizer -@dir include/postgresql/server/parser -@dir include/postgresql/server/port/win32/arpa -@dir include/postgresql/server/port/win32/netinet -@dir include/postgresql/server/port/win32/sys -@dir include/postgresql/server/port/win32 -@dir include/postgresql/server/port/win32_msvc/sys -@dir include/postgresql/server/port/win32_msvc -@dir include/postgresql/server/port -@dir include/postgresql/server/portability -@dir include/postgresql/server/postmaster -@dir include/postgresql/server/regex -@dir include/postgresql/server/replication -@dir include/postgresql/server/rewrite -@dir include/postgresql/server/snowball/libstemmer -@dir include/postgresql/server/snowball -@dir include/postgresql/server/storage -@dir include/postgresql/server/tcop -@dir include/postgresql/server/tsearch/dicts -@dir include/postgresql/server/tsearch -@dir include/postgresql/server/utils -@dir include/postgresql/server -@dir include/postgresql -@dir lib/postgresql/pgxs/config -@dir lib/postgresql/pgxs/src/makefiles -@dir lib/postgresql/pgxs/src -@dir lib/postgresql/pgxs -@dir lib/postgresql -%%PORTDOCS%%@dir %%DOCSDIR%% -@dir %%DATADIR%% Modified: head/databases/postgresql94-server/pkg-plist-contrib ============================================================================== --- head/databases/postgresql94-server/pkg-plist-contrib Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql94-server/pkg-plist-contrib Wed Jul 22 21:46:27 2015 (r392696) @@ -206,9 +206,3 @@ share/doc/postgresql/extension/timetrave %%DATADIR%%/extension/xml2.control %%DATADIR%%/tsearch_data/unaccent.rules %%DATADIR%%/tsearch_data/xsyn_sample.rules -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%%/extension -@dir %%DATADIR%% -@dir %%DOCSDIR%%/extension -@dir %%DOCSDIR%% -@dir lib/postgresql Modified: head/databases/postgresql94-server/pkg-plist-plperl ============================================================================== --- head/databases/postgresql94-server/pkg-plist-plperl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql94-server/pkg-plist-plperl Wed Jul 22 21:46:27 2015 (r392696) @@ -6,7 +6,3 @@ %%DATADIR%%/extension/plperl--unpackaged--1.0.sql %%DOCSDIR%%/README-plperl lib/postgresql/plperl.so -@dir lib/postgresql -@dir %%DOCSDIR%% -@dir %%DATADIR%%/extension -@dir %%DATADIR%% Modified: head/databases/postgresql94-server/pkg-plist-plpython ============================================================================== --- head/databases/postgresql94-server/pkg-plist-plpython Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql94-server/pkg-plist-plpython Wed Jul 22 21:46:27 2015 (r392696) @@ -10,6 +10,3 @@ %%PYTHON3%%%%DATADIR%%/extension/plpython3u.control %%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql %%PYTHON3%%%%DATADIR%%/extension/plpython3u--unpackaged--1.0.sql -@dir %%DATADIR%%/extension -@dir lib/postgresql -@dir %%DOCSDIR%% Modified: head/databases/postgresql94-server/pkg-plist-pltcl ============================================================================== --- head/databases/postgresql94-server/pkg-plist-pltcl Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql94-server/pkg-plist-pltcl Wed Jul 22 21:46:27 2015 (r392696) @@ -6,11 +6,7 @@ %%DATADIR%%/extension/pltclu--unpackaged--1.0.sql %%DOCSDIR%%/README-pltcl lib/postgresql/pltcl.so -@dir lib/postgresql bin/pltcl_loadmod bin/pltcl_delmod bin/pltcl_listmod %%DATADIR%%/unknown.pltcl -@dir %%DATADIR%%/extension -@dir %%DATADIR%% -@dir %%DOCSDIR%% Modified: head/databases/postgresql94-server/pkg-plist-server ============================================================================== --- head/databases/postgresql94-server/pkg-plist-server Wed Jul 22 21:10:49 2015 (r392695) +++ head/databases/postgresql94-server/pkg-plist-server Wed Jul 22 21:46:27 2015 (r392696) @@ -40,7 +40,6 @@ lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win.so lib/libpgcommon.a %%PORTDOCS%%%%DOCSDIR%%/README-server -%%PORTDOCS%%@dir %%DOCSDIR%% %%DATADIR%%/conversion_create.sql %%DATADIR%%/information_schema.sql %%DATADIR%%/pg_hba.conf.sample @@ -727,27 +726,6 @@ lib/libpgcommon.a %%DATADIR%%/timezonesets/India %%DATADIR%%/timezonesets/Indian.txt %%DATADIR%%/timezonesets/Pacific.txt -%%TZDATA%%@dir %%DATADIR%%/timezone/Africa -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Argentina -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Indiana -%%TZDATA%%@dir %%DATADIR%%/timezone/America/Kentucky -%%TZDATA%%@dir %%DATADIR%%/timezone/America/North_Dakota -%%TZDATA%%@dir %%DATADIR%%/timezone/America -%%TZDATA%%@dir %%DATADIR%%/timezone/Antarctica -%%TZDATA%%@dir %%DATADIR%%/timezone/Arctic -%%TZDATA%%@dir %%DATADIR%%/timezone/Asia -%%TZDATA%%@dir %%DATADIR%%/timezone/Atlantic -%%TZDATA%%@dir %%DATADIR%%/timezone/Australia -%%TZDATA%%@dir %%DATADIR%%/timezone/Brazil -%%TZDATA%%@dir %%DATADIR%%/timezone/Canada -%%TZDATA%%@dir %%DATADIR%%/timezone/Chile -%%TZDATA%%@dir %%DATADIR%%/timezone/Etc -%%TZDATA%%@dir %%DATADIR%%/timezone/Europe -%%TZDATA%%@dir %%DATADIR%%/timezone/Indian -%%TZDATA%%@dir %%DATADIR%%/timezone/Mexico -%%TZDATA%%@dir %%DATADIR%%/timezone/Pacific -%%TZDATA%%@dir %%DATADIR%%/timezone/US -%%TZDATA%%@dir %%DATADIR%%/timezone %%DATADIR%%/tsearch_data/danish.stop %%DATADIR%%/tsearch_data/dutch.stop %%DATADIR%%/tsearch_data/english.stop @@ -767,13 +745,4 @@ lib/libpgcommon.a %%DATADIR%%/tsearch_data/ispell_sample.dict %%DATADIR%%/tsearch_data/synonym_sample.syn %%DATADIR%%/tsearch_data/thesaurus_sample.ths -@dir %%DATADIR%%/extension -@dir %%DATADIR%%/timezonesets -@exec /bin/mkdir -p %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@exec /usr/sbin/chown %%PG_USER%%:%%PG_GROUP%% %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@dir %%DATADIR%%/tsearch_data -@dir %%DATADIR%% -@dir etc/periodic/daily -@dir etc/periodic -@dir lib/postgresql -@dir %%PG_USER%% +@dir(%%PG_USER%%,%%PG_GROUP%%,) %%PG_USER%% From owner-svn-ports-all@freebsd.org Wed Jul 22 21:54:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A793F9A8318; Wed, 22 Jul 2015 21:54:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9155D1E9C; Wed, 22 Jul 2015 21:54:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MLsJuD064653; Wed, 22 Jul 2015 21:54:19 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MLsJGi064652; Wed, 22 Jul 2015 21:54:19 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507222154.t6MLsJGi064652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 22 Jul 2015 21:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392697 - head/graphics/ImageMagick7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 22 Jul 2015 21:54:19 -0000 Author: mat Date: Wed Jul 22 21:54:18 2015 New Revision: 392697 URL: https://svnweb.freebsd.org/changeset/ports/392697 Log: [00:01:47] ====>> Warning: (graphics/ImageMagick7): make: "/poudriere/ports/head/graphics/ImageMagick7/Makefile" line 387: Malformed conditional (${USER} == kwm) Sponsored by: Absolight Modified: head/graphics/ImageMagick7/Makefile Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Wed Jul 22 21:46:27 2015 (r392696) +++ head/graphics/ImageMagick7/Makefile Wed Jul 22 21:54:18 2015 (r392697) @@ -384,7 +384,7 @@ INSTALL_TARGET= install-strip USE_GHOSTSCRIPT_BUILD=yes .endif -.if ${USER} == kwm +.if defined(USER) && ${USER} == kwm upload: scp ${DISTDIR}/${DISTNAME}.tar.xz \ kwm@freefall.freebsd.org:public_distfiles/ From owner-svn-ports-all@freebsd.org Wed Jul 22 22:18:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CE069A86AA; Wed, 22 Jul 2015 22:18:21 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83B6D198F; Wed, 22 Jul 2015 22:18:21 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MMIL5O073051; Wed, 22 Jul 2015 22:18:21 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MMIIG1073041; Wed, 22 Jul 2015 22:18:18 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507222218.t6MMIIG1073041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 22 Jul 2015 22:18:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392698 - in branches/2015Q3: . net/nocatsplash net/nocatsplash/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.20 Precedence: 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, 22 Jul 2015 22:18:21 -0000 Author: rene Date: Wed Jul 22 22:18:17 2015 New Revision: 392698 URL: https://svnweb.freebsd.org/changeset/ports/392698 Log: MFH: r392664 - fix and undeprecate - add license (GPLv2) - update MASTER_SITES and CONFLICTS - tidy up pkg-descr - pass maintainership to submitter PR: 197495 Submitted by: Chris Hutchinson Approved by: ports-secteam (feld) Added: branches/2015Q3/net/nocatsplash/files/patch-mkinstalldirs - copied unchanged from r392664, head/net/nocatsplash/files/patch-mkinstalldirs Deleted: branches/2015Q3/net/nocatsplash/pkg-install Modified: branches/2015Q3/GIDs branches/2015Q3/UIDs branches/2015Q3/net/nocatsplash/Makefile branches/2015Q3/net/nocatsplash/files/patch-src__http.c branches/2015Q3/net/nocatsplash/files/patch-src__splashd.c branches/2015Q3/net/nocatsplash/pkg-descr branches/2015Q3/net/nocatsplash/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/GIDs ============================================================================== --- branches/2015Q3/GIDs Wed Jul 22 21:54:18 2015 (r392697) +++ branches/2015Q3/GIDs Wed Jul 22 22:18:17 2015 (r392698) @@ -94,6 +94,7 @@ trircd:*:154: xorp:*:155: monetdb:*:156: barman:*:157: +nocat:*:159: sfs:*:171: agk:*:172: polipo:*:173: Modified: branches/2015Q3/UIDs ============================================================================== --- branches/2015Q3/UIDs Wed Jul 22 21:54:18 2015 (r392697) +++ branches/2015Q3/UIDs Wed Jul 22 22:18:17 2015 (r392698) @@ -101,6 +101,7 @@ rbldns:*:153:153::0:0:rbldnsd pseudo-use trircd:*:154:154::0:0:& user:/usr/local/etc/tr-ircd:/usr/sbin/nologin monetdb:*:156:156::0:0:MonetDB user:/usr/local/monetdb5:/bin/sh barman:*:157:157::0:0:Barman user:/var/barman:/bin/sh +nocat:*:159:159::0:0:NoCat Daemon:/libexec/nocat:/sbin/nologin sfs:*:171:171::0:0:Self-Certifying File System:/nonexistent:/usr/sbin/nologin agk:*:172:172::0:0:AquaGateKeeper:/nonexistent:/nonexistent polipo:*:173:173::0:0:polipo web cache:/nonexistent:/usr/sbin/nologin Modified: branches/2015Q3/net/nocatsplash/Makefile ============================================================================== --- branches/2015Q3/net/nocatsplash/Makefile Wed Jul 22 21:54:18 2015 (r392697) +++ branches/2015Q3/net/nocatsplash/Makefile Wed Jul 22 22:18:17 2015 (r392698) @@ -6,19 +6,17 @@ PORTVERSION= 0.82 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://farrokhi.net/distfiles/ \ - http://nocat.net/download/NoCatSplash/ + http://BSDforge.com/projects/source/net/nocatsplash/ DISTNAME= NoCatSplash-nightly -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Open 802.11 Splash Screen -BROKEN= Broken pkg-install script, should use USERS and UIDs -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-07-21 +LICENSE= GPLv2 USE_GNOME= glib12 -CONFLICTS= nocatauth-server-* +CONFLICTS= nocatauth-server-[0-9]* GNU_CONFIGURE= yes USES= gmake tar:tgz @@ -34,4 +32,7 @@ CONFIGURE_ARGS+= --with-mode=${AUTHMODE} CONFIGURE_ARGS+= --with-docroot=${DOCROOT} .endif +USERS= nocat +GROUPS= nocat + .include Copied: branches/2015Q3/net/nocatsplash/files/patch-mkinstalldirs (from r392664, head/net/nocatsplash/files/patch-mkinstalldirs) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/net/nocatsplash/files/patch-mkinstalldirs Wed Jul 22 22:18:17 2015 (r392698, copy of r392664, head/net/nocatsplash/files/patch-mkinstalldirs) @@ -0,0 +1,28 @@ +--- mkinstalldirs.orig 2003-01-02 10:39:12 UTC ++++ mkinstalldirs +@@ -7,25 +7,6 @@ + errstatus=0 + dirmode="" + +-usage="\ +-Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." +- +-# process command line arguments +-while test $# -gt 0 ; do +- case "${1}" in +- -h | --help | --h* ) # -h for help +- echo "${usage}" 1>&2; exit 0 ;; +- -m ) # -m PERM arg +- shift +- test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; } +- dirmode="${1}" +- shift ;; +- -- ) shift; break ;; # stop option processing +- -* ) echo "${usage}" 1>&2; exit 1 ;; # unknown option +- * ) break ;; # first non-opt arg +- esac +-done +- + for file + do + if test -d "$file"; then Modified: branches/2015Q3/net/nocatsplash/files/patch-src__http.c ============================================================================== --- branches/2015Q3/net/nocatsplash/files/patch-src__http.c Wed Jul 22 21:54:18 2015 (r392697) +++ branches/2015Q3/net/nocatsplash/files/patch-src__http.c Wed Jul 22 22:18:17 2015 (r392698) @@ -1,5 +1,5 @@ ---- src/http.c.orig Wed Nov 19 16:26:07 2003 -+++ src/http.c Wed Nov 19 16:29:22 2003 +--- src/http.c.orig 2003-01-16 19:52:17 UTC ++++ src/http.c @@ -1,8 +1,10 @@ -# include -# include @@ -24,7 +24,7 @@ GIOChannel *http_bind_socket( const char *ip, int port, int queue ) { struct sockaddr_in addr; int fd, r, n = 1; -@@ -354,7 +353,7 @@ +@@ -354,7 +353,7 @@ ssize_t http_sendfile ( http_request *h, return -1; } Modified: branches/2015Q3/net/nocatsplash/files/patch-src__splashd.c ============================================================================== --- branches/2015Q3/net/nocatsplash/files/patch-src__splashd.c Wed Jul 22 21:54:18 2015 (r392697) +++ branches/2015Q3/net/nocatsplash/files/patch-src__splashd.c Wed Jul 22 22:18:17 2015 (r392698) @@ -1,5 +1,5 @@ ---- src/splashd.c.orig Wed Nov 19 16:29:47 2003 -+++ src/splashd.c Wed Nov 19 16:30:28 2003 +--- src/splashd.c.orig 2003-02-23 03:09:46 UTC ++++ src/splashd.c @@ -1,7 +1,10 @@ +# include +# include Modified: branches/2015Q3/net/nocatsplash/pkg-descr ============================================================================== --- branches/2015Q3/net/nocatsplash/pkg-descr Wed Jul 22 21:54:18 2015 (r392697) +++ branches/2015Q3/net/nocatsplash/pkg-descr Wed Jul 22 22:18:17 2015 (r392698) @@ -1,5 +1,5 @@ -NoCatSplash is a Open Public Network Gateway Daemon. It performs as a -[captive/open/active] portal. When run on a gateway/router on a network, +NoCatSplash is a Open Public Network Gateway Daemon. It performs as a +[captive/open/active] portal. When run on a gateway/router on a network, all web requests are redirected until the client either logs in or clicks "I Accept" to an AUP. The gateway daemon then changes the firewall rules on the gateway to pass traffic for that client (based on IP address and Modified: branches/2015Q3/net/nocatsplash/pkg-plist ============================================================================== --- branches/2015Q3/net/nocatsplash/pkg-plist Wed Jul 22 21:54:18 2015 (r392697) +++ branches/2015Q3/net/nocatsplash/pkg-plist Wed Jul 22 22:18:17 2015 (r392698) @@ -12,3 +12,4 @@ share/nocat/htdocs/images/auth_logo.gif sbin/splashd sbin/ghttpd etc/nocat.conf +@dir libexec/nocat From owner-svn-ports-all@freebsd.org Wed Jul 22 22:45:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB4D09A8C8F; Wed, 22 Jul 2015 22:45:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D83B615C8; Wed, 22 Jul 2015 22:45:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MMjcb8085194; Wed, 22 Jul 2015 22:45:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MMja6c085187; Wed, 22 Jul 2015 22:45:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507222245.t6MMja6c085187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 22 Jul 2015 22:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392699 - in head/databases: postgresql90-server postgresql91-server postgresql92-server postgresql93-server postgresql94-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.20 Precedence: 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, 22 Jul 2015 22:45:39 -0000 Author: bapt Date: Wed Jul 22 22:45:35 2015 New Revision: 392699 URL: https://svnweb.freebsd.org/changeset/ports/392699 Log: Simplify a bit the Makefiles Use OPTIONS_SUB to automatically PLIST_SUB Use OPTIONS helpers Modified: head/databases/postgresql90-server/pkg-plist-client head/databases/postgresql90-server/pkg-plist-server head/databases/postgresql91-server/Makefile head/databases/postgresql91-server/pkg-plist-client head/databases/postgresql91-server/pkg-plist-server head/databases/postgresql92-server/Makefile head/databases/postgresql92-server/pkg-plist-client head/databases/postgresql92-server/pkg-plist-server head/databases/postgresql93-server/pkg-plist-client head/databases/postgresql93-server/pkg-plist-server head/databases/postgresql94-server/pkg-plist-client head/databases/postgresql94-server/pkg-plist-server Modified: head/databases/postgresql90-server/pkg-plist-client ============================================================================== --- head/databases/postgresql90-server/pkg-plist-client Wed Jul 22 22:18:17 2015 (r392698) +++ head/databases/postgresql90-server/pkg-plist-client Wed Jul 22 22:45:35 2015 (r392699) @@ -750,105 +750,105 @@ man/man7/WITH.7.gz %%DOCSDIR%%/README-client %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample -%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/ecpglib6-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/nb/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/sv/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/sv/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/ta/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/psql-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpglib6-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_dump-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pgscripts-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/psql-9.0.mo Modified: head/databases/postgresql90-server/pkg-plist-server ============================================================================== --- head/databases/postgresql90-server/pkg-plist-server Wed Jul 22 22:18:17 2015 (r392698) +++ head/databases/postgresql90-server/pkg-plist-server Wed Jul 22 22:45:35 2015 (r392699) @@ -45,95 +45,95 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/recovery.conf.sample %%DATADIR%%/sql_features.txt %%DATADIR%%/system_views.sql -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/de/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/es/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/fr/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/it/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/ja/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/ko/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/pl/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/ro/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/ru/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/sv/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/ta/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/tr/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/initdb-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo %%DATADIR%%/postgres.shdescription %%DATADIR%%/snowball_create.sql %%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Wed Jul 22 22:18:17 2015 (r392698) +++ head/databases/postgresql91-server/Makefile Wed Jul 22 22:45:35 2015 (r392699) @@ -21,6 +21,8 @@ DIST_SUBDIR= postgresql ICU_PATCHFILE?= pg-929-icu-2015-04-18.diff.gz +OPTIONS_SUB= yes + .if !defined(SLAVE_ONLY) UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} .else # Contrib has different options from -client/-server @@ -111,21 +113,37 @@ SSL_DESC= Build with OpenSSL support OPTIONS_DEFAULT= NLS XML TZDATA INTDATE SSL .endif # !SLAVE_ONLY -.include - .if defined(CLIENT_ONLY) -. if ${PORT_OPTIONS:MLIBEDIT} -CONFIGURE_ARGS+=--with-libedit-preferred -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit -. else -USES+= readline -. endif +LIBEDIT_CONFIGURE_ON+=--with-libedit-preferred +LIBEDIT_USES= libedit +LIBEDIT_USES_OFF= readline .endif # CLIENT_ONLY -.if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl -.endif +SSL_USE= OPENSSL=yes +SSL_CONFIGURE_WITH=openssl + +OSSP_UUID_BUILD_DEPENDS= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid +OSSP_UUID_CONFIGURE_WITH= ossp-uuid + +PAM_CONFIGURE_WITH= pam + +XML_CONFIGURE_WITH= libxml +XML_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 + +TZDATA_CONFIGURE_OFF=--with-system-tzdata=/usr/share/zoneinfo + +INTDATE_CONFIGURE_OFF=--disable-integer-datetimes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext + +PLIST_SUB+= PG_USER=${PG_USER} \ + PG_GROUP=${PG_GROUP} +SUB_LIST+= PG_GROUP=${PG_GROUP} \ + PG_USER=${PG_USER} \ + PG_UID=${PG_UID} + +.include .if !defined(SLAVE_ONLY) . if ( defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} ) || make(makesum) @@ -137,14 +155,6 @@ LIB_DEPENDS+= libicudata.so:${PORTSDIR}/ . endif .endif # !SLAVE_ONLY -.if ${PORT_OPTIONS:MOSSP_UUID} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid -CONFIGURE_ARGS+=--with-ossp-uuid -PLIST_SUB+= OSSP="" -.else -PLIST_SUB+= OSSP="@comment " -.endif - .if !defined(SLAVE_ONLY) PATCH_DIST_STRIP=-p1 @@ -157,50 +167,15 @@ IGNORE= need userland DTrace support fou . endif . endif -. if ${PORT_OPTIONS:MPAM} -CONFIGURE_ARGS+=--with-pam -. endif - -. if ${PORT_OPTIONS:MLDAP} -. if defined (SERVER_ONLY) -CONFIGURE_ARGS+=--with-ldap -USE_OPENLDAP= yes -. endif -. endif - -. if ${PORT_OPTIONS:MXML} -CONFIGURE_ARGS+=--with-libxml -LIB_DEPENDS+= libxml2.so:${PORTSDIR}/textproc/libxml2 -. endif - -. if ${PORT_OPTIONS:MTZDATA} -PLIST_SUB+= TZDATA="" -. else -CONFIGURE_ARGS+=--with-system-tzdata=/usr/share/zoneinfo -PLIST_SUB+= TZDATA="@comment " -. endif - -. if empty(PORT_OPTIONS:MINTDATE) -CONFIGURE_ARGS+=--disable-integer-datetimes +. if defined (SERVER_ONLY) +LDAP_CONFIGURE_WITH= with-ldap +LDAP_USE= OPENLDAP=yes . endif -. if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= GETTEXT="" -USES+= gettext -. else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= GETTEXT="@comment " -. endif -. if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CFLAGS+= -O3 -funroll-loops -. endif +OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops -. if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+=--enable-debug -INSTALL_TARGET= install -. endif +DEBUG_CONFIGURE_ENABLE= debug .if ${PORT_OPTIONS:MGSSAPI} CONFIGURE_ARGS+=--with-gssapi @@ -234,12 +209,6 @@ CONFIGURE_ARGS+=--with-krb5 .endif # !SLAVE_ONLY -PLIST_SUB+= PG_USER=${PG_USER} \ - PG_GROUP=${PG_GROUP} -SUB_LIST+= PG_GROUP=${PG_GROUP} \ - PG_USER=${PG_USER} \ - PG_UID=${PG_UID} - # For testing files in FILESDIR .include Modified: head/databases/postgresql91-server/pkg-plist-client ============================================================================== --- head/databases/postgresql91-server/pkg-plist-client Wed Jul 22 22:18:17 2015 (r392698) +++ head/databases/postgresql91-server/pkg-plist-client Wed Jul 22 22:45:35 2015 (r392699) @@ -782,100 +782,100 @@ man/man7/WITH.7.gz %%DOCSDIR%%/README-client %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample -%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/ko/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/nb/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/sv/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/psql-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_dump-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pgscripts-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/psql-9.1.mo Modified: head/databases/postgresql91-server/pkg-plist-server ============================================================================== --- head/databases/postgresql91-server/pkg-plist-server Wed Jul 22 22:18:17 2015 (r392698) +++ head/databases/postgresql91-server/pkg-plist-server Wed Jul 22 22:45:35 2015 (r392699) @@ -49,97 +49,97 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/extension/plpgsql--1.0.sql %%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql %%DATADIR%%/extension/plpgsql.control -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_basebackup-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.1.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/de/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/es/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/it/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/ja/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/ko/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/ro/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/sv/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/initdb-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.1.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/postgres-9.1.mo %%DATADIR%%/postgres.shdescription %%DATADIR%%/snowball_create.sql %%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Wed Jul 22 22:18:17 2015 (r392698) +++ head/databases/postgresql92-server/Makefile Wed Jul 22 22:45:35 2015 (r392699) @@ -21,6 +21,8 @@ DIST_SUBDIR= postgresql ICU_PATCHFILE?= pg-929-icu-2015-04-18.diff.gz +OPTIONS_SUB= yes + .if !defined(SLAVE_ONLY) UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} .else # Contrib has different options from -client/-server @@ -110,21 +112,37 @@ SSL_DESC= Build with OpenSSL support OPTIONS_DEFAULT= NLS XML TZDATA INTDATE SSL .endif # !SLAVE_ONLY -.include - .if defined(CLIENT_ONLY) -. if ${PORT_OPTIONS:MLIBEDIT} -CONFIGURE_ARGS+=--with-libedit-preferred -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit -. else -USES+= readline -. endif +LIBEDIT_CONFIGURE_ON+=--with-libedit-preferred +LIBEDIT_USES= libedit +LIBEDIT_USES_OFF= readline .endif # CLIENT_ONLY -.if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl -.endif +SSL_USE= OPENSSL=yes +SSL_CONFIGURE_WITH=openssl + +OSSP_UUID_BUILD_DEPENDS= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid +OSSP_UUID_CONFIGURE_WITH= ossp-uuid + +PAM_CONFIGURE_WITH= pam + +XML_CONFIGURE_WITH= libxml +XML_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 + +TZDATA_CONFIGURE_OFF=--with-system-tzdata=/usr/share/zoneinfo + +INTDATE_CONFIGURE_OFF=--disable-integer-datetimes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext + +PLIST_SUB+= PG_USER=${PG_USER} \ + PG_GROUP=${PG_GROUP} +SUB_LIST+= PG_GROUP=${PG_GROUP} \ + PG_USER=${PG_USER} \ + PG_UID=${PG_UID} + +.include .if !defined(SLAVE_ONLY) . if ( defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} ) || make(makesum) @@ -136,14 +154,6 @@ LIB_DEPENDS+= libicudata.so:${PORTSDIR}/ . endif .endif # !SLAVE_ONLY -.if ${PORT_OPTIONS:MOSSP_UUID} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Jul 22 22:51:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92DCF9A8DA7; Wed, 22 Jul 2015 22:51:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8316519E5; Wed, 22 Jul 2015 22:51:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MMpYHE087983; Wed, 22 Jul 2015 22:51:34 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MMpYWt087982; Wed, 22 Jul 2015 22:51:34 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507222251.t6MMpYWt087982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 22 Jul 2015 22:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392700 - 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.20 Precedence: 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, 22 Jul 2015 22:51:34 -0000 Author: olgeni Date: Wed Jul 22 22:51:33 2015 New Revision: 392700 URL: https://svnweb.freebsd.org/changeset/ports/392700 Log: Document CVE assignment in iPython 3.2.1 entry. PR: 201515 Security: CVE-2015-5607 Security: 81326883-2905-11e5-a4a5-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 22 22:45:35 2015 (r392699) +++ head/security/vuxml/vuln.xml Wed Jul 22 22:51:33 2015 (r392700) @@ -893,12 +893,14 @@ Notes:
+ CVE-2015-5607 http://seclists.org/oss-sec/2015/q3/92 http://ipython.org/ipython-doc/3/whatsnew/version3.html#ipython-3-2-1 2015-07-12 2015-07-13 + 2015-07-22
From owner-svn-ports-all@freebsd.org Wed Jul 22 22:56:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C17E9A8E79; Wed, 22 Jul 2015 22:56:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C2921E9A; Wed, 22 Jul 2015 22:56:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MMuvsk089537; Wed, 22 Jul 2015 22:56:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MMuuCM089535; Wed, 22 Jul 2015 22:56:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507222256.t6MMuuCM089535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 22 Jul 2015 22:56:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392701 - in head/databases: postgresql91-server postgresql92-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.20 Precedence: 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, 22 Jul 2015 22:56:57 -0000 Author: bapt Date: Wed Jul 22 22:56:56 2015 New Revision: 392701 URL: https://svnweb.freebsd.org/changeset/ports/392701 Log: UNIQUENAME is not used anymore for long to save options Modified: head/databases/postgresql91-server/Makefile head/databases/postgresql92-server/Makefile Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Wed Jul 22 22:51:33 2015 (r392700) +++ head/databases/postgresql91-server/Makefile Wed Jul 22 22:56:56 2015 (r392701) @@ -23,12 +23,6 @@ ICU_PATCHFILE?= pg-929-icu-2015-04-18.di OPTIONS_SUB= yes -.if !defined(SLAVE_ONLY) -UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} -.else # Contrib has different options from -client/-server -UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//}${PKGNAMESUFFIX} -.endif - PKGINSTALL?= ${PKGDIR}/pkg-install${COMPONENT} USES+= tar:bzip2 cpe .if !defined(NO_BUILD) Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Wed Jul 22 22:51:33 2015 (r392700) +++ head/databases/postgresql92-server/Makefile Wed Jul 22 22:56:56 2015 (r392701) @@ -23,12 +23,6 @@ ICU_PATCHFILE?= pg-929-icu-2015-04-18.di OPTIONS_SUB= yes -.if !defined(SLAVE_ONLY) -UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} -.else # Contrib has different options from -client/-server -UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//}${PKGNAMESUFFIX} -.endif - PKGINSTALL?= ${PKGDIR}/pkg-install${COMPONENT} USES+= tar:bzip2 cpe .if !defined(NO_BUILD) From owner-svn-ports-all@freebsd.org Wed Jul 22 23:10:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B8719A7162; Wed, 22 Jul 2015 23:10:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F66215F5; Wed, 22 Jul 2015 23:10:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MNAfrs094923; Wed, 22 Jul 2015 23:10:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MNAeWG094921; Wed, 22 Jul 2015 23:10:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507222310.t6MNAeWG094921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 22 Jul 2015 23:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392702 - in head/databases: postgresql91-server postgresql92-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.20 Precedence: 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, 22 Jul 2015 23:10:41 -0000 Author: bapt Date: Wed Jul 22 23:10:39 2015 New Revision: 392702 URL: https://svnweb.freebsd.org/changeset/ports/392702 Log: Only defined options marked as server only for the servers Remove (server) from the description Modified: head/databases/postgresql91-server/Makefile head/databases/postgresql92-server/Makefile Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Wed Jul 22 22:56:56 2015 (r392701) +++ head/databases/postgresql91-server/Makefile Wed Jul 22 23:10:39 2015 (r392702) @@ -73,38 +73,43 @@ MAKE_ENV= PATH=${PREFIX}/bin:${PATH} CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} .endif +.if defined(SERVER_ONLY) +OPTIONS_DEFINE= DTRACE LDAP INTDATE TZDATA +LDAP_DESC= Build with LDAP authentication support +DTRACE_DESC= Build with DTrace probes +TZDATA_DESC= Use internal timezone database +XML_DESC= Build with XML data type + +# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info +OPTIONS_DEFINE+= ICU +ICU_DESC= Use ICU for unicode collation + +# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info +# (requires dump/restore if modified.) +OPTIONS_DEFINE+= INTDATE +INTDATE_DESC= Builds with 64-bit date/time type +OPTIONS_DEFAULT= XML TZDATA INTDATE +.endif + .if !defined(SLAVE_ONLY) -OPTIONS_DEFINE+= NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS XML TZDATA DEBUG +OPTIONS_DEFINE+= NLS PAM GSSAPI OPTIMIZED_CFLAGS DEBUG OPTIONS_RADIO= KRB5 OPTIONS_RADIO_KRB5= MIT_KRB5 HEIMDAL_KRB5 KRB5_DESC= Build with kerberos provider support NLS_DESC= Use internationalized messages -DTRACE_DESC= Build with DTrace probes (server only) PAM_DESC= Build with PAM Support -LDAP_DESC= Build with LDAP authentication support (server only) MIT_KRB5_DESC= Build with MIT kerberos support HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos GSSAPI_DESC= Build with GSSAPI support OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3) -XML_DESC= Build with XML data type (server) -TZDATA_DESC= Use internal timezone database (server) DEBUG_DESC= Builds with debugging symbols OSSP_UUID_DESC= Enable / disable ossp-uuid support -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS_DEFINE+= ICU -ICU_DESC= Use ICU for unicode collation (server) - -# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info -# (requires dump/restore if modified.) -OPTIONS_DEFINE+= INTDATE -INTDATE_DESC= Builds with 64-bit date/time type (server) - OPTIONS_DEFINE+= SSL SSL_DESC= Build with OpenSSL support -OPTIONS_DEFAULT= NLS XML TZDATA INTDATE SSL +OPTIONS_DEFAULT+= NLS SSL .endif # !SLAVE_ONLY .if defined(CLIENT_ONLY) Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Wed Jul 22 22:56:56 2015 (r392701) +++ head/databases/postgresql92-server/Makefile Wed Jul 22 23:10:39 2015 (r392702) @@ -73,37 +73,43 @@ MAKE_ENV= PATH=${PREFIX}/bin:${PATH} CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} .endif +.if defined(SERVER_ONLY) +OPTIONS_DEFINE= DTRACE LDAP INTDATE TZDATA +LDAP_DESC= Build with LDAP authentication support +DTRACE_DESC= Build with DTrace probes +TZDATA_DESC= Use internal timezone database +XML_DESC= Build with XML data type + +# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info +OPTIONS_DEFINE+= ICU +ICU_DESC= Use ICU for unicode collation + +# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info +# (requires dump/restore if modified.) +OPTIONS_DEFINE+= INTDATE +INTDATE_DESC= Builds with 64-bit date/time type +OPTIONS_DEFAULT= XML TZDATA INTDATE +.endif + .if !defined(SLAVE_ONLY) -OPTIONS_DEFINE+= NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS XML TZDATA DEBUG +OPTIONS_DEFINE+= NLS PAM GSSAPI OPTIMIZED_CFLAGS DEBUG OPTIONS_RADIO= KRB5 OPTIONS_RADIO_KRB5= MIT_KRB5 HEIMDAL_KRB5 KRB5_DESC= Build with kerberos provider support NLS_DESC= Use internationalized messages -DTRACE_DESC= Build with DTrace probes (server only) PAM_DESC= Build with PAM Support -LDAP_DESC= Build with LDAP authentication support (server only) MIT_KRB5_DESC= Build with MIT kerberos support HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos GSSAPI_DESC= Build with GSSAPI support OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3) -XML_DESC= Build with XML data type (server) -TZDATA_DESC= Use internal timezone database (server) DEBUG_DESC= Builds with debugging symbols -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS_DEFINE+= ICU -ICU_DESC= Use ICU for unicode collation (server) - -# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info -# (requires dump/restore if modified.) -OPTIONS_DEFINE+= INTDATE -INTDATE_DESC= Builds with 64-bit date/time type (server) OPTIONS_DEFINE+= SSL SSL_DESC= Build with OpenSSL support -OPTIONS_DEFAULT= NLS XML TZDATA INTDATE SSL +OPTIONS_DEFAULT+= NLS SSL .endif # !SLAVE_ONLY .if defined(CLIENT_ONLY) From owner-svn-ports-all@freebsd.org Wed Jul 22 23:20:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E14FA9A7574; Wed, 22 Jul 2015 23:20:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0EC61B88; Wed, 22 Jul 2015 23:20:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MNK3UJ097884; Wed, 22 Jul 2015 23:20:03 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MNK3UY097881; Wed, 22 Jul 2015 23:20:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507222320.t6MNK3UY097881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 22 Jul 2015 23:20:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392703 - in head/databases: postgresql91-server postgresql92-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.20 Precedence: 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, 22 Jul 2015 23:20:04 -0000 Author: bapt Date: Wed Jul 22 23:20:02 2015 New Revision: 392703 URL: https://svnweb.freebsd.org/changeset/ports/392703 Log: Fix ldap option Modified: head/databases/postgresql91-server/Makefile head/databases/postgresql92-server/Makefile Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Wed Jul 22 23:10:39 2015 (r392702) +++ head/databases/postgresql91-server/Makefile Wed Jul 22 23:20:02 2015 (r392703) @@ -167,7 +167,7 @@ IGNORE= need userland DTrace support fou . endif . if defined (SERVER_ONLY) -LDAP_CONFIGURE_WITH= with-ldap +LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes . endif Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Wed Jul 22 23:10:39 2015 (r392702) +++ head/databases/postgresql92-server/Makefile Wed Jul 22 23:20:02 2015 (r392703) @@ -167,7 +167,7 @@ IGNORE= need userland DTrace support fou . endif . if defined (SERVER_ONLY) -LDAP_CONFIGURE_WITH= with-ldap +LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes . endif From owner-svn-ports-all@freebsd.org Wed Jul 22 23:47:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FF749A7B2E; Wed, 22 Jul 2015 23:47:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2057D1BE7; Wed, 22 Jul 2015 23:47:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MNlqZp009970; Wed, 22 Jul 2015 23:47:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MNlqQ6009968; Wed, 22 Jul 2015 23:47:52 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507222347.t6MNlqQ6009968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 22 Jul 2015 23:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392704 - branches/2015Q3/devel/ipython 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.20 Precedence: 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, 22 Jul 2015 23:47:53 -0000 Author: olgeni Date: Wed Jul 22 23:47:51 2015 New Revision: 392704 URL: https://svnweb.freebsd.org/changeset/ports/392704 Log: MFH: r391883 Update devel/ipython to version 3.2.1. Differential Revision: https://reviews.freebsd.org/D3075 Approved by: ports-secteam@ Security: CVE-2015-5607 Security: 81326883-2905-11e5-a4a5-002590263bf5 Modified: branches/2015Q3/devel/ipython/Makefile branches/2015Q3/devel/ipython/distinfo Modified: branches/2015Q3/devel/ipython/Makefile ============================================================================== --- branches/2015Q3/devel/ipython/Makefile Wed Jul 22 23:20:02 2015 (r392703) +++ branches/2015Q3/devel/ipython/Makefile Wed Jul 22 23:47:51 2015 (r392704) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2015Q3/devel/ipython/distinfo ============================================================================== --- branches/2015Q3/devel/ipython/distinfo Wed Jul 22 23:20:02 2015 (r392703) +++ branches/2015Q3/devel/ipython/distinfo Wed Jul 22 23:47:51 2015 (r392704) @@ -1,2 +1,2 @@ -SHA256 (ipython-3.2.0.tar.gz) = 8e64b441e16298c08025b826126b2d7bc5c1776d2d2f071672166f615f327887 -SIZE (ipython-3.2.0.tar.gz) = 10883925 +SHA256 (ipython-3.2.1.tar.gz) = c913adee7ae5b338055274c51a7d2b3cea468b5b316046fa520cd8a434b09177 +SIZE (ipython-3.2.1.tar.gz) = 10884249 From owner-svn-ports-all@freebsd.org Thu Jul 23 01:44:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 523ED9A8032; Thu, 23 Jul 2015 01:44:53 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42DF019D6; Thu, 23 Jul 2015 01:44:53 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N1irUm057627; Thu, 23 Jul 2015 01:44:53 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N1iqXB057624; Thu, 23 Jul 2015 01:44:52 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507230144.t6N1iqXB057624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 23 Jul 2015 01:44:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392705 - 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.20 Precedence: 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, 23 Jul 2015 01:44:53 -0000 Author: hrs Date: Thu Jul 23 01:44:51 2015 New Revision: 392705 URL: https://svnweb.freebsd.org/changeset/ports/392705 Log: Remove minor version numbers. Suggested by: mat Modified: head/Mk/Uses/ghostscript.mk head/Mk/bsd.default-versions.mk Modified: head/Mk/Uses/ghostscript.mk ============================================================================== --- head/Mk/Uses/ghostscript.mk Wed Jul 22 23:47:51 2015 (r392704) +++ head/Mk/Uses/ghostscript.mk Thu Jul 23 01:44:51 2015 (r392705) @@ -28,18 +28,18 @@ _INCLUDE_USES_GHOSTSCRIPT_MK= yes # allowed versions -_GS_VERSION= 7 8 9 9.06 9.16 agpl +_GS_VERSION= 7 8 9 agpl _GS_ARGS= ${ghostscript_ARGS} -.if ${_GS_ARGS:N[789]:N9.06:N9.16:Nnox11:Nbuild:Nrun} +.if ${_GS_ARGS:N[789]:Nnox11:Nbuild:Nrun} IGNORE?= Unknown ghostscript argument ${_GS_ARGS} .endif # Determine version number of Ghostscript to use .include "${PORTSDIR}/Mk/bsd.default-versions.mk" -.if ${GHOSTSCRIPT_DEFAULT:N[789]:N9.06:N9.16:Nagpl} +.if ${GHOSTSCRIPT_DEFAULT:N[789]:Nagpl} IGNORE?= Invalid GHOSTSCRIPT_DEFAULT value: ${GHOSTSCRIPT_DEFAULT}, please select one of ${_GS_VERSION} .endif @@ -67,11 +67,6 @@ _GS_RUN_DEP= yes _V=${V} .if ${_V:M9} _GS_SELECTED?= 9 -.elif ${_V:M9.06} -_GS_SELECTED?= 9 -.elif ${_V:M9.16} -_GS_SELECTED?= 9 -_GS_AGPL_SUFFIX?= -agpl .elif ${_V:Magpl} _GS_AGPL_SUFFIX?= -agpl .if defined(_GS_SELECTED) && ${_GS_SELECTED:N9} Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Wed Jul 22 23:47:51 2015 (r392704) +++ head/Mk/bsd.default-versions.mk Thu Jul 23 01:44:51 2015 (r392705) @@ -32,7 +32,7 @@ PYTHON3_DEFAULT?= 3.4 RUBY_DEFAULT?= 2.1 TCLTK_DEFAULT?= 8.6 FIREBIRD_DEFAULT?= 2.5 -GHOSTSCRIPT_DEFAULT?= 9.06 +GHOSTSCRIPT_DEFAULT?= 9 # Version of lang/gcc. Do not override! LANG_GCC_IS= 4.8 From owner-svn-ports-all@freebsd.org Thu Jul 23 02:37:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED6CF9A880D; Thu, 23 Jul 2015 02:37:05 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE32F1DED; Thu, 23 Jul 2015 02:37:05 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N2b53c077935; Thu, 23 Jul 2015 02:37:05 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N2b5hn077934; Thu, 23 Jul 2015 02:37:05 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507230237.t6N2b5hn077934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 23 Jul 2015 02:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392706 - head/databases/qdbm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 02:37:06 -0000 Author: hrs Date: Thu Jul 23 02:37:04 2015 New Revision: 392706 URL: https://svnweb.freebsd.org/changeset/ports/392706 Log: Add missing ${ICONV_LIB}. Spotted by: mat Modified: head/databases/qdbm/Makefile Modified: head/databases/qdbm/Makefile ============================================================================== --- head/databases/qdbm/Makefile Thu Jul 23 01:44:51 2015 (r392705) +++ head/databases/qdbm/Makefile Thu Jul 23 02:37:04 2015 (r392706) @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --enable-bzip --enable-l --enable-iconv --enable-pthread CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -fPIC -fsigned-char -LIBS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAKE_ARGS= MYDATADIR="${DOCSDIR}" MYDOCS="${PORTDOCS}" \ MYPCDIR="${PREFIX}/libdata/pkgconfig" INSTALL_TARGET= install-strip From owner-svn-ports-all@freebsd.org Thu Jul 23 03:14:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2A569A8D98; Thu, 23 Jul 2015 03:14:05 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBF2A1111; Thu, 23 Jul 2015 03:14:05 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N3E5Nr094970; Thu, 23 Jul 2015 03:14:05 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N3E5Ij094968; Thu, 23 Jul 2015 03:14:05 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201507230314.t6N3E5Ij094968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 23 Jul 2015 03:14:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392707 - head/devel/arm-elf-binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 03:14:06 -0000 Author: danilo Date: Thu Jul 23 03:14:04 2015 New Revision: 392707 URL: https://svnweb.freebsd.org/changeset/ports/392707 Log: - Update to 2.25.1 Modified: head/devel/arm-elf-binutils/Makefile head/devel/arm-elf-binutils/distinfo Modified: head/devel/arm-elf-binutils/Makefile ============================================================================== --- head/devel/arm-elf-binutils/Makefile Thu Jul 23 02:37:04 2015 (r392706) +++ head/devel/arm-elf-binutils/Makefile Thu Jul 23 03:14:04 2015 (r392707) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= binutils -PORTVERSION= 2.25 +PORTVERSION= 2.25.1 CATEGORIES= devel MASTER_SITES= SOURCEWARE/binutils/releases PKGNAMEPREFIX= arm-elf- Modified: head/devel/arm-elf-binutils/distinfo ============================================================================== --- head/devel/arm-elf-binutils/distinfo Thu Jul 23 02:37:04 2015 (r392706) +++ head/devel/arm-elf-binutils/distinfo Thu Jul 23 03:14:04 2015 (r392707) @@ -1,2 +1,2 @@ -SHA256 (binutils-2.25.tar.bz2) = 22defc65cfa3ef2a3395faaea75d6331c6e62ea5dfacfed3e2ec17b08c882923 -SIZE (binutils-2.25.tar.bz2) = 24049133 +SHA256 (binutils-2.25.1.tar.bz2) = b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22 +SIZE (binutils-2.25.1.tar.bz2) = 24163561 From owner-svn-ports-all@freebsd.org Thu Jul 23 06:11:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 494A99A65F1; Thu, 23 Jul 2015 06:11:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38C0E116E; Thu, 23 Jul 2015 06:11:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N6BrPW070935; Thu, 23 Jul 2015 06:11:53 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N6Bp6N070926; Thu, 23 Jul 2015 06:11:51 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507230611.t6N6Bp6N070926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 23 Jul 2015 06:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392708 - in head/www: . p5-Catalyst-Controller-SOAP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 06:11:53 -0000 Author: vanilla Date: Thu Jul 23 06:11:50 2015 New Revision: 392708 URL: https://svnweb.freebsd.org/changeset/ports/392708 Log: Add p5-Catalyst-Controller-SOAP 1.25, catalyst SOAP Controller. PR: 201776 Submitted by: citrin+bsd@citrin.ru Added: head/www/p5-Catalyst-Controller-SOAP/ head/www/p5-Catalyst-Controller-SOAP/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-SOAP/distinfo (contents, props changed) head/www/p5-Catalyst-Controller-SOAP/pkg-descr (contents, props changed) head/www/p5-Catalyst-Controller-SOAP/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jul 23 03:14:04 2015 (r392707) +++ head/www/Makefile Thu Jul 23 06:11:50 2015 (r392708) @@ -715,6 +715,7 @@ SUBDIR += p5-Catalyst-Controller-HTML-FormFu SUBDIR += p5-Catalyst-Controller-RateLimit SUBDIR += p5-Catalyst-Controller-RequestToken + SUBDIR += p5-Catalyst-Controller-SOAP SUBDIR += p5-Catalyst-Devel SUBDIR += p5-Catalyst-DispatchType-Regex SUBDIR += p5-Catalyst-Engine-Apache Added: head/www/p5-Catalyst-Controller-SOAP/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-Controller-SOAP/Makefile Thu Jul 23 06:11:50 2015 (r392708) @@ -0,0 +1,27 @@ +# Created by: citrin+bsd@citrin.ru +# $FreeBSD$ + +PORTNAME= Catalyst-Controller-SOAP +PORTVERSION= 1.25 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= citrin+bsd@citrin.ru +COMMENT= Catalyst SOAP Controller + +LICENSE= ARTPERL10 + +BUILD_DEPENDS= \ + p5-Catalyst-Runtime>=5.90017:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-Moose>=0.9:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-XML-Compile-SOAP>=2.35:${PORTSDIR}/net/p5-XML-Compile-SOAP \ + p5-XML-Compile-WSDL11>=0:${PORTSDIR}/net/p5-XML-Compile-WSDL11 \ + p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/www/p5-Catalyst-Controller-SOAP/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-Controller-SOAP/distinfo Thu Jul 23 06:11:50 2015 (r392708) @@ -0,0 +1,2 @@ +SHA256 (Catalyst-Controller-SOAP-1.25.tar.gz) = 8b216738ce5d73e12d400285ed7107f06e3b1f4054ad2266b6afd065d709330f +SIZE (Catalyst-Controller-SOAP-1.25.tar.gz) = 22977 Added: head/www/p5-Catalyst-Controller-SOAP/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-Controller-SOAP/pkg-descr Thu Jul 23 06:11:50 2015 (r392708) @@ -0,0 +1,3 @@ +Controller for serving SOAP in Catalyst MVC framework. + +WWW: http://search.cpan.org/dist/Catalyst-Controller-SOAP/ Added: head/www/p5-Catalyst-Controller-SOAP/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-Controller-SOAP/pkg-plist Thu Jul 23 06:11:50 2015 (r392708) @@ -0,0 +1,20 @@ +%%SITE_PERL%%/Catalyst/Action/SOAP.pm +%%SITE_PERL%%/Catalyst/Action/SOAP/DocumentLiteral.pm +%%SITE_PERL%%/Catalyst/Action/SOAP/DocumentLiteralWrapped.pm +%%SITE_PERL%%/Catalyst/Action/SOAP/HTTPGet.pm +%%SITE_PERL%%/Catalyst/Action/SOAP/RPCEncoded.pm +%%SITE_PERL%%/Catalyst/Action/SOAP/RPCEndpoint.pm +%%SITE_PERL%%/Catalyst/Action/SOAP/RPCLiteral.pm +%%SITE_PERL%%/Catalyst/Controller/SOAP.pm +%%SITE_PERL%%/Catalyst/Controller/SOAP/DocumentLiteralWrapped.pm +%%SITE_PERL%%/Catalyst/Controller/SOAP/RPC.pm +%%PERL5_MAN3%%/Catalyst::Action::SOAP.3.gz +%%PERL5_MAN3%%/Catalyst::Action::SOAP::DocumentLiteral.3.gz +%%PERL5_MAN3%%/Catalyst::Action::SOAP::DocumentLiteralWrapped.3.gz +%%PERL5_MAN3%%/Catalyst::Action::SOAP::HTTPGet.3.gz +%%PERL5_MAN3%%/Catalyst::Action::SOAP::RPCEncoded.3.gz +%%PERL5_MAN3%%/Catalyst::Action::SOAP::RPCEndpoint.3.gz +%%PERL5_MAN3%%/Catalyst::Action::SOAP::RPCLiteral.3.gz +%%PERL5_MAN3%%/Catalyst::Controller::SOAP.3.gz +%%PERL5_MAN3%%/Catalyst::Controller::SOAP::DocumentLiteralWrapped.3.gz +%%PERL5_MAN3%%/Catalyst::Controller::SOAP::RPC.3.gz From owner-svn-ports-all@freebsd.org Thu Jul 23 06:18:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9CF99A669E; Thu, 23 Jul 2015 06:18:04 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1F161448; Thu, 23 Jul 2015 06:18:04 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N6I4BL071647; Thu, 23 Jul 2015 06:18:04 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N6I4Wf071644; Thu, 23 Jul 2015 06:18:04 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507230618.t6N6I4Wf071644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 23 Jul 2015 06:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392709 - head/x11/xpra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 06:18:05 -0000 Author: jkim Date: Thu Jul 23 06:18:03 2015 New Revision: 392709 URL: https://svnweb.freebsd.org/changeset/ports/392709 Log: Update to 0.15.3. Modified: head/x11/xpra/Makefile head/x11/xpra/distinfo Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Thu Jul 23 06:11:50 2015 (r392708) +++ head/x11/xpra/Makefile Thu Jul 23 06:18:03 2015 (r392709) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 0.15.2 -PORTREVISION= 1 +PORTVERSION= 0.15.3 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Thu Jul 23 06:11:50 2015 (r392708) +++ head/x11/xpra/distinfo Thu Jul 23 06:18:03 2015 (r392709) @@ -1,2 +1,2 @@ -SHA256 (xpra-0.15.2.tar.xz) = 30a123cf6b9a6db69de555e45482fc9311fc5d55a791e5f210c4c636947a4a33 -SIZE (xpra-0.15.2.tar.xz) = 1191788 +SHA256 (xpra-0.15.3.tar.xz) = 24a232d4d57626b05932086c97f20fbe5803ca649a1d71171e11400115c9e198 +SIZE (xpra-0.15.3.tar.xz) = 1192372 From owner-svn-ports-all@freebsd.org Thu Jul 23 07:21:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 649359A70A1; Thu, 23 Jul 2015 07:21:50 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 518E51CC2; Thu, 23 Jul 2015 07:21:50 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N7LoVK002678; Thu, 23 Jul 2015 07:21:50 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N7Lod4002677; Thu, 23 Jul 2015 07:21:50 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507230721.t6N7Lod4002677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 23 Jul 2015 07:21:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392710 - head/mail/dovecot-sieve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 07:21:50 -0000 Author: robak Date: Thu Jul 23 07:21:49 2015 New Revision: 392710 URL: https://svnweb.freebsd.org/changeset/ports/392710 Log: mail/dovecot-sieve: update MASTER_SITES PR: 199076 Submitted by: Christian Heckendorf Approved by: maintainer timeout (3 months) MFH: 2015Q3 Modified: head/mail/dovecot-sieve/Makefile Modified: head/mail/dovecot-sieve/Makefile ============================================================================== --- head/mail/dovecot-sieve/Makefile Thu Jul 23 06:18:03 2015 (r392709) +++ head/mail/dovecot-sieve/Makefile Thu Jul 23 07:21:49 2015 (r392710) @@ -6,7 +6,7 @@ PORTVERSION= ${DOVECOTVERSION}+${DISTVER DISTVERSION= 0.1.19 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ +MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX} MAINTAINER= yds@CoolRat.org From owner-svn-ports-all@freebsd.org Thu Jul 23 07:36:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A0E09A72CE; Thu, 23 Jul 2015 07:36:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0784210DB; Thu, 23 Jul 2015 07:36:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N7aqXb007765; Thu, 23 Jul 2015 07:36:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N7aqsi007761; Thu, 23 Jul 2015 07:36:52 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507230736.t6N7aqsi007761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Jul 2015 07:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392711 - head/devel/elixir-timex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 07:36:53 -0000 Author: olgeni Date: Thu Jul 23 07:36:51 2015 New Revision: 392711 URL: https://svnweb.freebsd.org/changeset/ports/392711 Log: Upgrade to version 0.16.2. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo head/devel/elixir-timex/pkg-plist Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Thu Jul 23 07:21:49 2015 (r392710) +++ head/devel/elixir-timex/Makefile Thu Jul 23 07:36:51 2015 (r392711) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 0.16.1 +PORTVERSION= 0.16.2 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Thu Jul 23 07:21:49 2015 (r392710) +++ head/devel/elixir-timex/distinfo Thu Jul 23 07:36:51 2015 (r392711) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex-0.16.1_GH0.tar.gz) = 9a9b16f72722086bd07047254cf2f4735e3d57c646ab8e2d37812a8f3236a8c4 -SIZE (bitwalker-timex-0.16.1_GH0.tar.gz) = 69943 +SHA256 (bitwalker-timex-0.16.2_GH0.tar.gz) = c06339035f6ea525763daaa10751c736215c57930762f7ae8aa06d47bdfba331 +SIZE (bitwalker-timex-0.16.2_GH0.tar.gz) = 70456 Modified: head/devel/elixir-timex/pkg-plist ============================================================================== --- head/devel/elixir-timex/pkg-plist Thu Jul 23 07:21:49 2015 (r392710) +++ head/devel/elixir-timex/pkg-plist Thu Jul 23 07:36:51 2015 (r392711) @@ -8,8 +8,8 @@ lib/elixir/lib/timex/ebin/Elixir.Access. lib/elixir/lib/timex/ebin/Elixir.Timex.Date.Convert.Timex.DateTime.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Date.Convert.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Date.beam +lib/elixir/lib/timex/ebin/Elixir.Timex.DateFormat.beam lib/elixir/lib/timex/ebin/Elixir.Timex.DateTime.beam -lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.DateFormat.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Directive.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formats.Regex.beam lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formats.beam @@ -40,8 +40,8 @@ lib/elixir/lib/timex/ebin/Elixir.Timex.b lib/elixir/lib/timex/ebin/timex.app lib/elixir/lib/timex/lib/date/date.ex lib/elixir/lib/timex/lib/date/date_convert.ex +lib/elixir/lib/timex/lib/date/date_format.ex lib/elixir/lib/timex/lib/date/datetime.ex -lib/elixir/lib/timex/lib/format/datetime/dateformat.ex lib/elixir/lib/timex/lib/format/datetime/directive.ex lib/elixir/lib/timex/lib/format/datetime/formats.ex lib/elixir/lib/timex/lib/format/datetime/formatter.ex From owner-svn-ports-all@freebsd.org Thu Jul 23 07:37:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF2129A7313; Thu, 23 Jul 2015 07:37:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95BD711B9; Thu, 23 Jul 2015 07:37:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N7b2N5007912; Thu, 23 Jul 2015 07:37:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N7b1sm007908; Thu, 23 Jul 2015 07:37:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507230737.t6N7b1sm007908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Jul 2015 07:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392712 - head/www/elixir-maru X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 07:37:02 -0000 Author: olgeni Date: Thu Jul 23 07:37:00 2015 New Revision: 392712 URL: https://svnweb.freebsd.org/changeset/ports/392712 Log: Upgrade to version 0.5.0. Modified: head/www/elixir-maru/Makefile head/www/elixir-maru/distinfo head/www/elixir-maru/pkg-plist Modified: head/www/elixir-maru/Makefile ============================================================================== --- head/www/elixir-maru/Makefile Thu Jul 23 07:36:51 2015 (r392711) +++ head/www/elixir-maru/Makefile Thu Jul 23 07:37:00 2015 (r392712) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= maru -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- @@ -19,6 +19,5 @@ MIX_BUILD_DEPS= devel/elixir-plug \ devel/elixir-poison \ www/erlang-cowboy MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -MIX_DOC_DIRS= guide .include Modified: head/www/elixir-maru/distinfo ============================================================================== --- head/www/elixir-maru/distinfo Thu Jul 23 07:36:51 2015 (r392711) +++ head/www/elixir-maru/distinfo Thu Jul 23 07:37:00 2015 (r392712) @@ -1,2 +1,2 @@ -SHA256 (falood-maru-v0.4.1_GH0.tar.gz) = d6dd28df58d6d89949a7aa009a437db9c7eb4e5eba809b708576ce4c099ad469 -SIZE (falood-maru-v0.4.1_GH0.tar.gz) = 17786 +SHA256 (falood-maru-v0.5.0_GH0.tar.gz) = 9a8446154b79556ad389c056cc7ff528283e1f4faefaac0c625829c2ae82cb32 +SIZE (falood-maru-v0.5.0_GH0.tar.gz) = 15314 Modified: head/www/elixir-maru/pkg-plist ============================================================================== --- head/www/elixir-maru/pkg-plist Thu Jul 23 07:36:51 2015 (r392711) +++ head/www/elixir-maru/pkg-plist Thu Jul 23 07:37:00 2015 (r392712) @@ -75,5 +75,3 @@ lib/elixir/lib/maru/lib/maru/utils.ex lib/elixir/lib/maru/lib/maru/validations.ex lib/elixir/lib/maru/lib/mix/tasks/routers.ex %%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/guide/getting_started.md -%%PORTDOCS%%%%DOCSDIR%%/guide/router.md From owner-svn-ports-all@freebsd.org Thu Jul 23 07:54:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E1C89A7723; Thu, 23 Jul 2015 07:54:18 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E8E41A45; Thu, 23 Jul 2015 07:54:18 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N7sI2G016946; Thu, 23 Jul 2015 07:54:18 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N7sHxq016943; Thu, 23 Jul 2015 07:54:17 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507230754.t6N7sHxq016943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 23 Jul 2015 07:54:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392713 - head/devel/pecl-swoole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 07:54:18 -0000 Author: vanilla Date: Thu Jul 23 07:54:16 2015 New Revision: 392713 URL: https://svnweb.freebsd.org/changeset/ports/392713 Log: Upgrade to 1.7.18. Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Thu Jul 23 07:37:00 2015 (r392712) +++ head/devel/pecl-swoole/Makefile Thu Jul 23 07:54:16 2015 (r392713) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.7.17 +PORTVERSION= 1.7.18 CATEGORIES= devel net MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Thu Jul 23 07:37:00 2015 (r392712) +++ head/devel/pecl-swoole/distinfo Thu Jul 23 07:54:16 2015 (r392713) @@ -1,2 +1,2 @@ -SHA256 (PECL/swoole-1.7.17.tgz) = e4d3c2466aa1e1c99750ec5497445bde8ef775fd0b304d11016e6df363cc7ec0 -SIZE (PECL/swoole-1.7.17.tgz) = 459493 +SHA256 (PECL/swoole-1.7.18.tgz) = 644ce89d94390948af8e2633bc0606d72861fe44156e30947f4fc71210208514 +SIZE (PECL/swoole-1.7.18.tgz) = 465228 From owner-svn-ports-all@freebsd.org Thu Jul 23 08:00:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6ACF9A7A66; Thu, 23 Jul 2015 08:00:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6D5F1D72; Thu, 23 Jul 2015 08:00:05 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N805V1018102; Thu, 23 Jul 2015 08:00:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N805Us018099; Thu, 23 Jul 2015 08:00:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507230800.t6N805Us018099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Jul 2015 08:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392714 - in head/devel/elixir-timex-interval: . 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.20 Precedence: 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, 23 Jul 2015 08:00:05 -0000 Author: olgeni Date: Thu Jul 23 08:00:04 2015 New Revision: 392714 URL: https://svnweb.freebsd.org/changeset/ports/392714 Log: Upgrade to version 0.5.0 and switch to original project on GitHub. Deleted: head/devel/elixir-timex-interval/files/ Modified: head/devel/elixir-timex-interval/Makefile head/devel/elixir-timex-interval/distinfo Modified: head/devel/elixir-timex-interval/Makefile ============================================================================== --- head/devel/elixir-timex-interval/Makefile Thu Jul 23 07:54:16 2015 (r392713) +++ head/devel/elixir-timex-interval/Makefile Thu Jul 23 08:00:04 2015 (r392714) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex-interval -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -12,10 +12,11 @@ LICENSE= APACHE20 USES= elixir USE_GITHUB= yes -GH_ACCOUNT= bitwalker +GH_ACCOUNT= atabary ELIXIR_APP_NAME=timex_interval MIX_BUILD_DEPS= devel/elixir-timex MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes .include Modified: head/devel/elixir-timex-interval/distinfo ============================================================================== --- head/devel/elixir-timex-interval/distinfo Thu Jul 23 07:54:16 2015 (r392713) +++ head/devel/elixir-timex-interval/distinfo Thu Jul 23 08:00:04 2015 (r392714) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex-interval-0.4.0_GH0.tar.gz) = 80a899c886474f76aa0e656877a1d53f46aa8f906c983b691d5a1998ed0f656e -SIZE (bitwalker-timex-interval-0.4.0_GH0.tar.gz) = 7595 +SHA256 (atabary-timex-interval-0.5.0_GH0.tar.gz) = 55103579b2b364cb3195fb6b1280a00aa4030d257aac0b4fc6f4f91ff9628bc8 +SIZE (atabary-timex-interval-0.5.0_GH0.tar.gz) = 7514 From owner-svn-ports-all@freebsd.org Thu Jul 23 08:54:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DC6A9A83AA; Thu, 23 Jul 2015 08:54:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B6861547; Thu, 23 Jul 2015 08:54:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N8su01044891; Thu, 23 Jul 2015 08:54:56 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N8suKr044888; Thu, 23 Jul 2015 08:54:56 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507230854.t6N8suKr044888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 23 Jul 2015 08:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392715 - head/devel/p4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 08:54:56 -0000 Author: mat Date: Thu Jul 23 08:54:55 2015 New Revision: 392715 URL: https://svnweb.freebsd.org/changeset/ports/392715 Log: => Attempting to fetch ftp://ftp.perforce.com/perforce/r15.1/bin.freebsd100x86_64/p4 fetch: ftp://ftp.perforce.com/perforce/r15.1/bin.freebsd100x86_64/p4: size mismatch: expected 2815472, actual 2815536 Sponsored by: Absolight Modified: head/devel/p4/Makefile Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Thu Jul 23 08:00:04 2015 (r392714) +++ head/devel/p4/Makefile Thu Jul 23 08:54:55 2015 (r392715) @@ -14,6 +14,7 @@ MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce client RESTRICTED= Restricted distribution +BROKEN= Unfetchable NO_BUILD= yes NO_WRKSUBDIR= yes From owner-svn-ports-all@freebsd.org Thu Jul 23 08:58:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF8789A8482; Thu, 23 Jul 2015 08:58:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F57C16F1; Thu, 23 Jul 2015 08:58:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N8woco045511; Thu, 23 Jul 2015 08:58:50 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N8wmMe045503; Thu, 23 Jul 2015 08:58:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507230858.t6N8wmMe045503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 23 Jul 2015 08:58:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392716 - in head/devel/papi: . 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.20 Precedence: 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, 23 Jul 2015 08:58:50 -0000 Author: vanilla Date: Thu Jul 23 08:58:47 2015 New Revision: 392716 URL: https://svnweb.freebsd.org/changeset/ports/392716 Log: Upgrade to 5.4.1. Deleted: head/devel/papi/files/patch-attach2.c head/devel/papi/files/patch-attach3.c head/devel/papi/files/patch-coretemp_freebsd.c Modified: head/devel/papi/Makefile head/devel/papi/distinfo head/devel/papi/files/patch-configure head/devel/papi/files/patch-x86_cpuid_info.c head/devel/papi/pkg-plist Modified: head/devel/papi/Makefile ============================================================================== --- head/devel/papi/Makefile Thu Jul 23 08:54:55 2015 (r392715) +++ head/devel/papi/Makefile Thu Jul 23 08:58:47 2015 (r392716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= papi -PORTVERSION= 5.3.0 +PORTVERSION= 5.4.1 CATEGORIES= devel MASTER_SITES= http://icl.cs.utk.edu/projects/papi/downloads/ Modified: head/devel/papi/distinfo ============================================================================== --- head/devel/papi/distinfo Thu Jul 23 08:54:55 2015 (r392715) +++ head/devel/papi/distinfo Thu Jul 23 08:58:47 2015 (r392716) @@ -1,2 +1,2 @@ -SHA256 (papi-5.3.0.tar.gz) = 99f2f36398b370e75d100b4a189d5bc0ac4f5dd66df44d441f88fd32e1421524 -SIZE (papi-5.3.0.tar.gz) = 3928589 +SHA256 (papi-5.4.1.tar.gz) = e131c1449786fe870322a949e44f974a5963824f683232e653fb570cc65d4e87 +SIZE (papi-5.4.1.tar.gz) = 4088726 Modified: head/devel/papi/files/patch-configure ============================================================================== --- head/devel/papi/files/patch-configure Thu Jul 23 08:54:55 2015 (r392715) +++ head/devel/papi/files/patch-configure Thu Jul 23 08:58:47 2015 (r392716) @@ -1,39 +1,11 @@ ---- configure.orig 2013-08-06 20:12:20.000000000 +0400 -+++ configure 2013-11-10 23:00:05.000000000 +0400 -@@ -6906,7 +6906,7 @@ - MAKEVER="freebsd" - LDFLAGS="-lpmc" - # HWPMC driver is available for FreeBSD >= 6 -- FREEBSD_VERSION=`uname -r | cut -c 1` -+ FREEBSD_VERSION=`uname -r | cut -d'.' -f1` - if test "${FREEBSD_VERSION}" -lt 6 ; then - { { echo "$as_me:$LINENO: error: PAPI requires FreeBSD 6 or greater" >&5 - echo "$as_me: error: PAPI requires FreeBSD 6 or greater" >&2;} -@@ -7525,11 +7525,11 @@ - - - for comp in $components; do -- idx=`expr index "$comp" /` -+ idx=`echo "$comp" | sed -n "s/\/.*//p" | wc -c` - if test "$idx" = 0; then - subcomp=$comp - else -- subcomp=${comp:$idx} -+ subcomp=`echo $comp | sed -E "s/^.{${idx}}//"` - fi - COMPONENT_RULES="$COMPONENT_RULES components/$comp/Rules.$subcomp" - echo "extern papi_vector_t _${subcomp}_vector;" >> components_config.h -@@ -7542,11 +7542,11 @@ - fi - - for comp in $components; do -- idx=`expr index "$comp" /` -+ idx=`echo "$comp" | sed -n "s/\/.*//p" | wc -c` - if test "$idx" = 0; then - subcomp=$comp - else -- subcomp=${comp:$idx} -+ subcomp=`echo $comp | sed -E "s/^.{${idx}}//"` - fi - echo " &_${subcomp}_vector," >> components_config.h - done +--- configure.orig 2015-07-23 08:38:09 UTC ++++ configure +@@ -6944,7 +6944,7 @@ echo "$as_me: error: PAPI requires FreeB + { (exit 1); exit 1; }; } + fi + # Determine if HWPMC module is on the kernel +- dmesg | grep hwpmc 2> /dev/null > /dev/null ++ sysctl -a | grep hwpmc 2> /dev/null > /dev/null + if test "$?" != "0" ; then + { { echo "$as_me:$LINENO: error: HWPMC module not found. (see INSTALL.TXT)" >&5 + echo "$as_me: error: HWPMC module not found. (see INSTALL.TXT)" >&2;} Modified: head/devel/papi/files/patch-x86_cpuid_info.c ============================================================================== --- head/devel/papi/files/patch-x86_cpuid_info.c Thu Jul 23 08:54:55 2015 (r392715) +++ head/devel/papi/files/patch-x86_cpuid_info.c Thu Jul 23 08:58:47 2015 (r392716) @@ -1,6 +1,6 @@ ---- x86_cpuid_info.c.orig 2013-08-06 20:12:26.000000000 +0400 -+++ x86_cpuid_info.c 2013-11-14 16:49:25.000000000 +0400 -@@ -1252,11 +1252,14 @@ +--- x86_cpuid_info.c.orig 2015-03-02 20:30:42 UTC ++++ x86_cpuid_info.c +@@ -1274,11 +1274,14 @@ cpuid2 ( unsigned int* eax, unsigned int unsigned int* ecx, unsigned int* edx, unsigned int index, unsigned int ecx_in ) { @@ -18,5 +18,5 @@ + : "m" (*ebx), "0" (index), "1" (ecx_in), "2" (42) + : "esi", "memory" ); } - + #endif Modified: head/devel/papi/pkg-plist ============================================================================== --- head/devel/papi/pkg-plist Thu Jul 23 08:54:55 2015 (r392715) +++ head/devel/papi/pkg-plist Thu Jul 23 08:58:47 2015 (r392716) @@ -19,8 +19,13 @@ include/papiStdEventDefs.h lib/libpapi.a lib/libpapi.so lib/libpapi.so.5 -lib/libpapi.so.5.3.0 -lib/libpapi.so.5.3.0.0 +lib/libpapi.so.5.4.1 +lib/libpapi.so.5.4.1.0 +lib/pkgconfig/papi-5.4.1.0.pc +lib/pkgconfig/papi-5.4.1.pc +lib/pkgconfig/papi-5.pc +lib/pkgconfig/papi.pc +man/man1/PAPI_derived_event_files.1.gz man/man1/papi_avail.1.gz man/man1/papi_clockres.1.gz man/man1/papi_command_line.1.gz @@ -224,6 +229,8 @@ man/man3/PAPI_write.3.gz %%DATADIR%%/ctests/attach2.c %%DATADIR%%/ctests/attach3 %%DATADIR%%/ctests/attach3.c +%%DATADIR%%/ctests/attach_cpu +%%DATADIR%%/ctests/attach_cpu.c %%DATADIR%%/ctests/attach_target %%DATADIR%%/ctests/attach_target.c %%DATADIR%%/ctests/branches @@ -425,31 +432,6 @@ man/man3/PAPI_write.3.gz %%DATADIR%%/ctests/zero_shmem.c %%DATADIR%%/ctests/zero_smp %%DATADIR%%/ctests/zero_smp.c -%%DATADIR%%/ftests/Makefile -%%DATADIR%%/ftests/accum.F -%%DATADIR%%/ftests/avail.F -%%DATADIR%%/ftests/case1.F -%%DATADIR%%/ftests/case2.F -%%DATADIR%%/ftests/clockres.F -%%DATADIR%%/ftests/cost.F -%%DATADIR%%/ftests/description.F -%%DATADIR%%/ftests/eventname.F -%%DATADIR%%/ftests/fdmemtest.F -%%DATADIR%%/ftests/first.F -%%DATADIR%%/ftests/flops.F -%%DATADIR%%/ftests/fmatrixlowpapi.F -%%DATADIR%%/ftests/fmatrixpapi.F -%%DATADIR%%/ftests/fmatrixpapi2.F -%%DATADIR%%/ftests/fmultiplex1.F -%%DATADIR%%/ftests/fmultiplex2.F -%%DATADIR%%/ftests/highlevel.F -%%DATADIR%%/ftests/johnmay2.F -%%DATADIR%%/ftests/nineth.F -%%DATADIR%%/ftests/second.F -%%DATADIR%%/ftests/strtest.F -%%DATADIR%%/ftests/tenth.F -%%DATADIR%%/ftests/zero.F -%%DATADIR%%/ftests/zeronamed.F %%DATADIR%%/run_tests.sh %%DATADIR%%/run_tests_exclude.txt %%DATADIR%%/run_tests_exclude_cuda.txt From owner-svn-ports-all@freebsd.org Thu Jul 23 09:09:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BABF9A8956; Thu, 23 Jul 2015 09:09:46 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBAD01CFE; Thu, 23 Jul 2015 09:09:45 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N99jPS050448; Thu, 23 Jul 2015 09:09:45 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N99j3i050445; Thu, 23 Jul 2015 09:09:45 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201507230909.t6N99j3i050445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 23 Jul 2015 09:09:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392717 - 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.20 Precedence: 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, 23 Jul 2015 09:09:46 -0000 Author: matthew Date: Thu Jul 23 09:09:44 2015 New Revision: 392717 URL: https://svnweb.freebsd.org/changeset/ports/392717 Log: Update to 4.4.12 This is a routine bugfix update Change Log: https://www.phpmyadmin.net/files/4.4.12/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Thu Jul 23 08:58:47 2015 (r392716) +++ head/databases/phpmyadmin/Makefile Thu Jul 23 09:09:44 2015 (r392717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.4.11 +DISTVERSION= 4.4.12 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Thu Jul 23 08:58:47 2015 (r392716) +++ head/databases/phpmyadmin/distinfo Thu Jul 23 09:09:44 2015 (r392717) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.4.11-all-languages.tar.xz) = 8c27b5ed782de5037cb879a7c40789acbad53040aaa342df0209be80d50c1afc -SIZE (phpMyAdmin-4.4.11-all-languages.tar.xz) = 5556164 +SHA256 (phpMyAdmin-4.4.12-all-languages.tar.xz) = 44abeb5b2625b7c85fbe783adb18167cc009525c42f00fa0364bc2857ec614f1 +SIZE (phpMyAdmin-4.4.12-all-languages.tar.xz) = 5571336 From owner-svn-ports-all@freebsd.org Thu Jul 23 09:21:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25BDE9A8C6D; Thu, 23 Jul 2015 09:21:46 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF13C12DF; Thu, 23 Jul 2015 09:21:45 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6N9LjIq058274; Thu, 23 Jul 2015 09:21:45 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6N9Ljrr058272; Thu, 23 Jul 2015 09:21:45 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507230921.t6N9Ljrr058272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 23 Jul 2015 09:21:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392718 - in head/multimedia: libx264/files x264 x264/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.20 Precedence: 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, 23 Jul 2015 09:21:46 -0000 Author: koobs Date: Thu Jul 23 09:21:44 2015 New Revision: 392718 URL: https://svnweb.freebsd.org/changeset/ports/392718 Log: multimedia/libx264: Move libx264 stdin.h patch to x264 port Move the libx264 patch for stdint.h handling on FreeBSD to the multimedia/x264 port, as FILESDIR is inherited from there, thus causing the patch not to be applied. Reported by: kwm Reviewed by: kwm Tested by: kwm Differential Revision: https://reviews.freebsd.org/D3168 Added: head/multimedia/x264/files/patch-x264.h - copied unchanged from r392717, head/multimedia/libx264/files/patch-x264.h Deleted: head/multimedia/libx264/files/ Modified: head/multimedia/x264/Makefile Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Thu Jul 23 09:09:44 2015 (r392717) +++ head/multimedia/x264/Makefile Thu Jul 23 09:21:44 2015 (r392718) @@ -19,6 +19,7 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo Copied: head/multimedia/x264/files/patch-x264.h (from r392717, head/multimedia/libx264/files/patch-x264.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/x264/files/patch-x264.h Thu Jul 23 09:21:44 2015 (r392718, copy of r392717, head/multimedia/libx264/files/patch-x264.h) @@ -0,0 +1,15 @@ +Our stdint.h is a symlink to sys/stdint.h so we need to teach x264 +the header guard of the sys/stdint.h file. + +Accepted upstream, see https://reviews.freebsd.org/D2863 for details. +--- x264.h.orig 2015-06-19 08:05:22.728325000 +0200 ++++ x264.h 2015-06-19 08:05:39.433879000 +0200 +@@ -29,7 +29,7 @@ + #define X264_X264_H + + #if !defined(_STDINT_H) && !defined(_STDINT_H_) && !defined(_STDINT_H_INCLUDED) && !defined(_STDINT) &&\ +- !defined(_INTTYPES_H) && !defined(_INTTYPES_H_) && !defined(_INTTYPES) ++ !defined(_SYS_STDINT_H_) && !defined(_INTTYPES_H) && !defined(_INTTYPES_H_) && !defined(_INTTYPES) + # ifdef _MSC_VER + # pragma message("You must include stdint.h or inttypes.h before x264.h") + # else From owner-svn-ports-all@freebsd.org Thu Jul 23 11:33:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41FE19A8795; Thu, 23 Jul 2015 11:33:02 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3240E1B1F; Thu, 23 Jul 2015 11:33:02 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NBX2bP018195; Thu, 23 Jul 2015 11:33:02 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NBX142018193; Thu, 23 Jul 2015 11:33:01 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201507231133.t6NBX142018193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 23 Jul 2015 11:33:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392719 - head/net/mosh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 11:33:02 -0000 Author: zi Date: Thu Jul 23 11:33:00 2015 New Revision: 392719 URL: https://svnweb.freebsd.org/changeset/ports/392719 Log: - Update to 1.2.5 Modified: head/net/mosh/Makefile head/net/mosh/distinfo Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Thu Jul 23 09:21:44 2015 (r392718) +++ head/net/mosh/Makefile Thu Jul 23 11:33:00 2015 (r392719) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mosh -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.2.5 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ \ http://mirrors.rit.edu/zi/ @@ -22,7 +21,7 @@ CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPEN TINFO_CFLAGS="-I/usr/include" INSTALL_TARGET= install-strip USE_OPENSSL= yes -USES= pkgconfig perl5 +USES= autoreconf:autoconf perl5 pkgconfig LATEST_LINK= mosh-term Modified: head/net/mosh/distinfo ============================================================================== --- head/net/mosh/distinfo Thu Jul 23 09:21:44 2015 (r392718) +++ head/net/mosh/distinfo Thu Jul 23 11:33:00 2015 (r392719) @@ -1,2 +1,2 @@ -SHA256 (mosh-1.2.4.tar.gz) = e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46 -SIZE (mosh-1.2.4.tar.gz) = 283047 +SHA256 (mosh-1.2.5.tar.gz) = 1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3 +SIZE (mosh-1.2.5.tar.gz) = 308857 From owner-svn-ports-all@freebsd.org Thu Jul 23 13:21:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12FDA9A783B; Thu, 23 Jul 2015 13:21:11 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 007061CE3; Thu, 23 Jul 2015 13:21:11 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NDLAoX060866; Thu, 23 Jul 2015 13:21:10 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NDL6dE060850; Thu, 23 Jul 2015 13:21:06 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201507231321.t6NDL6dE060850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 23 Jul 2015 13:21:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392720 - in head: devel/xmltooling devel/xmltooling/files security/opensaml2 security/opensaml2/files security/shibboleth2-sp security/shibboleth2-sp/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.20 Precedence: 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, 23 Jul 2015 13:21:11 -0000 Author: girgen Date: Thu Jul 23 13:21:05 2015 New Revision: 392720 URL: https://svnweb.freebsd.org/changeset/ports/392720 Log: Shibboleth SP software crashes on well-formed but invalid XML. The Service Provider software contains a code path with an uncaught exception that can be triggered by an unauthenticated attacker by supplying well-formed but schema-invalid XML in the form of SAML metadata or SAML protocol messages. The result is a crash and so causes a denial of service. You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or later. The easiest way to do so is to update the whole chain including shibboleth-2.5.5 an opensaml2.5.5. URL: http://shibboleth.net/community/advisories/secadv_20150721.txt Security: CVE-2015-2684 Deleted: head/security/opensaml2/files/patch-doc_Makefile.in Modified: head/devel/xmltooling/Makefile head/devel/xmltooling/distinfo head/devel/xmltooling/files/patch-doc_Makefile.in head/devel/xmltooling/pkg-plist head/security/opensaml2/Makefile head/security/opensaml2/distinfo head/security/opensaml2/pkg-plist head/security/shibboleth2-sp/Makefile head/security/shibboleth2-sp/distinfo head/security/shibboleth2-sp/files/patch-shibboleth-spec head/security/shibboleth2-sp/pkg-plist Modified: head/devel/xmltooling/Makefile ============================================================================== --- head/devel/xmltooling/Makefile Thu Jul 23 11:33:00 2015 (r392719) +++ head/devel/xmltooling/Makefile Thu Jul 23 13:21:05 2015 (r392720) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= xmltooling -PORTVERSION= 1.5.3 -PORTREVISION= 3 +PORTVERSION= 1.5.5 CATEGORIES= devel security -MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/2.5.3/ +MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/2.5.5/ MAINTAINER= girgen@FreeBSD.org COMMENT= Low level XML support for SAML Modified: head/devel/xmltooling/distinfo ============================================================================== --- head/devel/xmltooling/distinfo Thu Jul 23 11:33:00 2015 (r392719) +++ head/devel/xmltooling/distinfo Thu Jul 23 13:21:05 2015 (r392720) @@ -1,2 +1,2 @@ -SHA256 (xmltooling-1.5.3.tar.gz) = 90e453deb738574b04f1f1aa08ed7cc9d8746bcbf93eb59f401a6e38f2ec9574 -SIZE (xmltooling-1.5.3.tar.gz) = 675350 +SHA256 (xmltooling-1.5.5.tar.gz) = 5507332878b1f611efe791c8eeabd9b8327d75602949f0cb189970b8a221333f +SIZE (xmltooling-1.5.5.tar.gz) = 713161 Modified: head/devel/xmltooling/files/patch-doc_Makefile.in ============================================================================== --- head/devel/xmltooling/files/patch-doc_Makefile.in Thu Jul 23 11:33:00 2015 (r392719) +++ head/devel/xmltooling/files/patch-doc_Makefile.in Thu Jul 23 13:21:05 2015 (r392720) @@ -1,6 +1,6 @@ ---- doc/Makefile.in.orig 2011-07-25 16:15:04.474558171 -0400 -+++ doc/Makefile.in 2011-07-25 16:16:15.041554095 -0400 -@@ -233,7 +233,7 @@ +--- doc/Makefile.in.orig 2015-07-09 17:28:24.000000000 +0200 ++++ doc/Makefile.in 2015-07-21 20:54:22.000000000 +0200 +@@ -317,7 +317,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign @@ -9,22 +9,12 @@ docfiles = \ README.txt \ LICENSE.txt \ -@@ -243,7 +243,7 @@ - CURL.LICENSE - - pkgdoc_DATA = $(docfiles) --EXTRA_DIST = $(docfiles) api -+EXTRA_DIST = $(docfiles) - all: all-am - - .SUFFIXES: -@@ -455,10 +455,6 @@ +@@ -547,9 +547,6 @@ install-data-hook: - if test -d api ; then \ - cp -r api $(DESTDIR)$(pkgdocdir); \ -- rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`; \ - fi; # Tell versions [3.59,3.63) of GNU make to not export all variables. Modified: head/devel/xmltooling/pkg-plist ============================================================================== --- head/devel/xmltooling/pkg-plist Thu Jul 23 11:33:00 2015 (r392719) +++ head/devel/xmltooling/pkg-plist Thu Jul 23 13:21:05 2015 (r392720) @@ -82,10 +82,10 @@ include/xmltooling/validation/ValidatorS include/xmltooling/version.h lib/libxmltooling-lite.so lib/libxmltooling-lite.so.6 -lib/libxmltooling-lite.so.6.0.3 +lib/libxmltooling-lite.so.6.0.5 lib/libxmltooling.so lib/libxmltooling.so.6 -lib/libxmltooling.so.6.0.3 +lib/libxmltooling.so.6.0.5 libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml share/xml/xmltooling/soap-envelope.xsd Modified: head/security/opensaml2/Makefile ============================================================================== --- head/security/opensaml2/Makefile Thu Jul 23 11:33:00 2015 (r392719) +++ head/security/opensaml2/Makefile Thu Jul 23 13:21:05 2015 (r392720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensaml2 -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.5 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} Modified: head/security/opensaml2/distinfo ============================================================================== --- head/security/opensaml2/distinfo Thu Jul 23 11:33:00 2015 (r392719) +++ head/security/opensaml2/distinfo Thu Jul 23 13:21:05 2015 (r392720) @@ -1,2 +1,2 @@ -SHA256 (opensaml-2.5.4.tar.gz) = 562d3b5fe7b29aefbad9d5910508baf2edcb87327e51a4f239076e54663763e6 -SIZE (opensaml-2.5.4.tar.gz) = 738788 +SHA256 (opensaml-2.5.5.tar.gz) = 133bee4f1cfe79bff33d358391806eaef575cd02db9d3eb532438b24a97b12e0 +SIZE (opensaml-2.5.5.tar.gz) = 739776 Modified: head/security/opensaml2/pkg-plist ============================================================================== --- head/security/opensaml2/pkg-plist Thu Jul 23 11:33:00 2015 (r392719) +++ head/security/opensaml2/pkg-plist Thu Jul 23 13:21:05 2015 (r392720) @@ -49,13 +49,12 @@ include/saml/util/CommonDomainCookie.h include/saml/util/SAMLConstants.h lib/libsaml.so lib/libsaml.so.8 -lib/libsaml.so.8.0.4 +lib/libsaml.so.8.0.5 libdata/pkgconfig/opensaml.pc %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt %%PORTDOCS%%%%DOCSDIR%%/LOG4CPP.LICENSE -%%PORTDOCS%%@dir %%DOCSDIR%%/api share/xml/opensaml/saml20-catalog.xml share/xml/opensaml/saml10-catalog.xml share/xml/opensaml/saml11-catalog.xml Modified: head/security/shibboleth2-sp/Makefile ============================================================================== --- head/security/shibboleth2-sp/Makefile Thu Jul 23 11:33:00 2015 (r392719) +++ head/security/shibboleth2-sp/Makefile Thu Jul 23 13:21:05 2015 (r392720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shibboleth-sp -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.5 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ @@ -26,6 +26,8 @@ GROUPS= shibd USE_APACHE= 22+ USE_OPENSSL= yes +INSTALL_TARGET= install-strip + .include .if ${APACHE_VERSION} == 22 Modified: head/security/shibboleth2-sp/distinfo ============================================================================== --- head/security/shibboleth2-sp/distinfo Thu Jul 23 11:33:00 2015 (r392719) +++ head/security/shibboleth2-sp/distinfo Thu Jul 23 13:21:05 2015 (r392720) @@ -1,2 +1,2 @@ -SHA256 (shibboleth-sp-2.5.4.tar.gz) = be0adfb324d1831e55b2ce281c7f8bd27bb9bdd65f1d0e9d8019e4cde1ceb6bb -SIZE (shibboleth-sp-2.5.4.tar.gz) = 993532 +SHA256 (shibboleth-sp-2.5.5.tar.gz) = 30da36e0bba2ce4606a9effc37c05cd110dafdd6d3141468c4aa0f57ce4d96ce +SIZE (shibboleth-sp-2.5.5.tar.gz) = 1003433 Modified: head/security/shibboleth2-sp/files/patch-shibboleth-spec ============================================================================== --- head/security/shibboleth2-sp/files/patch-shibboleth-spec Thu Jul 23 11:33:00 2015 (r392719) +++ head/security/shibboleth2-sp/files/patch-shibboleth-spec Thu Jul 23 13:21:05 2015 (r392720) @@ -1,6 +1,6 @@ ---- shibboleth.spec.in.orig 2013-06-16 21:43:47.000000000 +0200 -+++ shibboleth.spec.in 2013-07-29 14:42:22.887422969 +0200 -@@ -59,7 +59,7 @@ +--- shibboleth.spec.in.orig 2015-07-20 21:31:32.000000000 +0200 ++++ shibboleth.spec.in 2015-07-22 17:45:15.000000000 +0200 +@@ -71,7 +71,7 @@ %if "%{_vendor}" == "suse" %define pkgdocdir %{_docdir}/shibboleth %else @@ -9,7 +9,7 @@ %endif %description -@@ -203,14 +203,6 @@ +@@ -275,14 +275,6 @@ /sbin/ldconfig %endif @@ -18,7 +18,7 @@ -if [ -f sp-key.pem ] ; then - %{__chown} %{runuser}:%{runuser} sp-key.pem sp-cert.pem 2>/dev/null || : -else -- sh ./keygen.sh -b -u %{runuser} -g %{runuser} +- /bin/sh ./keygen.sh -b -u %{runuser} -g %{runuser} -fi - # Fix ownership of log files (even on new installs, if they're left from an older one). Modified: head/security/shibboleth2-sp/pkg-plist ============================================================================== --- head/security/shibboleth2-sp/pkg-plist Thu Jul 23 11:33:00 2015 (r392719) +++ head/security/shibboleth2-sp/pkg-plist Thu Jul 23 13:21:05 2015 (r392720) @@ -136,7 +136,7 @@ include/shibsp/util/PropertySet.h include/shibsp/util/SPConstants.h include/shibsp/util/TemplateParameters.h include/shibsp/version.h -lib/libshibsp.so.6.0.4 +lib/libshibsp.so.6.0.5 lib/libshibsp.so.6 lib/libshibsp.so lib/shibboleth/adfs.so @@ -146,7 +146,7 @@ lib/shibboleth/plugins-lite.so lib/shibboleth/plugins.so %%WITH_APACHE_22%%lib/shibboleth/mod_shib_22.so %%WITH_APACHE_24%%lib/shibboleth/mod_shib_24.so -lib/libshibsp-lite.so.6.0.4 +lib/libshibsp-lite.so.6.0.5 lib/libshibsp-lite.so.6 lib/libshibsp-lite.so sbin/shibd @@ -170,7 +170,6 @@ share/doc/shibboleth/OPENSSL.LICENSE share/doc/shibboleth/README.txt share/doc/shibboleth/RELEASE.txt share/doc/shibboleth/main.css -@dir share/doc/shibboleth/api @dir share/doc/shibboleth @dir lib/shibboleth @dir share/xml/shibboleth From owner-svn-ports-all@freebsd.org Thu Jul 23 13:26:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAD2E9A7935; Thu, 23 Jul 2015 13:26:10 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB44A1047; Thu, 23 Jul 2015 13:26:10 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NDQAm1063624; Thu, 23 Jul 2015 13:26:10 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NDQAk7063623; Thu, 23 Jul 2015 13:26:10 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201507231326.t6NDQAk7063623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Thu, 23 Jul 2015 13:26:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392721 - head/math/scilab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 13:26:11 -0000 Author: makc Date: Thu Jul 23 13:26:09 2015 New Revision: 392721 URL: https://svnweb.freebsd.org/changeset/ports/392721 Log: math/scilab: - Add check for OpenMP support [1] - Add check for unsupported combination of options PR: 201339 [1] Submitted by: truckman Modified: head/math/scilab/Makefile Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Thu Jul 23 13:21:05 2015 (r392720) +++ head/math/scilab/Makefile Thu Jul 23 13:26:09 2015 (r392721) @@ -110,8 +110,16 @@ TK_CONFIGURE_ON= --with-tk-library=${LOC TK_USES= tk TK_USE= XORG=x11 +.if !exists(/usr/include/omp.h) +CONFIGURE_ARGS+= --without-openmp +.endif + .include +.if ${PORT_OPTIONS:MOCAML} && empty(PORT_OPTIONS:MGUI) +IGNORE= with OCAML option requies GUI. Please rerun 'make config' and select GUI +.endif + .if ${PORT_OPTIONS:MGUI} USE_JAVA= yes # bsdjava (ie java/jdk16) doesn't have some "extra" classes that aren't in From owner-svn-ports-all@freebsd.org Thu Jul 23 13:56:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20F529A7FB9; Thu, 23 Jul 2015 13:56:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CF2112E3; Thu, 23 Jul 2015 13:56:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NDuXAF075771; Thu, 23 Jul 2015 13:56:33 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NDuXv4075769; Thu, 23 Jul 2015 13:56:33 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507231356.t6NDuXv4075769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 23 Jul 2015 13:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392722 - head/devel/p5-Glib2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 13:56:34 -0000 Author: swills Date: Thu Jul 23 13:56:32 2015 New Revision: 392722 URL: https://svnweb.freebsd.org/changeset/ports/392722 Log: devel/p5-Glib2: update to 1.311 Modified: head/devel/p5-Glib2/Makefile head/devel/p5-Glib2/distinfo Modified: head/devel/p5-Glib2/Makefile ============================================================================== --- head/devel/p5-Glib2/Makefile Thu Jul 23 13:26:09 2015 (r392721) +++ head/devel/p5-Glib2/Makefile Thu Jul 23 13:56:32 2015 (r392722) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Glib -PORTVERSION= 1.310 +PORTVERSION= 1.311 CATEGORIES= devel perl5 MASTER_SITES= CPAN SF/gtk2-perl/${PORTNAME}/${PORTVERSION} MASTER_SITE_SUBDIR= CPAN:XAOC Modified: head/devel/p5-Glib2/distinfo ============================================================================== --- head/devel/p5-Glib2/distinfo Thu Jul 23 13:26:09 2015 (r392721) +++ head/devel/p5-Glib2/distinfo Thu Jul 23 13:56:32 2015 (r392722) @@ -1,2 +1,2 @@ -SHA256 (Glib-1.310.tar.gz) = f645aac388c7103e217d8b3a75d55be8e2327b5fc77a01fd1af50404dac168c7 -SIZE (Glib-1.310.tar.gz) = 295350 +SHA256 (Glib-1.311.tar.gz) = 61a29fa4171713ee04251437e225012c9370d987cc3ec699bbace7631cae9fa2 +SIZE (Glib-1.311.tar.gz) = 295371 From owner-svn-ports-all@freebsd.org Thu Jul 23 15:05:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6043B9A9BDF; Thu, 23 Jul 2015 15:05:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FAA91A0E; Thu, 23 Jul 2015 15:05:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NF5rAR004999; Thu, 23 Jul 2015 15:05:53 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NF5qKV004996; Thu, 23 Jul 2015 15:05:52 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507231505.t6NF5qKV004996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 23 Jul 2015 15:05:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392723 - in branches/2015Q3/graphics/gdk-pixbuf2: . 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.20 Precedence: 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, 23 Jul 2015 15:05:53 -0000 Author: feld Date: Thu Jul 23 15:05:51 2015 New Revision: 392723 URL: https://svnweb.freebsd.org/changeset/ports/392723 Log: MFH: r392677 Fix heap overflow vulnability. Be more careful about integer overflow. While here: fix possible divide-by-zero. Notified by: feld@ Approved by: ports-secteam (with hat) Added: branches/2015Q3/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_gdk-pixbuf-loader.c - copied unchanged from r392677, head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_gdk-pixbuf-loader.c branches/2015Q3/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_pixops_pixops.c - copied unchanged from r392677, head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_pixops_pixops.c Modified: branches/2015Q3/graphics/gdk-pixbuf2/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/graphics/gdk-pixbuf2/Makefile ============================================================================== --- branches/2015Q3/graphics/gdk-pixbuf2/Makefile Thu Jul 23 13:56:32 2015 (r392722) +++ branches/2015Q3/graphics/gdk-pixbuf2/Makefile Thu Jul 23 15:05:51 2015 (r392723) @@ -1,10 +1,9 @@ # Created by: Ade Lovett # $FreeBSD$ -# $MCom: ports/trunk/graphics/gdk-pixbuf2/Makefile 20031 2014-11-02 21:47:55Z kwm $ PORTNAME= gdk-pixbuf PORTVERSION= 2.31.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 Copied: branches/2015Q3/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_gdk-pixbuf-loader.c (from r392677, head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_gdk-pixbuf-loader.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_gdk-pixbuf-loader.c Thu Jul 23 15:05:51 2015 (r392723, copy of r392677, head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_gdk-pixbuf-loader.c) @@ -0,0 +1,25 @@ +From 74c418ba2e41ab9e2287420378a6192788b1fab6 Mon Sep 17 00:00:00 2001 +From: Sarita Rawat +Date: Fri, 5 Jun 2015 06:56:00 +0000 +Subject: Avoid a possible divide-by-zero + +Pointed out in + +https://bugzilla.gnome.org/show_bug.cgi?id=750440 + +diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c +index 65845ed..668b703 100644 +--- gdk-pixbuf/gdk-pixbuf-loader.c ++++ gdk-pixbuf/gdk-pixbuf-loader.c +@@ -330,7 +330,7 @@ gdk_pixbuf_loader_prepare (GdkPixbuf *pixbuf, + else + anim = gdk_pixbuf_non_anim_new (pixbuf); + +- if (priv->needs_scale) { ++ if (priv->needs_scale && width != 0 && height != 0) { + priv->animation = GDK_PIXBUF_ANIMATION (_gdk_pixbuf_scaled_anim_new (anim, + (double) priv->width / width, + (double) priv->height / height, +-- +cgit v0.10.2 + Copied: branches/2015Q3/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_pixops_pixops.c (from r392677, head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_pixops_pixops.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_pixops_pixops.c Thu Jul 23 15:05:51 2015 (r392723, copy of r392677, head/graphics/gdk-pixbuf2/files/patch-gdk-pixbuf_pixops_pixops.c) @@ -0,0 +1,82 @@ +From ffec86ed5010c5a2be14f47b33bcf4ed3169a199 Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Mon, 13 Jul 2015 00:33:40 -0400 +Subject: pixops: Be more careful about integer overflow + +Our loader code is supposed to handle out-of-memory and overflow +situations gracefully, reporting errors instead of aborting. But +if you load an image at a specific size, we also execute our +scaling code, which was not careful enough about overflow in some +places. + +This commit makes the scaling code silently return if it fails to +allocate filter tables. This is the best we can do, since +gdk_pixbuf_scale() is not taking a GError. + +https://bugzilla.gnome.org/show_bug.cgi?id=752297 + +diff --git a/gdk-pixbuf/pixops/pixops.c b/gdk-pixbuf/pixops/pixops.c +index 29a1c14..ce51745 100644 +--- gdk-pixbuf/pixops/pixops.c ++++ gdk-pixbuf/pixops/pixops.c +@@ -1272,7 +1272,16 @@ make_filter_table (PixopsFilter *filter) + int i_offset, j_offset; + int n_x = filter->x.n; + int n_y = filter->y.n; +- int *weights = g_new (int, SUBSAMPLE * SUBSAMPLE * n_x * n_y); ++ gsize n_weights; ++ int *weights; ++ ++ n_weights = SUBSAMPLE * SUBSAMPLE * n_x * n_y; ++ if (n_weights / (SUBSAMPLE * SUBSAMPLE * n_x) != n_y) ++ return NULL; /* overflow, bail */ ++ ++ weights = g_try_new (int, n_weights); ++ if (!weights) ++ return NULL; /* overflow, bail */ + + for (i_offset=0; i_offset < SUBSAMPLE; i_offset++) + for (j_offset=0; j_offset < SUBSAMPLE; j_offset++) +@@ -1347,8 +1356,11 @@ pixops_process (guchar *dest_buf, + if (x_step == 0 || y_step == 0) + return; /* overflow, bail out */ + +- line_bufs = g_new (guchar *, filter->y.n); + filter_weights = make_filter_table (filter); ++ if (!filter_weights) ++ return; /* overflow, bail out */ ++ ++ line_bufs = g_new (guchar *, filter->y.n); + + check_shift = check_size ? get_check_shift (check_size) : 0; + +@@ -1468,7 +1480,7 @@ tile_make_weights (PixopsFilterDimension *dim, + double scale) + { + int n = ceil (1 / scale + 1); +- double *pixel_weights = g_new (double, SUBSAMPLE * n); ++ double *pixel_weights = g_malloc_n (sizeof (double) * SUBSAMPLE, n); + int offset; + int i; + +@@ -1526,7 +1538,7 @@ bilinear_magnify_make_weights (PixopsFilterDimension *dim, + } + + dim->n = n; +- dim->weights = g_new (double, SUBSAMPLE * n); ++ dim->weights = g_malloc_n (sizeof (double) * SUBSAMPLE, n); + + pixel_weights = dim->weights; + +@@ -1617,7 +1629,7 @@ bilinear_box_make_weights (PixopsFilterDimension *dim, + double scale) + { + int n = ceil (1/scale + 3.0); +- double *pixel_weights = g_new (double, SUBSAMPLE * n); ++ double *pixel_weights = g_malloc_n (sizeof (double) * SUBSAMPLE, n); + double w; + int offset, i; + +-- +cgit v0.10.2 + From owner-svn-ports-all@freebsd.org Thu Jul 23 15:10:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2436D9A9CB1; Thu, 23 Jul 2015 15:10:42 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE7311DCE; Thu, 23 Jul 2015 15:10:41 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFAfmt008273; Thu, 23 Jul 2015 15:10:41 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFAfkG008269; Thu, 23 Jul 2015 15:10:41 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507231510.t6NFAfkG008269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Jul 2015 15:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392724 - head/www/erlang-hackney X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:10:42 -0000 Author: olgeni Date: Thu Jul 23 15:10:40 2015 New Revision: 392724 URL: https://svnweb.freebsd.org/changeset/ports/392724 Log: Upgrade to version 1.3.0. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo head/www/erlang-hackney/pkg-plist Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Thu Jul 23 15:05:51 2015 (r392723) +++ head/www/erlang-hackney/Makefile Thu Jul 23 15:10:40 2015 (r392724) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Thu Jul 23 15:05:51 2015 (r392723) +++ head/www/erlang-hackney/distinfo Thu Jul 23 15:10:40 2015 (r392724) @@ -1,2 +1,2 @@ -SHA256 (benoitc-hackney-1.2.0_GH0.tar.gz) = 157edd4a27125f89383564fd36c51cc52d954318c241af28acdfb0dbc657651c -SIZE (benoitc-hackney-1.2.0_GH0.tar.gz) = 650472 +SHA256 (benoitc-hackney-1.3.0_GH0.tar.gz) = 79d0439ac2e05718d9da8fde33b64cd664db5ba6817547da55f73dd773c4492a +SIZE (benoitc-hackney-1.3.0_GH0.tar.gz) = 772468 Modified: head/www/erlang-hackney/pkg-plist ============================================================================== --- head/www/erlang-hackney/pkg-plist Thu Jul 23 15:05:51 2015 (r392723) +++ head/www/erlang-hackney/pkg-plist Thu Jul 23 15:10:40 2015 (r392724) @@ -2,6 +2,7 @@ lib/erlang/lib/hackney-%%VERSION%%/ebin/ lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_app.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_bstr.beam +lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_cacerts.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_connect.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_cookie.beam lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_date.beam @@ -48,6 +49,8 @@ lib/erlang/lib/hackney-%%VERSION%%/src/h lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_response.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_stream.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_client/hackney_util.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_cacerts.erl +lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_cacerts.erl.src lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_connect.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_http_connect.erl lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect/hackney_pool.erl From owner-svn-ports-all@freebsd.org Thu Jul 23 15:12:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29C639A9D8B; Thu, 23 Jul 2015 15:12:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A1711FA5; Thu, 23 Jul 2015 15:12:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFCU3Q009571; Thu, 23 Jul 2015 15:12:30 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFCUi5009569; Thu, 23 Jul 2015 15:12:30 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507231512.t6NFCUi5009569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Jul 2015 15:12:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392725 - head/devel/elixir-exprotobuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:12:31 -0000 Author: olgeni Date: Thu Jul 23 15:12:29 2015 New Revision: 392725 URL: https://svnweb.freebsd.org/changeset/ports/392725 Log: Upgrade to version 0.10.2. Modified: head/devel/elixir-exprotobuf/Makefile head/devel/elixir-exprotobuf/distinfo Modified: head/devel/elixir-exprotobuf/Makefile ============================================================================== --- head/devel/elixir-exprotobuf/Makefile Thu Jul 23 15:10:40 2015 (r392724) +++ head/devel/elixir-exprotobuf/Makefile Thu Jul 23 15:12:29 2015 (r392725) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exprotobuf -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exprotobuf/distinfo ============================================================================== --- head/devel/elixir-exprotobuf/distinfo Thu Jul 23 15:10:40 2015 (r392724) +++ head/devel/elixir-exprotobuf/distinfo Thu Jul 23 15:12:29 2015 (r392725) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-exprotobuf-0.10.1_GH0.tar.gz) = 5b6bf77c2e745e5a67a5037809bb9b9f497c68af55a638daa69c60134d464855 -SIZE (bitwalker-exprotobuf-0.10.1_GH0.tar.gz) = 16282 +SHA256 (bitwalker-exprotobuf-0.10.2_GH0.tar.gz) = 833e21e03173086b83ed4ee3549307e00d3ae67f5c2162db2260b3d3ab0e2e39 +SIZE (bitwalker-exprotobuf-0.10.2_GH0.tar.gz) = 16429 From owner-svn-ports-all@freebsd.org Thu Jul 23 15:14:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 383129A9DB8; Thu, 23 Jul 2015 15:14:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E31610AC; Thu, 23 Jul 2015 15:14:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFE1G3009785; Thu, 23 Jul 2015 15:14:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFE12s009782; Thu, 23 Jul 2015 15:14:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507231514.t6NFE12s009782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Jul 2015 15:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392726 - head/devel/elixir-conform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:14:02 -0000 Author: olgeni Date: Thu Jul 23 15:14:00 2015 New Revision: 392726 URL: https://svnweb.freebsd.org/changeset/ports/392726 Log: Upgrade to version 0.15.0. Modified: head/devel/elixir-conform/Makefile head/devel/elixir-conform/distinfo head/devel/elixir-conform/pkg-plist Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Thu Jul 23 15:12:29 2015 (r392725) +++ head/devel/elixir-conform/Makefile Thu Jul 23 15:14:00 2015 (r392726) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= conform -PORTVERSION= 0.14.5 -PORTREVISION= 1 +PORTVERSION= 0.15.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-conform/distinfo ============================================================================== --- head/devel/elixir-conform/distinfo Thu Jul 23 15:12:29 2015 (r392725) +++ head/devel/elixir-conform/distinfo Thu Jul 23 15:14:00 2015 (r392726) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-conform-0.14.5_GH0.tar.gz) = 5f0a3ee1b76bac770c049e549a97233d486059bfebf24c69748ee420ab860138 -SIZE (bitwalker-conform-0.14.5_GH0.tar.gz) = 28554 +SHA256 (bitwalker-conform-0.15.0_GH0.tar.gz) = 9d086cc1dfa2ad263a9afdb92b766d92e89b54365dffb400c4433406b1d44dc0 +SIZE (bitwalker-conform-0.15.0_GH0.tar.gz) = 32063 Modified: head/devel/elixir-conform/pkg-plist ============================================================================== --- head/devel/elixir-conform/pkg-plist Thu Jul 23 15:12:29 2015 (r392725) +++ head/devel/elixir-conform/pkg-plist Thu Jul 23 15:14:00 2015 (r392726) @@ -8,6 +8,7 @@ lib/elixir/lib/conform/ebin/Elixir.Confo lib/elixir/lib/conform/ebin/Elixir.Conform.Utils.Code.beam lib/elixir/lib/conform/ebin/Elixir.Conform.Utils.beam lib/elixir/lib/conform/ebin/Elixir.Conform.beam +lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.Archive.beam lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.Configure.beam lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.Effective.beam lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.New.beam @@ -21,6 +22,7 @@ lib/elixir/lib/conform/lib/conform/schem lib/elixir/lib/conform/lib/conform/translate.ex lib/elixir/lib/conform/lib/conform/utils/code.ex lib/elixir/lib/conform/lib/conform/utils/utils.ex +lib/elixir/lib/conform/lib/mix/tasks/conform.archive.ex lib/elixir/lib/conform/lib/mix/tasks/conform.configure.ex lib/elixir/lib/conform/lib/mix/tasks/conform.effective.ex lib/elixir/lib/conform/lib/mix/tasks/conform.new.ex From owner-svn-ports-all@freebsd.org Thu Jul 23 15:14:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 694B89A9DEE; Thu, 23 Jul 2015 15:14:57 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C26011B7; Thu, 23 Jul 2015 15:14:57 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFEvHG009971; Thu, 23 Jul 2015 15:14:57 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFEt7N009967; Thu, 23 Jul 2015 15:14:55 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201507231514.t6NFEt7N009967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Thu, 23 Jul 2015 15:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392727 - in head/devel: . py-natural X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:14:57 -0000 Author: jpaetzel Date: Thu Jul 23 15:14:54 2015 New Revision: 392727 URL: https://svnweb.freebsd.org/changeset/ports/392727 Log: Welcome new port py-natural to the tree. Natural is a Python library to easily transform data into human-readable formats such as dates, time differences, numbers and sizes. Added: head/devel/py-natural/ head/devel/py-natural/Makefile (contents, props changed) head/devel/py-natural/distinfo (contents, props changed) head/devel/py-natural/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 23 15:14:00 2015 (r392726) +++ head/devel/Makefile Thu Jul 23 15:14:54 2015 (r392727) @@ -4038,6 +4038,7 @@ SUBDIR += py-mx-experimental SUBDIR += py-mygpoclient SUBDIR += py-nagioscheck + SUBDIR += py-natural SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-notifier Added: head/devel/py-natural/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-natural/Makefile Thu Jul 23 15:14:54 2015 (r392727) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= natural +PORTVERSION= 0.1.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jpaetzel@FreeBSD.org +COMMENT= Convert data to their natural (human-readable) format + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-natural/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-natural/distinfo Thu Jul 23 15:14:54 2015 (r392727) @@ -0,0 +1,2 @@ +SHA256 (natural-0.1.5.tar.gz) = 413da314cd6b07461c5910315ff9eae6cf366dfc63cec9309fbbbbe36f2441f7 +SIZE (natural-0.1.5.tar.gz) = 26309 Added: head/devel/py-natural/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-natural/pkg-descr Thu Jul 23 15:14:54 2015 (r392727) @@ -0,0 +1,3 @@ +Convert data to their natural (human-readable) format + +WWW: http://natural.readthedocs.org/en/latest/ From owner-svn-ports-all@freebsd.org Thu Jul 23 15:21:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F7249A9F97; Thu, 23 Jul 2015 15:21:24 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F78C1915; Thu, 23 Jul 2015 15:21:24 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFLOqT013885; Thu, 23 Jul 2015 15:21:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFLNGX013883; Thu, 23 Jul 2015 15:21:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507231521.t6NFLNGX013883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Jul 2015 15:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392728 - head/databases/elixir-ecto_migrate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:21:24 -0000 Author: olgeni Date: Thu Jul 23 15:21:23 2015 New Revision: 392728 URL: https://svnweb.freebsd.org/changeset/ports/392728 Log: Upgrade to version 0.5.0. Modified: head/databases/elixir-ecto_migrate/Makefile head/databases/elixir-ecto_migrate/distinfo Modified: head/databases/elixir-ecto_migrate/Makefile ============================================================================== --- head/databases/elixir-ecto_migrate/Makefile Thu Jul 23 15:14:54 2015 (r392727) +++ head/databases/elixir-ecto_migrate/Makefile Thu Jul 23 15:21:23 2015 (r392728) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto_migrate -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto_migrate/distinfo ============================================================================== --- head/databases/elixir-ecto_migrate/distinfo Thu Jul 23 15:14:54 2015 (r392727) +++ head/databases/elixir-ecto_migrate/distinfo Thu Jul 23 15:21:23 2015 (r392728) @@ -1,2 +1,2 @@ -SHA256 (xerions-ecto_migrate-v0.4.1_GH0.tar.gz) = c29e3d44e90eb46cffd839b2125be73c462bbfd7c3e17fb012491f42deee636f -SIZE (xerions-ecto_migrate-v0.4.1_GH0.tar.gz) = 7504 +SHA256 (xerions-ecto_migrate-v0.5.0_GH0.tar.gz) = bb714cef6a1b12edd5fedb90a6878bb4ca9240c71e02a6379b85e950f7a9dea4 +SIZE (xerions-ecto_migrate-v0.5.0_GH0.tar.gz) = 7540 From owner-svn-ports-all@freebsd.org Thu Jul 23 15:22:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CFA19A9FBD; Thu, 23 Jul 2015 15:22:05 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 633AA1A5E; Thu, 23 Jul 2015 15:22:05 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFM5gf014092; Thu, 23 Jul 2015 15:22:05 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFM4ww014088; Thu, 23 Jul 2015 15:22:04 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201507231522.t6NFM4ww014088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Thu, 23 Jul 2015 15:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392729 - in head/devel: . py-pyee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:22:05 -0000 Author: jpaetzel Date: Thu Jul 23 15:22:03 2015 New Revision: 392729 URL: https://svnweb.freebsd.org/changeset/ports/392729 Log: Welcome py-pyee to the ports tree. pyee supplies an event_emitter object that acts similar to the EventEmitter that comes with node.js. Added: head/devel/py-pyee/ head/devel/py-pyee/Makefile (contents, props changed) head/devel/py-pyee/distinfo (contents, props changed) head/devel/py-pyee/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 23 15:21:23 2015 (r392728) +++ head/devel/Makefile Thu Jul 23 15:22:03 2015 (r392729) @@ -4094,6 +4094,7 @@ SUBDIR += py-pycparser SUBDIR += py-pydasm SUBDIR += py-pyechonest + SUBDIR += py-pyee SUBDIR += py-pyelftools SUBDIR += py-pyev SUBDIR += py-pyflakes Added: head/devel/py-pyee/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyee/Makefile Thu Jul 23 15:22:03 2015 (r392729) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= pyee +PORTVERSION= 0.0.9 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jpaetzel@FreeBSD.org +COMMENT= Python EventEmitter implementation + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-pyee/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyee/distinfo Thu Jul 23 15:22:03 2015 (r392729) @@ -0,0 +1,2 @@ +SHA256 (pyee-0.0.9.tar.gz) = 2fc0d1380f7eb308ff8324285f82beb62f39bb1e12781397622eda8ca420762b +SIZE (pyee-0.0.9.tar.gz) = 3983 Added: head/devel/py-pyee/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyee/pkg-descr Thu Jul 23 15:22:03 2015 (r392729) @@ -0,0 +1,4 @@ +pyee supplies an event_emitter object that acts similar +to the EventEmitter that comes with node.js. + +WWW: https://github.com/jesusabdullah/pyee From owner-svn-ports-all@freebsd.org Thu Jul 23 15:24:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B01EB9A8028; Thu, 23 Jul 2015 15:24:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FD581BE3; Thu, 23 Jul 2015 15:24:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFO8mm014283; Thu, 23 Jul 2015 15:24:08 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFO8DE014282; Thu, 23 Jul 2015 15:24:08 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507231524.t6NFO8DE014282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Jul 2015 15:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392730 - head/devel/elixir-timex-interval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:24:08 -0000 Author: olgeni Date: Thu Jul 23 15:24:07 2015 New Revision: 392730 URL: https://svnweb.freebsd.org/changeset/ports/392730 Log: Fix WWW tag with the right GitHub user. Modified: head/devel/elixir-timex-interval/pkg-descr Modified: head/devel/elixir-timex-interval/pkg-descr ============================================================================== --- head/devel/elixir-timex-interval/pkg-descr Thu Jul 23 15:22:03 2015 (r392729) +++ head/devel/elixir-timex-interval/pkg-descr Thu Jul 23 15:24:07 2015 (r392730) @@ -1,3 +1,3 @@ A date/time interval library for Elixir projects, based on Timex. -WWW: https://github.com/bitwalker/timex-interval +WWW: https://github.com/atabary/timex-interval From owner-svn-ports-all@freebsd.org Thu Jul 23 15:26:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2D379A80E0; Thu, 23 Jul 2015 15:26:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A30FB1DC1; Thu, 23 Jul 2015 15:26:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFQuFR014535; Thu, 23 Jul 2015 15:26:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFQuSR014533; Thu, 23 Jul 2015 15:26:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507231526.t6NFQuSR014533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 23 Jul 2015 15:26:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392731 - head/databases/elixir-timex_ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:26:56 -0000 Author: olgeni Date: Thu Jul 23 15:26:55 2015 New Revision: 392731 URL: https://svnweb.freebsd.org/changeset/ports/392731 Log: Upgrade to version 0.4.0. Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Thu Jul 23 15:24:07 2015 (r392730) +++ head/databases/elixir-timex_ecto/Makefile Thu Jul 23 15:26:55 2015 (r392731) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Thu Jul 23 15:24:07 2015 (r392730) +++ head/databases/elixir-timex_ecto/distinfo Thu Jul 23 15:26:55 2015 (r392731) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-timex_ecto-0.3.0_GH0.tar.gz) = 4657f41e254df9eab4de1cba3b39c266ca1939e7f8fdd1667162c088460bfdc0 -SIZE (bitwalker-timex_ecto-0.3.0_GH0.tar.gz) = 5361 +SHA256 (bitwalker-timex_ecto-0.4.0_GH0.tar.gz) = 0e37c957bd39a36474db86764f1376c653e0ae7d9c3e5c92075320b1f2912e7b +SIZE (bitwalker-timex_ecto-0.4.0_GH0.tar.gz) = 5375 From owner-svn-ports-all@freebsd.org Thu Jul 23 15:39:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB2AD9A8550; Thu, 23 Jul 2015 15:39:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92DCA1A93; Thu, 23 Jul 2015 15:39:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFdWhG018902; Thu, 23 Jul 2015 15:39:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFdWu8018900; Thu, 23 Jul 2015 15:39:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507231539.t6NFdWu8018900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 23 Jul 2015 15:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392732 - 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.20 Precedence: 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, 23 Jul 2015 15:39:32 -0000 Author: feld Date: Thu Jul 23 15:39:31 2015 New Revision: 392732 URL: https://svnweb.freebsd.org/changeset/ports/392732 Log: Document buffer overflow vulnerabilities in SoX PR: 201778 CVE: CVE-2014-8145 Security: 9dd761ff-30cb-11e5-a4a5-002590263bf5 Security: 92cda470-30cb-11e5-a4a5-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 23 15:26:55 2015 (r392731) +++ head/security/vuxml/vuln.xml Thu Jul 23 15:39:31 2015 (r392732) @@ -58,6 +58,64 @@ Notes: --> + + sox -- memory corruption vulnerabilities + + + sox + 14.4.2 + + + + +

Michele Spagnuolo, Google Security Team, reports:

+
+

The write heap buffer overflows are related to ADPCM handling in + WAV files, while the read heap buffer overflow is while opening a + .VOC.

+
+ +
+ + http://seclists.org/oss-sec/2015/q3/167 + + + 2015-07-22 + 2015-07-23 + +
+ + + sox -- input sanitization errors + + + sox + 14.4.2 + + + + +

oCERT reports:

+
+

The sox command line tool is affected by two heap-based buffer + overflows, respectively located in functions start_read() and + AdpcmReadBlock().

+

A specially crafted wav file can be used to trigger the + vulnerabilities.

+
+ +
+ + 71774 + CVE-2014-8145 + http://www.ocert.org/advisories/ocert-2014-010.html + + + 2014-11-20 + 2015-07-23 + +
+ gdk-pixbuf2 -- heap overflow and DoS affecting Firefox and other programs From owner-svn-ports-all@freebsd.org Thu Jul 23 15:43:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B0119A87B0; Thu, 23 Jul 2015 15:43:55 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70B301F32; Thu, 23 Jul 2015 15:43:55 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFhtd9022790; Thu, 23 Jul 2015 15:43:55 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFhsrl022785; Thu, 23 Jul 2015 15:43:54 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201507231543.t6NFhsrl022785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Thu, 23 Jul 2015 15:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392733 - in head/devel: . py-backports.shutil_get_terminal_size X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:43:55 -0000 Author: jpaetzel Date: Thu Jul 23 15:43:53 2015 New Revision: 392733 URL: https://svnweb.freebsd.org/changeset/ports/392733 Log: Welcome backports.shutil_get_terminal_size to the ports tree Backport of the get_terminal_size function from Python 3.3's shutil Added: head/devel/py-backports.shutil_get_terminal_size/ head/devel/py-backports.shutil_get_terminal_size/Makefile (contents, props changed) head/devel/py-backports.shutil_get_terminal_size/distinfo (contents, props changed) head/devel/py-backports.shutil_get_terminal_size/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 23 15:39:31 2015 (r392732) +++ head/devel/Makefile Thu Jul 23 15:43:53 2015 (r392733) @@ -3831,6 +3831,7 @@ SUBDIR += py-avro SUBDIR += py-babel SUBDIR += py-babelfish + SUBDIR += py-backports.shutil_get_terminal_size SUBDIR += py-bcdoc SUBDIR += py-billiard SUBDIR += py-binplist Added: head/devel/py-backports.shutil_get_terminal_size/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-backports.shutil_get_terminal_size/Makefile Thu Jul 23 15:43:53 2015 (r392733) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= backports.shutil_get_terminal_size +PORTVERSION= 1.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jpaetzel@FreeBSD.org +COMMENT= Backport of the get_terminal_size function from Python 3.3's shutil + +LICENSE= PSFL + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-backports.shutil_get_terminal_size/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-backports.shutil_get_terminal_size/distinfo Thu Jul 23 15:43:53 2015 (r392733) @@ -0,0 +1,2 @@ +SHA256 (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 713e7a8228ae80341c70586d1cc0a8caa5207346927e23d09dcbcaf18eadec80 +SIZE (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 4279 Added: head/devel/py-backports.shutil_get_terminal_size/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-backports.shutil_get_terminal_size/pkg-descr Thu Jul 23 15:43:53 2015 (r392733) @@ -0,0 +1,3 @@ +A backport of the get_terminal_size function from Python 3.3's shutil. + +WWW: https://github.com/chrippa/backports.shutil_get_terminal_size From owner-svn-ports-all@freebsd.org Thu Jul 23 15:44:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15A559A8822; Thu, 23 Jul 2015 15:44:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02BCB10E7; Thu, 23 Jul 2015 15:44:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFiu07022943; Thu, 23 Jul 2015 15:44:56 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFiu8b022942; Thu, 23 Jul 2015 15:44:56 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507231544.t6NFiu8b022942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 23 Jul 2015 15:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392734 - 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.20 Precedence: 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, 23 Jul 2015 15:44:57 -0000 Author: feld Date: Thu Jul 23 15:44:55 2015 New Revision: 392734 URL: https://svnweb.freebsd.org/changeset/ports/392734 Log: Document libidn out-of-bounds read issue with invalid UTF-8 input PR: 201780 Security: CVE-2015-2059 Security: 4caf01e2-30e6-11e5-a4a5-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 23 15:43:53 2015 (r392733) +++ head/security/vuxml/vuln.xml Thu Jul 23 15:44:55 2015 (r392734) @@ -58,6 +58,35 @@ Notes: --> + + libidn -- out-of-bounds read issue with invalid UTF-8 input + + + libidn + 1.3.1 + + + + +

Simon Josefsson reports:

+
+

stringprep_utf8_to_ucs4 now rejects invalid UTF-8. This function + has always been documented to not validate that the input UTF-8 + string is actually valid UTF-8... +

+
+ +
+ + CVE-2015-2059 + http://git.savannah.gnu.org/cgit/libidn.git/plain/NEWS?id=libidn-1-31 + + + 2015-02-09 + 2015-07-23 + +
+ sox -- memory corruption vulnerabilities From owner-svn-ports-all@freebsd.org Thu Jul 23 15:49:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A913D9A8934; Thu, 23 Jul 2015 15:49:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC0F1444; Thu, 23 Jul 2015 15:49:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFnplx023284; Thu, 23 Jul 2015 15:49:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFnoNc023279; Thu, 23 Jul 2015 15:49:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507231549.t6NFnoNc023279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 23 Jul 2015 15:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392735 - 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.20 Precedence: 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, 23 Jul 2015 15:49:51 -0000 Author: feld Date: Thu Jul 23 15:49:49 2015 New Revision: 392735 URL: https://svnweb.freebsd.org/changeset/ports/392735 Log: Update to 1.31 Add USES=gmake to build on all supported FreeBSD releases PR: 201780 Security: CVE-2015-2059 Security: 4caf01e2-30e6-11e5-a4a5-002590263bf5 MFH: 2015Q3 Modified: head/dns/libidn/Makefile head/dns/libidn/distinfo head/dns/libidn/pkg-plist Modified: head/dns/libidn/Makefile ============================================================================== --- head/dns/libidn/Makefile Thu Jul 23 15:44:55 2015 (r392734) +++ head/dns/libidn/Makefile Thu Jul 23 15:49:49 2015 (r392735) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libidn -PORTVERSION= 1.29 +PORTVERSION= 1.31 CATEGORIES= dns MASTER_SITES= GNU @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= iconv libtool makeinfo pathfix perl5 pkgconfig +USES= gmake iconv libtool makeinfo pathfix perl5 pkgconfig USE_LDCONFIG= yes USE_PERL5= build Modified: head/dns/libidn/distinfo ============================================================================== --- head/dns/libidn/distinfo Thu Jul 23 15:44:55 2015 (r392734) +++ head/dns/libidn/distinfo Thu Jul 23 15:49:49 2015 (r392735) @@ -1,2 +1,2 @@ -SHA256 (libidn-1.29.tar.gz) = fb82747dbbf9b36f703ed27293317d818d7e851d4f5773dedf3efa4db32a7c7c -SIZE (libidn-1.29.tar.gz) = 3474087 +SHA256 (libidn-1.31.tar.gz) = afdf2fce91faea483ce24e26b5e3a9235e332029c9265d07214fd1cfaa08df08 +SIZE (libidn-1.31.tar.gz) = 3481725 Modified: head/dns/libidn/pkg-plist ============================================================================== --- head/dns/libidn/pkg-plist Thu Jul 23 15:44:55 2015 (r392734) +++ head/dns/libidn/pkg-plist Thu Jul 23 15:49:49 2015 (r392735) @@ -10,7 +10,7 @@ info/libidn-components.png lib/libidn.a lib/libidn.so lib/libidn.so.11 -lib/libidn.so.11.6.12 +lib/libidn.so.11.6.14 libdata/pkgconfig/libidn.pc share/emacs/site-lisp/idna.el share/emacs/site-lisp/punycode.el @@ -21,6 +21,7 @@ share/emacs/site-lisp/punycode.el %%NLS%%share/locale/fi/LC_MESSAGES/libidn.mo %%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo %%NLS%%share/locale/hr/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/hu/LC_MESSAGES/libidn.mo %%NLS%%share/locale/id/LC_MESSAGES/libidn.mo %%NLS%%share/locale/it/LC_MESSAGES/libidn.mo %%NLS%%share/locale/ja/LC_MESSAGES/libidn.mo From owner-svn-ports-all@freebsd.org Thu Jul 23 15:57:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 284819A8B53; Thu, 23 Jul 2015 15:57:57 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F28111C2C; Thu, 23 Jul 2015 15:57:56 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFvuuw027404; Thu, 23 Jul 2015 15:57:56 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFvtMC027398; Thu, 23 Jul 2015 15:57:55 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201507231557.t6NFvtMC027398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Thu, 23 Jul 2015 15:57:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392736 - in head/devel: . py-columnize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 15:57:57 -0000 Author: jpaetzel Date: Thu Jul 23 15:57:54 2015 New Revision: 392736 URL: https://svnweb.freebsd.org/changeset/ports/392736 Log: Welcome py-columnize to the ports tree. Format a simple (i.e. not nested) list into aligned columns Added: head/devel/py-columnize/ head/devel/py-columnize/Makefile (contents, props changed) head/devel/py-columnize/distinfo (contents, props changed) head/devel/py-columnize/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 23 15:49:49 2015 (r392735) +++ head/devel/Makefile Thu Jul 23 15:57:54 2015 (r392736) @@ -3867,6 +3867,7 @@ SUBDIR += py-collective.z3cform.datetimewidget SUBDIR += py-colorama SUBDIR += py-colorlog + SUBDIR += py-columnize SUBDIR += py-conditional SUBDIR += py-configargparse SUBDIR += py-configobj Added: head/devel/py-columnize/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-columnize/Makefile Thu Jul 23 15:57:54 2015 (r392736) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= columnize +PORTVERSION= 0.3.8 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jpaetzel@FreeBSD.org +COMMENT= Format a simple (i.e. not nested) list into aligned columns + +LICENSE= MIT + +MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:${PORTSDIR}/devel/py-nose +MY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size=1.0:${PORTSDIR}/devel/py-backports.shutil_get_terminal_size + +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-columnize/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-columnize/distinfo Thu Jul 23 15:57:54 2015 (r392736) @@ -0,0 +1,2 @@ +SHA256 (columnize-0.3.8.tar.gz) = c94d9173e0cb34682b1f63d2cea5924a522ef588981a7baa6a4c08a785808555 +SIZE (columnize-0.3.8.tar.gz) = 9464 Added: head/devel/py-columnize/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-columnize/pkg-descr Thu Jul 23 15:57:54 2015 (r392736) @@ -0,0 +1,3 @@ +Format a simple (i.e. not nested) list into aligned columns. + +WWW: https://github.com/rocky/pycolumnize From owner-svn-ports-all@freebsd.org Thu Jul 23 15:59:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECAC69A8B9E; Thu, 23 Jul 2015 15:59:14 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC7131D29; Thu, 23 Jul 2015 15:59:14 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NFxEwx027575; Thu, 23 Jul 2015 15:59:14 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NFxEh8027573; Thu, 23 Jul 2015 15:59:14 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201507231559.t6NFxEh8027573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Thu, 23 Jul 2015 15:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392737 - in head/net-mgmt/nagios-check_smartmon: . 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.20 Precedence: 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, 23 Jul 2015 15:59:15 -0000 Author: dvl Date: Thu Jul 23 15:59:13 2015 New Revision: 392737 URL: https://svnweb.freebsd.org/changeset/ports/392737 Log: Allow check_smartmon to work with da* devices PR: ports/201767 Approved by: Krzysztof (maintainer), X (mat) Modified: head/net-mgmt/nagios-check_smartmon/Makefile head/net-mgmt/nagios-check_smartmon/files/patch-check_smartmon Modified: head/net-mgmt/nagios-check_smartmon/Makefile ============================================================================== --- head/net-mgmt/nagios-check_smartmon/Makefile Thu Jul 23 15:57:54 2015 (r392736) +++ head/net-mgmt/nagios-check_smartmon/Makefile Thu Jul 23 15:59:13 2015 (r392737) @@ -3,7 +3,7 @@ PORTNAME= check_smartmon PORTVERSION= 20100318 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://nognu.de/s/FreeBSD/distfiles/ PKGNAMEPREFIX= nagios- Modified: head/net-mgmt/nagios-check_smartmon/files/patch-check_smartmon ============================================================================== --- head/net-mgmt/nagios-check_smartmon/files/patch-check_smartmon Thu Jul 23 15:57:54 2015 (r392736) +++ head/net-mgmt/nagios-check_smartmon/files/patch-check_smartmon Thu Jul 23 15:59:13 2015 (r392737) @@ -1,20 +1,26 @@ ---- ./check_smartmon.orig 2010-03-18 18:56:53.000000000 +0100 -+++ ./check_smartmon 2010-04-23 22:53:13.000000000 +0200 -@@ -229,11 +229,14 @@ - # fi +--- check_smartmon.orig 2015-07-22 17:32:58 UTC ++++ check_smartmon +@@ -59,7 +59,7 @@ def parseCmdLine(args): + metavar="LEVEL", help="set verbosity level to LEVEL; defaults to 0 (quiet), \ + possible values go up to 3") + parser.add_option("-t", "--type", action="store", dest="devtype", default="ata", metavar="DEVTYPE", +- help="type of device (ATA|SCSI)") ++ help="type of device (ata|scsi)") + parser.add_option("-w", "--warning-threshold", metavar="TEMP", action="store", + type="int", dest="warningThreshold", default=55, + help="set temperature warning threshold to given temperature (defaults to 55)") +@@ -291,10 +291,10 @@ if __name__ == "__main__": + vprint(2, "Get device type") + devtype = options.devtype + if not devtype: +- devtype = "ATA" +- +- if device_re.search( device ): +- devtype = "scsi" ++ if device_re.search( device ): ++ devtype = "scsi" ++ else: ++ devtype = "ata" - if temperature > criticalThreshold: -- return (2, "CRITICAL: device temperature (%d) exceeds critical temperature threshold (%s)" % (temperature, criticalThreshold)) -+ return (2, "CRITICAL: device temperature (%d) exceeds critical temperature threshold (%s)|TEMP=%d;%d;%d;" -+ % (temperature, criticalThreshold, temperature, warningThreshold, criticalThreshold)) - elif temperature > warningThreshold: -- return (1, "WARNING: device temperature (%d) exceeds warning temperature threshold (%s)" % (temperature, warningThreshold)) -+ return (1, "WARNING: device temperature (%d) exceeds warning temperature threshold (%s)|TEMP=%d;%d;%d;" -+ % (temperature, warningThreshold, temperature, warningThreshold, criticalThreshold)) - else: -- return (0, "OK: device is functional and stable (temperature: %d)" % temperature) -+ return (0, "OK: device is functional and stable (temperature: %d)|TEMP=%d;%d;%d;" -+ % (temperature, temperature, warningThreshold, criticalThreshold)) - # fi - # end + vprint(1, "Device type: %s" % devtype) From owner-svn-ports-all@freebsd.org Thu Jul 23 16:22:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 054329A907B; Thu, 23 Jul 2015 16:22:31 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD4E42839; Thu, 23 Jul 2015 16:22:30 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NGMUgC039557; Thu, 23 Jul 2015 16:22:30 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NGMTgf039553; Thu, 23 Jul 2015 16:22:29 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201507231622.t6NGMTgf039553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 23 Jul 2015 16:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392738 - in head/lang: yap yap-devel yap-devel/files yap/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.20 Precedence: 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, 23 Jul 2015 16:22:31 -0000 Author: danilo Date: Thu Jul 23 16:22:28 2015 New Revision: 392738 URL: https://svnweb.freebsd.org/changeset/ports/392738 Log: - Fix docs build after texlive upgrade - Fix build without docs Added: head/lang/yap-devel/files/patch-Makefile.in (contents, props changed) head/lang/yap/files/patch-Makefile.in (contents, props changed) Modified: head/lang/yap-devel/Makefile head/lang/yap/Makefile Modified: head/lang/yap-devel/Makefile ============================================================================== --- head/lang/yap-devel/Makefile Thu Jul 23 15:59:13 2015 (r392737) +++ head/lang/yap-devel/Makefile Thu Jul 23 16:22:28 2015 (r392738) @@ -38,7 +38,7 @@ STRIP= #none USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-max-performance --disable-clpbn-bp -USES= gmake shebangfix +USES= gmake libarchive readline shebangfix SHEBANG_FILES= packages/http/examples/demo_inetd SHEBANG_LANG= swipl swipl_OLD_CMD= /usr/bin/swipl Added: head/lang/yap-devel/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/yap-devel/files/patch-Makefile.in Thu Jul 23 16:22:28 2015 (r392738) @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2015-07-23 15:50:49 UTC ++++ Makefile.in +@@ -94,7 +94,7 @@ SO=@SO@ + MAKEINFO=makeinfo + TEXI2DVI=texi2dvi + TEXI2HTML=texi2html +-TEXI2PDF=texi2pdf ++TEXI2PDF=texi2pdf -b + YAPLIB=@YAPLIB@ + SONAMEFLAG=@SONAMEFLAG@ + +@@ -1015,7 +1015,7 @@ yap.ps: $(YAPDOCS) + pdf: yap.pdf + + yap.pdf: $(YAPDOCS) +- $(TEXI2PDF) $(srcdir)/docs/yap.tex ++ -$(TEXI2PDF) $(srcdir)/docs/yap.tex + + clean_docs: + rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg Modified: head/lang/yap/Makefile ============================================================================== --- head/lang/yap/Makefile Thu Jul 23 15:59:13 2015 (r392737) +++ head/lang/yap/Makefile Thu Jul 23 16:22:28 2015 (r392738) @@ -23,7 +23,7 @@ DOCS_INSTALL_TARGET= install install_doc USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-max-performance -USES= gmake +USES= gmake readline USE_GCC= any DOCSDIR= ${PREFIX}/share/doc/Yap Added: head/lang/yap/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/yap/files/patch-Makefile.in Thu Jul 23 16:22:28 2015 (r392738) @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2015-07-23 15:33:43 UTC ++++ Makefile.in +@@ -94,7 +94,7 @@ SO=@SO@ + MAKEINFO=makeinfo + TEXI2DVI=texi2dvi + TEXI2HTML=texi2html +-TEXI2PDF=texi2pdf ++TEXI2PDF=texi2pdf -b + YAPLIB=@YAPLIB@ + SONAMEFLAG=@SONAMEFLAG@ + +@@ -776,7 +776,7 @@ yap.ps: $(YAPDOCS) + pdf: yap.pdf + + yap.pdf: $(YAPDOCS) +- $(TEXI2PDF) $(srcdir)/docs/yap.tex ++ -$(TEXI2PDF) $(srcdir)/docs/yap.tex + + clean_docs: + rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg From owner-svn-ports-all@freebsd.org Thu Jul 23 16:24:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 393A89A90A0; Thu, 23 Jul 2015 16:24:26 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14CDB2940; Thu, 23 Jul 2015 16:24:26 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NGOPfm039748; Thu, 23 Jul 2015 16:24:25 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NGOPAZ039747; Thu, 23 Jul 2015 16:24:25 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201507231624.t6NGOPAZ039747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 23 Jul 2015 16:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392739 - branches/2015Q2/security/vuxml 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.20 Precedence: 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, 23 Jul 2015 16:24:26 -0000 Author: girgen Date: Thu Jul 23 16:24:25 2015 New Revision: 392739 URL: https://svnweb.freebsd.org/changeset/ports/392739 Log: Shibboleth SP software crashes on well-formed but invalid XML. The Service Provider software contains a code path with an uncaught exception that can be triggered by an unauthenticated attacker by supplying well-formed but schema-invalid XML in the form of SAML metadata or SAML protocol messages. The result is a crash and so causes a denial of service. You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or later. The easiest way to do so is to update the whole chain including shibboleth-2.5.5 an opensaml2.5.5. URL: http://shibboleth.net/community/advisories/secadv_20150721.txt Security: CVE-2015-2684 Approved by: ports-secteam Modified: branches/2015Q2/security/vuxml/vuln.xml Modified: branches/2015Q2/security/vuxml/vuln.xml ============================================================================== --- branches/2015Q2/security/vuxml/vuln.xml Thu Jul 23 16:22:28 2015 (r392738) +++ branches/2015Q2/security/vuxml/vuln.xml Thu Jul 23 16:24:25 2015 (r392739) @@ -57,6 +57,54 @@ Notes: --> + + shibboleth-sp -- DoS vulnerability + + + xmltooling + 1.5.5 + + + opensaml2 + 2.5.5 + + + shibboleth-sp + 2.5.5 + + + + +

Shibboleth consortium reports:

+
+

+ Shibboleth SP software crashes on well-formed but invalid XML. +

+

+ The Service Provider software contains a code path with an uncaught + exception that can be triggered by an unauthenticated attacker by + supplying well-formed but schema-invalid XML in the form of SAML + metadata or SAML protocol messages. The result is a crash and so + causes a denial of service. +

+

+ You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or + later. The easiest way to do so is to update the whole chain including + shibboleth-2.5.5 an opensaml2.5.5. +

+
+ +
+ + http://shibboleth.net/community/advisories/secadv_20150721.txt + CVE-2015-2684 + + + 2015-07-21 + 2015-07-23 + +
+ subversion -- DoS vulnerabilities From owner-svn-ports-all@freebsd.org Thu Jul 23 16:38:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33A0B9A91FE; Thu, 23 Jul 2015 16:38:42 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23E682DD5; Thu, 23 Jul 2015 16:38:42 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NGcgxS044164; Thu, 23 Jul 2015 16:38:42 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NGcfqY044163; Thu, 23 Jul 2015 16:38:41 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507231638.t6NGcfqY044163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 23 Jul 2015 16:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392740 - branches/2015Q3/mail/dovecot-sieve 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.20 Precedence: 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, 23 Jul 2015 16:38:42 -0000 Author: robak Date: Thu Jul 23 16:38:41 2015 New Revision: 392740 URL: https://svnweb.freebsd.org/changeset/ports/392740 Log: MFH: r392710 mail/dovecot-sieve: update MASTER_SITES PR: 199076 Submitted by: Christian Heckendorf Approved by: ports-secteam, maintainer timeout (3 months) Modified: branches/2015Q3/mail/dovecot-sieve/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/mail/dovecot-sieve/Makefile ============================================================================== --- branches/2015Q3/mail/dovecot-sieve/Makefile Thu Jul 23 16:24:25 2015 (r392739) +++ branches/2015Q3/mail/dovecot-sieve/Makefile Thu Jul 23 16:38:41 2015 (r392740) @@ -6,7 +6,7 @@ PORTVERSION= ${DOVECOTVERSION}+${DISTVER DISTVERSION= 0.1.19 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ +MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX} MAINTAINER= yds@CoolRat.org From owner-svn-ports-all@freebsd.org Thu Jul 23 16:40:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40CFE9A92FD; Thu, 23 Jul 2015 16:40:48 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E6F82F7A; Thu, 23 Jul 2015 16:40:48 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NGemg9046937; Thu, 23 Jul 2015 16:40:48 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NGeiGM046924; Thu, 23 Jul 2015 16:40:44 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201507231640.t6NGeiGM046924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 23 Jul 2015 16:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392741 - in head/mail: . emailrelay emailrelay/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.20 Precedence: 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, 23 Jul 2015 16:40:48 -0000 Author: danfe Date: Thu Jul 23 16:40:43 2015 New Revision: 392741 URL: https://svnweb.freebsd.org/changeset/ports/392741 Log: Add a port of E-MailRelay, a simple SMTP proxy and store-and-forward message transfer agent (MTA). WWW: http://emailrelay.sourceforge.net/ PR: 199192 Submitted by: Robert Nelson Added: head/mail/emailrelay/ head/mail/emailrelay/Makefile (contents, props changed) head/mail/emailrelay/distinfo (contents, props changed) head/mail/emailrelay/files/ head/mail/emailrelay/files/emailrelay.in (contents, props changed) head/mail/emailrelay/files/patch-etc_Makefile.am (contents, props changed) head/mail/emailrelay/files/patch-src_gui_Makefile.am (contents, props changed) head/mail/emailrelay/files/patch-src_gui_installer.cpp (contents, props changed) head/mail/emailrelay/files/patch-src_main_configuration.cpp (contents, props changed) head/mail/emailrelay/pkg-descr (contents, props changed) head/mail/emailrelay/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu Jul 23 16:38:41 2015 (r392740) +++ head/mail/Makefile Thu Jul 23 16:40:43 2015 (r392741) @@ -109,6 +109,7 @@ SUBDIR += elm SUBDIR += elmo SUBDIR += elmo-devel + SUBDIR += emailrelay SUBDIR += emil SUBDIR += enma SUBDIR += eps Added: head/mail/emailrelay/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/emailrelay/Makefile Thu Jul 23 16:40:43 2015 (r392741) @@ -0,0 +1,43 @@ +# Created by: Robert Nelson +# $FreeBSD$ + +PORTNAME= emailrelay +PORTVERSION= 1.9 +CATEGORIES= mail ipv6 +MASTER_SITES= SF +EXTRACT_SUFX= -src.tar.gz + +MAINTAINER= robertn@the-nelsons.org +COMMENT= Simple SMTP proxy and store-and-forward MTA + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ENV= e_spooldir=${PREFIX}/var/spool/emailrelay +CONFIGURE_ARGS= --without-pam --enable-ipv6 +USE_RC_SUBR= ${PORTNAME} + +OPTIONS_DEFINE= DOCS DOXYGEN GUI OPENSSL +OPTIONS_DEFAULT= OPENSSL +OPTIONS_SUB= yes + +DOXYGEN_CONFIGURE_WITH= doxygen +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen + +GUI_CONFIGURE_ENABLE= gui +GUI_CONFIGURE_ENV= e_qtmoc="${MOC}" +GUI_USE= QT4=gui,moc + +OPENSSL_CONFIGURE_WITH= openssl +OPENSSL_USE= OPENSSL=yes + +post-install: + ${MV} ${STAGEDIR}${PREFIX}/etc/emailrelay.auth.template \ + ${STAGEDIR}${PREFIX}/etc/emailrelay.auth.sample + ${MV} ${STAGEDIR}${PREFIX}/etc/emailrelay.conf.template \ + ${STAGEDIR}${PREFIX}/etc/emailrelay.conf.sample + ${RM} -r ${STAGEDIR}${PREFIX}/libexec/emailrelay/init + +.include Added: head/mail/emailrelay/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/emailrelay/distinfo Thu Jul 23 16:40:43 2015 (r392741) @@ -0,0 +1,2 @@ +SHA256 (emailrelay-1.9-src.tar.gz) = 869a3e2d053237d7f63784acc25e748af2dbf2d9b9c5c48e4a5269d4e4b5bda0 +SIZE (emailrelay-1.9-src.tar.gz) = 933300 Added: head/mail/emailrelay/files/emailrelay.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/emailrelay/files/emailrelay.in Thu Jul 23 16:40:43 2015 (r392741) @@ -0,0 +1,52 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# A shell-script wrapper for E-MailRelay for use in the FreeBSD rc.d system. +# +# Additional command-line options for the emailrelay daemon are sourced from +# the file "/usr/local/etc/emailrelay.conf" if it exists. Uncommented lines +# in this file have "--" prepended to them and then they are pasted onto the +# command line. +# +# usage: emailrelay { start | stop | restart | force-reload | status } +# + +# PROVIDE: emailrelay +# REQUIRE: LOGIN +# KEYWORD: shutdown + +. /etc/rc.subr + +name=emailrelay +rcvar=emailrelay_enable +command=%%PREFIX%%/sbin/emailrelay + +emailrelay_config_file=%%PREFIX%%/etc/emailrelay.conf + +pidfile=/var/run/emailrelay.pid +required_files=$config_file +start_precmd=emailrelay_prestart + +load_rc_config $name + +: ${emailrelay_enable:=no} + +emailrelay_config_options() +{ + # echo --options from the config file + egrep -v '^#|^gui-|^ *$' < $emailrelay_config_file | sed 's/^/--/' +} + +emailrelay_start_options() +{ + # echo start command tail + echo --as-server --pid-file $pidfile `emailrelay_config_options` +} + +emailrelay_prestart() +{ + rc_flags=`emailrelay_start_options` +} + +run_rc_command "$1" Added: head/mail/emailrelay/files/patch-etc_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/emailrelay/files/patch-etc_Makefile.am Thu Jul 23 16:40:43 2015 (r392741) @@ -0,0 +1,28 @@ +--- etc/Makefile.am.orig 2013-12-07 22:55:55 UTC ++++ etc/Makefile.am +@@ -30,25 +30,3 @@ emailrelay: emailrelay.pam + clean-local: + -rm -f emailrelay 2>/dev/null + +-if INSTALL_HOOK +- +-# create the .conf file from .conf.template with directory edits - dont +-# use this when running configure for building a .deb or .rpm package +-install-data-hook: +- if test -f "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf" ; then : ; else cat "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf.template" | sed "s:^#spool-dir .*:spool-dir $(e_spooldir):g" | sed 's:"/var/spool/emailrelay":"'"$(e_spooldir)"'":g' | sed "s:/etc:$(e_sysconfdir):g" | sed "s:/usr/local/bin:$(e_libexecdir):g" > "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf" ; sum < "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf" | sed 's/^/# Checksum: /' >> "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf" ; fi +- +-# remove the .conf file if it has not been editied +-uninstall-hook: +- -if grep -q "Checksum: `grep -v Checksum: $(DESTDIR)$(e_sysconfdir)/emailrelay.conf | sum`" "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf" ; then rm "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf" ; fi +- +-else +- +-# if there is no .conf file then copy it from .conf.template +-install-data-hook: +- test -f "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf" || cp "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf.template" "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf" +- +-# remove the .conf file - the .conf.template has been deleted when this runs +-uninstall-hook: +- -rm "$(DESTDIR)$(e_sysconfdir)/emailrelay.conf" +- +-endif Added: head/mail/emailrelay/files/patch-src_gui_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/emailrelay/files/patch-src_gui_Makefile.am Thu Jul 23 16:40:43 2015 (r392741) @@ -0,0 +1,17 @@ +--- src/gui/Makefile.am.orig 2013-12-07 22:55:52 UTC ++++ src/gui/Makefile.am +@@ -185,10 +185,10 @@ emailrelay_start_gui_LDADD = + + install-exec-hook: + @echo "#!/bin/sh" > "$(DESTDIR)$(sbindir)/emailrelay-gui" +- @echo DIR_INSTALL=\"$(DESTDIR)/usr\" >> "$(DESTDIR)$(sbindir)/emailrelay-gui" +- @echo DIR_SPOOL=\"$(DESTDIR)$(e_spooldir)\" >> "$(DESTDIR)$(sbindir)/emailrelay-gui" +- @echo DIR_CONFIG=\"$(DESTDIR)$(e_sysconfdir)\" >> "$(DESTDIR)$(sbindir)/emailrelay-gui" +- @echo exec $(DESTDIR)$(sbindir)/emailrelay-gui.real \"$$\@\" >> "$(DESTDIR)$(sbindir)/emailrelay-gui" ++ @echo DIR_INSTALL=\"/usr\" >> "$(DESTDIR)$(sbindir)/emailrelay-gui" ++ @echo DIR_SPOOL=\"$(e_spooldir)\" >> "$(DESTDIR)$(sbindir)/emailrelay-gui" ++ @echo DIR_CONFIG=\"$(e_sysconfdir)\" >> "$(DESTDIR)$(sbindir)/emailrelay-gui" ++ @echo exec $(sbindir)/emailrelay-gui.real \"$$\@\" >> "$(DESTDIR)$(sbindir)/emailrelay-gui" + @chmod +x "$(DESTDIR)$(sbindir)/emailrelay-gui" + -if test -d "$(BUNDLE).app" ; then cp -R "$(BUNDLE).app" "$(DESTDIR)$(sbindir)" ; fi + Added: head/mail/emailrelay/files/patch-src_gui_installer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/emailrelay/files/patch-src_gui_installer.cpp Thu Jul 23 16:40:43 2015 (r392741) @@ -0,0 +1,11 @@ +--- src/gui/installer.cpp.orig 2013-12-07 22:55:52 UTC ++++ src/gui/installer.cpp +@@ -1031,7 +1031,7 @@ void InstallerImp::insertActions() + if( !isWindows() ) + { + insert( new CreateConfigFile(value("dir-config"),"emailrelay.conf", +- value("dir-config"),"emailrelay.conf.template") ) ; ++ value("dir-config"),"emailrelay.conf.sample") ) ; + insert( new EditConfigFile(value("dir-config"),"emailrelay.conf",commandlineMap().second) ) ; + } + } Added: head/mail/emailrelay/files/patch-src_main_configuration.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/emailrelay/files/patch-src_main_configuration.cpp Thu Jul 23 16:40:43 2015 (r392741) @@ -0,0 +1,21 @@ +--- src/main/configuration.cpp.orig 2013-12-07 22:55:50 UTC ++++ src/main/configuration.cpp +@@ -86,10 +86,14 @@ G::Strings Main::Configuration::listenin + // the required list of addresses + for( G::Strings::iterator p = result.begin() ; p != result.end() ; ) + { +- if( protocol.empty() || protocol == G::Str::head( *p , (*p).find('=') , protocol ) ) +- *p++ = G::Str::tail( *p , (*p).find('=') , *p ) ; +- else +- p = result.erase( p ) ; ++ std::string::size_type pos = (*p).find('='); ++ if( pos != std::string::npos ) { ++ if( protocol.empty() || protocol == G::Str::head( *p , pos , protocol ) ) ++ *p++ = G::Str::tail( *p , pos , *p ) ; ++ else ++ p = result.erase( p ) ; ++ } else ++ ++p; + } + + return result ; Added: head/mail/emailrelay/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/emailrelay/pkg-descr Thu Jul 23 16:40:43 2015 (r392741) @@ -0,0 +1,11 @@ +E-MailRelay is a simple SMTP proxy and store-and-forward message transfer +agent (MTA). When running as a proxy all e-mail messages can be passed +through a user-defined program, such as a spam filter, which can drop, re- +address or edit messages as they pass through. When running as a store- +and-forward MTA incoming messages are stored in a local spool directory, +and then forwarded to the next SMTP server on request. + +E-MailRelay can also run as a POP3 server. Messages received over SMTP +can be automatically dropped into several independent POP3 mailboxes. + +WWW: http://emailrelay.sourceforge.net/ Added: head/mail/emailrelay/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/emailrelay/pkg-plist Thu Jul 23 16:40:43 2015 (r392741) @@ -0,0 +1,1210 @@ +@sample etc/emailrelay.auth.sample +@sample etc/emailrelay.conf.sample +libexec/emailrelay/emailrelay-filter-copy +libexec/emailrelay/emailrelay-poke +libexec/emailrelay/examples/emailrelay-deliver.sh +libexec/emailrelay/examples/emailrelay-multicast.sh +libexec/emailrelay/examples/emailrelay-notify.sh +libexec/emailrelay/examples/emailrelay-process.sh +libexec/emailrelay/examples/emailrelay-resubmit.sh +libexec/emailrelay/examples/emailrelay-submit.sh +man/man1/emailrelay-filter-copy.1.gz +man/man1/emailrelay-passwd.1.gz +man/man1/emailrelay-poke.1.gz +man/man1/emailrelay-submit.1.gz +man/man1/emailrelay.1.gz +sbin/emailrelay +sbin/emailrelay-passwd +sbin/emailrelay-submit +%%GUI%%%%DATADIR%%/emailrelay-icon.png +%%GUI%%sbin/emailrelay-gui +%%GUI%%sbin/emailrelay-gui.real +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.embedded +%%PORTDOCS%%%%DOCSDIR%%/README.mac +%%PORTDOCS%%%%DOCSDIR%%/README.windows +%%PORTDOCS%%%%DOCSDIR%%/auth.png +%%PORTDOCS%%%%DOCSDIR%%/changelog.html +%%PORTDOCS%%%%DOCSDIR%%/developer.html +%%PORTDOCS%%%%DOCSDIR%%/developer.txt +%%PORTDOCS%%%%DOCSDIR%%/diagram-1.png +%%PORTDOCS%%%%DOCSDIR%%/diagram-2.png +%%PORTDOCS%%%%DOCSDIR%%/emailrelay-doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/emailrelay-man.html +%%PORTDOCS%%%%DOCSDIR%%/emailrelay.css +%%PORTDOCS%%%%DOCSDIR%%/emailrelay.docbook +%%PORTDOCS%%%%DOCSDIR%%/gnet-classes.png +%%PORTDOCS%%%%DOCSDIR%%/gnet-client.png +%%PORTDOCS%%%%DOCSDIR%%/gsmtp-classes.png +%%PORTDOCS%%%%DOCSDIR%%/gsmtp-serverprotocol.png +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/readme.html +%%PORTDOCS%%%%DOCSDIR%%/reference.html +%%PORTDOCS%%%%DOCSDIR%%/reference.txt +%%PORTDOCS%%%%DOCSDIR%%/sequence-3.png +%%PORTDOCS%%%%DOCSDIR%%/userguide.html +%%PORTDOCS%%%%DOCSDIR%%/userguide.txt +%%PORTDOCS%%%%DOCSDIR%%/valid-html401.png +%%PORTDOCS%%%%DOCSDIR%%/windows.html +%%PORTDOCS%%%%DOCSDIR%%/windows.txt +%%DOXYGEN%%%%DOCSDIR%%/doxygen/admin_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/admin_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/admin__enabled_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/admin__enabled_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/annotated.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/arrowdown.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/arrowright.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/bc_s.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/bdwn.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classApp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1PamImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1PamImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1PamImp.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslClient-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslClient.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslClientImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslClientImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslClient_1_1Secrets-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslClient_1_1Secrets.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslClient_1_1Secrets.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerBasic-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerBasic.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerBasic.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerBasicImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerBasicImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerFactory-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerFactory.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerPam-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerPam.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerPam.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerPamImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServerPamImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServer_1_1Secrets-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServer_1_1Secrets.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SaslServer_1_1Secrets.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1Secrets-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1Secrets.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1Secrets.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SecretsFile-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1SecretsFile.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1Valid-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1Valid.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGAuth_1_1Valid.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AbstractTimer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AbstractTimer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AbstractTimer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AcceptPair-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AcceptPair.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Address-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Address.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AddressImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AddressImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AddressStorage-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AddressStorage.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AddressStorageImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1AddressStorageImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Address_1_1Broadcast.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Address_1_1Localhost.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1BufferedServerPeer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1BufferedServerPeer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1BufferedServerPeer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Client-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Client.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Client.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ClientPtr-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ClientPtr.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ClientResolver-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ClientResolver.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ClientResolver.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Connection-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Connection.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Connection.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ConnectionLookup-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ConnectionLookup.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1DatagramSocket-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1DatagramSocket.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1DatagramSocket.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Descriptor-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Descriptor.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1EventHandler-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1EventHandler.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1EventHandler.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1EventHandlerList-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1EventHandlerList.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1EventLoop-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1EventLoop.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1EventLoop.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1FdSet-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1FdSet.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1HeapClient-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1HeapClient.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1HeapClient.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1LineBuffer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1LineBuffer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1LineBufferIterator-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1LineBufferIterator.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Local-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Local.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Lock-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Lock.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Monitor-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Monitor.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Monitor.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MonitorImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MonitorImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MultiServer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MultiServer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MultiServer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MultiServerImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MultiServerImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MultiServerImp.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MultiServerPtr-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1MultiServerPtr.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Resolver-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Resolver.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Resolver.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ResolverImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ResolverImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ResolverImp.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ResolverInfo-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ResolverInfo.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Select-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Select.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Select.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Server-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Server.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Server.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ServerPeer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ServerPeer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ServerPeer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ServerPeerHandle-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1ServerPeerHandle.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SimpleClient-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SimpleClient.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SimpleClient.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Socket-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Socket.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Socket.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SocketProtocol-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SocketProtocol.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SocketProtocolImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SocketProtocolImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SocketProtocolSink-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SocketProtocolSink.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1SocketProtocolSink.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Socket_1_1Credentials-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Socket_1_1Credentials.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1StreamSocket-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1StreamSocket.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1StreamSocket.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Timer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Timer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1Timer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1TimerList-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1TimerList.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1TimerList_1_1NoThrow.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1TimerUpdate-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGNet_1_1TimerUpdate.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Auth-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Auth.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1AuthImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1AuthImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1DirectoryReader-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1FileDeleter-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1FileReader-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Secrets-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Secrets.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Secrets.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1SecretsImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1SecretsImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Server-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Server.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Server.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerPeer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerPeer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerPeer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocolText-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocolText.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocolText.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol_1_1Security-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol_1_1Security.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol_1_1Security.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol_1_1Sender-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol_1_1Sender.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol_1_1Sender.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol_1_1Text-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol_1_1Text.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1ServerProtocol_1_1Text.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Store-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1Store.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1StoreLock-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1StoreLock.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1StoreLockEntry-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGPop_1_1StoreLockEntry.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1AdminServer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1AdminServer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1AdminServer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1AdminServerPeer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1AdminServerPeer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1AdminServerPeer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Client-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Client.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Client.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ClientProtocol-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ClientProtocol.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ClientProtocol.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ClientProtocolReply-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ClientProtocolReply.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ClientProtocol_1_1Sender-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ClientProtocol_1_1Sender.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ClientProtocol_1_1Sender.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1DirectoryReader-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1DirectoryReader.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1DirectoryReader.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ExecutableProcessor-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ExecutableProcessor.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ExecutableProcessor.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ExecutableVerifier-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ExecutableVerifier.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ExecutableVerifier.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FactoryParser-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FactoryParser.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileIterator-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileIterator.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileIterator.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileReader-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileReader.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileReader.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileStore-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileStore.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileStore.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileWriter-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileWriter.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1FileWriter.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1InternalVerifier-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1InternalVerifier.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1InternalVerifier.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1MessageStore-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1MessageStore.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1MessageStore.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1MessageStore_1_1Iterator-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1MessageStore_1_1Iterator.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1MessageStore_1_1IteratorImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1MessageStore_1_1IteratorImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1MessageStore_1_1IteratorImp.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NetworkProcessor-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NetworkProcessor.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NetworkProcessor.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NetworkVerifier-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NetworkVerifier.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NetworkVerifier.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NewFile-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NewFile.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NewFile.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NewMessage-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NewMessage.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NewMessage.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NullProcessor-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NullProcessor.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1NullProcessor.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Processor-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Processor.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Processor.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProcessorFactory-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProcessorFactory.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProtocolMessage-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProtocolMessage.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProtocolMessage.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProtocolMessageForward-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProtocolMessageForward.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProtocolMessageForward.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProtocolMessageStore-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProtocolMessageStore.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ProtocolMessageStore.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1RequestClient-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1RequestClient.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1RequestClient.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Server-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Server.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Server.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerPeer-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerPeer.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerPeer.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocol-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocol.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocol.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocolText-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocolText.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocolText.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocol_1_1Sender-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocol_1_1Sender.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocol_1_1Sender.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocol_1_1Text-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocol_1_1Text.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1ServerProtocol_1_1Text.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1SpamClient-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1SpamClient.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1SpamClient.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1SpamProcessor-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1SpamProcessor.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1SpamProcessor.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1StoredFile-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1StoredFile.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1StoredFile.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1StoredMessage-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1StoredMessage.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1StoredMessage.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Verifier-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Verifier.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1Verifier.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1VerifierFactory-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1VerifierFactory.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1VerifierStatus-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSmtp_1_1VerifierStatus.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Certificate-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Certificate.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Context-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Context.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Error-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Error.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Error.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Library-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Library.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1LibraryImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1LibraryImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Protocol-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1Protocol.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1ProtocolImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classGSsl_1_1ProtocolImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Arg-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Arg.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Base64-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Base64.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Cleanup-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Cleanup.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1CleanupImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1CleanupImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Convert-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Convert.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Counter-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Counter.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Counter.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1CounterImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1CounterImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1CounterImp.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Daemon-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Daemon.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Date-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Date.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1DateTime-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1DateTime.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Date_1_1LocalTime.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Directory-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Directory.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1DirectoryIterator-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1DirectoryIterator.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1DirectoryIteratorImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1DirectoryIteratorImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1DirectoryList-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1DirectoryList.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Environment-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Environment.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Exception-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Exception.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Exception.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Executable-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Executable.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1File-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1File.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1FileSystem-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1FileSystem.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1File_1_1NoThrow.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1GetOpt-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1GetOpt.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Identity-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Identity.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1IdentityUser-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1IdentityUser.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1IdentityUser.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Log-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Log.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1LogOutput-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1LogOutput.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Log_1_1Line-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Log_1_1Line.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Md5-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Md5.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1NewProcess-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1NewProcess.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1NewProcess_1_1ChildProcess-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1NewProcess_1_1ChildProcess.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1NewProcess_1_1ChildProcessImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1NewProcess_1_1ChildProcessImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Pam-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Pam.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Pam.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1PamImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1PamImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Pam_1_1Error-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Pam_1_1Error.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Pam_1_1Error.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Path-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Path.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1PidFile-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1PidFile.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Pipe-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Pipe.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1Id-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1Id.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1IdImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1IdImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1NoThrow.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1Umask-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1Umask.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1Umask.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1Umask_1_1UmaskImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Process_1_1Umask_1_1UmaskImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Root-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Root.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Root.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Setter-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Setter.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Setter.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal0-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal0.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal0.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal1-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal1.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal1.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal2-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal2.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal2.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal3-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal3.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Signal3.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SignalImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SignalImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SignalSafe.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Slot0-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Slot0.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Slot1-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Slot1.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Slot2-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Slot2.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Slot3-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Slot3.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotBase-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotBase.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotBase.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp0-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp0.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp0.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp1-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp1.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp1.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp2-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp2.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp2.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp3-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp3.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotImp3.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotOp0-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotOp0.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotOp1-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotOp1.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotOp2-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotOp2.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotOp3-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1SlotOp3.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1StateMachine-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1StateMachine.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Str-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Str.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1StringMapReader-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1StringMapReader.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Test-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Test.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Time-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Time.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Time_1_1LocalTime.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Xtext-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1Xtext.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1limits-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1limits.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1noncopyable-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1noncopyable.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classG_1_1noncopyable.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Admin-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Admin.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1CommandLine-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1CommandLine.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1CommandLineImp-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1CommandLineImp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Configuration-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Configuration.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Legal-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Legal.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1News-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Output-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Output.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Output.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Run-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Run.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Run.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Show-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classMain_1_1Show.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classes.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classmd5_1_1block-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classmd5_1_1block.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classmd5_1_1digest-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classmd5_1_1digest.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classmd5_1_1digest__stream-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classmd5_1_1digest__stream.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classmd5_1_1format-members.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/classmd5_1_1format.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/closed.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/commandline_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/commandline_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/commandline__full_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/commandline__full_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/configuration_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/configuration_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/configuration_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/configuration_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/dir_0534da074fdfa51eede8c155922b2118.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/dir_14b85529e9c29dff67b60c32be979941.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/dir_1d47663c6744fa616871466fa6b73957.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/dir_1e4f43aa4d82c9fb16f456672deb6a2c.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/dir_5eb159725f84c66aafd839904a4acdd0.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/dir_68267d1309a1af8e8297ef4c3efbcdba.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/dir_a0907e1e3a543670e3c57a56656bbbe7.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/dir_de8b15dfd638e0c8853770dd7f5efcc0.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/doc.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/doxygen.css +%%DOXYGEN%%%%DOCSDIR%%/doxygen/doxygen.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/doxygen_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/doxygen_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/dynsections.js +%%DOXYGEN%%%%DOCSDIR%%/doxygen/emailrelay-doxygen.css +%%DOXYGEN%%%%DOCSDIR%%/doxygen/files.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/filter_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/filter_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/filter_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/filter_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/filter__copy_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/filter__copy_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/folderclosed.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/folderopen.png +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_b.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_c.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_d.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_e.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_enum.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_eval.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_f.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_b.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_c.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_d.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_e.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_f.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_g.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_i.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_j.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_k.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_l.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_m.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_n.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_o.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_p.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_q.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_r.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_s.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_t.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_u.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_v.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_w.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_x.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_y.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_func_~.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_g.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_i.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_j.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_k.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_l.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_m.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_n.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_o.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_p.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_q.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_r.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_rela.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_s.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_t.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_type.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_u.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_v.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_vars.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_w.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_x.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_y.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/functions_~.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gaddress_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gaddress_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gaddress__ipv4_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gaddress__ipv4_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gadminserver_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gadminserver_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gadminserver_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gadminserver_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/garg_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/garg_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/garg_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/garg_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/garg__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/garg__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gassert_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gassert_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gauth_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gauth_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gbase64_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gbase64_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gbase64_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gbase64_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gbufferedserverpeer_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gbufferedserverpeer_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gbufferedserverpeer_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gbufferedserverpeer_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gcleanup_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gcleanup_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gcleanup__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gcleanup__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclient_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclient_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclient_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclient_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclientprotocol_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclientprotocol_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclientprotocol_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclientprotocol_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclientptr_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gclientptr_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconnection_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconnection_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconnection_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconnection_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconnectionlookup_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconnectionlookup_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconnectionlookup__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconnectionlookup__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconvert_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconvert_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconvert_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconvert_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconvert__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gconvert__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gcounter_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gcounter_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gcounter_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gcounter_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdaemon_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdaemon_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdaemon__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdaemon__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdate_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdate_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdate_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdate_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdatetime_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdatetime_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdatetime_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdatetime_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdatetime__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdatetime__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdebug_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdebug_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdescriptor_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdescriptor_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdescriptor_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdescriptor_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdescriptor__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdescriptor__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdirectory_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdirectory_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdirectory_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdirectory_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdirectory__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdirectory__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdirectory__unix__glob_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gdirectory__unix__glob_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/genvironment_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/genvironment_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/genvironment__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/genvironment__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gevent_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gevent_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventhandler_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventhandler_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventhandler_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventhandler_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventloop_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventloop_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventloop_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventloop_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventloop__unix_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/geventloop__unix_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gexception_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gexception_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gexception_8h.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gexception_8h_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gexecutable_8cpp.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gexecutable_8cpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/doxygen/gexecutable_8h.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Jul 23 17:55:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBA959A9D78; Thu, 23 Jul 2015 17:55:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B22CE1504; Thu, 23 Jul 2015 17:55:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NHtor0077362; Thu, 23 Jul 2015 17:55:50 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NHtnhh077359; Thu, 23 Jul 2015 17:55:49 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507231755.t6NHtnhh077359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 23 Jul 2015 17:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392742 - branches/2015Q3/dns/libidn 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.20 Precedence: 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, 23 Jul 2015 17:55:51 -0000 Author: feld Date: Thu Jul 23 17:55:48 2015 New Revision: 392742 URL: https://svnweb.freebsd.org/changeset/ports/392742 Log: MFH: r392735 Update to 1.31 Add USES=gmake to build on all supported FreeBSD releases PR: 201780 Security: CVE-2015-2059 Security: 4caf01e2-30e6-11e5-a4a5-002590263bf5 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/dns/libidn/Makefile branches/2015Q3/dns/libidn/distinfo branches/2015Q3/dns/libidn/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/dns/libidn/Makefile ============================================================================== --- branches/2015Q3/dns/libidn/Makefile Thu Jul 23 16:40:43 2015 (r392741) +++ branches/2015Q3/dns/libidn/Makefile Thu Jul 23 17:55:48 2015 (r392742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libidn -PORTVERSION= 1.29 +PORTVERSION= 1.31 CATEGORIES= dns MASTER_SITES= GNU @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= iconv libtool makeinfo pathfix perl5 pkgconfig +USES= gmake iconv libtool makeinfo pathfix perl5 pkgconfig USE_LDCONFIG= yes USE_PERL5= build Modified: branches/2015Q3/dns/libidn/distinfo ============================================================================== --- branches/2015Q3/dns/libidn/distinfo Thu Jul 23 16:40:43 2015 (r392741) +++ branches/2015Q3/dns/libidn/distinfo Thu Jul 23 17:55:48 2015 (r392742) @@ -1,2 +1,2 @@ -SHA256 (libidn-1.29.tar.gz) = fb82747dbbf9b36f703ed27293317d818d7e851d4f5773dedf3efa4db32a7c7c -SIZE (libidn-1.29.tar.gz) = 3474087 +SHA256 (libidn-1.31.tar.gz) = afdf2fce91faea483ce24e26b5e3a9235e332029c9265d07214fd1cfaa08df08 +SIZE (libidn-1.31.tar.gz) = 3481725 Modified: branches/2015Q3/dns/libidn/pkg-plist ============================================================================== --- branches/2015Q3/dns/libidn/pkg-plist Thu Jul 23 16:40:43 2015 (r392741) +++ branches/2015Q3/dns/libidn/pkg-plist Thu Jul 23 17:55:48 2015 (r392742) @@ -10,7 +10,7 @@ info/libidn-components.png lib/libidn.a lib/libidn.so lib/libidn.so.11 -lib/libidn.so.11.6.12 +lib/libidn.so.11.6.14 libdata/pkgconfig/libidn.pc share/emacs/site-lisp/idna.el share/emacs/site-lisp/punycode.el @@ -21,6 +21,7 @@ share/emacs/site-lisp/punycode.el %%NLS%%share/locale/fi/LC_MESSAGES/libidn.mo %%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo %%NLS%%share/locale/hr/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/hu/LC_MESSAGES/libidn.mo %%NLS%%share/locale/id/LC_MESSAGES/libidn.mo %%NLS%%share/locale/it/LC_MESSAGES/libidn.mo %%NLS%%share/locale/ja/LC_MESSAGES/libidn.mo From owner-svn-ports-all@freebsd.org Thu Jul 23 17:56:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCC3F9A9DB0; Thu, 23 Jul 2015 17:56:28 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD5981649; Thu, 23 Jul 2015 17:56:28 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NHuSeP077523; Thu, 23 Jul 2015 17:56:28 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NHuSIZ077521; Thu, 23 Jul 2015 17:56:28 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507231756.t6NHuSIZ077521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 23 Jul 2015 17:56:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392743 - in head: . textproc textproc/py-asciinema X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 17:56:28 -0000 Author: rene Date: Thu Jul 23 17:56:27 2015 New Revision: 392743 URL: https://svnweb.freebsd.org/changeset/ports/392743 Log: Remove expired port: 2015-07-23 textproc/py-asciinema: use textproc/asciinema instead Deleted: head/textproc/py-asciinema/ Modified: head/MOVED head/textproc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Jul 23 17:55:48 2015 (r392742) +++ head/MOVED Thu Jul 23 17:56:27 2015 (r392743) @@ -7720,3 +7720,4 @@ graphics/kuickshow-kde4||2015-07-21|Has graphics/sng||2015-07-21|Has expired: Broken for more than 6 months japanese/netype||2015-07-21|Has expired: Broken for more than 6 months databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed +textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Jul 23 17:55:48 2015 (r392742) +++ head/textproc/Makefile Thu Jul 23 17:56:27 2015 (r392743) @@ -1175,7 +1175,6 @@ SUBDIR += py-Tempita SUBDIR += py-acora SUBDIR += py-alabaster - SUBDIR += py-asciinema SUBDIR += py-asv SUBDIR += py-bugzillatools SUBDIR += py-chardet From owner-svn-ports-all@freebsd.org Thu Jul 23 18:24:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 893F69A92BD; Thu, 23 Jul 2015 18:24:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7990B1897; Thu, 23 Jul 2015 18:24:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NIODOX089631; Thu, 23 Jul 2015 18:24:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NIODBc089630; Thu, 23 Jul 2015 18:24:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507231824.t6NIODBc089630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 23 Jul 2015 18:24:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392744 - 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.20 Precedence: 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, 23 Jul 2015 18:24:13 -0000 Author: feld Date: Thu Jul 23 18:24:12 2015 New Revision: 392744 URL: https://svnweb.freebsd.org/changeset/ports/392744 Log: Document wordpress XSS Changes: https://codex.wordpress.org/Version_4.2.3 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 23 17:56:27 2015 (r392743) +++ head/security/vuxml/vuln.xml Thu Jul 23 18:24:12 2015 (r392744) @@ -58,6 +58,40 @@ Notes: --> + + wordpress -- XSS vulnerability + + + wordpress + de-wordpress + ja-wordpress + ru-wordpress + zh-wordpress-zh_CH + zh-wordpress-zh_TW + 4.2.3 + + + + +

Gary Pendergast reports:

+
+

WordPress versions 4.2.2 and earlier are affected by a + cross-site scripting vulnerability, which could allow users with the + Contributor or Author role to compromise a site. This was reported by + Jon Cave and fixed by Robert Chapin, both of the WordPress security + team.

+
+ +
+ + https://wordpress.org/news/2015/07/wordpress-4-2-3/ + + + 2015-07-23 + 2015-07-23 + +
+ libidn -- out-of-bounds read issue with invalid UTF-8 input From owner-svn-ports-all@freebsd.org Thu Jul 23 18:30:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3EEA9A931D; Thu, 23 Jul 2015 18:30:43 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C766F1A39; Thu, 23 Jul 2015 18:30:43 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NIUh4d091692; Thu, 23 Jul 2015 18:30:43 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NIUgFE091689; Thu, 23 Jul 2015 18:30:42 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201507231830.t6NIUgFE091689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 23 Jul 2015 18:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392745 - in head/security/snort: . 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.20 Precedence: 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, 23 Jul 2015 18:30:44 -0000 Author: zi Date: Thu Jul 23 18:30:41 2015 New Revision: 392745 URL: https://svnweb.freebsd.org/changeset/ports/392745 Log: - Update to 2.9.7.5 Added: head/security/snort/files/patch-configure (contents, props changed) Modified: head/security/snort/Makefile head/security/snort/distinfo Modified: head/security/snort/Makefile ============================================================================== --- head/security/snort/Makefile Thu Jul 23 18:24:12 2015 (r392744) +++ head/security/snort/Makefile Thu Jul 23 18:30:41 2015 (r392745) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= snort -PORTVERSION= 2.9.7.3 +PORTVERSION= 2.9.7.5 CATEGORIES= security -MASTER_SITES= SF/snort/snort \ - https://snort.org/downloads/snort/ \ +MASTER_SITES= https://snort.org/downloads/snort/ \ http://mirrors.rit.edu/zi/ PATCH_DIST_STRIP= -p1 @@ -72,7 +71,7 @@ APPID_CONFIGURE_ENV+= luajit_CFLAGS="-I$ USE_RC_SUBR= snort SUB_FILES= pkg-message -USES= cpe pathfix libtool +USES= cpe libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes @@ -108,9 +107,6 @@ CONFIGURE_ARGS+=--enable-reload \ --with-dnet-libraries=${LIBNET_LIBDIR} post-patch: -#@${FIND} ${WRKSRC} \( -name 'Makefile.in' -o -name snort.conf \) -print0 | \ -#${XARGS} -0 ${REINPLACE_CMD} -e 's|lib/snort_|lib/snort/|g' - @${REINPLACE_CMD} "s,/etc/snort.conf,${ETCDIR}/snort.conf," \ ${WRKSRC}/src/snort.c ${WRKSRC}/snort.8 Modified: head/security/snort/distinfo ============================================================================== --- head/security/snort/distinfo Thu Jul 23 18:24:12 2015 (r392744) +++ head/security/snort/distinfo Thu Jul 23 18:30:41 2015 (r392745) @@ -1,2 +1,2 @@ -SHA256 (snort-2.9.7.3.tar.gz) = 8cc3613b888fc54947a2beec773c76d9a20368f2659b31d45a9f0b11e66cc229 -SIZE (snort-2.9.7.3.tar.gz) = 6300073 +SHA256 (snort-2.9.7.5.tar.gz) = ad03f11b5301b16642199a86aa90388eaa53f5003f83b0c5595745a490047be1 +SIZE (snort-2.9.7.5.tar.gz) = 6312847 Added: head/security/snort/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/snort/files/patch-configure Thu Jul 23 18:30:41 2015 (r392745) @@ -0,0 +1,11 @@ +--- configure.orig 2015-07-23 18:22:50 UTC ++++ configure +@@ -12,6 +12,8 @@ + ## M4sh Initialization. ## + ## -------------------- ## + ++HOME=/dev/null ++ + # Be more Bourne compatible + DUALCASE=1; export DUALCASE # for MKS sh + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : From owner-svn-ports-all@freebsd.org Thu Jul 23 18:59:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41E949A98D8; Thu, 23 Jul 2015 18:59:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14732165E; Thu, 23 Jul 2015 18:59:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NIxJhX002712; Thu, 23 Jul 2015 18:59:19 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NIxJU6002707; Thu, 23 Jul 2015 18:59:19 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507231859.t6NIxJU6002707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 23 Jul 2015 18:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392746 - in head/devel/dbus: . 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.20 Precedence: 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, 23 Jul 2015 18:59:20 -0000 Author: kwm Date: Thu Jul 23 18:59:18 2015 New Revision: 392746 URL: https://svnweb.freebsd.org/changeset/ports/392746 Log: Update dbus to 1.8.20. Remove two patches, and do what upstream intended it to be. Deleted: head/devel/dbus/files/patch-dbus-1.pc.in head/devel/dbus/files/patch-dbus_Makefile.in Modified: head/devel/dbus/Makefile head/devel/dbus/distinfo head/devel/dbus/pkg-plist Modified: head/devel/dbus/Makefile ============================================================================== --- head/devel/dbus/Makefile Thu Jul 23 18:30:41 2015 (r392745) +++ head/devel/dbus/Makefile Thu Jul 23 18:59:18 2015 (r392746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dbus -PORTVERSION= 1.8.16 +PORTVERSION= 1.8.20 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ Modified: head/devel/dbus/distinfo ============================================================================== --- head/devel/dbus/distinfo Thu Jul 23 18:30:41 2015 (r392745) +++ head/devel/dbus/distinfo Thu Jul 23 18:59:18 2015 (r392746) @@ -1,2 +1,2 @@ -SHA256 (dbus-1.8.16.tar.gz) = 7f795268efd343ff0498786acb35097564390d40b1b6158daf1b4f742b522b07 -SIZE (dbus-1.8.16.tar.gz) = 1866436 +SHA256 (dbus-1.8.20.tar.gz) = 5c4fbf4c64621c96e871da91d2b729a5b00536e116d3c4612a469d924b1b703a +SIZE (dbus-1.8.20.tar.gz) = 1871722 Modified: head/devel/dbus/pkg-plist ============================================================================== --- head/devel/dbus/pkg-plist Thu Jul 23 18:30:41 2015 (r392745) +++ head/devel/dbus/pkg-plist Thu Jul 23 18:59:18 2015 (r392746) @@ -24,11 +24,11 @@ include/dbus-%%VERSION%%/dbus/dbus-synta include/dbus-%%VERSION%%/dbus/dbus-threads.h include/dbus-%%VERSION%%/dbus/dbus-types.h include/dbus-%%VERSION%%/dbus/dbus.h -include/dbus-%%VERSION%%/include/dbus/dbus-arch-deps.h +lib/dbus-%%VERSION%%/include/dbus/dbus-arch-deps.h lib/libdbus-1.a lib/libdbus-1.so lib/libdbus-1.so.3 -lib/libdbus-1.so.3.8.11 +lib/libdbus-1.so.3.8.13 libdata/pkgconfig/dbus-1.pc @(,%%GROUPS%%,4750) libexec/dbus-daemon-launch-helper %%MANPAGES%%man/man1/dbus-cleanup-sockets.1.gz From owner-svn-ports-all@freebsd.org Thu Jul 23 19:02:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EB899A99F5; Thu, 23 Jul 2015 19:02:19 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8B5A1ADE; Thu, 23 Jul 2015 19:02:18 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NJ2IQ1006548; Thu, 23 Jul 2015 19:02:18 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NJ2H1B006545; Thu, 23 Jul 2015 19:02:17 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507231902.t6NJ2H1B006545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 23 Jul 2015 19:02:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392747 - head/devel/git-modes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 19:02:19 -0000 Author: robak Date: Thu Jul 23 19:02:17 2015 New Revision: 392747 URL: https://svnweb.freebsd.org/changeset/ports/392747 Log: devel/git-modes: update 20150317 -> 1.2.0 - Set PORTEPOCH due to numbering change - Drop GH_TAGNAME - Add LICENSE_FILE PR: 201668 Submitted by: Yasuhiro Kimura (maintainer) Modified: head/devel/git-modes/Makefile head/devel/git-modes/distinfo head/devel/git-modes/pkg-plist Modified: head/devel/git-modes/Makefile ============================================================================== --- head/devel/git-modes/Makefile Thu Jul 23 18:59:18 2015 (r392746) +++ head/devel/git-modes/Makefile Thu Jul 23 19:02:17 2015 (r392747) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= git-modes -PORTVERSION= 20150317 -PORTREVISION= 1 +PORTVERSION= 1.2.0 +PORTEPOCH= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -11,14 +11,14 @@ MAINTAINER= yasu@utahime.org COMMENT= GNU Emacs modes for Git-related files LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= magit -GH_TAGNAME= b77c865 USES= gmake USE_EMACS= yes -PORTDOCS= CONTRIBUTING.md README.md +PORTDOCS= README.md ALL_TARGET= lisp @@ -33,6 +33,6 @@ GIT_SUBVERSION_RUN_DEPENDS_OFF= git>0:${ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${ELISPDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.el ${WRKSRC}/*.elc ${STAGEDIR}${PREFIX}/${ELISPDIR} - ${INSTALL_MAN} ${WRKSRC}/CONTRIBUTING.md ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/git-modes/distinfo ============================================================================== --- head/devel/git-modes/distinfo Thu Jul 23 18:59:18 2015 (r392746) +++ head/devel/git-modes/distinfo Thu Jul 23 19:02:17 2015 (r392747) @@ -1,2 +1,2 @@ -SHA256 (magit-git-modes-20150317-b77c865_GH0.tar.gz) = bb5ceabad369b14f0f5071c478e02f7a105cba76c57469052d1467871460c55c -SIZE (magit-git-modes-20150317-b77c865_GH0.tar.gz) = 28883 +SHA256 (magit-git-modes-1.2.0_GH0.tar.gz) = 13e2584013e6aab940b8531e4eda4a4ef4da2efe4eee4a87277109b9663cbb25 +SIZE (magit-git-modes-1.2.0_GH0.tar.gz) = 17332 Modified: head/devel/git-modes/pkg-plist ============================================================================== --- head/devel/git-modes/pkg-plist Thu Jul 23 18:59:18 2015 (r392746) +++ head/devel/git-modes/pkg-plist Thu Jul 23 19:02:17 2015 (r392747) @@ -1,7 +1,3 @@ -%%ELISPDIR%%/git-commit-mode.el -%%ELISPDIR%%/git-commit-mode.elc -%%ELISPDIR%%/git-rebase-mode.el -%%ELISPDIR%%/git-rebase-mode.elc %%ELISPDIR%%/gitattributes-mode.el %%ELISPDIR%%/gitattributes-mode.elc %%ELISPDIR%%/gitconfig-mode.el From owner-svn-ports-all@freebsd.org Thu Jul 23 19:03:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F2C59A9A36; Thu, 23 Jul 2015 19:03:57 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04DF71C2C; Thu, 23 Jul 2015 19:03:57 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NJ3u7j006786; Thu, 23 Jul 2015 19:03:56 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NJ3tJs006782; Thu, 23 Jul 2015 19:03:55 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507231903.t6NJ3tJs006782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 23 Jul 2015 19:03:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392748 - in head/devel: py-dbus py3-dbus pydbus-common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 19:03:57 -0000 Author: kwm Date: Thu Jul 23 19:03:54 2015 New Revision: 392748 URL: https://svnweb.freebsd.org/changeset/ports/392748 Log: Update dbus python bindings to 1.2.0. Remove obsolete $MCom$ tags Modified: head/devel/py-dbus/Makefile head/devel/py3-dbus/Makefile head/devel/pydbus-common/Makefile head/devel/pydbus-common/distinfo Modified: head/devel/py-dbus/Makefile ============================================================================== --- head/devel/py-dbus/Makefile Thu Jul 23 19:02:17 2015 (r392747) +++ head/devel/py-dbus/Makefile Thu Jul 23 19:03:54 2015 (r392748) @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/devel/py-dbus/Makefile 19571 2014-04-25 18:12:46Z kwm $ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= Modified: head/devel/py3-dbus/Makefile ============================================================================== --- head/devel/py3-dbus/Makefile Thu Jul 23 19:02:17 2015 (r392747) +++ head/devel/py3-dbus/Makefile Thu Jul 23 19:03:54 2015 (r392748) @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/devel/py3-dbus/Makefile 19571 2014-04-25 18:12:46Z kwm $ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= Modified: head/devel/pydbus-common/Makefile ============================================================================== --- head/devel/pydbus-common/Makefile Thu Jul 23 19:02:17 2015 (r392747) +++ head/devel/pydbus-common/Makefile Thu Jul 23 19:03:54 2015 (r392748) @@ -1,10 +1,9 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ -# $MCom: ports/trunk/devel/pydbus-common/Makefile 19804 2014-08-13 14:55:11Z kwm $ PORTNAME= dbus -PORTVERSION= 1.1.1 -PORTREVISION?= 4 +PORTVERSION= 1.2.0 +PORTREVISION?= 0 CATEGORIES= devel gnome python MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ PKGNAMEPREFIX?= py Modified: head/devel/pydbus-common/distinfo ============================================================================== --- head/devel/pydbus-common/distinfo Thu Jul 23 19:02:17 2015 (r392747) +++ head/devel/pydbus-common/distinfo Thu Jul 23 19:03:54 2015 (r392748) @@ -1,2 +1,2 @@ -SHA256 (dbus-python-1.1.1.tar.gz) = 8917ca4fb8f4d693aee18d200cbad166b2c938dfb88c03bb4ab3d90a7c915e88 -SIZE (dbus-python-1.1.1.tar.gz) = 596476 +SHA256 (dbus-python-1.2.0.tar.gz) = e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df +SIZE (dbus-python-1.2.0.tar.gz) = 602426 From owner-svn-ports-all@freebsd.org Thu Jul 23 19:51:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 476D09A9354; Thu, 23 Jul 2015 19:51:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F9631245; Thu, 23 Jul 2015 19:51:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NJp5MR025132; Thu, 23 Jul 2015 19:51:05 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NJp50g025131; Thu, 23 Jul 2015 19:51:05 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507231951.t6NJp50g025131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 23 Jul 2015 19:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392749 - head/www/chromium/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.20 Precedence: 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, 23 Jul 2015 19:51:05 -0000 Author: rene Date: Thu Jul 23 19:51:04 2015 New Revision: 392749 URL: https://svnweb.freebsd.org/changeset/ports/392749 Log: Fix passing arguments containing spaces to the wrapper shell script. PR: 195816 Submitted by: yuri@rawbw.com MFH: 2015Q3 Modified: head/www/chromium/files/chrome.in Modified: head/www/chromium/files/chrome.in ============================================================================== --- head/www/chromium/files/chrome.in Thu Jul 23 19:03:54 2015 (r392748) +++ head/www/chromium/files/chrome.in Thu Jul 23 19:51:04 2015 (r392749) @@ -15,4 +15,4 @@ $SYSCTL=1 EOMSG exit 1 fi -%%PREFIX%%/share/chromium/chrome $* +%%PREFIX%%/share/chromium/chrome "$@" From owner-svn-ports-all@freebsd.org Thu Jul 23 20:03:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B04D59A97BC; Thu, 23 Jul 2015 20:03:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0FFA16D5; Thu, 23 Jul 2015 20:03:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NK3XKw033754; Thu, 23 Jul 2015 20:03:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NK3Xv7033753; Thu, 23 Jul 2015 20:03:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507232003.t6NK3Xv7033753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 23 Jul 2015 20:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392750 - head/audio/audiere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 20:03:33 -0000 Author: amdmi3 Date: Thu Jul 23 20:03:32 2015 New Revision: 392750 URL: https://svnweb.freebsd.org/changeset/ports/392750 Log: - Add LICENSE Modified: head/audio/audiere/Makefile Modified: head/audio/audiere/Makefile ============================================================================== --- head/audio/audiere/Makefile Thu Jul 23 19:51:04 2015 (r392749) +++ head/audio/audiere/Makefile Thu Jul 23 20:03:32 2015 (r392750) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= High-level audio API +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/doc/license.txt + GNU_CONFIGURE= yes USES= autoreconf gmake libtool WANT_WX= yes From owner-svn-ports-all@freebsd.org Thu Jul 23 20:15:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84C4A9A9924; Thu, 23 Jul 2015 20:15:27 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67A4A1C51; Thu, 23 Jul 2015 20:15:27 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NKFR8s038615; Thu, 23 Jul 2015 20:15:27 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NKFPuW038607; Thu, 23 Jul 2015 20:15:25 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201507232015.t6NKFPuW038607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Thu, 23 Jul 2015 20:15:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392751 - head/devel/p4api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 20:15:27 -0000 Author: gordon Date: Thu Jul 23 20:15:24 2015 New Revision: 392751 URL: https://svnweb.freebsd.org/changeset/ports/392751 Log: Unbreak devel/p4api and update to 2015.1/1126382 Approved by: mat (mentor, earlier version) MFH: 2015Q3 Differential Revision: https://reviews.freebsd.org/D3090 Modified: head/devel/p4api/Makefile head/devel/p4api/distinfo.freebsd100x86 head/devel/p4api/distinfo.freebsd100x86_64 head/devel/p4api/distinfo.freebsd70x86 head/devel/p4api/distinfo.freebsd70x86_64 head/devel/p4api/pkg-plist Modified: head/devel/p4api/Makefile ============================================================================== --- head/devel/p4api/Makefile Thu Jul 23 20:03:32 2015 (r392750) +++ head/devel/p4api/Makefile Thu Jul 23 20:15:24 2015 (r392751) @@ -1,29 +1,20 @@ # $FreeBSD$ PORTNAME= p4api -PORTVERSION= 2014.2.978861 +PORTVERSION= 2015.1.1126382 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf EXTRACT_SUFX= DISTFILES= ${TAR_FILES}:tar p4api.pdf:pdf -DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} EXTRACT_ONLY= ${TAR_FILES} MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce API (static libraries and header files) -BROKEN= checksum mismatch - -ONLY_FOR_ARCHS= amd64 i386 - RESTRICTED= Restricted distribution NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} OPTIONS_DEFINE= DOCS EXAMPLES @@ -35,21 +26,12 @@ TAR_FILES= p4api.tgz do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/perforce + cd ${WRKSRC}/include/p4 && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/perforce ${MKDIR} ${STAGEDIR}${PREFIX}/lib/perforce - cd ${WRKSRC}/include/p4; \ - for i in *.h; \ - do ${INSTALL_DATA} $${i} ${STAGEDIR}${PREFIX}/include/perforce; \ - done - cd ${WRKSRC}/lib; \ - for i in lib*.a; \ - do ${INSTALL_DATA} $${i} ${STAGEDIR}${PREFIX}/lib/perforce; \ - done + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/perforce ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/p4api.pdf ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/sample; \ - for i in *; \ - do ${INSTALL_DATA} $${i} ${STAGEDIR}${EXAMPLESDIR}; \ - done + cd ${WRKSRC}/sample && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/devel/p4api/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4api/distinfo.freebsd100x86 Thu Jul 23 20:03:32 2015 (r392750) +++ head/devel/p4api/distinfo.freebsd100x86 Thu Jul 23 20:15:24 2015 (r392751) @@ -1,4 +1,4 @@ -SHA256 (perforce/2014.2.978861/bin.freebsd100x86/p4api.tgz) = f8a8be20dbf2816d9f0f066b99b123ffba52be7ba9a160cace5a8214b82f311c -SIZE (perforce/2014.2.978861/bin.freebsd100x86/p4api.tgz) = 1354203 -SHA256 (perforce/2014.2.978861/bin.freebsd100x86/p4api.pdf) = 916c1cad730aed184ce5bd836a023b9c070fb09ade0bc1f420b774bce1b364c7 -SIZE (perforce/2014.2.978861/bin.freebsd100x86/p4api.pdf) = 1583688 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4api.tgz) = 55273d0114caef8c44ba719199b523e7b88953727d815b29fecbe9f9bd7290eb +SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4api.tgz) = 1432888 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4api.pdf) = 1623596 Modified: head/devel/p4api/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4api/distinfo.freebsd100x86_64 Thu Jul 23 20:03:32 2015 (r392750) +++ head/devel/p4api/distinfo.freebsd100x86_64 Thu Jul 23 20:15:24 2015 (r392751) @@ -1,4 +1,4 @@ -SHA256 (perforce/2014.2.978861/bin.freebsd100x86_64/p4api.tgz) = 13bf3660e74bff958ebadbb358595202471be122c1f71dcdead2b501b406256c -SIZE (perforce/2014.2.978861/bin.freebsd100x86_64/p4api.tgz) = 1387999 -SHA256 (perforce/2014.2.978861/bin.freebsd100x86_64/p4api.pdf) = 916c1cad730aed184ce5bd836a023b9c070fb09ade0bc1f420b774bce1b364c7 -SIZE (perforce/2014.2.978861/bin.freebsd100x86_64/p4api.pdf) = 1583688 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.tgz) = 359708ab1aa8310eb4fb13ca2bdce5b5ac687c16090891b6c3ca2ef3b6d5ea5b +SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.tgz) = 1468585 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.pdf) = 1623596 Modified: head/devel/p4api/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4api/distinfo.freebsd70x86 Thu Jul 23 20:03:32 2015 (r392750) +++ head/devel/p4api/distinfo.freebsd70x86 Thu Jul 23 20:15:24 2015 (r392751) @@ -1,4 +1,4 @@ -SHA256 (perforce/2014.2.978861/bin.freebsd70x86/p4api.tgz) = c0d9261bef27c4b070266765d027aef1e1a732102871652ffb0cc876c8ccf713 -SIZE (perforce/2014.2.978861/bin.freebsd70x86/p4api.tgz) = 1371008 -SHA256 (perforce/2014.2.978861/bin.freebsd70x86/p4api.pdf) = 916c1cad730aed184ce5bd836a023b9c070fb09ade0bc1f420b774bce1b364c7 -SIZE (perforce/2014.2.978861/bin.freebsd70x86/p4api.pdf) = 1583688 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4api.tgz) = f0d3289467083d139ffbc24af26a7e5224ca532479926ca1ec206c5e0cdf6bbb +SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4api.tgz) = 1446584 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4api.pdf) = 1623596 Modified: head/devel/p4api/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4api/distinfo.freebsd70x86_64 Thu Jul 23 20:03:32 2015 (r392750) +++ head/devel/p4api/distinfo.freebsd70x86_64 Thu Jul 23 20:15:24 2015 (r392751) @@ -1,4 +1,4 @@ -SHA256 (perforce/2014.2.978861/bin.freebsd70x86_64/p4api.tgz) = 73ed2051b157af76c80cd3f89b1b4f561ddba7ea5d3bdf90fb1e89d86a1d79a0 -SIZE (perforce/2014.2.978861/bin.freebsd70x86_64/p4api.tgz) = 1390801 -SHA256 (perforce/2014.2.978861/bin.freebsd70x86_64/p4api.pdf) = 916c1cad730aed184ce5bd836a023b9c070fb09ade0bc1f420b774bce1b364c7 -SIZE (perforce/2014.2.978861/bin.freebsd70x86_64/p4api.pdf) = 1583688 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.tgz) = 9ecc33449e024b5f98a36621923c17fb6967fc32eb1e6dd67ea774d1e4475fc3 +SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.tgz) = 1466900 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.pdf) = 1623596 Modified: head/devel/p4api/pkg-plist ============================================================================== --- head/devel/p4api/pkg-plist Thu Jul 23 20:03:32 2015 (r392750) +++ head/devel/p4api/pkg-plist Thu Jul 23 20:15:24 2015 (r392751) @@ -25,7 +25,12 @@ include/perforce/macfile.h include/perforce/mapapi.h include/perforce/md5.h include/perforce/msgclient.h +include/perforce/msgdb.h +include/perforce/msgdm.h +include/perforce/msgos.h +include/perforce/msgrpc.h include/perforce/msgserver.h +include/perforce/msgsupp.h include/perforce/netbuffer.h include/perforce/netconnect.h include/perforce/netportparser.h @@ -45,6 +50,7 @@ include/perforce/strops.h include/perforce/strtable.h include/perforce/strxml.h include/perforce/threading.h +include/perforce/ticket.h include/perforce/validate.h include/perforce/vararray.h include/perforce/web822.h From owner-svn-ports-all@freebsd.org Thu Jul 23 20:34:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ED8E9A9C5F; Thu, 23 Jul 2015 20:34:36 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7372814AD; Thu, 23 Jul 2015 20:34:36 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NKYaQm047978; Thu, 23 Jul 2015 20:34:36 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NKYYjs047971; Thu, 23 Jul 2015 20:34:34 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201507232034.t6NKYYjs047971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Thu, 23 Jul 2015 20:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392752 - branches/2015Q3/devel/p4api 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.20 Precedence: 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, 23 Jul 2015 20:34:36 -0000 Author: gordon Date: Thu Jul 23 20:34:33 2015 New Revision: 392752 URL: https://svnweb.freebsd.org/changeset/ports/392752 Log: MFH: r392751 Unbreak devel/p4api and update to 2015.1/1126382 Approved by: mat (mentor, earlier version) Approved by: portmgr (erwin) Differential Revision: https://reviews.freebsd.org/D3090 Modified: branches/2015Q3/devel/p4api/Makefile branches/2015Q3/devel/p4api/distinfo.freebsd100x86 branches/2015Q3/devel/p4api/distinfo.freebsd100x86_64 branches/2015Q3/devel/p4api/distinfo.freebsd70x86 branches/2015Q3/devel/p4api/distinfo.freebsd70x86_64 branches/2015Q3/devel/p4api/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/p4api/Makefile ============================================================================== --- branches/2015Q3/devel/p4api/Makefile Thu Jul 23 20:15:24 2015 (r392751) +++ branches/2015Q3/devel/p4api/Makefile Thu Jul 23 20:34:33 2015 (r392752) @@ -1,29 +1,20 @@ # $FreeBSD$ PORTNAME= p4api -PORTVERSION= 2014.2.978861 +PORTVERSION= 2015.1.1126382 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf EXTRACT_SUFX= DISTFILES= ${TAR_FILES}:tar p4api.pdf:pdf -DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} EXTRACT_ONLY= ${TAR_FILES} MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce API (static libraries and header files) -BROKEN= checksum mismatch - -ONLY_FOR_ARCHS= amd64 i386 - RESTRICTED= Restricted distribution NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} OPTIONS_DEFINE= DOCS EXAMPLES @@ -35,21 +26,12 @@ TAR_FILES= p4api.tgz do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/perforce + cd ${WRKSRC}/include/p4 && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/perforce ${MKDIR} ${STAGEDIR}${PREFIX}/lib/perforce - cd ${WRKSRC}/include/p4; \ - for i in *.h; \ - do ${INSTALL_DATA} $${i} ${STAGEDIR}${PREFIX}/include/perforce; \ - done - cd ${WRKSRC}/lib; \ - for i in lib*.a; \ - do ${INSTALL_DATA} $${i} ${STAGEDIR}${PREFIX}/lib/perforce; \ - done + cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/perforce ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/p4api.pdf ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/sample; \ - for i in *; \ - do ${INSTALL_DATA} $${i} ${STAGEDIR}${EXAMPLESDIR}; \ - done + cd ${WRKSRC}/sample && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Modified: branches/2015Q3/devel/p4api/distinfo.freebsd100x86 ============================================================================== --- branches/2015Q3/devel/p4api/distinfo.freebsd100x86 Thu Jul 23 20:15:24 2015 (r392751) +++ branches/2015Q3/devel/p4api/distinfo.freebsd100x86 Thu Jul 23 20:34:33 2015 (r392752) @@ -1,4 +1,4 @@ -SHA256 (perforce/2014.2.978861/bin.freebsd100x86/p4api.tgz) = f8a8be20dbf2816d9f0f066b99b123ffba52be7ba9a160cace5a8214b82f311c -SIZE (perforce/2014.2.978861/bin.freebsd100x86/p4api.tgz) = 1354203 -SHA256 (perforce/2014.2.978861/bin.freebsd100x86/p4api.pdf) = 916c1cad730aed184ce5bd836a023b9c070fb09ade0bc1f420b774bce1b364c7 -SIZE (perforce/2014.2.978861/bin.freebsd100x86/p4api.pdf) = 1583688 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4api.tgz) = 55273d0114caef8c44ba719199b523e7b88953727d815b29fecbe9f9bd7290eb +SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4api.tgz) = 1432888 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4api.pdf) = 1623596 Modified: branches/2015Q3/devel/p4api/distinfo.freebsd100x86_64 ============================================================================== --- branches/2015Q3/devel/p4api/distinfo.freebsd100x86_64 Thu Jul 23 20:15:24 2015 (r392751) +++ branches/2015Q3/devel/p4api/distinfo.freebsd100x86_64 Thu Jul 23 20:34:33 2015 (r392752) @@ -1,4 +1,4 @@ -SHA256 (perforce/2014.2.978861/bin.freebsd100x86_64/p4api.tgz) = 13bf3660e74bff958ebadbb358595202471be122c1f71dcdead2b501b406256c -SIZE (perforce/2014.2.978861/bin.freebsd100x86_64/p4api.tgz) = 1387999 -SHA256 (perforce/2014.2.978861/bin.freebsd100x86_64/p4api.pdf) = 916c1cad730aed184ce5bd836a023b9c070fb09ade0bc1f420b774bce1b364c7 -SIZE (perforce/2014.2.978861/bin.freebsd100x86_64/p4api.pdf) = 1583688 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.tgz) = 359708ab1aa8310eb4fb13ca2bdce5b5ac687c16090891b6c3ca2ef3b6d5ea5b +SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.tgz) = 1468585 +SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.pdf) = 1623596 Modified: branches/2015Q3/devel/p4api/distinfo.freebsd70x86 ============================================================================== --- branches/2015Q3/devel/p4api/distinfo.freebsd70x86 Thu Jul 23 20:15:24 2015 (r392751) +++ branches/2015Q3/devel/p4api/distinfo.freebsd70x86 Thu Jul 23 20:34:33 2015 (r392752) @@ -1,4 +1,4 @@ -SHA256 (perforce/2014.2.978861/bin.freebsd70x86/p4api.tgz) = c0d9261bef27c4b070266765d027aef1e1a732102871652ffb0cc876c8ccf713 -SIZE (perforce/2014.2.978861/bin.freebsd70x86/p4api.tgz) = 1371008 -SHA256 (perforce/2014.2.978861/bin.freebsd70x86/p4api.pdf) = 916c1cad730aed184ce5bd836a023b9c070fb09ade0bc1f420b774bce1b364c7 -SIZE (perforce/2014.2.978861/bin.freebsd70x86/p4api.pdf) = 1583688 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4api.tgz) = f0d3289467083d139ffbc24af26a7e5224ca532479926ca1ec206c5e0cdf6bbb +SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4api.tgz) = 1446584 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4api.pdf) = 1623596 Modified: branches/2015Q3/devel/p4api/distinfo.freebsd70x86_64 ============================================================================== --- branches/2015Q3/devel/p4api/distinfo.freebsd70x86_64 Thu Jul 23 20:15:24 2015 (r392751) +++ branches/2015Q3/devel/p4api/distinfo.freebsd70x86_64 Thu Jul 23 20:34:33 2015 (r392752) @@ -1,4 +1,4 @@ -SHA256 (perforce/2014.2.978861/bin.freebsd70x86_64/p4api.tgz) = 73ed2051b157af76c80cd3f89b1b4f561ddba7ea5d3bdf90fb1e89d86a1d79a0 -SIZE (perforce/2014.2.978861/bin.freebsd70x86_64/p4api.tgz) = 1390801 -SHA256 (perforce/2014.2.978861/bin.freebsd70x86_64/p4api.pdf) = 916c1cad730aed184ce5bd836a023b9c070fb09ade0bc1f420b774bce1b364c7 -SIZE (perforce/2014.2.978861/bin.freebsd70x86_64/p4api.pdf) = 1583688 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.tgz) = 9ecc33449e024b5f98a36621923c17fb6967fc32eb1e6dd67ea774d1e4475fc3 +SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.tgz) = 1466900 +SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd +SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.pdf) = 1623596 Modified: branches/2015Q3/devel/p4api/pkg-plist ============================================================================== --- branches/2015Q3/devel/p4api/pkg-plist Thu Jul 23 20:15:24 2015 (r392751) +++ branches/2015Q3/devel/p4api/pkg-plist Thu Jul 23 20:34:33 2015 (r392752) @@ -25,7 +25,12 @@ include/perforce/macfile.h include/perforce/mapapi.h include/perforce/md5.h include/perforce/msgclient.h +include/perforce/msgdb.h +include/perforce/msgdm.h +include/perforce/msgos.h +include/perforce/msgrpc.h include/perforce/msgserver.h +include/perforce/msgsupp.h include/perforce/netbuffer.h include/perforce/netconnect.h include/perforce/netportparser.h @@ -45,6 +50,7 @@ include/perforce/strops.h include/perforce/strtable.h include/perforce/strxml.h include/perforce/threading.h +include/perforce/ticket.h include/perforce/validate.h include/perforce/vararray.h include/perforce/web822.h From owner-svn-ports-all@freebsd.org Thu Jul 23 20:36:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA7029A9CE3; Thu, 23 Jul 2015 20:36:05 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE39315E4; Thu, 23 Jul 2015 20:36:05 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NKa5Ma048440; Thu, 23 Jul 2015 20:36:05 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NKa0xl048410; Thu, 23 Jul 2015 20:36:00 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201507232036.t6NKa0xl048410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Thu, 23 Jul 2015 20:36:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392753 - in head/devel: p4 p4d p4p X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 20:36:06 -0000 Author: gordon Date: Thu Jul 23 20:35:59 2015 New Revision: 392753 URL: https://svnweb.freebsd.org/changeset/ports/392753 Log: Update devel/p4* ports to 2015.1/1204891 Approved by: erwin (mentor) MFH: 2015Q3 Differential Revision: https://reviews.freebsd.org/D3177 Modified: head/devel/p4/Makefile head/devel/p4/distinfo.freebsd100x86 head/devel/p4/distinfo.freebsd100x86_64 head/devel/p4/distinfo.freebsd70x86 head/devel/p4/distinfo.freebsd70x86_64 head/devel/p4d/Makefile head/devel/p4d/distinfo.freebsd100x86 head/devel/p4d/distinfo.freebsd100x86_64 head/devel/p4d/distinfo.freebsd70x86 head/devel/p4d/distinfo.freebsd70x86_64 head/devel/p4p/Makefile head/devel/p4p/distinfo.freebsd100x86 head/devel/p4p/distinfo.freebsd100x86_64 head/devel/p4p/distinfo.freebsd70x86 head/devel/p4p/distinfo.freebsd70x86_64 Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4/Makefile Thu Jul 23 20:35:59 2015 (r392753) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2015.1.1126382 +PORTVERSION= 2015.1.1204891 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4/distinfo.freebsd100x86 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4) = 4ac2ca86a68a355a0920e28a7ed41db4b8a6d7f2e0390069625665cf009cfad9 -SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4) = 2562660 +SHA256 (perforce/2015.1.1204891/bin.freebsd100x86/p4) = 84f6d1b18ed20f1b7c2f7f0b23c4683823ae59479a7950f6d6dee15f343d8052 +SIZE (perforce/2015.1.1204891/bin.freebsd100x86/p4) = 2562676 Modified: head/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86_64 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4/distinfo.freebsd100x86_64 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4) = 77a102169d95b2f3f18039be0787a7373c71551358322a7ae35674f4991804c6 -SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4) = 2815472 +SHA256 (perforce/2015.1.1204891/bin.freebsd100x86_64/p4) = 591499e2a69b52c028d856ce4c1871333013ca4ccd324c7664fdf5d4a13309a1 +SIZE (perforce/2015.1.1204891/bin.freebsd100x86_64/p4) = 2815536 Modified: head/devel/p4/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4/distinfo.freebsd70x86 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4/distinfo.freebsd70x86 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4) = e0e5d3bd20246c03e7b3b9244701546b2e5dc9fa109bdc17dbf155b058ee95bc -SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4) = 2634304 +SHA256 (perforce/2015.1.1204891/bin.freebsd70x86/p4) = 8d6f6c979de4bb9b7f5cbce45dfb57115cf11a860282a860df78606c82a18464 +SIZE (perforce/2015.1.1204891/bin.freebsd70x86/p4) = 2634272 Modified: head/devel/p4/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4/distinfo.freebsd70x86_64 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4/distinfo.freebsd70x86_64 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4) = 648e9ebdd28fa5dfe5ffaa6d344385f49cc3e31641f10ba89a099d4aa199488e -SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4) = 2795160 +SHA256 (perforce/2015.1.1204891/bin.freebsd70x86_64/p4) = 720ea24181733a84652938d93e055220d608d92d38f99311f9ac5d9a2dc91e11 +SIZE (perforce/2015.1.1204891/bin.freebsd70x86_64/p4) = 2795384 Modified: head/devel/p4d/Makefile ============================================================================== --- head/devel/p4d/Makefile Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4d/Makefile Thu Jul 23 20:35:59 2015 (r392753) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2015.1.1171507 +PORTVERSION= 2015.1.1204891 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4d/distinfo.freebsd100x86 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1171507/bin.freebsd100x86/p4d) = 3dcf9efa82e44d4f10579c53095672ad90db040360ef83ee825a2325183379be -SIZE (perforce/2015.1.1171507/bin.freebsd100x86/p4d) = 5218084 +SHA256 (perforce/2015.1.1204891/bin.freebsd100x86/p4d) = 64352599d74fe55a0fe6e9aa3b0df242e0fce76ad2703da96cb15be85c6841a4 +SIZE (perforce/2015.1.1204891/bin.freebsd100x86/p4d) = 5222188 Modified: head/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86_64 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4d/distinfo.freebsd100x86_64 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1171507/bin.freebsd100x86_64/p4d) = 6282e55d869cb64398f1203624f58acdbfdedf04311bb960de52aed451f4c38b -SIZE (perforce/2015.1.1171507/bin.freebsd100x86_64/p4d) = 5368544 +SHA256 (perforce/2015.1.1204891/bin.freebsd100x86_64/p4d) = 666dfd4fb7eb07cc191d5a3f65d750354e0631b1fd0fce921fd72beea897887e +SIZE (perforce/2015.1.1204891/bin.freebsd100x86_64/p4d) = 5371744 Modified: head/devel/p4d/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4d/distinfo.freebsd70x86 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4d/distinfo.freebsd70x86 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1171507/bin.freebsd70x86/p4d) = a9b127101a540ead5192d9ee15eaf8ce5422671dafe36ad1dc2bd01ae217f77a -SIZE (perforce/2015.1.1171507/bin.freebsd70x86/p4d) = 5583296 +SHA256 (perforce/2015.1.1204891/bin.freebsd70x86/p4d) = d6841e58624b6b946066d898dab3386a7a3c4e82ac18fd11620bacbdede51158 +SIZE (perforce/2015.1.1204891/bin.freebsd70x86/p4d) = 5584896 Modified: head/devel/p4d/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4d/distinfo.freebsd70x86_64 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4d/distinfo.freebsd70x86_64 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1171507/bin.freebsd70x86_64/p4d) = f2b05148753813c4241441861ed1c89f22810afb476d780081fffef9752820e7 -SIZE (perforce/2015.1.1171507/bin.freebsd70x86_64/p4d) = 5758976 +SHA256 (perforce/2015.1.1204891/bin.freebsd70x86_64/p4d) = 0888fcffb1e6e537eb1820e7f3c7ad7adcab16b8baaabf6a572f3d7eccee86b1 +SIZE (perforce/2015.1.1204891/bin.freebsd70x86_64/p4d) = 5762272 Modified: head/devel/p4p/Makefile ============================================================================== --- head/devel/p4p/Makefile Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4p/Makefile Thu Jul 23 20:35:59 2015 (r392753) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4p -PORTVERSION= 2015.1.1126382 +PORTVERSION= 2015.1.1204891 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4p/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4p/distinfo.freebsd100x86 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4p/distinfo.freebsd100x86 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4p) = 4112a14b93630f3cf78f1e733e90c72f9560eaf1fbb8f240a8bf73dfe002dc4a -SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4p) = 2362740 +SHA256 (perforce/2015.1.1204891/bin.freebsd100x86/p4p) = 634fdfb2b2cd3d5b074ffff1cffe2a5707280a624590544faafcecc249a6d418 +SIZE (perforce/2015.1.1204891/bin.freebsd100x86/p4p) = 2362776 Modified: head/devel/p4p/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4p/distinfo.freebsd100x86_64 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4p/distinfo.freebsd100x86_64 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4p) = 8fb5f91d99d7ef965d2879cbc934ba3bbb2ea296f137f27f3b0a323588baf1c5 -SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4p) = 2627408 +SHA256 (perforce/2015.1.1204891/bin.freebsd100x86_64/p4p) = 7de3d40b46eb14a52bdd55926cb8284e0a8cecadb8cd6e04b5ee85dd3f812b7e +SIZE (perforce/2015.1.1204891/bin.freebsd100x86_64/p4p) = 2627456 Modified: head/devel/p4p/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4p/distinfo.freebsd70x86 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4p/distinfo.freebsd70x86 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4p) = b987a0bfeef99e28eaf12db66e0bb930c28180c1d69c8a05caf8c0964779a8f8 -SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4p) = 2404000 +SHA256 (perforce/2015.1.1204891/bin.freebsd70x86/p4p) = 97ab59f5849aa020d9511b1b0599eb7de73f3a69e5e2ec37cfbd28f0ced19018 +SIZE (perforce/2015.1.1204891/bin.freebsd70x86/p4p) = 2404096 Modified: head/devel/p4p/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4p/distinfo.freebsd70x86_64 Thu Jul 23 20:34:33 2015 (r392752) +++ head/devel/p4p/distinfo.freebsd70x86_64 Thu Jul 23 20:35:59 2015 (r392753) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4p) = 9609923de4f6c83e072c76448137e78e7721a50c03513b95bb2e8663ec26613f -SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4p) = 2601336 +SHA256 (perforce/2015.1.1204891/bin.freebsd70x86_64/p4p) = 277b992b3e6ee69a651c7d867fef8bb9da81e857282b2256a30eb497f9f0349b +SIZE (perforce/2015.1.1204891/bin.freebsd70x86_64/p4p) = 2601560 From owner-svn-ports-all@freebsd.org Thu Jul 23 21:58:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D6729A8D68; Thu, 23 Jul 2015 21:58:43 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5175C1166; Thu, 23 Jul 2015 21:58:43 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NLwhai083227; Thu, 23 Jul 2015 21:58:43 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NLwf3V083221; Thu, 23 Jul 2015 21:58:41 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201507232158.t6NLwf3V083221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 23 Jul 2015 21:58:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392754 - in head/devel: . qca-qt5 qca-qt5/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.20 Precedence: 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, 23 Jul 2015 21:58:43 -0000 Author: pawel Date: Thu Jul 23 21:58:40 2015 New Revision: 392754 URL: https://svnweb.freebsd.org/changeset/ports/392754 Log: Add Qt5 version of devel/qca Added: head/devel/qca-qt5/ - copied from r392158, head/devel/qca/ Deleted: head/devel/qca-qt5/files/patch-git_593de685 Modified: head/devel/Makefile head/devel/qca-qt5/Makefile head/devel/qca-qt5/files/patch-CMakeLists.txt head/devel/qca-qt5/pkg-plist Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 23 20:35:59 2015 (r392753) +++ head/devel/Makefile Thu Jul 23 21:58:40 2015 (r392754) @@ -4381,6 +4381,7 @@ SUBDIR += pythontidy SUBDIR += qbzr SUBDIR += qca + SUBDIR += qca-qt5 SUBDIR += qconf SUBDIR += qct SUBDIR += qdevelop Modified: head/devel/qca-qt5/Makefile ============================================================================== --- head/devel/qca/Makefile Wed Jul 15 15:38:18 2015 (r392158) +++ head/devel/qca-qt5/Makefile Thu Jul 23 21:58:40 2015 (r392754) @@ -3,24 +3,25 @@ PORTNAME= qca PORTVERSION= 2.1.0 -PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://delta.affinix.com/download/qca/2.0/ +PKGNAMESUFFIX= -qt5 -MAINTAINER= kde@FreeBSD.org -COMMENT= Cross-platform crypto API for Qt +MAINTAINER= pawel@FreeBSD.org +COMMENT= Cross-platform crypto API for Qt5 BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss USES= cmake:outsource -CMAKE_ARGS= -DBUILD_PLUGINS=none -DBUILD_TESTS=no -DQT4_BUILD=yes \ +CMAKE_ARGS= -DBUILD_PLUGINS=none -DBUILD_TESTS=no -DQT5_BUILD=yes \ -DPKGCONFIG_INSTALL_PREFIX=${PREFIX}/libdata/pkgconfig \ -DQCA_FEATURE_INSTALL_DIR=${QT_MKSPECDIR}/features \ - -DQCA_MAN_INSTALL_DIR=${MANPREFIX}/man + -DQCA_MAN_INSTALL_DIR=${MANPREFIX}/man \ + -DQCA_SUFFIX=qt5 CMAKE_ENV= QC_CERTSTORE_PATH=${LOCALBASE}/share/certs/ca-root-nss.crt USE_LDCONFIG= yes -USE_QT4= corelib moc_build qmake_build rcc_build +USE_QT5= buildtools_build core network qmake_build OPTIONS_DEFINE= GNUPG OPENSSL SASL OPTIONS_DEFAULT=GNUPG OPENSSL Modified: head/devel/qca-qt5/files/patch-CMakeLists.txt ============================================================================== --- head/devel/qca/files/patch-CMakeLists.txt Wed Jul 15 15:38:18 2015 (r392158) +++ head/devel/qca-qt5/files/patch-CMakeLists.txt Thu Jul 23 21:58:40 2015 (r392754) @@ -1,8 +1,16 @@ -Fix a few syntax errors such that the QC_CERTSTORE_PATH environment -variable is used correctly. - --- CMakeLists.txt.orig 2014-11-06 08:15:45 UTC +++ CMakeLists.txt +@@ -170,8 +170,8 @@ else( QCA_INSTALL_IN_QT_PREFIX ) + set(QCA_BINARY_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Directory where qca plugins will install") + set(QCA_LIBRARY_INSTALL_DIR "${LIB_INSTALL_DIR}" CACHE PATH "Directory where qca library will install") + set(QCA_FEATURE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/mkspecs/features" CACHE PATH "Directory where qca feature file will install") +- set(QCA_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Directory where qca public headers will install") +- set(QCA_PRIVATE_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Directory where qca headers will install") ++ set(QCA_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/qca-${QCA_SUFFIX}" CACHE PATH "Directory where qca public headers will install") ++ set(QCA_PRIVATE_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/qca-${QCA_SUFFIX}" CACHE PATH "Directory where qca headers will install") + set(QCA_DOC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/doc/${QCA_LIB_NAME}/html" CACHE PATH "Directory where qca documentation will install") + set(QCA_MAN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/man" CACHE PATH "Directory where qca man pages will install") + endif( QCA_INSTALL_IN_QT_PREFIX ) @@ -262,13 +262,13 @@ message(STATUS "Checking for certstore.. if( WIN32 ) # USE BUILTIN @@ -31,3 +39,25 @@ variable is used correctly. endif(WIN32) if (qca_CERTSTORE) +@@ -374,7 +374,7 @@ include(CMakePackageConfigHelpers) + configure_package_config_file( + "${CMAKE_CURRENT_SOURCE_DIR}/QcaConfig.cmake.in" + "${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/Qca/QcaConfig.cmake" +- INSTALL_DESTINATION ${QCA_LIBRARY_INSTALL_DIR}/cmake/Qca ++ INSTALL_DESTINATION ${QCA_LIBRARY_INSTALL_DIR}/cmake/Qca-${QCA_SUFFIX} + ) + write_basic_config_version_file("${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/Qca/QcaConfigVersion.cmake" VERSION ${QCA_LIB_VERSION_STRING} COMPATIBILITY AnyNewerVersion) + +@@ -434,10 +434,10 @@ if(NOT DEVELOPER_MODE) + endif() + message("") + +- install(EXPORT QCATargets DESTINATION ${QCA_LIBRARY_INSTALL_DIR}/cmake/Qca FILE QcaTargets.cmake) ++ install(EXPORT QCATargets DESTINATION ${QCA_LIBRARY_INSTALL_DIR}/cmake/Qca-${QCA_SUFFIX} FILE QcaTargets.cmake) + install(FILES + "${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/Qca/QcaConfig.cmake" + "${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/Qca/QcaConfigVersion.cmake" +- DESTINATION ${QCA_LIBRARY_INSTALL_DIR}/cmake/Qca ++ DESTINATION ${QCA_LIBRARY_INSTALL_DIR}/cmake/Qca-${QCA_SUFFIX} + ) + endif() Modified: head/devel/qca-qt5/pkg-plist ============================================================================== --- head/devel/qca/pkg-plist Wed Jul 15 15:38:18 2015 (r392158) +++ head/devel/qca-qt5/pkg-plist Thu Jul 23 21:58:40 2015 (r392754) @@ -1,32 +1,32 @@ -bin/mozcerts -bin/qcatool -include/QtCrypto/QtCrypto -include/QtCrypto/qca.h -include/QtCrypto/qca_basic.h -include/QtCrypto/qca_cert.h -include/QtCrypto/qca_core.h -include/QtCrypto/qca_export.h -include/QtCrypto/qca_keystore.h -include/QtCrypto/qca_publickey.h -include/QtCrypto/qca_safetimer.h -include/QtCrypto/qca_securelayer.h -include/QtCrypto/qca_securemessage.h -include/QtCrypto/qca_support.h -include/QtCrypto/qca_textfilter.h -include/QtCrypto/qca_tools.h -include/QtCrypto/qca_version.h -include/QtCrypto/qcaprovider.h -include/QtCrypto/qpipe.h -lib/cmake/Qca/QcaConfig.cmake -lib/cmake/Qca/QcaConfigVersion.cmake -lib/cmake/Qca/QcaTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/Qca/QcaTargets.cmake -lib/libqca.so -lib/libqca.so.2 -lib/libqca.so.2.1.0 -%%SASL%%lib/qca/crypto/libqca-cyrus-sasl.so -%%GNUPG%%lib/qca/crypto/libqca-gnupg.so -%%OPENSSL%%lib/qca/crypto/libqca-ossl.so -libdata/pkgconfig/qca2.pc -man/man1/qcatool.1.gz +bin/mozcerts-qt5 +bin/qcatool-qt5 +include/qca-qt5/QtCrypto/QtCrypto +include/qca-qt5/QtCrypto/qca.h +include/qca-qt5/QtCrypto/qca_basic.h +include/qca-qt5/QtCrypto/qca_cert.h +include/qca-qt5/QtCrypto/qca_core.h +include/qca-qt5/QtCrypto/qca_export.h +include/qca-qt5/QtCrypto/qca_keystore.h +include/qca-qt5/QtCrypto/qca_publickey.h +include/qca-qt5/QtCrypto/qca_safetimer.h +include/qca-qt5/QtCrypto/qca_securelayer.h +include/qca-qt5/QtCrypto/qca_securemessage.h +include/qca-qt5/QtCrypto/qca_support.h +include/qca-qt5/QtCrypto/qca_textfilter.h +include/qca-qt5/QtCrypto/qca_tools.h +include/qca-qt5/QtCrypto/qca_version.h +include/qca-qt5/QtCrypto/qcaprovider.h +include/qca-qt5/QtCrypto/qpipe.h +lib/cmake/Qca-qt5/QcaConfig.cmake +lib/cmake/Qca-qt5/QcaConfigVersion.cmake +lib/cmake/Qca-qt5/QcaTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Qca-qt5/QcaTargets.cmake +lib/libqca-qt5.so +lib/libqca-qt5.so.2 +lib/libqca-qt5.so.2.1.0 +%%SASL%%lib/qca-qt5/crypto/libqca-cyrus-sasl.so +%%GNUPG%%lib/qca-qt5/crypto/libqca-gnupg.so +%%OPENSSL%%lib/qca-qt5/crypto/libqca-ossl.so %%QT_MKSPECDIR%%/features/crypto.prf +libdata/pkgconfig/qca2-qt5.pc +man/man1/qcatool-qt5.1.gz From owner-svn-ports-all@freebsd.org Thu Jul 23 22:04:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE6149A8F04; Thu, 23 Jul 2015 22:04:53 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83EDF1670; Thu, 23 Jul 2015 22:04:53 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NM4rlo087258; Thu, 23 Jul 2015 22:04:53 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NM4oGw087249; Thu, 23 Jul 2015 22:04:50 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201507232204.t6NM4oGw087249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 23 Jul 2015 22:04:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392755 - in head/polish/kadu: . 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.20 Precedence: 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, 23 Jul 2015 22:04:53 -0000 Author: pawel Date: Thu Jul 23 22:04:49 2015 New Revision: 392755 URL: https://svnweb.freebsd.org/changeset/ports/392755 Log: - Update to version 2.1, now Qt5 based - USES=compiler for better handling of needed compiler - USES=libarchive to prevent linking with libarchive from base on 10+ Added: head/polish/kadu/files/patch-Plugins.cmake (contents, props changed) head/polish/kadu/files/patch-kadu-core_CMakeLists.txt (contents, props changed) head/polish/kadu/files/patch-kadu-core_main.cpp (contents, props changed) head/polish/kadu/files/patch-kadu-core_os_single-application_single-application.cpp (contents, props changed) Deleted: head/polish/kadu/files/patch-cmake_3.1.0 Modified: head/polish/kadu/Makefile head/polish/kadu/distinfo head/polish/kadu/pkg-plist Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Thu Jul 23 21:58:40 2015 (r392754) +++ head/polish/kadu/Makefile Thu Jul 23 22:04:49 2015 (r392755) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kadu -PORTVERSION= 1.5 +PORTVERSION= 2.1 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ @@ -22,7 +22,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b pl-libgadu>=1.12.1:${PORTSDIR}/polish/libgadu LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libqca.so:${PORTSDIR}/devel/qca \ + libinjeqt.so:${PORTSDIR}/devel/injeqt \ + libqca-qt5.so:${PORTSDIR}/devel/qca-qt5 \ libidn.so:${PORTSDIR}/dns/libidn \ libgadu.so:${PORTSDIR}/polish/libgadu \ libotr.so:${PORTSDIR}/security/libotr \ @@ -33,14 +34,15 @@ LIB_DEPENDS= libmpdclient.so:${PORTSDIR} GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz -USES= cmake execinfo pkgconfig tar:bzip2 +USES= cmake compiler:c++11-lib execinfo libarchive pkgconfig tar:bzip2 USE_XORG= xscrnsaver CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON # Setting KADU_VERSION disables git invocation -USE_QT4= dbus gui network phonon script scripttools webkit xml \ - linguist_build moc_build qmake_build rcc_build uic_build \ - imageformats_run sql-sqlite3_run +USE_QT5= buildtools_build concurrent dbus declarative gui multimedia \ + network script scripttools webkit x11extras phonon4 \ + xml linguisttools_build qmake_build imageformats_run \ + sql-sqlite3_run LDFLAGS+= -lexecinfo INSTALLS_ICONS= yes @@ -53,14 +55,6 @@ GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -USE_GCC= yes -.endif - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000009 -LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive -.endif - post-install: .if ${PORT_OPTIONS:MGG_EMOTS} @${MKDIR} ${WRKSRC}/varia/themes/emoticons Modified: head/polish/kadu/distinfo ============================================================================== --- head/polish/kadu/distinfo Thu Jul 23 21:58:40 2015 (r392754) +++ head/polish/kadu/distinfo Thu Jul 23 22:04:49 2015 (r392755) @@ -1,5 +1,5 @@ -SHA256 (kadu/kadu-1.5.tar.bz2) = f888a632373fde1f6998f404d3ef147b973c2b16d0d49389e1fe91b3b6d225b6 -SIZE (kadu/kadu-1.5.tar.bz2) = 5863755 +SHA256 (kadu/kadu-2.1.tar.bz2) = 9f8092756d4a870c1ecb016c0cba2c833e1697b3eb7e9bf51813b1f0a541ffb8 +SIZE (kadu/kadu-2.1.tar.bz2) = 6013519 SHA256 (kadu/kompatybilne_z_GG6.tar.gz) = f8a84acd8512fd8fc38e394aa564e6b6d7ec2e9fe9864bdf0c5b8f2edb23da6f SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637 SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450 Added: head/polish/kadu/files/patch-Plugins.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/polish/kadu/files/patch-Plugins.cmake Thu Jul 23 22:04:49 2015 (r392755) @@ -0,0 +1,16 @@ +--- Plugins.cmake.orig 2015-02-21 00:27:48 UTC ++++ Plugins.cmake +@@ -117,11 +117,11 @@ if (UNIX AND NOT APPLE) + + # docking + # Indicator docking support +- indicator_docking ++ #indicator_docking + + # integration + # integration with Unity +- unity_integration ++ #unity_integration + + # notifiers + # Freedesktop notification support Added: head/polish/kadu/files/patch-kadu-core_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/polish/kadu/files/patch-kadu-core_CMakeLists.txt Thu Jul 23 22:04:49 2015 (r392755) @@ -0,0 +1,10 @@ +--- kadu-core/CMakeLists.txt.orig 2015-02-21 00:27:48 UTC ++++ kadu-core/CMakeLists.txt +@@ -217,6 +217,7 @@ find_package (QCA2 REQUIRED) + add_executable (kadu WIN32 ${main_SRCS}) + kadu_set_flags (kadu) + qt5_use_modules (kadu LINK_PRIVATE Core Gui Widgets Network Xml) ++include_directories (${QCA2_INCLUDE_DIR}) + target_link_libraries (kadu LINK_PRIVATE libkadu ${ADDITIONAL_LIBRARIES} ${QCA2_LIBRARIES}) + + if (NOT IS_ABSOLUTE "${KADU_INSTALL_LIB_DIR}") Added: head/polish/kadu/files/patch-kadu-core_main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/polish/kadu/files/patch-kadu-core_main.cpp Thu Jul 23 22:04:49 2015 (r392755) @@ -0,0 +1,11 @@ +--- kadu-core/main.cpp.orig 2015-07-20 19:41:44 UTC ++++ kadu-core/main.cpp +@@ -33,7 +33,7 @@ + + #include + #include +-#include ++#include + #include + #include + Added: head/polish/kadu/files/patch-kadu-core_os_single-application_single-application.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/polish/kadu/files/patch-kadu-core_os_single-application_single-application.cpp Thu Jul 23 22:04:49 2015 (r392755) @@ -0,0 +1,28 @@ +--- kadu-core/os/single-application/single-application.cpp.orig 2015-02-21 00:27:48 UTC ++++ kadu-core/os/single-application/single-application.cpp +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include + + #if defined(Q_OS_WIN) +@@ -107,7 +108,7 @@ QString SingleApplication::socketName(co + { + auto idc = applicationId.toUtf8(); + auto idNum = qChecksum(idc.constData(), static_cast(idc.size())); +- auto result = QString{QLatin1String{"qtsingleapp-"} + prefix + QLatin1Char{'-'} + QString::number(idNum, 16)}; ++ auto result = QString(QLatin1String{"qtsingleapp-"} + prefix + QLatin1Char{'-'} + QString::number(idNum, 16)); + + #if defined(Q_OS_WIN) + if (!pProcessIdToSessionId) +@@ -131,7 +132,7 @@ QString SingleApplication::socketName(co + + QString SingleApplication::lockName(const QString &socketName) + { +- return QString{QDir{QDir::tempPath()}.absolutePath() + QLatin1Char{'/'} + socketName + QLatin1String{"-lockfile"}}; ++ return QString(QDir{QDir::tempPath()}.absolutePath() + QLatin1Char{'/'} + socketName + QLatin1String{"-lockfile"}); + } + + void SingleApplication::startServer() Modified: head/polish/kadu/pkg-plist ============================================================================== --- head/polish/kadu/pkg-plist Thu Jul 23 21:58:40 2015 (r392754) +++ head/polish/kadu/pkg-plist Thu Jul 23 22:04:49 2015 (r392755) @@ -65,18 +65,21 @@ include/kadu/kadu-core/chat/type/chat-ty include/kadu/kadu-core/chat/type/chat-type-room.h include/kadu/kadu-core/chat/type/chat-type.h include/kadu/kadu-core/compression/archive-extractor.h -include/kadu/kadu-core/configuration/chat-configuration-holder.h include/kadu/kadu-core/configuration/config-file-data-manager.h include/kadu/kadu-core/configuration/config-file-variant-wrapper.h +include/kadu/kadu-core/configuration/configuration-api.h include/kadu/kadu-core/configuration/configuration-aware-object.h -include/kadu/kadu-core/configuration/configuration-file.h +include/kadu/kadu-core/configuration/configuration-factory.h include/kadu/kadu-core/configuration/configuration-holder.h include/kadu/kadu-core/configuration/configuration-manager.h +include/kadu/kadu-core/configuration/configuration-module.h +include/kadu/kadu-core/configuration/configuration-path-provider.h +include/kadu/kadu-core/configuration/configuration-read-error-exception.h +include/kadu/kadu-core/configuration/configuration-unusable-exception.h include/kadu/kadu-core/configuration/configuration-window-data-manager.h -include/kadu/kadu-core/configuration/main-configuration-holder.h -include/kadu/kadu-core/configuration/notifier-configuration-data-manager.h -include/kadu/kadu-core/configuration/toolbar-configuration-manager.h -include/kadu/kadu-core/configuration/xml-configuration-file.h +include/kadu/kadu-core/configuration/configuration-writer.h +include/kadu/kadu-core/configuration/configuration.h +include/kadu/kadu-core/configuration/deprecated-configuration-api.h include/kadu/kadu-core/contacts/contact-details.h include/kadu/kadu-core/contacts/contact-manager.h include/kadu/kadu-core/contacts/contact-parser-tags.h @@ -89,7 +92,9 @@ include/kadu/kadu-core/contacts/model/ch include/kadu/kadu-core/contacts/model/contact-data-extractor.h include/kadu/kadu-core/contacts/model/contact-list-model.h include/kadu/kadu-core/core/adapter.h +include/kadu/kadu-core/core/application.h include/kadu/kadu-core/core/configurable-transformer.h +include/kadu/kadu-core/core/core-module.h include/kadu/kadu-core/core/core.h include/kadu/kadu-core/core/crash-aware-object.h include/kadu/kadu-core/core/transformer.h @@ -100,7 +105,12 @@ include/kadu/kadu-core/dom/dom-text-rege include/kadu/kadu-core/dom/dom-visitor-provider.h include/kadu/kadu-core/dom/dom-visitor.h include/kadu/kadu-core/dom/ignore-links-dom-visitor.h +include/kadu/kadu-core/execution-arguments/execution-arguments-builder.h +include/kadu/kadu-core/execution-arguments/execution-arguments-parser.h +include/kadu/kadu-core/execution-arguments/execution-arguments.h include/kadu/kadu-core/exports.h +include/kadu/kadu-core/file-system/atomic-file-write-exception.h +include/kadu/kadu-core/file-system/atomic-file-writer.h include/kadu/kadu-core/file-transfer/file-transfer-actions.h include/kadu/kadu-core/file-transfer/file-transfer-enums.h include/kadu/kadu-core/file-transfer/file-transfer-handler.h @@ -133,11 +143,11 @@ include/kadu/kadu-core/gui/actions/defau include/kadu/kadu-core/gui/actions/delete-talkable-action.h include/kadu/kadu-core/gui/actions/edit-talkable-action.h include/kadu/kadu-core/gui/actions/recent-chats-action.h +include/kadu/kadu-core/gui/gui-module.h include/kadu/kadu-core/gui/hot-key.h include/kadu/kadu-core/gui/menu/kadu-menu.h include/kadu/kadu-core/gui/menu/menu-inventory.h include/kadu/kadu-core/gui/menu/menu-item.h -include/kadu/kadu-core/gui/model/checkbox-styled-item-delegate.h include/kadu/kadu-core/gui/scoped-updates-disabler.h include/kadu/kadu-core/gui/services/clipboard-html-transformer-service.h include/kadu/kadu-core/gui/services/clipboard-html-transformer.h @@ -196,7 +206,9 @@ include/kadu/kadu-core/gui/widgets/chat- include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler-configuration.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler-configurator.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler.h +include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-module.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-repository.h +include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-state-persistence-service.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget.h include/kadu/kadu-core/gui/widgets/choose-identity-widget.h include/kadu/kadu-core/gui/widgets/color-button.h @@ -248,6 +260,11 @@ include/kadu/kadu-core/gui/widgets/file- include/kadu/kadu-core/gui/widgets/filter-widget.h include/kadu/kadu-core/gui/widgets/filtered-tree-view.h include/kadu/kadu-core/gui/widgets/group-list.h +include/kadu/kadu-core/gui/widgets/group-tab-bar/group-filter-tab-data.h +include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-bar-configuration.h +include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-bar-configurator.h +include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-bar.h +include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-type.h include/kadu/kadu-core/gui/widgets/groups-combo-box.h include/kadu/kadu-core/gui/widgets/identities-combo-box.h include/kadu/kadu-core/gui/widgets/kadu-text-edit.h @@ -335,7 +352,6 @@ include/kadu/kadu-core/identities/identi include/kadu/kadu-core/identities/identity-shared.h include/kadu/kadu-core/identities/identity.h include/kadu/kadu-core/identities/model/identity-model.h -include/kadu/kadu-core/kadu-application.h include/kadu/kadu-core/kadu-config.h include/kadu/kadu-core/languages-manager.h include/kadu/kadu-core/message/message-common.h @@ -360,9 +376,9 @@ include/kadu/kadu-core/misc/date-time.h include/kadu/kadu-core/misc/error-severity.h include/kadu/kadu-core/misc/error.h include/kadu/kadu-core/misc/iterator.h -include/kadu/kadu-core/misc/kadu-paths.h include/kadu/kadu-core/misc/memory.h include/kadu/kadu-core/misc/misc.h +include/kadu/kadu-core/misc/paths-provider.h include/kadu/kadu-core/misc/sorted-unique-vector.h include/kadu/kadu-core/misc/string-utils.h include/kadu/kadu-core/misc/syntax-list.h @@ -403,6 +419,7 @@ include/kadu/kadu-core/notify/notificati include/kadu/kadu-core/notify/notification/new-message-notification.h include/kadu/kadu-core/notify/notification/notification.h include/kadu/kadu-core/notify/notification/status-changed-notification.h +include/kadu/kadu-core/notify/notifier-configuration-data-manager.h include/kadu/kadu-core/notify/notifier.h include/kadu/kadu-core/notify/notify-configuration-ui-handler.h include/kadu/kadu-core/notify/notify-event.h @@ -416,19 +433,35 @@ include/kadu/kadu-core/os/generic/deskto include/kadu/kadu-core/os/generic/system-info.h include/kadu/kadu-core/os/generic/url-opener.h include/kadu/kadu-core/os/generic/window-geometry-manager.h -include/kadu/kadu-core/os/qtsingleapplication/qtlocalpeer.h -include/kadu/kadu-core/os/qtsingleapplication/qtlockedfile.h -include/kadu/kadu-core/os/x11tools.h include/kadu/kadu-core/parser/parser-data.h include/kadu/kadu-core/parser/parser-token-type.h include/kadu/kadu-core/parser/parser-token.h include/kadu/kadu-core/parser/parser.h +include/kadu/kadu-core/plugin/activation/active-plugin.h +include/kadu/kadu-core/plugin/activation/plugin-activation-error-exception.h +include/kadu/kadu-core/plugin/activation/plugin-activation-error-handler.h +include/kadu/kadu-core/plugin/activation/plugin-activation-service.h +include/kadu/kadu-core/plugin/activation/plugin-loader.h +include/kadu/kadu-core/plugin/activation/plugin-root-component-handler.h +include/kadu/kadu-core/plugin/activation/plugin-translations-loader.h +include/kadu/kadu-core/plugin/metadata/plugin-metadata-builder.h +include/kadu/kadu-core/plugin/metadata/plugin-metadata-finder.h +include/kadu/kadu-core/plugin/metadata/plugin-metadata-provider.h +include/kadu/kadu-core/plugin/metadata/plugin-metadata-reader-exception.h +include/kadu/kadu-core/plugin/metadata/plugin-metadata-reader.h +include/kadu/kadu-core/plugin/metadata/plugin-metadata.h include/kadu/kadu-core/plugin/model/plugin-model.h include/kadu/kadu-core/plugin/model/plugin-proxy-model.h include/kadu/kadu-core/plugin/plugin-conflict-resolver.h include/kadu/kadu-core/plugin/plugin-dependency-handler.h include/kadu/kadu-core/plugin/plugin-manager.h +include/kadu/kadu-core/plugin/plugin-module.h include/kadu/kadu-core/plugin/plugin-root-component.h +include/kadu/kadu-core/plugin/state/plugin-state-manager.h +include/kadu/kadu-core/plugin/state/plugin-state-service.h +include/kadu/kadu-core/plugin/state/plugin-state-storage-09.h +include/kadu/kadu-core/plugin/state/plugin-state-storage.h +include/kadu/kadu-core/plugin/state/plugin-state.h include/kadu/kadu-core/protocols/connection-error-notification.h include/kadu/kadu-core/protocols/filter/abstract-protocol-filter.h include/kadu/kadu-core/protocols/filter/can-register-protocol-filter.h @@ -439,33 +472,38 @@ include/kadu/kadu-core/protocols/protoco include/kadu/kadu-core/protocols/protocol-state-machine.h include/kadu/kadu-core/protocols/protocol.h include/kadu/kadu-core/protocols/protocols-manager.h -include/kadu/kadu-core/protocols/roster.h include/kadu/kadu-core/protocols/services/account-service.h include/kadu/kadu-core/protocols/services/avatar-downloader.h include/kadu/kadu-core/protocols/services/avatar-service.h include/kadu/kadu-core/protocols/services/avatar-uploader.h +include/kadu/kadu-core/protocols/services/buddy-list-serialization-service.h include/kadu/kadu-core/protocols/services/chat-image-service.h include/kadu/kadu-core/protocols/services/chat-image.h include/kadu/kadu-core/protocols/services/chat-service.h include/kadu/kadu-core/protocols/services/chat-state-service.h -include/kadu/kadu-core/protocols/services/contact-list-service.h include/kadu/kadu-core/protocols/services/contact-personal-info-service.h include/kadu/kadu-core/protocols/services/file-transfer-service.h include/kadu/kadu-core/protocols/services/multilogon-service.h include/kadu/kadu-core/protocols/services/personal-info-service.h +include/kadu/kadu-core/protocols/services/protocol-service.h include/kadu/kadu-core/protocols/services/raw-message-transformer.h -include/kadu/kadu-core/protocols/services/roster/roster-entry-state.h -include/kadu/kadu-core/protocols/services/roster/roster-entry.h -include/kadu/kadu-core/protocols/services/roster/roster-notifier.h -include/kadu/kadu-core/protocols/services/roster/roster-service.h -include/kadu/kadu-core/protocols/services/roster/roster-task-type.h -include/kadu/kadu-core/protocols/services/roster/roster-task.h include/kadu/kadu-core/protocols/services/search-service.h include/kadu/kadu-core/protocols/services/subscription-service.h include/kadu/kadu-core/provider/default-provider.h include/kadu/kadu-core/provider/provider.h include/kadu/kadu-core/provider/simple-provider.h include/kadu/kadu-core/qt/long-validator.h +include/kadu/kadu-core/roster/roster-entry-state.h +include/kadu/kadu-core/roster/roster-entry.h +include/kadu/kadu-core/roster/roster-module.h +include/kadu/kadu-core/roster/roster-notifier.h +include/kadu/kadu-core/roster/roster-replacer.h +include/kadu/kadu-core/roster/roster-service-tasks.h +include/kadu/kadu-core/roster/roster-service.h +include/kadu/kadu-core/roster/roster-task-collection-storage.h +include/kadu/kadu-core/roster/roster-task-type.h +include/kadu/kadu-core/roster/roster-task.h +include/kadu/kadu-core/roster/roster.h include/kadu/kadu-core/services/chat-image-request-service-configuration.h include/kadu/kadu-core/services/chat-image-request-service-configurator.h include/kadu/kadu-core/services/chat-image-request-service.h @@ -484,6 +522,7 @@ include/kadu/kadu-core/status/status-ada include/kadu/kadu-core/status/status-change-source.h include/kadu/kadu-core/status/status-changer-manager.h include/kadu/kadu-core/status/status-changer.h +include/kadu/kadu-core/status/status-configuration-holder.h include/kadu/kadu-core/status/status-container-aware-object.h include/kadu/kadu-core/status/status-container-manager.h include/kadu/kadu-core/status/status-container.h @@ -630,16 +669,17 @@ include/kadu/plugins/gadu_protocol/serve include/kadu/plugins/gadu_protocol/server/gadu-writable-session-token.h include/kadu/plugins/gadu_protocol/server/protocol-gadu-connection.h include/kadu/plugins/gadu_protocol/services/gadu-avatar-service.h +include/kadu/plugins/gadu_protocol/services/gadu-buddy-list-serialization-service.h include/kadu/plugins/gadu_protocol/services/gadu-chat-image-service.h include/kadu/plugins/gadu_protocol/services/gadu-chat-service.h include/kadu/plugins/gadu_protocol/services/gadu-chat-state-service.h -include/kadu/plugins/gadu_protocol/services/gadu-contact-list-service.h -include/kadu/plugins/gadu_protocol/services/gadu-contact-list-state-machine.h include/kadu/plugins/gadu_protocol/services/gadu-contact-personal-info-service.h include/kadu/plugins/gadu_protocol/services/gadu-file-transfer-service.h include/kadu/plugins/gadu_protocol/services/gadu-multilogon-service.h +include/kadu/plugins/gadu_protocol/services/gadu-notify-service.h include/kadu/plugins/gadu_protocol/services/gadu-personal-info-service.h include/kadu/plugins/gadu_protocol/services/gadu-roster-service.h +include/kadu/plugins/gadu_protocol/services/gadu-roster-state-machine.h include/kadu/plugins/gadu_protocol/services/gadu-search-service.h include/kadu/plugins/gadu_protocol/services/multilogon/gadu-multilogon-session.h include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-protocol-socket-notifiers.h @@ -734,7 +774,9 @@ include/kadu/plugins/jabber_protocol/ser include/kadu/plugins/jabber_protocol/services/jabber-file-transfer-service.h include/kadu/plugins/jabber_protocol/services/jabber-pep-service.h include/kadu/plugins/jabber_protocol/services/jabber-personal-info-service.h +include/kadu/plugins/jabber_protocol/services/jabber-room-chat-service.h include/kadu/plugins/jabber_protocol/services/jabber-roster-service.h +include/kadu/plugins/jabber_protocol/services/jabber-roster-state.h include/kadu/plugins/jabber_protocol/services/jabber-server-info-service.h include/kadu/plugins/jabber_protocol/services/jabber-stream-debug-service.h include/kadu/plugins/jabber_protocol/services/jabber-subscription-service.h @@ -744,10 +786,10 @@ include/kadu/plugins/jabber_protocol/ser include/kadu/plugins/jabber_protocol/tasks/pep-get-task.h include/kadu/plugins/jabber_protocol/tasks/pep-publish-task.h include/kadu/plugins/jabber_protocol/tasks/pep-retract-task.h +include/kadu/plugins/mediaplayer/media-player-status-changer.h include/kadu/plugins/mediaplayer/mediaplayer-plugin.h include/kadu/plugins/mediaplayer/mediaplayer.h include/kadu/plugins/mediaplayer/mediaplayer_exports.h -include/kadu/plugins/mediaplayer/mp_status_changer.h include/kadu/plugins/mediaplayer/player_commands.h include/kadu/plugins/mediaplayer/player_info.h include/kadu/plugins/qt4_docking/qt4-docking-plugin.h @@ -799,7 +841,6 @@ lib/kadu/plugins/libphonon_sound.so lib/kadu/plugins/libprofiles_import.so lib/kadu/plugins/libqt4_docking.so lib/kadu/plugins/libqt4_docking_notify.so -lib/kadu/plugins/libqt4_sound.so lib/kadu/plugins/libscreenshot.so lib/kadu/plugins/libsimpleview.so lib/kadu/plugins/libsingle_window.so @@ -925,9 +966,6 @@ share/cmake/Kadu/KaduPlugin_qt4_dockingT share/cmake/Kadu/KaduPlugin_qt4_docking_notifyConfig.cmake share/cmake/Kadu/KaduPlugin_qt4_docking_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_qt4_docking_notifyTargets.cmake -share/cmake/Kadu/KaduPlugin_qt4_soundConfig.cmake -share/cmake/Kadu/KaduPlugin_qt4_soundTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_qt4_soundTargets.cmake share/cmake/Kadu/KaduPlugin_screenshotConfig.cmake share/cmake/Kadu/KaduPlugin_screenshotTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_screenshotTargets.cmake @@ -970,7 +1008,8 @@ share/icons/hicolor/48x48/apps/kadu.png share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/AUTHORS %%DATADIR%%/AUTHORS.html -%%DATADIR%%/COPYING +%%DATADIR%%/COPYING.GPL2 +%%DATADIR%%/COPYING.LGPL2.1 %%DATADIR%%/ChangeLog %%DATADIR%%/ChangeLog.OLD-PL %%DATADIR%%/HISTORY @@ -1061,7 +1100,6 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/plugins/profiles_import.desc %%DATADIR%%/plugins/qt4_docking.desc %%DATADIR%%/plugins/qt4_docking_notify.desc -%%DATADIR%%/plugins/qt4_sound.desc %%DATADIR%%/plugins/screenshot.desc %%DATADIR%%/plugins/simpleview.desc %%DATADIR%%/plugins/single_window.desc @@ -1074,137 +1112,218 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/plugins/translations/amarok1_mediaplayer_en.qm %%DATADIR%%/plugins/translations/antistring_cs.qm %%DATADIR%%/plugins/translations/antistring_en.qm +%%DATADIR%%/plugins/translations/antistring_fr.qm %%DATADIR%%/plugins/translations/antistring_pl.qm +%%DATADIR%%/plugins/translations/antistring_tr.qm %%DATADIR%%/plugins/translations/auto_hide_cs.qm %%DATADIR%%/plugins/translations/auto_hide_en.qm +%%DATADIR%%/plugins/translations/auto_hide_fr.qm %%DATADIR%%/plugins/translations/auto_hide_pl.qm +%%DATADIR%%/plugins/translations/auto_hide_tr.qm %%DATADIR%%/plugins/translations/autoaway_cs.qm %%DATADIR%%/plugins/translations/autoaway_en.qm +%%DATADIR%%/plugins/translations/autoaway_fr.qm %%DATADIR%%/plugins/translations/autoaway_pl.qm +%%DATADIR%%/plugins/translations/autoaway_tr.qm %%DATADIR%%/plugins/translations/autoresponder_cs.qm %%DATADIR%%/plugins/translations/autoresponder_en.qm +%%DATADIR%%/plugins/translations/autoresponder_fr.qm %%DATADIR%%/plugins/translations/autoresponder_pl.qm +%%DATADIR%%/plugins/translations/autoresponder_tr.qm %%DATADIR%%/plugins/translations/autostatus_cs.qm %%DATADIR%%/plugins/translations/autostatus_en.qm +%%DATADIR%%/plugins/translations/autostatus_fr.qm %%DATADIR%%/plugins/translations/autostatus_pl.qm +%%DATADIR%%/plugins/translations/autostatus_tr.qm %%DATADIR%%/plugins/translations/cenzor_cs.qm %%DATADIR%%/plugins/translations/cenzor_en.qm +%%DATADIR%%/plugins/translations/cenzor_fr.qm %%DATADIR%%/plugins/translations/cenzor_pl.qm +%%DATADIR%%/plugins/translations/cenzor_tr.qm %%DATADIR%%/plugins/translations/chat_notify_cs.qm %%DATADIR%%/plugins/translations/chat_notify_en.qm +%%DATADIR%%/plugins/translations/chat_notify_fr.qm %%DATADIR%%/plugins/translations/chat_notify_pl.qm +%%DATADIR%%/plugins/translations/chat_notify_tr.qm %%DATADIR%%/plugins/translations/config_wizard_cs.qm %%DATADIR%%/plugins/translations/config_wizard_en.qm +%%DATADIR%%/plugins/translations/config_wizard_fr.qm %%DATADIR%%/plugins/translations/config_wizard_pl.qm +%%DATADIR%%/plugins/translations/config_wizard_tr.qm %%DATADIR%%/plugins/translations/desktop_docking_cs.qm %%DATADIR%%/plugins/translations/desktop_docking_en.qm +%%DATADIR%%/plugins/translations/desktop_docking_fr.qm %%DATADIR%%/plugins/translations/desktop_docking_pl.qm +%%DATADIR%%/plugins/translations/desktop_docking_tr.qm %%DATADIR%%/plugins/translations/docking_cs.qm %%DATADIR%%/plugins/translations/docking_en.qm +%%DATADIR%%/plugins/translations/docking_fr.qm %%DATADIR%%/plugins/translations/docking_pl.qm +%%DATADIR%%/plugins/translations/docking_tr.qm %%DATADIR%%/plugins/translations/emoticons_cs.qm %%DATADIR%%/plugins/translations/emoticons_en.qm +%%DATADIR%%/plugins/translations/emoticons_fr.qm %%DATADIR%%/plugins/translations/emoticons_pl.qm +%%DATADIR%%/plugins/translations/emoticons_tr.qm %%DATADIR%%/plugins/translations/encryption_ng_cs.qm %%DATADIR%%/plugins/translations/encryption_ng_en.qm +%%DATADIR%%/plugins/translations/encryption_ng_fr.qm %%DATADIR%%/plugins/translations/encryption_ng_pl.qm %%DATADIR%%/plugins/translations/encryption_ng_simlite_cs.qm %%DATADIR%%/plugins/translations/encryption_ng_simlite_en.qm +%%DATADIR%%/plugins/translations/encryption_ng_simlite_fr.qm %%DATADIR%%/plugins/translations/encryption_ng_simlite_pl.qm +%%DATADIR%%/plugins/translations/encryption_ng_simlite_tr.qm +%%DATADIR%%/plugins/translations/encryption_ng_tr.qm %%DATADIR%%/plugins/translations/encryption_otr_cs.qm %%DATADIR%%/plugins/translations/encryption_otr_en.qm +%%DATADIR%%/plugins/translations/encryption_otr_fr.qm %%DATADIR%%/plugins/translations/encryption_otr_pl.qm +%%DATADIR%%/plugins/translations/encryption_otr_tr.qm %%DATADIR%%/plugins/translations/exec_notify_cs.qm %%DATADIR%%/plugins/translations/exec_notify_en.qm +%%DATADIR%%/plugins/translations/exec_notify_fr.qm %%DATADIR%%/plugins/translations/exec_notify_pl.qm +%%DATADIR%%/plugins/translations/exec_notify_tr.qm %%DATADIR%%/plugins/translations/ext_sound_cs.qm %%DATADIR%%/plugins/translations/ext_sound_en.qm +%%DATADIR%%/plugins/translations/ext_sound_fr.qm %%DATADIR%%/plugins/translations/ext_sound_pl.qm +%%DATADIR%%/plugins/translations/ext_sound_tr.qm %%DATADIR%%/plugins/translations/falf_mediaplayer_en.qm %%DATADIR%%/plugins/translations/filedesc_cs.qm %%DATADIR%%/plugins/translations/filedesc_en.qm +%%DATADIR%%/plugins/translations/filedesc_fr.qm %%DATADIR%%/plugins/translations/filedesc_pl.qm +%%DATADIR%%/plugins/translations/filedesc_tr.qm %%DATADIR%%/plugins/translations/firewall_cs.qm %%DATADIR%%/plugins/translations/firewall_en.qm +%%DATADIR%%/plugins/translations/firewall_fr.qm %%DATADIR%%/plugins/translations/firewall_pl.qm +%%DATADIR%%/plugins/translations/firewall_tr.qm %%DATADIR%%/plugins/translations/freedesktop_notify_cs.qm %%DATADIR%%/plugins/translations/freedesktop_notify_en.qm +%%DATADIR%%/plugins/translations/freedesktop_notify_fr.qm %%DATADIR%%/plugins/translations/freedesktop_notify_pl.qm +%%DATADIR%%/plugins/translations/freedesktop_notify_tr.qm %%DATADIR%%/plugins/translations/gadu_protocol_cs.qm %%DATADIR%%/plugins/translations/gadu_protocol_en.qm +%%DATADIR%%/plugins/translations/gadu_protocol_fr.qm %%DATADIR%%/plugins/translations/gadu_protocol_pl.qm +%%DATADIR%%/plugins/translations/gadu_protocol_tr.qm %%DATADIR%%/plugins/translations/hints_cs.qm %%DATADIR%%/plugins/translations/hints_en.qm +%%DATADIR%%/plugins/translations/hints_fr.qm %%DATADIR%%/plugins/translations/hints_pl.qm +%%DATADIR%%/plugins/translations/hints_tr.qm %%DATADIR%%/plugins/translations/history_cs.qm %%DATADIR%%/plugins/translations/history_en.qm +%%DATADIR%%/plugins/translations/history_fr.qm %%DATADIR%%/plugins/translations/history_migration_cs.qm %%DATADIR%%/plugins/translations/history_migration_en.qm +%%DATADIR%%/plugins/translations/history_migration_fr.qm %%DATADIR%%/plugins/translations/history_migration_pl.qm +%%DATADIR%%/plugins/translations/history_migration_tr.qm %%DATADIR%%/plugins/translations/history_pl.qm +%%DATADIR%%/plugins/translations/history_tr.qm %%DATADIR%%/plugins/translations/idle_en.qm %%DATADIR%%/plugins/translations/imagelink_cs.qm %%DATADIR%%/plugins/translations/imagelink_en.qm +%%DATADIR%%/plugins/translations/imagelink_fr.qm %%DATADIR%%/plugins/translations/imagelink_pl.qm +%%DATADIR%%/plugins/translations/imagelink_tr.qm %%DATADIR%%/plugins/translations/jabber_protocol_cs.qm %%DATADIR%%/plugins/translations/jabber_protocol_en.qm +%%DATADIR%%/plugins/translations/jabber_protocol_fr.qm %%DATADIR%%/plugins/translations/jabber_protocol_pl.qm +%%DATADIR%%/plugins/translations/jabber_protocol_tr.qm %%DATADIR%%/plugins/translations/last_seen_cs.qm %%DATADIR%%/plugins/translations/last_seen_en.qm +%%DATADIR%%/plugins/translations/last_seen_fr.qm %%DATADIR%%/plugins/translations/last_seen_pl.qm +%%DATADIR%%/plugins/translations/last_seen_tr.qm %%DATADIR%%/plugins/translations/mediaplayer_cs.qm %%DATADIR%%/plugins/translations/mediaplayer_en.qm +%%DATADIR%%/plugins/translations/mediaplayer_fr.qm %%DATADIR%%/plugins/translations/mediaplayer_pl.qm +%%DATADIR%%/plugins/translations/mediaplayer_tr.qm %%DATADIR%%/plugins/translations/mpd_mediaplayer_cs.qm %%DATADIR%%/plugins/translations/mpd_mediaplayer_en.qm +%%DATADIR%%/plugins/translations/mpd_mediaplayer_fr.qm %%DATADIR%%/plugins/translations/mpd_mediaplayer_pl.qm +%%DATADIR%%/plugins/translations/mpd_mediaplayer_tr.qm %%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_cs.qm %%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_en.qm +%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_fr.qm %%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_pl.qm +%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_tr.qm %%DATADIR%%/plugins/translations/pcspeaker_cs.qm %%DATADIR%%/plugins/translations/pcspeaker_en.qm +%%DATADIR%%/plugins/translations/pcspeaker_fr.qm %%DATADIR%%/plugins/translations/pcspeaker_pl.qm +%%DATADIR%%/plugins/translations/pcspeaker_tr.qm %%DATADIR%%/plugins/translations/phonon_sound_en.qm %%DATADIR%%/plugins/translations/profiles_import_cs.qm %%DATADIR%%/plugins/translations/profiles_import_en.qm +%%DATADIR%%/plugins/translations/profiles_import_fr.qm %%DATADIR%%/plugins/translations/profiles_import_pl.qm +%%DATADIR%%/plugins/translations/profiles_import_tr.qm %%DATADIR%%/plugins/translations/qt4_docking_en.qm %%DATADIR%%/plugins/translations/qt4_docking_notify_cs.qm %%DATADIR%%/plugins/translations/qt4_docking_notify_en.qm +%%DATADIR%%/plugins/translations/qt4_docking_notify_fr.qm %%DATADIR%%/plugins/translations/qt4_docking_notify_pl.qm -%%DATADIR%%/plugins/translations/qt4_sound_cs.qm -%%DATADIR%%/plugins/translations/qt4_sound_en.qm -%%DATADIR%%/plugins/translations/qt4_sound_pl.qm +%%DATADIR%%/plugins/translations/qt4_docking_notify_tr.qm %%DATADIR%%/plugins/translations/screenshot_cs.qm %%DATADIR%%/plugins/translations/screenshot_en.qm +%%DATADIR%%/plugins/translations/screenshot_fr.qm %%DATADIR%%/plugins/translations/screenshot_pl.qm +%%DATADIR%%/plugins/translations/screenshot_tr.qm %%DATADIR%%/plugins/translations/simpleview_cs.qm %%DATADIR%%/plugins/translations/simpleview_en.qm +%%DATADIR%%/plugins/translations/simpleview_fr.qm %%DATADIR%%/plugins/translations/simpleview_pl.qm +%%DATADIR%%/plugins/translations/simpleview_tr.qm %%DATADIR%%/plugins/translations/single_window_cs.qm %%DATADIR%%/plugins/translations/single_window_en.qm +%%DATADIR%%/plugins/translations/single_window_fr.qm %%DATADIR%%/plugins/translations/single_window_pl.qm +%%DATADIR%%/plugins/translations/single_window_tr.qm %%DATADIR%%/plugins/translations/sms_cs.qm %%DATADIR%%/plugins/translations/sms_en.qm +%%DATADIR%%/plugins/translations/sms_fr.qm %%DATADIR%%/plugins/translations/sms_pl.qm +%%DATADIR%%/plugins/translations/sms_tr.qm %%DATADIR%%/plugins/translations/sound_cs.qm %%DATADIR%%/plugins/translations/sound_en.qm +%%DATADIR%%/plugins/translations/sound_fr.qm %%DATADIR%%/plugins/translations/sound_pl.qm +%%DATADIR%%/plugins/translations/sound_tr.qm %%DATADIR%%/plugins/translations/speech_cs.qm %%DATADIR%%/plugins/translations/speech_en.qm +%%DATADIR%%/plugins/translations/speech_fr.qm %%DATADIR%%/plugins/translations/speech_pl.qm +%%DATADIR%%/plugins/translations/speech_tr.qm %%DATADIR%%/plugins/translations/spellchecker_cs.qm %%DATADIR%%/plugins/translations/spellchecker_en.qm +%%DATADIR%%/plugins/translations/spellchecker_fr.qm %%DATADIR%%/plugins/translations/spellchecker_pl.qm +%%DATADIR%%/plugins/translations/spellchecker_tr.qm %%DATADIR%%/plugins/translations/sql_history_cs.qm %%DATADIR%%/plugins/translations/sql_history_en.qm +%%DATADIR%%/plugins/translations/sql_history_fr.qm %%DATADIR%%/plugins/translations/sql_history_pl.qm +%%DATADIR%%/plugins/translations/sql_history_tr.qm %%DATADIR%%/plugins/translations/tabs_cs.qm %%DATADIR%%/plugins/translations/tabs_en.qm +%%DATADIR%%/plugins/translations/tabs_fr.qm %%DATADIR%%/plugins/translations/tabs_pl.qm +%%DATADIR%%/plugins/translations/tabs_tr.qm %%DATADIR%%/plugins/translations/word_fix_cs.qm %%DATADIR%%/plugins/translations/word_fix_en.qm +%%DATADIR%%/plugins/translations/word_fix_fr.qm %%DATADIR%%/plugins/translations/word_fix_pl.qm +%%DATADIR%%/plugins/translations/word_fix_tr.qm %%DATADIR%%/plugins/word_fix.desc %%DATADIR%%/qml/Contact.qml %%DATADIR%%/qml/ContactsGridView.qml @@ -4025,10 +4144,28 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/sounds/default/sound.conf %%DATADIR%%/translations/cs.language %%DATADIR%%/translations/en.language +%%DATADIR%%/translations/fr.language %%DATADIR%%/translations/kadu_cs.qm %%DATADIR%%/translations/kadu_en.qm +%%DATADIR%%/translations/kadu_fr.qm %%DATADIR%%/translations/kadu_pl.qm +%%DATADIR%%/translations/kadu_tr.qm %%DATADIR%%/translations/pl.language +%%DATADIR%%/translations/qt_cs.qm +%%DATADIR%%/translations/qt_pl.qm +%%DATADIR%%/translations/qtbase_cs.qm +%%DATADIR%%/translations/qtbase_pl.qm +%%DATADIR%%/translations/qtdeclarative_cs.qm +%%DATADIR%%/translations/qtdeclarative_pl.qm +%%DATADIR%%/translations/qtmultimedia_cs.qm +%%DATADIR%%/translations/qtmultimedia_pl.qm +%%DATADIR%%/translations/qtquick1_cs.qm +%%DATADIR%%/translations/qtquick1_pl.qm +%%DATADIR%%/translations/qtscript_cs.qm +%%DATADIR%%/translations/qtscript_pl.qm +%%DATADIR%%/translations/qtxmlpatterns_cs.qm +%%DATADIR%%/translations/qtxmlpatterns_pl.qm +%%DATADIR%%/translations/tr.language @dir %%DATADIR%%/plugins/data/tabs @dir %%DATADIR%%/plugins/data/spellchecker @dir %%DATADIR%%/plugins/data/speech @@ -4036,7 +4173,6 @@ share/icons/hicolor/64x64/apps/kadu.png @dir %%DATADIR%%/plugins/data/single_window @dir %%DATADIR%%/plugins/data/simpleview @dir %%DATADIR%%/plugins/data/screenshot -@dir %%DATADIR%%/plugins/data/qt4_sound @dir %%DATADIR%%/plugins/data/qt4_docking_notify @dir %%DATADIR%%/plugins/data/qt4_docking @dir %%DATADIR%%/plugins/data/profiles_import From owner-svn-ports-all@freebsd.org Thu Jul 23 22:09:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 609FB9A8F67; Thu, 23 Jul 2015 22:09:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 498701908; Thu, 23 Jul 2015 22:09:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NM90O4087540; Thu, 23 Jul 2015 22:09:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NM8xra087532; Thu, 23 Jul 2015 22:08:59 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507232208.t6NM8xra087532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 23 Jul 2015 22:08:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392756 - 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.20 Precedence: 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, 23 Jul 2015 22:09:00 -0000 Author: swills Date: Thu Jul 23 22:08:58 2015 New Revision: 392756 URL: https://svnweb.freebsd.org/changeset/ports/392756 Log: net/syncthing: update to 0.11.16 PR: 201771 Submitted by: peter Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Thu Jul 23 22:04:49 2015 (r392755) +++ head/net/syncthing/Makefile Thu Jul 23 22:08:58 2015 (r392756) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.11.13 +PORTVERSION= 0.11.16 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Thu Jul 23 22:04:49 2015 (r392755) +++ head/net/syncthing/distinfo Thu Jul 23 22:08:58 2015 (r392756) @@ -1,2 +1,2 @@ -SHA256 (syncthing-syncthing-v0.11.13_GH0.tar.gz) = dae242d1210a4cdc21dc624a7abec324b8634c07d673059662ffb795c8405671 -SIZE (syncthing-syncthing-v0.11.13_GH0.tar.gz) = 3363523 +SHA256 (syncthing-syncthing-v0.11.16_GH0.tar.gz) = 1a71bfd5849323adbcd71859d853b3c0e313e314997a569128eb2dd659d4d055 +SIZE (syncthing-syncthing-v0.11.16_GH0.tar.gz) = 3375037 From owner-svn-ports-all@freebsd.org Thu Jul 23 22:10:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26C789A8FC0; Thu, 23 Jul 2015 22:10:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F227C1A19; Thu, 23 Jul 2015 22:10:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NMADsQ087739; Thu, 23 Jul 2015 22:10:13 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NMADme087737; Thu, 23 Jul 2015 22:10:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201507232210.t6NMADme087737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 23 Jul 2015 22:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392757 - 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.20 Precedence: 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, 23 Jul 2015 22:10:14 -0000 Author: swills Date: Thu Jul 23 22:10:12 2015 New Revision: 392757 URL: https://svnweb.freebsd.org/changeset/ports/392757 Log: net/syncthing-cli: update to new snapshot PR: 201771 Submitted by: peter Modified: head/net/syncthing-cli/Makefile head/net/syncthing-cli/distinfo Modified: head/net/syncthing-cli/Makefile ============================================================================== --- head/net/syncthing-cli/Makefile Thu Jul 23 22:08:58 2015 (r392756) +++ head/net/syncthing-cli/Makefile Thu Jul 23 22:10:12 2015 (r392757) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing-cli -PORTVERSION= 0.1.0.2015062701 -PORTREVISION= 1 +PORTVERSION= 0.1.0.2015070301 CATEGORIES= net MAINTAINER= swills@FreeBSD.org @@ -14,9 +13,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:${POR USE_GITHUB= yes GH_ACCOUNT= syncthing AudriusButkevicius:audrius GH_PROJECT= syncthing:st cli:audrius -GH_TAGNAME= eba2fb7 v${SYNCTHING_VER}:st 7f561c7:audrius +GH_TAGNAME= 2707f77 v${SYNCTHING_VER}:st 7f561c7:audrius -SYNCTHING_VER= 0.11.13 +SYNCTHING_VER= 0.11.16 PLIST_FILES= bin/syncthing-cli Modified: head/net/syncthing-cli/distinfo ============================================================================== --- head/net/syncthing-cli/distinfo Thu Jul 23 22:08:58 2015 (r392756) +++ head/net/syncthing-cli/distinfo Thu Jul 23 22:10:12 2015 (r392757) @@ -1,6 +1,6 @@ -SHA256 (syncthing-syncthing-cli-0.1.0.2015062701-eba2fb7_GH0.tar.gz) = d539fbf323829e650b0611b5f4734ec18cac42d9c18de10e244f017d1eb604d2 -SIZE (syncthing-syncthing-cli-0.1.0.2015062701-eba2fb7_GH0.tar.gz) = 9305 +SHA256 (syncthing-syncthing-cli-0.1.0.2015070301-2707f77_GH0.tar.gz) = 53c2879f46d0be1f5e8d041968d629ca52b4d28c5e04261b29c960bc84f31e1c +SIZE (syncthing-syncthing-cli-0.1.0.2015070301-2707f77_GH0.tar.gz) = 9347 SHA256 (AudriusButkevicius-cli-7f561c7_GH0.tar.gz) = 8d6c282b2737c5ae17c3ba4ce81037762f46aa5a05d0095c0d481639d081110c SIZE (AudriusButkevicius-cli-7f561c7_GH0.tar.gz) = 14722 -SHA256 (syncthing-syncthing-v0.11.13_GH0.tar.gz) = dae242d1210a4cdc21dc624a7abec324b8634c07d673059662ffb795c8405671 -SIZE (syncthing-syncthing-v0.11.13_GH0.tar.gz) = 3363523 +SHA256 (syncthing-syncthing-v0.11.16_GH0.tar.gz) = 1a71bfd5849323adbcd71859d853b3c0e313e314997a569128eb2dd659d4d055 +SIZE (syncthing-syncthing-v0.11.16_GH0.tar.gz) = 3375037 From owner-svn-ports-all@freebsd.org Thu Jul 23 23:06:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EB439A9630; Thu, 23 Jul 2015 23:06:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6551B1F82; Thu, 23 Jul 2015 23:06:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NN6i21012872; Thu, 23 Jul 2015 23:06:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NN6hKm012870; Thu, 23 Jul 2015 23:06:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507232306.t6NN6hKm012870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 23 Jul 2015 23:06:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392758 - head/www/firefox-esr-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 23:06:44 -0000 Author: jbeich Date: Thu Jul 23 23:06:43 2015 New Revision: 392758 URL: https://svnweb.freebsd.org/changeset/ports/392758 Log: www/firefox-esr-i18n: fix available language packs Kashubian and Kurdish and are no longer available https://bugzilla.mozilla.org/show_bug.cgi?id=1104047 https://bugzilla.mozilla.org/show_bug.cgi?id=1104033 See also: https://l10n.mozilla.org/teams/ MFH: 2015Q3 X-MFH-With: r392273 Modified: head/www/firefox-esr-i18n/Makefile head/www/firefox-esr-i18n/Makefile.option Modified: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-esr-i18n/Makefile Thu Jul 23 22:10:12 2015 (r392757) +++ head/www/firefox-esr-i18n/Makefile Thu Jul 23 23:06:43 2015 (r392758) @@ -3,6 +3,7 @@ PORTNAME= firefox PORTVERSION= 38.1.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi Modified: head/www/firefox-esr-i18n/Makefile.option ============================================================================== --- head/www/firefox-esr-i18n/Makefile.option Thu Jul 23 22:10:12 2015 (r392757) +++ head/www/firefox-esr-i18n/Makefile.option Thu Jul 23 23:06:43 2015 (r392758) @@ -9,6 +9,7 @@ OPTIONS_DEFINE= LANG_ACH \ LANG_AS \ LANG_AM \ LANG_AST \ + LANG_AZ \ LANG_EU \ LANG_BN \ LANG_BB \ @@ -19,7 +20,6 @@ OPTIONS_DEFINE= LANG_ACH \ LANG_CA \ LANG_CN \ LANG_CS \ - LANG_CSB \ LANG_DA \ LANG_NL \ LANG_GB \ @@ -28,6 +28,7 @@ OPTIONS_DEFINE= LANG_ACH \ LANG_ET \ LANG_GL \ LANG_DE \ + LANG_DSB \ LANG_EL \ LANG_GU \ LANG_FF \ @@ -49,7 +50,6 @@ OPTIONS_DEFINE= LANG_ACH \ LANG_KK \ LANG_KM \ LANG_KO \ - LANG_KU \ LANG_LV \ LANG_LT \ LANG_LIJ \ @@ -99,7 +99,9 @@ OPTIONS_DEFAULT=LANG_AR LANG_BN LANG_BR LANG_ACH_DESC?= Acholi language support LANG_AN_DESC?= Aragonese language support LANG_AS_DESC?= Assamese language support +LANG_AZ_DESC?= Azerbaijani language support LANG_CSB_DESC?= Kashubian language support +LANG_DSB_DESC?= Lower Sorbian language support LANG_FF_DESC?= Fulah language support LANG_HSB_DESC?= Upper Sorbian language support LANG_KM_DESC?= Khmer language support From owner-svn-ports-all@freebsd.org Thu Jul 23 23:18:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F15E99A9825; Thu, 23 Jul 2015 23:18:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D549D1969; Thu, 23 Jul 2015 23:18:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NNIhlU017138; Thu, 23 Jul 2015 23:18:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NNIg6c017135; Thu, 23 Jul 2015 23:18:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507232318.t6NNIg6c017135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 23 Jul 2015 23:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392759 - in head/www: firefox firefox-esr libxul X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 23 Jul 2015 23:18:44 -0000 Author: jbeich Date: Thu Jul 23 23:18:42 2015 New Revision: 392759 URL: https://svnweb.freebsd.org/changeset/ports/392759 Log: www/firefox{,-esr}, www/libxul: stop regressing r380782 No PORTREVISION bump as patch-bug847568 and patch-z-bug517422 already require these versions. MFH: 2015Q3 X-MFH-With: r392273 Modified: head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/libxul/Makefile Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Thu Jul 23 23:06:43 2015 (r392758) +++ head/www/firefox-esr/Makefile Thu Jul 23 23:18:42 2015 (r392759) @@ -18,9 +18,9 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \ + harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.4:${PORTSDIR}/audio/libvorbis \ + libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Thu Jul 23 23:06:43 2015 (r392758) +++ head/www/firefox/Makefile Thu Jul 23 23:18:42 2015 (r392759) @@ -17,9 +17,9 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \ + harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.4:${PORTSDIR}/audio/libvorbis \ + libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Thu Jul 23 23:06:43 2015 (r392758) +++ head/www/libxul/Makefile Thu Jul 23 23:18:42 2015 (r392759) @@ -16,9 +16,9 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \ + harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.4:${PORTSDIR}/audio/libvorbis \ + libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ From owner-svn-ports-all@freebsd.org Thu Jul 23 23:27:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4ADE9A99B6; Thu, 23 Jul 2015 23:27:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D0551E46; Thu, 23 Jul 2015 23:27:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NNRTA6021344; Thu, 23 Jul 2015 23:27:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NNRTmB021341; Thu, 23 Jul 2015 23:27:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507232327.t6NNRTmB021341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 23 Jul 2015 23:27:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392760 - branches/2015Q3/games/openra 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.20 Precedence: 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, 23 Jul 2015 23:27:29 -0000 Author: jbeich Date: Thu Jul 23 23:27:28 2015 New Revision: 392760 URL: https://svnweb.freebsd.org/changeset/ports/392760 Log: MFH: r392428 games/openra: update GeoLite2 to July snapshot Noticed by: pkg-fallout Approved by: ports-secteam buildfix blanket Modified: branches/2015Q3/games/openra/Makefile branches/2015Q3/games/openra/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/games/openra/Makefile ============================================================================== --- branches/2015Q3/games/openra/Makefile Thu Jul 23 23:18:42 2015 (r392759) +++ branches/2015Q3/games/openra/Makefile Thu Jul 23 23:27:28 2015 (r392760) @@ -3,6 +3,7 @@ PORTNAME= openra PORTVERSION= 20150614 DISTVERSIONPREFIX= release- +PORTREVISION= 1 CATEGORIES= games # XXX Convert to USES=nuget or package dependencies instead MASTER_SITES= https://nuget.org/api/v2/package/StyleCopPlus.MSBuild/4.7.49.5?dummy=/:StyleCopPlus \ Modified: branches/2015Q3/games/openra/distinfo ============================================================================== --- branches/2015Q3/games/openra/distinfo Thu Jul 23 23:18:42 2015 (r392759) +++ branches/2015Q3/games/openra/distinfo Thu Jul 23 23:27:28 2015 (r392760) @@ -26,5 +26,5 @@ SHA256 (SDL2-CS.dll) = 61ea325dad3c58544 SIZE (SDL2-CS.dll) = 2882560 SHA256 (Eluant.dll) = abb67679c241ae35a430f79696792cbd9093ceda5998f6f578d0fd763ee440b0 SIZE (Eluant.dll) = 64000 -SHA256 (GeoLite2-Country.mmdb.gz) = 0dbbf822d49ae5204613900a7ef6b111264bb76762196370753f7d62856cf43a -SIZE (GeoLite2-Country.mmdb.gz) = 2145305 +SHA256 (GeoLite2-Country.mmdb.gz) = 4819459376f61423f5fb96eff141bf486d8e6133c47acd832d2ba87a39f2a922 +SIZE (GeoLite2-Country.mmdb.gz) = 2355980 From owner-svn-ports-all@freebsd.org Thu Jul 23 23:36:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53FA79A9B43; Thu, 23 Jul 2015 23:36:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4202E1577; Thu, 23 Jul 2015 23:36:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NNaDcC026114; Thu, 23 Jul 2015 23:36:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NNa82L026099; Thu, 23 Jul 2015 23:36:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507232336.t6NNa82L026099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 23 Jul 2015 23:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392761 - in head: Mk/Uses mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n mail/thunderbird/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.20 Precedence: 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, 23 Jul 2015 23:36:13 -0000 Author: jbeich Date: Thu Jul 23 23:36:07 2015 New Revision: 392761 URL: https://svnweb.freebsd.org/changeset/ports/392761 Log: - Update Thunderbird to 38.1.0 Changes: https://www.mozilla.org/thunderbird/38.0.1/releasenotes/ Changes: https://www.mozilla.org/thunderbird/38.1.0/releasenotes/ PR: 201769 Submitted by: Christoph Moench-Tegeder (based on) MFH: 2015Q3 X-MFH-With: r392273 Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html Added: head/mail/thunderbird/files/patch-bug1041268 (contents, props changed) head/mail/thunderbird/files/patch-bug1073117 (contents, props changed) head/mail/thunderbird/files/patch-bug1138845 (contents, props changed) head/mail/thunderbird/files/patch-bug1143686 (contents, props changed) head/mail/thunderbird/files/patch-bug1144643 (contents, props changed) head/mail/thunderbird/files/patch-media-libstagefright-foundation-AString.cpp (contents, props changed) head/mail/thunderbird/files/patch-media-mtransport-third_party-nICEr-src-util-mbslen.c (contents, props changed) head/mail/thunderbird/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp (contents, props changed) head/mail/thunderbird/files/patch-memory-jemalloc-Makefile.in (contents, props changed) head/mail/thunderbird/files/patch-system-openh264 (contents, props changed) head/mail/thunderbird/files/patch-toolkit_mozapps_installer_packager_mk (contents, props changed) Deleted: head/mail/thunderbird/files/patch-bug1013675 head/mail/thunderbird/files/patch-bug1015547 head/mail/thunderbird/files/patch-bug1021171 head/mail/thunderbird/files/patch-bug1026828 head/mail/thunderbird/files/patch-bug1041795 head/mail/thunderbird/files/patch-bug1046224 head/mail/thunderbird/files/patch-bug1067377 head/mail/thunderbird/files/patch-bug1073709 head/mail/thunderbird/files/patch-bug1082199 head/mail/thunderbird/files/patch-bug1103858 head/mail/thunderbird/files/patch-bug1125579 head/mail/thunderbird/files/patch-bug1125580 head/mail/thunderbird/files/patch-bug858919 head/mail/thunderbird/files/patch-bug961264 head/mail/thunderbird/files/patch-mozilla-media-mtransport-third_party-nICEr-src-util-mbslen.c head/mail/thunderbird/files/patch-mozilla-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp head/mail/thunderbird/files/patch-mozilla-memory-jemalloc-Makefile.in head/mail/thunderbird/files/patch-mozilla_toolkit_mozapps_installer_packager_mk Modified: head/Mk/Uses/gecko.mk head/mail/linux-thunderbird/Makefile head/mail/linux-thunderbird/distinfo head/mail/linux-thunderbird/pkg-plist head/mail/thunderbird-i18n/Makefile head/mail/thunderbird-i18n/Makefile.lang head/mail/thunderbird-i18n/Makefile.option head/mail/thunderbird-i18n/distinfo head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo head/mail/thunderbird/files/patch-bug1021761 head/mail/thunderbird/files/patch-bug1130155 head/mail/thunderbird/files/patch-bug702179 head/mail/thunderbird/files/patch-bug779713 head/mail/thunderbird/files/patch-bug826985 head/mail/thunderbird/files/patch-bug847568 head/mail/thunderbird/files/patch-config-baseconfig.mk head/mail/thunderbird/files/patch-ijg-libjpeg head/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp head/mail/thunderbird/files/patch-z-bug517422 Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Thu Jul 23 23:27:28 2015 (r392760) +++ head/Mk/Uses/gecko.mk Thu Jul 23 23:36:07 2015 (r392761) @@ -65,8 +65,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .elif ${gecko_ARGS:Mthunderbird} -_GECKO_DEFAULT_VERSION= 31 -_GECKO_VERSIONS= 31 +_GECKO_DEFAULT_VERSION= 38 +_GECKO_VERSIONS= 38 _GECKO_TYPE= thunderbird .if exists(${LOCALBASE}/bin/thunderbird) @@ -75,7 +75,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .endif # Dependence lines for different Thunderbird versions -31_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +38_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird .else IGNORE= Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird Modified: head/mail/linux-thunderbird/Makefile ============================================================================== --- head/mail/linux-thunderbird/Makefile Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/linux-thunderbird/Makefile Thu Jul 23 23:36:07 2015 (r392761) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 31.7.0 +DISTVERSION= 38.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US Modified: head/mail/linux-thunderbird/distinfo ============================================================================== --- head/mail/linux-thunderbird/distinfo Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/linux-thunderbird/distinfo Thu Jul 23 23:36:07 2015 (r392761) @@ -1,5 +1,5 @@ -SHA256 (thunderbird-31.7.0.tar.bz2) = 0a9b17c479e9673130d03bb38371013f2caa987690ca36318d32b934d54a5fb0 -SIZE (thunderbird-31.7.0.tar.bz2) = 36880203 +SHA256 (thunderbird-38.1.0.tar.bz2) = 3ef348d181d5a8ef35dd2781ac468e365878139e67a9c34fa817055928b95b3c +SIZE (thunderbird-38.1.0.tar.bz2) = 41827825 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: head/mail/linux-thunderbird/pkg-plist ============================================================================== --- head/mail/linux-thunderbird/pkg-plist Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/linux-thunderbird/pkg-plist Thu Jul 23 23:36:07 2015 (r392761) @@ -21,9 +21,99 @@ lib/%%APP_NAME%%/defaults/pref/channel-p lib/%%APP_NAME%%/dependentlibs.list lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/application.ini +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarm.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmMonitor.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttachment.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttendee.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCachedCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarManager.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarSearchService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTime.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTimeFormatter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDavRequestHandlers.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDeletedItems.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDuration.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calEvent.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFilter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFreeBusyService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calHtmlExport.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calICSService-worker.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calICSService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsImportExport.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsParser.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsSerializer.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItemBase.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItipItem.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calListFormatter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calMonthGridPrinter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calOutlookCSVImportExport.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calPeriod.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calProtocolHandler.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceDate.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceInfo.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceRule.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRelation.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calStartupService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTimezone.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTodo.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTransactionManager.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calUtils.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapCalendarItems.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapErrors.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapRequest.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapSession.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapUtils.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekInfoService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekPrinter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.jar +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calBackendLoader.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calCompositeCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDavCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDefaultACLManager.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICALJSComponents.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICSCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calImportExportModule.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItemModule.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipEmailTransport.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipProtocolHandler.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calMemoryCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calSleepMonitor.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calStorageCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calTimezoneService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calWcapCalendarModule.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/components.manifest +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/icaljs-manifest +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/interfaces.xpt +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libcalbasecomps.so +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical-manifest +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/install.rdf +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAlarmUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAsyncUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAuthUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calExtract.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calHashedArray.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItemUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calIteratorUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItipUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calPrintUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calProviderUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calRecurrenceUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageHelpers.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageUpgrade.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calViewUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calXMLUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ical.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones/zones.json lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon64.png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf -lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/isp/Bogofilter.sfd lib/%%APP_NAME%%/isp/DSPAM.sfd @@ -56,7 +146,6 @@ lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so lib/%%APP_NAME%%/libssl3.so lib/%%APP_NAME%%/libxul.so -lib/%%APP_NAME%%/mozilla-xremote-client lib/%%APP_NAME%%/omni.ja lib/%%APP_NAME%%/platform.ini lib/%%APP_NAME%%/plugin-container Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/thunderbird-i18n/Makefile Thu Jul 23 23:36:07 2015 (r392761) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 31.7.0 +PORTVERSION= 38.1.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: head/mail/thunderbird-i18n/Makefile.lang ============================================================================== --- head/mail/thunderbird-i18n/Makefile.lang Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/thunderbird-i18n/Makefile.lang Thu Jul 23 23:36:07 2015 (r392761) @@ -1,9 +1,10 @@ # $FreeBSD$ -THUNDERBIRD_I18N_ALL_= ar ast be bg bn-BD br ca cs da de el en-GB en-US es-AR \ - es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id \ - is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT rm \ - ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW +THUNDERBIRD_I18N_ALL_= ar ast be bg bn-BD br ca cs cy da de dsb el en-GB \ + en-US es-AR es-ES et eu fi fr fy-NL ga-IE gd gl he \ + hr hsb hu hy-AM id is it ja ko lt nb-NO nl nn-NO \ + pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE \ + ta-LK tr uk vi zh-CN zh-TW .if defined(THUNDERBIRD_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) THUNDERBIRD_I18N= ${THUNDERBIRD_I18N_ALL_} @@ -32,12 +33,18 @@ THUNDERBIRD_I18N+= ca .if ${PORT_OPTIONS:MLANG_CS} THUNDERBIRD_I18N+= cs .endif +.if ${PORT_OPTIONS:MLANG_CY} +THUNDERBIRD_I18N+= cy +.endif .if ${PORT_OPTIONS:MLANG_DA} THUNDERBIRD_I18N+= da .endif .if ${PORT_OPTIONS:MLANG_DE} THUNDERBIRD_I18N+= de .endif +.if ${PORT_OPTIONS:MLANG_DSB} +THUNDERBIRD_I18N+= dsb +.endif .if ${PORT_OPTIONS:MLANG_EL} THUNDERBIRD_I18N+= el .endif @@ -86,6 +93,9 @@ THUNDERBIRD_I18N+= hr .if ${PORT_OPTIONS:MLANG_HU} THUNDERBIRD_I18N+= hu .endif +.if ${PORT_OPTIONS:MLANG_HSB} +THUNDERBIRD_I18N+= hsb +.endif .if ${PORT_OPTIONS:MLANG_AM} THUNDERBIRD_I18N+= hy-AM .endif Modified: head/mail/thunderbird-i18n/Makefile.option ============================================================================== --- head/mail/thunderbird-i18n/Makefile.option Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/thunderbird-i18n/Makefile.option Thu Jul 23 23:36:07 2015 (r392761) @@ -9,8 +9,10 @@ OPTIONS_DEFINE= LANG_AR \ LANG_CA \ LANG_CN \ LANG_CS \ + LANG_CY \ LANG_DA \ LANG_DE \ + LANG_DSB \ LANG_EL \ LANG_GB \ LANG_US \ @@ -25,6 +27,7 @@ OPTIONS_DEFINE= LANG_AR \ LANG_GD \ LANG_GL \ LANG_HE \ + LANG_HSB \ LANG_HU \ LANG_AM \ LANG_ID \ @@ -59,3 +62,6 @@ OPTIONS_DEFINE= LANG_AR \ OPTIONS_DEFAULT=LANG_CN LANG_ES LANG_PBR LANG_RU LANG_JA LANG_DE LANG_FR \ LANG_KO LANG_IT LANG_PA + +LANG_DSB_DESC?= Lower Sorbian language support +LANG_HSB_DESC?= Upper Sorbian language support Modified: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/thunderbird-i18n/distinfo Thu Jul 23 23:36:07 2015 (r392761) @@ -1,110 +1,116 @@ -SHA256 (xpi/thunderbird-i18n-31.7.0/ar.xpi) = fac353e1067852ccac7bc23a958c54fdebd2aad30ad9551a07deb23811046d79 -SIZE (xpi/thunderbird-i18n-31.7.0/ar.xpi) = 472812 -SHA256 (xpi/thunderbird-i18n-31.7.0/ast.xpi) = 4e39fb7792c7fe787bb9d9f3a03ac57da15e9b353a51f1602afcffc3e0e0ffa8 -SIZE (xpi/thunderbird-i18n-31.7.0/ast.xpi) = 393049 -SHA256 (xpi/thunderbird-i18n-31.7.0/be.xpi) = 8be5b81c0a747d89ff9f586d726706718711a01ffd70ecbed9fe00352fb795dd -SIZE (xpi/thunderbird-i18n-31.7.0/be.xpi) = 427488 -SHA256 (xpi/thunderbird-i18n-31.7.0/bg.xpi) = 7ab3641502204c37108430f5be2f78a161b1aa5a63561c8edcf0186a7f509df6 -SIZE (xpi/thunderbird-i18n-31.7.0/bg.xpi) = 493734 -SHA256 (xpi/thunderbird-i18n-31.7.0/bn-BD.xpi) = 51cf109e8416775e656a1431630f3f4a6b0bde3e44744449283d0666284698bf -SIZE (xpi/thunderbird-i18n-31.7.0/bn-BD.xpi) = 555613 -SHA256 (xpi/thunderbird-i18n-31.7.0/br.xpi) = 97bbaea547340a56f528d8675b04a596369fb9b63245e20acd76d74211f7a668 -SIZE (xpi/thunderbird-i18n-31.7.0/br.xpi) = 441445 -SHA256 (xpi/thunderbird-i18n-31.7.0/ca.xpi) = 49d3df068e9edcf17ed99754bd45c7d00c50f4bacd7a5484ab86018197258523 -SIZE (xpi/thunderbird-i18n-31.7.0/ca.xpi) = 441713 -SHA256 (xpi/thunderbird-i18n-31.7.0/cs.xpi) = d491ebf429f56ad21632bc476f9364857ee838a330ff1b966cae2e8ec5a944e8 -SIZE (xpi/thunderbird-i18n-31.7.0/cs.xpi) = 444701 -SHA256 (xpi/thunderbird-i18n-31.7.0/da.xpi) = c95a6ce7d22eca56f365f05805393a1b52a5427af02a447f9dba1cd1559dd7c7 -SIZE (xpi/thunderbird-i18n-31.7.0/da.xpi) = 422052 -SHA256 (xpi/thunderbird-i18n-31.7.0/de.xpi) = 0debd56af6d8872d525e62ae8fd609620c3a66a425817dec83d701346fd766ba -SIZE (xpi/thunderbird-i18n-31.7.0/de.xpi) = 424665 -SHA256 (xpi/thunderbird-i18n-31.7.0/el.xpi) = 9b3ca0a7df6b8bc91274b2b757dfb909beb04815cf51b377b22755114776b536 -SIZE (xpi/thunderbird-i18n-31.7.0/el.xpi) = 484855 -SHA256 (xpi/thunderbird-i18n-31.7.0/en-GB.xpi) = d8d4dc74889792dc9b434f11a8934d5363dafb07aada75068809f1d3ceba7d66 -SIZE (xpi/thunderbird-i18n-31.7.0/en-GB.xpi) = 412515 -SHA256 (xpi/thunderbird-i18n-31.7.0/en-US.xpi) = c4e5def480042a55d8532129f3bd5226004b98f5dd3991eeb429a35152f4391e -SIZE (xpi/thunderbird-i18n-31.7.0/en-US.xpi) = 413660 -SHA256 (xpi/thunderbird-i18n-31.7.0/es-AR.xpi) = e0bf50d99447934d0f9865329469559308ab54c32d2d64321a9742b3aa4be063 -SIZE (xpi/thunderbird-i18n-31.7.0/es-AR.xpi) = 438531 -SHA256 (xpi/thunderbird-i18n-31.7.0/es-ES.xpi) = 162a5c3879bb4d826b8cfea0dd68cf13f29d417bac79cc2482dd78d76cc0a8f7 -SIZE (xpi/thunderbird-i18n-31.7.0/es-ES.xpi) = 374979 -SHA256 (xpi/thunderbird-i18n-31.7.0/et.xpi) = 9f5846d2147eeb8a834a282abc80ef1cd58389faaf4a0dfedfc4e91cd28faaf5 -SIZE (xpi/thunderbird-i18n-31.7.0/et.xpi) = 434364 -SHA256 (xpi/thunderbird-i18n-31.7.0/eu.xpi) = bba78265515862435a7aa19345460c0bdd192be207550f6a9ac0cdb7de535ac8 -SIZE (xpi/thunderbird-i18n-31.7.0/eu.xpi) = 431449 -SHA256 (xpi/thunderbird-i18n-31.7.0/fi.xpi) = bdf3d4bf05bc66951c9d861af635c791fd3513f578fe32a9ccc150aa81ba6304 -SIZE (xpi/thunderbird-i18n-31.7.0/fi.xpi) = 435632 -SHA256 (xpi/thunderbird-i18n-31.7.0/fr.xpi) = 5700997d79942d74db684fddb255ee1e5a1b10b0c7c0df875b917dbba91f9607 -SIZE (xpi/thunderbird-i18n-31.7.0/fr.xpi) = 444144 -SHA256 (xpi/thunderbird-i18n-31.7.0/fy-NL.xpi) = ed3f3e4bbba12218a0025747257cdaefceb4f37ce65fbf8e3ec1746cacf62d62 -SIZE (xpi/thunderbird-i18n-31.7.0/fy-NL.xpi) = 438544 -SHA256 (xpi/thunderbird-i18n-31.7.0/ga-IE.xpi) = 788127820d6404540b698794a9008990f77005056ec1f15da05785087729c178 -SIZE (xpi/thunderbird-i18n-31.7.0/ga-IE.xpi) = 449362 -SHA256 (xpi/thunderbird-i18n-31.7.0/gd.xpi) = f688f29b6e4032d6f6fd9b3e7ae20d2f94f7ae34e977bcb1ea1e9b4393ac9f4d -SIZE (xpi/thunderbird-i18n-31.7.0/gd.xpi) = 453172 -SHA256 (xpi/thunderbird-i18n-31.7.0/gl.xpi) = 52ba67336de4d8d19ac1d29d22df362af9e8b43a2cb800a0303b51e0b6d4c4fb -SIZE (xpi/thunderbird-i18n-31.7.0/gl.xpi) = 446788 -SHA256 (xpi/thunderbird-i18n-31.7.0/he.xpi) = 39519209cf6c19208e8c677439b3cad194d9d14f7ff3814c189890d6285b7af7 -SIZE (xpi/thunderbird-i18n-31.7.0/he.xpi) = 476111 -SHA256 (xpi/thunderbird-i18n-31.7.0/hr.xpi) = 7abab0668491b42dff80e8b656407b9489f8a133a58f0ca42f8c83a1973efd77 -SIZE (xpi/thunderbird-i18n-31.7.0/hr.xpi) = 436980 -SHA256 (xpi/thunderbird-i18n-31.7.0/hu.xpi) = ec4d3c63698bc825fee4a2dedde66a7796fef0efee8df307d8f233f382ba784a -SIZE (xpi/thunderbird-i18n-31.7.0/hu.xpi) = 454542 -SHA256 (xpi/thunderbird-i18n-31.7.0/hy-AM.xpi) = f22b7f8a56d6b92448d4b1cf471fdad56cef13e8668a472e833a8efc8400b53f -SIZE (xpi/thunderbird-i18n-31.7.0/hy-AM.xpi) = 492766 -SHA256 (xpi/thunderbird-i18n-31.7.0/id.xpi) = 40c62742c10f08f1b93e68b026b48b849dcf323f99987720be19c0bc0f4fbb7f -SIZE (xpi/thunderbird-i18n-31.7.0/id.xpi) = 475876 -SHA256 (xpi/thunderbird-i18n-31.7.0/is.xpi) = 1007cd1f3f72deecdbfbb3ec54837955f53235de4b39405158eec9dd74750246 -SIZE (xpi/thunderbird-i18n-31.7.0/is.xpi) = 437959 -SHA256 (xpi/thunderbird-i18n-31.7.0/it.xpi) = 6de47224c4342a1fc1c81d8ec0bab90cdacb4b4e54709e9590c2bd341fbfbae7 -SIZE (xpi/thunderbird-i18n-31.7.0/it.xpi) = 368001 -SHA256 (xpi/thunderbird-i18n-31.7.0/ja.xpi) = 4e3f6637cccafab04d665bb66b2d808797384c3b322a4375efcb9a3be480fe7f -SIZE (xpi/thunderbird-i18n-31.7.0/ja.xpi) = 489267 -SHA256 (xpi/thunderbird-i18n-31.7.0/ko.xpi) = 6c962ee2ce9051223897ace9fa6d7c60ffb7e95b103a52bad0f17803efcfeaf2 -SIZE (xpi/thunderbird-i18n-31.7.0/ko.xpi) = 448920 -SHA256 (xpi/thunderbird-i18n-31.7.0/lt.xpi) = 9dbde5ddc20a9512320490318f5f6278d5626357f3b17401482a439a4f6be654 -SIZE (xpi/thunderbird-i18n-31.7.0/lt.xpi) = 456352 -SHA256 (xpi/thunderbird-i18n-31.7.0/nb-NO.xpi) = 51a38f39dfc18d945a0985a23d0b7770f8fe3cebf8a28f22fd92bb288345a9b0 -SIZE (xpi/thunderbird-i18n-31.7.0/nb-NO.xpi) = 430942 -SHA256 (xpi/thunderbird-i18n-31.7.0/nl.xpi) = 784ba5505afef70f492a85651c632da974c01bf1c5a945ff132df40b077304d7 -SIZE (xpi/thunderbird-i18n-31.7.0/nl.xpi) = 431888 -SHA256 (xpi/thunderbird-i18n-31.7.0/nn-NO.xpi) = cfd312de7632a96facd36acdc00a04bc571101d655c5c8f70300d3f982b58366 -SIZE (xpi/thunderbird-i18n-31.7.0/nn-NO.xpi) = 433198 -SHA256 (xpi/thunderbird-i18n-31.7.0/pa-IN.xpi) = e444889660a60b44a3e5e6fc94972e2b8a2b97e0fa8959b41bcacacfc8be931d -SIZE (xpi/thunderbird-i18n-31.7.0/pa-IN.xpi) = 525323 -SHA256 (xpi/thunderbird-i18n-31.7.0/pl.xpi) = 3ef71ff4f72e28f15ea76764be9179cefdbf92a2270e87dad557cbf6d6c44f36 -SIZE (xpi/thunderbird-i18n-31.7.0/pl.xpi) = 410873 -SHA256 (xpi/thunderbird-i18n-31.7.0/pt-BR.xpi) = 298f9a4a205a77e471f96e38d12dbba00b6fb9ddf89b496e8b5eb106d1f33c97 -SIZE (xpi/thunderbird-i18n-31.7.0/pt-BR.xpi) = 450477 -SHA256 (xpi/thunderbird-i18n-31.7.0/pt-PT.xpi) = e01d684612fd224536e9cb21f44ace5cab81bf8fd15e8e5265847df1b2407a59 -SIZE (xpi/thunderbird-i18n-31.7.0/pt-PT.xpi) = 439603 -SHA256 (xpi/thunderbird-i18n-31.7.0/rm.xpi) = 0d2606836428595232daf0aedbafea4935e641658712fd99e34668e686c0d2e7 -SIZE (xpi/thunderbird-i18n-31.7.0/rm.xpi) = 439185 -SHA256 (xpi/thunderbird-i18n-31.7.0/ro.xpi) = 7de4b8e3ffcf3ac7ced5aeae0ca84d1e9c8603646e54473665505e1f1ac66925 -SIZE (xpi/thunderbird-i18n-31.7.0/ro.xpi) = 479749 -SHA256 (xpi/thunderbird-i18n-31.7.0/ru.xpi) = 38b372432b02c42703e3f425946cee6a42918d574f7bff7df5f9997ddb076f64 -SIZE (xpi/thunderbird-i18n-31.7.0/ru.xpi) = 436156 -SHA256 (xpi/thunderbird-i18n-31.7.0/si.xpi) = 3441d57aeedf15c5a29800e8f544b8571d41e5ed5a381d8bb2087cda97074970 -SIZE (xpi/thunderbird-i18n-31.7.0/si.xpi) = 528812 -SHA256 (xpi/thunderbird-i18n-31.7.0/sk.xpi) = dcd56d713daa7b6fb03d64219797e159eab8bef2e7eb9bd7999c0b285a24d153 -SIZE (xpi/thunderbird-i18n-31.7.0/sk.xpi) = 452995 -SHA256 (xpi/thunderbird-i18n-31.7.0/sl.xpi) = 7e7fb8287b9255aa8988bf63677e0bed8ae30c0da5ac7d83ba1300ba2bca41d3 -SIZE (xpi/thunderbird-i18n-31.7.0/sl.xpi) = 433874 -SHA256 (xpi/thunderbird-i18n-31.7.0/sq.xpi) = b9270889a4905233e450be25d61e4a1359a057bc6c021d5aba23a941cde56123 -SIZE (xpi/thunderbird-i18n-31.7.0/sq.xpi) = 454695 -SHA256 (xpi/thunderbird-i18n-31.7.0/sr.xpi) = 0ef471cf54c052214d5169189a72efc0e8d65801e482aeff413ffc7c822c1651 -SIZE (xpi/thunderbird-i18n-31.7.0/sr.xpi) = 537335 -SHA256 (xpi/thunderbird-i18n-31.7.0/sv-SE.xpi) = 803529203aded6bf1194a6d5d575f5e16f8a4a249a68878650c5469e92512923 -SIZE (xpi/thunderbird-i18n-31.7.0/sv-SE.xpi) = 436106 -SHA256 (xpi/thunderbird-i18n-31.7.0/ta-LK.xpi) = 3529d8a55ea5458edf24059d55178b6c4935aa82b604bc1c46e4b4bffb88234b -SIZE (xpi/thunderbird-i18n-31.7.0/ta-LK.xpi) = 553509 -SHA256 (xpi/thunderbird-i18n-31.7.0/tr.xpi) = e83e64f528b12b1550efb28ba4dea51e7912ab2af470c1382d78e01d9dc3a3ff -SIZE (xpi/thunderbird-i18n-31.7.0/tr.xpi) = 457360 -SHA256 (xpi/thunderbird-i18n-31.7.0/uk.xpi) = 12c2001834af439d1a0f95ed3f416788672d41c5b02481d26e54f66e721c83a6 -SIZE (xpi/thunderbird-i18n-31.7.0/uk.xpi) = 499656 -SHA256 (xpi/thunderbird-i18n-31.7.0/vi.xpi) = 7a20d9842117105f4ac641d602977cf20d4149564593adba0f3415976fd7b52d -SIZE (xpi/thunderbird-i18n-31.7.0/vi.xpi) = 513835 -SHA256 (xpi/thunderbird-i18n-31.7.0/zh-CN.xpi) = f582fac503f385ceb59761134ed24170ded9f65861106ff77219040b169e6a37 -SIZE (xpi/thunderbird-i18n-31.7.0/zh-CN.xpi) = 462668 -SHA256 (xpi/thunderbird-i18n-31.7.0/zh-TW.xpi) = 3b60993a3c85f61ef57b02334d3a71d864e9e6609ec29f398c1f60094cad43a3 -SIZE (xpi/thunderbird-i18n-31.7.0/zh-TW.xpi) = 463408 +SHA256 (xpi/thunderbird-i18n-38.1.0/ar.xpi) = 8bc4384ede05efcb02e67a8888651a81f22cbaea3bbf6072e156d707e2a9ad49 +SIZE (xpi/thunderbird-i18n-38.1.0/ar.xpi) = 475295 +SHA256 (xpi/thunderbird-i18n-38.1.0/ast.xpi) = 2a8b35fb65014cc2789e38a396a9c153b8726f5cc5c50ec042e29d9c7972b4fb +SIZE (xpi/thunderbird-i18n-38.1.0/ast.xpi) = 405893 +SHA256 (xpi/thunderbird-i18n-38.1.0/be.xpi) = 0bd3e4dcc65e44d62127fb1832803f75a0bad4cd179135375460327363e81864 +SIZE (xpi/thunderbird-i18n-38.1.0/be.xpi) = 442473 +SHA256 (xpi/thunderbird-i18n-38.1.0/bg.xpi) = 806a7f2d151db0f5334b2791dbd708b3f631b2ec214b2f6edfa7aa95abe0b59a +SIZE (xpi/thunderbird-i18n-38.1.0/bg.xpi) = 506149 +SHA256 (xpi/thunderbird-i18n-38.1.0/bn-BD.xpi) = 5f16873ea47e84fb01a263f7ab59a90188ad6c5b57ab13b90c925b4a8d0bf06a +SIZE (xpi/thunderbird-i18n-38.1.0/bn-BD.xpi) = 560648 +SHA256 (xpi/thunderbird-i18n-38.1.0/br.xpi) = c976d2fdb520e178df568a5824f4416b043f9ebbe436ddbfb81ef5b5f972d6e9 +SIZE (xpi/thunderbird-i18n-38.1.0/br.xpi) = 449788 +SHA256 (xpi/thunderbird-i18n-38.1.0/ca.xpi) = 82a2eef48fefe335f1f8d53d21861a45f7b73b4ad8b65c912f9820bf69273309 +SIZE (xpi/thunderbird-i18n-38.1.0/ca.xpi) = 450347 +SHA256 (xpi/thunderbird-i18n-38.1.0/cs.xpi) = a1e0b882b599705e1150a66139fee97dc009be2a8e64e6a7c2b1158373bfd3ca +SIZE (xpi/thunderbird-i18n-38.1.0/cs.xpi) = 448723 +SHA256 (xpi/thunderbird-i18n-38.1.0/cy.xpi) = 877cbe5d9dba3f90c2754788baaa137fb45bf9e2d071a50df69e970f341a6365 +SIZE (xpi/thunderbird-i18n-38.1.0/cy.xpi) = 434848 +SHA256 (xpi/thunderbird-i18n-38.1.0/da.xpi) = fad0fc825311a1b546eb117c8cc838f542485ff87cb71c5a656c449366a71526 +SIZE (xpi/thunderbird-i18n-38.1.0/da.xpi) = 425828 +SHA256 (xpi/thunderbird-i18n-38.1.0/de.xpi) = bc900b8f0f2db4c0e5527780db826789d61bf5b265ccf62033909fbb4f21e12e +SIZE (xpi/thunderbird-i18n-38.1.0/de.xpi) = 429876 +SHA256 (xpi/thunderbird-i18n-38.1.0/dsb.xpi) = 06ebda860118ac5833c6d8884a4e94bab7265622a48978c0e1b472055f784314 +SIZE (xpi/thunderbird-i18n-38.1.0/dsb.xpi) = 458486 +SHA256 (xpi/thunderbird-i18n-38.1.0/el.xpi) = d6df1e34d17723f2b52aecea1fab9af964bd936816f51e5dc0f335bbf59a9a6c +SIZE (xpi/thunderbird-i18n-38.1.0/el.xpi) = 493511 +SHA256 (xpi/thunderbird-i18n-38.1.0/en-GB.xpi) = 07e443159860c85c82f01dbc57e0c83904fa7788dd69fb234970ef0484afdc81 +SIZE (xpi/thunderbird-i18n-38.1.0/en-GB.xpi) = 416571 +SHA256 (xpi/thunderbird-i18n-38.1.0/en-US.xpi) = ef68841d061f743ab199e087ab45c12a2f1c4b481d2017f535bcadab2e8902ad +SIZE (xpi/thunderbird-i18n-38.1.0/en-US.xpi) = 416640 +SHA256 (xpi/thunderbird-i18n-38.1.0/es-AR.xpi) = c5b0d927e51ef06414cc14a64ab84d0d4e3b86f2833dd0bc1211a056507d425d +SIZE (xpi/thunderbird-i18n-38.1.0/es-AR.xpi) = 442640 +SHA256 (xpi/thunderbird-i18n-38.1.0/es-ES.xpi) = 79bb32e02108f6f8971c6504adc39ff45a202cb91b6e7daca286a3b0aaa6e1b0 +SIZE (xpi/thunderbird-i18n-38.1.0/es-ES.xpi) = 376066 +SHA256 (xpi/thunderbird-i18n-38.1.0/et.xpi) = 9fe401fa441232dd29fee49d26fcb65af34ccffc2666bf2fb09546a947d91e9d +SIZE (xpi/thunderbird-i18n-38.1.0/et.xpi) = 438262 +SHA256 (xpi/thunderbird-i18n-38.1.0/eu.xpi) = 0d54de9beec9e2f232a016d93d0b626bf8be86a1966ad6fb02c8d1cfe531a3f0 +SIZE (xpi/thunderbird-i18n-38.1.0/eu.xpi) = 434837 +SHA256 (xpi/thunderbird-i18n-38.1.0/fi.xpi) = cc7bf6325bf7d4c914cb7958687c776db8e2444cd969ac16e91d6a67be0ab729 +SIZE (xpi/thunderbird-i18n-38.1.0/fi.xpi) = 438889 +SHA256 (xpi/thunderbird-i18n-38.1.0/fr.xpi) = 56dbffbc5e1286f71eeb33961e209a6c6a9dd3916c4b3432733baf8f10c10e77 +SIZE (xpi/thunderbird-i18n-38.1.0/fr.xpi) = 448227 +SHA256 (xpi/thunderbird-i18n-38.1.0/fy-NL.xpi) = 00ec21c0bab139981ab81902051d7c59a5fa3a6ae7865e9613ebd95c0fe1bf87 +SIZE (xpi/thunderbird-i18n-38.1.0/fy-NL.xpi) = 442161 +SHA256 (xpi/thunderbird-i18n-38.1.0/ga-IE.xpi) = 76384620c71115c8ebb3afcc4b30de9de45d1230e44983b4bd3d1473bb9c144e +SIZE (xpi/thunderbird-i18n-38.1.0/ga-IE.xpi) = 457412 +SHA256 (xpi/thunderbird-i18n-38.1.0/gd.xpi) = 1da8565cafbb009abb0b0424fc15e0dc2bcf2c3048e14f7e1cf5e62bb5618835 +SIZE (xpi/thunderbird-i18n-38.1.0/gd.xpi) = 456317 +SHA256 (xpi/thunderbird-i18n-38.1.0/gl.xpi) = ff3d29d1a050b74e64e0a4450b65edb247a5eb36a1b8df6b57dc3851b1658fd3 +SIZE (xpi/thunderbird-i18n-38.1.0/gl.xpi) = 457860 +SHA256 (xpi/thunderbird-i18n-38.1.0/he.xpi) = aab3240dca233f9e6ec9077be40a3d0033d75ccbd196a9ccce2726261c9d4c41 +SIZE (xpi/thunderbird-i18n-38.1.0/he.xpi) = 485888 +SHA256 (xpi/thunderbird-i18n-38.1.0/hr.xpi) = f368ccd53d7d405c07149b351f56d391142b40e8774d9d7fa623ff3318428b6a +SIZE (xpi/thunderbird-i18n-38.1.0/hr.xpi) = 440419 +SHA256 (xpi/thunderbird-i18n-38.1.0/hsb.xpi) = f47a8a2ff662acef03541ead6caf3e900706ce348b7577cd656222e9dcc2c47a +SIZE (xpi/thunderbird-i18n-38.1.0/hsb.xpi) = 456454 +SHA256 (xpi/thunderbird-i18n-38.1.0/hu.xpi) = c8393cb2f5c8aab62fec71e53f19791e7ce4d3acc37814a4796e7b390a4e1fcf +SIZE (xpi/thunderbird-i18n-38.1.0/hu.xpi) = 457987 +SHA256 (xpi/thunderbird-i18n-38.1.0/hy-AM.xpi) = 56454db77528fd2bc02abd4f4ecde69adbe278cbe807842e3e92d709d5df526c +SIZE (xpi/thunderbird-i18n-38.1.0/hy-AM.xpi) = 500379 +SHA256 (xpi/thunderbird-i18n-38.1.0/id.xpi) = 913db42b7530f55a8f3836d4dd493cf45df86509c77cfc64aca28c4bf60c6321 +SIZE (xpi/thunderbird-i18n-38.1.0/id.xpi) = 483209 +SHA256 (xpi/thunderbird-i18n-38.1.0/is.xpi) = 0a0194046282ea36e3c48238f08bfa9ffff07531d473b9a800628b6fb22b4970 +SIZE (xpi/thunderbird-i18n-38.1.0/is.xpi) = 443008 +SHA256 (xpi/thunderbird-i18n-38.1.0/it.xpi) = 2b7659c9a0c57e608d05f64bff90b3f6e631ce089ed1135465e89a133482fca7 +SIZE (xpi/thunderbird-i18n-38.1.0/it.xpi) = 369023 +SHA256 (xpi/thunderbird-i18n-38.1.0/ja.xpi) = c790816d9a735d0ff3e3d82516b6c10076a94c6e278fdea05f04d52615984257 +SIZE (xpi/thunderbird-i18n-38.1.0/ja.xpi) = 492860 +SHA256 (xpi/thunderbird-i18n-38.1.0/ko.xpi) = 42a147ac06a0cd7995a78f014259464db2e51391aec4ea16a548e0d5f156d951 +SIZE (xpi/thunderbird-i18n-38.1.0/ko.xpi) = 454852 +SHA256 (xpi/thunderbird-i18n-38.1.0/lt.xpi) = bbdb182ae21c8b8da1175b5a936e8563250838e538004a45b7847d27a0b192ad +SIZE (xpi/thunderbird-i18n-38.1.0/lt.xpi) = 454571 +SHA256 (xpi/thunderbird-i18n-38.1.0/nb-NO.xpi) = e4b10c9cfd80c6f9b683880e454cc3dcd2e9eb01acdc0090e73b6c6b6b71a7d3 +SIZE (xpi/thunderbird-i18n-38.1.0/nb-NO.xpi) = 434340 +SHA256 (xpi/thunderbird-i18n-38.1.0/nl.xpi) = 032f473e1fce313d8d9cdcc49cdaf390711c266069c45df4dbee2e9c81e19b0d +SIZE (xpi/thunderbird-i18n-38.1.0/nl.xpi) = 435107 +SHA256 (xpi/thunderbird-i18n-38.1.0/nn-NO.xpi) = 361710679e3229b98aa5785b1cf36afa493e5ded84353a69574e4cbe7f5bbe29 +SIZE (xpi/thunderbird-i18n-38.1.0/nn-NO.xpi) = 436622 +SHA256 (xpi/thunderbird-i18n-38.1.0/pa-IN.xpi) = 53afb6a6ff09df13b97ffc88f95a527d860e751fd79e873a78be2e7bd977a15e +SIZE (xpi/thunderbird-i18n-38.1.0/pa-IN.xpi) = 530483 +SHA256 (xpi/thunderbird-i18n-38.1.0/pl.xpi) = d9c770408d6b8cc52df4113ccfeb339fc7e34ca45a62df49ee5f24e70a5e3503 +SIZE (xpi/thunderbird-i18n-38.1.0/pl.xpi) = 411508 +SHA256 (xpi/thunderbird-i18n-38.1.0/pt-BR.xpi) = 8160379e9ff6319939e7a9e2d37c0a7f66f436796f16c0c3ef8a70f1a2e17ea0 +SIZE (xpi/thunderbird-i18n-38.1.0/pt-BR.xpi) = 443773 +SHA256 (xpi/thunderbird-i18n-38.1.0/pt-PT.xpi) = d6354d745df58c48d15792c35aa8f4874d11bff0980df6b567de58f659357efe +SIZE (xpi/thunderbird-i18n-38.1.0/pt-PT.xpi) = 442063 +SHA256 (xpi/thunderbird-i18n-38.1.0/rm.xpi) = fbc4bb3603cd5927c98e82ca83e830bd0c0807cc63ee0215f60e1cea66cc4400 +SIZE (xpi/thunderbird-i18n-38.1.0/rm.xpi) = 442112 +SHA256 (xpi/thunderbird-i18n-38.1.0/ro.xpi) = 2e768e1a2e9ae04bafea1948c19b2b6e83f436f3a2841a94550f95bde7b30b42 +SIZE (xpi/thunderbird-i18n-38.1.0/ro.xpi) = 448347 +SHA256 (xpi/thunderbird-i18n-38.1.0/ru.xpi) = 85ab5454186b1a35c1268a8854b2407f1a260857a092de2cdc1c0fb84e278104 +SIZE (xpi/thunderbird-i18n-38.1.0/ru.xpi) = 437591 +SHA256 (xpi/thunderbird-i18n-38.1.0/si.xpi) = 8df4c4ca6dbb901f419b69b37da8b0762483e080513b6cebe0d4424444f6ce25 +SIZE (xpi/thunderbird-i18n-38.1.0/si.xpi) = 535362 +SHA256 (xpi/thunderbird-i18n-38.1.0/sk.xpi) = 8b34d932a49e56cc47b9dae57f7a515b40bcc1ae4efa50f1dd275855abb30659 +SIZE (xpi/thunderbird-i18n-38.1.0/sk.xpi) = 456606 +SHA256 (xpi/thunderbird-i18n-38.1.0/sl.xpi) = 7d2bbe2b04052165bde61b4e24f2c928460f914a57c8bec36d3496de67d5dd66 +SIZE (xpi/thunderbird-i18n-38.1.0/sl.xpi) = 437847 +SHA256 (xpi/thunderbird-i18n-38.1.0/sq.xpi) = 0e41b9ab3ec7853e3c8d19ad6380598ccc4d04884426f64be577a045f876cdd6 +SIZE (xpi/thunderbird-i18n-38.1.0/sq.xpi) = 446896 +SHA256 (xpi/thunderbird-i18n-38.1.0/sr.xpi) = c2d6d4a751580f2107aaeec7f23584ca7a8803cd15289fbf863d124a1801ffee +SIZE (xpi/thunderbird-i18n-38.1.0/sr.xpi) = 543336 +SHA256 (xpi/thunderbird-i18n-38.1.0/sv-SE.xpi) = 59cfe9b9ee411b92e288d0050ba3baddd5bc7bb779ed4fbff7681ae252053133 +SIZE (xpi/thunderbird-i18n-38.1.0/sv-SE.xpi) = 439633 +SHA256 (xpi/thunderbird-i18n-38.1.0/ta-LK.xpi) = 891b12e9f7722c570189c0c47a814e96ac3ef9e16b2d50625a4766085649d16f +SIZE (xpi/thunderbird-i18n-38.1.0/ta-LK.xpi) = 558759 +SHA256 (xpi/thunderbird-i18n-38.1.0/tr.xpi) = 5b42a203b0a6938a9967ce982fb800bd4db8ef0d2def1b9966e1352e843729fc +SIZE (xpi/thunderbird-i18n-38.1.0/tr.xpi) = 447799 +SHA256 (xpi/thunderbird-i18n-38.1.0/uk.xpi) = e32214709147900c4336af83dce5445614b72d4059dad67b6f703a0853ec2ad1 +SIZE (xpi/thunderbird-i18n-38.1.0/uk.xpi) = 509621 +SHA256 (xpi/thunderbird-i18n-38.1.0/vi.xpi) = 6d9b056f1d13e7dd95b79780c65e202c5c428f87e206370a5264644579a41626 +SIZE (xpi/thunderbird-i18n-38.1.0/vi.xpi) = 519864 +SHA256 (xpi/thunderbird-i18n-38.1.0/zh-CN.xpi) = 9d00bbc2f01c6974877923f9d770e16112b5e859788a728a7244052361f1ea7b +SIZE (xpi/thunderbird-i18n-38.1.0/zh-CN.xpi) = 466411 +SHA256 (xpi/thunderbird-i18n-38.1.0/zh-TW.xpi) = 65dd33db3a18a4f8eeb54b953650a3a592a8821765e44888849f15531bcf88ca +SIZE (xpi/thunderbird-i18n-38.1.0/zh-TW.xpi) = 466660 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/thunderbird/Makefile Thu Jul 23 23:36:07 2015 (r392761) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 31.7.0 -PORTREVISION= 1 +DISTVERSION= 38.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -13,31 +12,32 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \ - nss>=3.16.2.3:${PORTSDIR}/security/nss \ +BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ + nss>=3.19.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \ + harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ - sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.8.9:${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 +# opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.8.2 -L_VERSION= 3.3.7 +L_VERSION= 4.0.1 SSP_UNSAFE= yes USE_GECKO= gecko -USE_MOZILLA= # empty +USE_MOZILLA= -opus USE_QT5= # empty QT_NONSTANDARD= yes @@ -67,7 +67,7 @@ OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/GST .include -WRKSRC= ${WRKDIR}/comm-esr31 +WRKSRC= ${WRKDIR}/comm-esr38 MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi @@ -103,7 +103,7 @@ EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/ins MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:tl}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi +XPI_FILE= ${MOZ_OBJDIR}/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:tl}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID= lightning@thunderbird.mozilla.org .else Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/thunderbird/distinfo Thu Jul 23 23:36:07 2015 (r392761) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-31.7.0.source.tar.bz2) = dc3a6afaab486ba09745898f55986f98cc9bf7647cd992849f9c7ead563479b7 -SIZE (thunderbird-31.7.0.source.tar.bz2) = 171059989 +SHA256 (thunderbird-38.1.0.source.tar.bz2) = ddf1fd6048f07370bb0375eac76e687c19d29100c19e9f86fc04bb88d4409787 +SIZE (thunderbird-38.1.0.source.tar.bz2) = 204161689 SHA256 (enigmail-1.8.2.tar.gz) = 1d2700799bc52aaa8e8c9f7a0f5111281ff9fbdffc093cdff070657d574eb2a6 SIZE (enigmail-1.8.2.tar.gz) = 1604159 Modified: head/mail/thunderbird/files/patch-bug1021761 ============================================================================== --- head/mail/thunderbird/files/patch-bug1021761 Thu Jul 23 23:27:28 2015 (r392760) +++ head/mail/thunderbird/files/patch-bug1021761 Thu Jul 23 23:36:07 2015 (r392761) @@ -218,12 +218,12 @@ index a962553..1f780f4 100644 assert(p); pthread_mutex_unlock(&stm->mutex); -@@ -313,10 +360,10 @@ alsa_refill_stream(cubeb_stream * stm) - return ERROR; - } - if (got > 0) { -- snd_pcm_sframes_t wrote = snd_pcm_writei(stm->pcm, p, got); -+ snd_pcm_sframes_t wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +@@ -327,10 +374,10 @@ alsa_refill_stream(cubeb_stream * stm) + b[i] *= stm->volume; + } + } +- wrote = snd_pcm_writei(stm->pcm, p, got); ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); if (wrote == -EPIPE) { - snd_pcm_recover(stm->pcm, wrote, 1); - wrote = snd_pcm_writei(stm->pcm, p, got); @@ -533,42 +533,51 @@ index a962553..1f780f4 100644 assert((nfds_t) r == stm->nfds); r = pthread_cond_init(&stm->cond, NULL); -@@ -937,12 +1043,12 @@ alsa_get_max_channel_count(cubeb * ctx, uint32_t * max_channels) +@@ -895,7 +1001,7 @@ alsa_stream_destroy(cubeb_stream * stm) + pthread_mutex_lock(&stm->mutex); + if (stm->pcm) { + if (stm->state == DRAINING) { +- snd_pcm_drain(stm->pcm); ++ WRAP(snd_pcm_drain)(stm->pcm); + } + alsa_locked_pcm_close(stm->pcm); + stm->pcm = NULL; +@@ -938,12 +1044,12 @@ alsa_get_max_channel_count(cubeb * ctx, uint32_t * max_channels) return CUBEB_ERROR; } -- rv = snd_pcm_hw_params_any(stm->pcm, hw_params); -+ rv = WRAP(snd_pcm_hw_params_any)(stm->pcm, hw_params); - if (rv < 0) { +- r = snd_pcm_hw_params_any(stm->pcm, hw_params); ++ r = WRAP(snd_pcm_hw_params_any)(stm->pcm, hw_params); + if (r < 0) { return CUBEB_ERROR; } -- rv = snd_pcm_hw_params_get_channels_max(hw_params, max_channels); -+ rv = WRAP(snd_pcm_hw_params_get_channels_max)(hw_params, max_channels); - if (rv < 0) { +- r = snd_pcm_hw_params_get_channels_max(hw_params, max_channels); ++ r = WRAP(snd_pcm_hw_params_get_channels_max)(hw_params, max_channels); + if (r < 0) { return CUBEB_ERROR; } -@@ -962,34 +1068,34 @@ alsa_get_preferred_sample_rate(cubeb * ctx, uint32_t * rate) { +@@ -963,34 +1069,34 @@ alsa_get_preferred_sample_rate(cubeb * ctx, uint32_t * rate) { /* get a pcm, disabling resampling, so we get a rate the * hardware/dmix/pulse/etc. supports. */ -- rv = snd_pcm_open(&pcm, "", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); -+ rv = WRAP(snd_pcm_open)(&pcm, "", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); - if (rv < 0) { +- r = snd_pcm_open(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); ++ r = WRAP(snd_pcm_open)(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); + if (r < 0) { return CUBEB_ERROR; } -- rv = snd_pcm_hw_params_any(pcm, hw_params); -+ rv = WRAP(snd_pcm_hw_params_any)(pcm, hw_params); - if (rv < 0) { +- r = snd_pcm_hw_params_any(pcm, hw_params); ++ r = WRAP(snd_pcm_hw_params_any)(pcm, hw_params); + if (r < 0) { - snd_pcm_close(pcm); + WRAP(snd_pcm_close)(pcm); return CUBEB_ERROR; } -- rv = snd_pcm_hw_params_get_rate(hw_params, rate, &dir); -+ rv = WRAP(snd_pcm_hw_params_get_rate)(hw_params, rate, &dir); - if (rv >= 0) { +- r = snd_pcm_hw_params_get_rate(hw_params, rate, &dir); ++ r = WRAP(snd_pcm_hw_params_get_rate)(hw_params, rate, &dir); + if (r >= 0) { /* There is a default rate: use it. */ - snd_pcm_close(pcm); + WRAP(snd_pcm_close)(pcm); @@ -578,9 +587,9 @@ index a962553..1f780f4 100644 /* Use a common rate, alsa may adjust it based on hw/etc. capabilities. */ *rate = 44100; -- rv = snd_pcm_hw_params_set_rate_near(pcm, hw_params, rate, NULL); -+ rv = WRAP(snd_pcm_hw_params_set_rate_near)(pcm, hw_params, rate, NULL); - if (rv < 0) { +- r = snd_pcm_hw_params_set_rate_near(pcm, hw_params, rate, NULL); ++ r = WRAP(snd_pcm_hw_params_set_rate_near)(pcm, hw_params, rate, NULL); + if (r < 0) { - snd_pcm_close(pcm); + WRAP(snd_pcm_close)(pcm); return CUBEB_ERROR; @@ -634,7 +643,7 @@ new file mode 100644 index 0000000..5e38e27 --- /dev/null +++ mozilla/media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,397 @@ +@@ -0,0 +1,402 @@ +/* + * Copyright © 2014 Mozilla Foundation + * @@ -1030,7 +1039,12 @@ index 0000000..5e38e27 + .stream_start = oss_stream_start, + .stream_stop = oss_stream_stop, + .stream_get_position = oss_stream_get_position, -+ .stream_get_latency = oss_stream_get_latency ++ .stream_get_latency = oss_stream_get_latency, ++ .stream_set_volume = oss_stream_set_volume, ++ .stream_set_panning = oss_stream_set_panning, ++ .stream_get_current_device = NULL, ++ .stream_device_destroy = NULL, ++ .stream_register_device_changed_callback = NULL +}; diff --git media/libcubeb/src/moz.build media/libcubeb/src/moz.build index 8b7a0dd..31212ce 100644 @@ -1056,36 +1070,33 @@ index 8b7a0dd..31212ce 100644 +CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] CFLAGS += CONFIG['MOZ_ALSA_CFLAGS'] CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS'] -diff --git media/webrtc/signaling/test/Makefile.in media/webrtc/signaling/test/Makefile.in +diff --git media/webrtc/signaling/test/moz.build media/webrtc/signaling/test/moz.build index 991f03f..3d99eb5 100644 ---- mozilla/media/webrtc/signaling/test/Makefile.in -+++ mozilla/media/webrtc/signaling/test/Makefile.in -@@ -26,9 +26,9 @@ ifdef JS_SHARED_LIBRARY - LIBS += $(MOZ_JS_LIBS) - endif - --ifdef MOZ_ALSA -+ifdef MOZ_OSS - LIBS += \ -- $(MOZ_ALSA_LIBS) \ -+ $(MOZ_OSS_LIBS) \ - $(NULL) - endif +--- mozilla/media/webrtc/signaling/test/moz.build ++++ mozilla/media/webrtc/signaling/test/moz.build +@@ -112,8 +112,8 @@ if CONFIG['JS_SHARED_LIBRARY']: + OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] + OS_LIBS += CONFIG['REALTIME_LIBS'] + +-if CONFIG['MOZ_ALSA']: +- OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] ++if CONFIG['MOZ_OSS']: ++ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] -diff --git toolkit/library/libxul.mk toolkit/library/libxul.mk + if CONFIG['MOZ_NATIVE_JPEG']: + OS_LIBS += CONFIG['MOZ_JPEG_LIBS'] +diff --git toolkit/library/moz.build toolkit/library/moz.build index e191f13..4fb268a 100644 ---- mozilla/toolkit/library/libxul.mk -+++ mozilla/toolkit/library/libxul.mk -@@ -146,9 +146,9 @@ OS_LIBS += $(call EXPAND_LIBNAME,secur32 - endif - endif - --ifdef MOZ_ALSA --EXTRA_DSO_LDOPTS += $(MOZ_ALSA_LIBS) --endif -+ifdef MOZ_OSS -+EXTRA_DSO_LDOPTS += $(MOZ_OSS_LIBS) -+endif +--- mozilla/toolkit/library/moz.build ++++ mozilla/toolkit/library/moz.build +@@ -234,8 +234,8 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: + if not CONFIG['MOZ_TREE_PIXMAN']: + OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS'] + +-if CONFIG['MOZ_ALSA']: +- OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] ++if CONFIG['MOZ_OSS']: ++ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] - ifdef HAVE_CLOCK_MONOTONIC - EXTRA_DSO_LDOPTS += $(REALTIME_LIBS) + if CONFIG['HAVE_CLOCK_MONOTONIC']: + OS_LIBS += CONFIG['REALTIME_LIBS'] Added: head/mail/thunderbird/files/patch-bug1041268 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1041268 Thu Jul 23 23:36:07 2015 (r392761) @@ -0,0 +1,26 @@ +diff --git media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc +index 97f69d3..77a50b3 100644 +--- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc ++++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc +@@ -18,7 +18,7 @@ ScreenCapturer* ScreenCapturer::Create() { + return Create(DesktopCaptureOptions::CreateDefault()); + } + +-#if defined(WEBRTC_LINUX) ++#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) + ScreenCapturer* ScreenCapturer::CreateWithXDamage( + bool use_update_notifications) { + DesktopCaptureOptions options; +diff --git media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h +index a8d40a7..177a6c1 100644 +--- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h ++++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h +@@ -74,7 +74,7 @@ class ScreenCapturer : public DesktopCapturer { + static ScreenCapturer* Create(const DesktopCaptureOptions& options); + static ScreenCapturer* Create(); + +-#if defined(WEBRTC_LINUX) ++#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) + // Creates platform-specific capturer and instructs it whether it should use + // X DAMAGE support. + static ScreenCapturer* CreateWithXDamage(bool use_x_damage); Added: head/mail/thunderbird/files/patch-bug1073117 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1073117 Thu Jul 23 23:36:07 2015 (r392761) @@ -0,0 +1,877 @@ +diff --git widget/gtk/gtk2drawing.c widget/gtk/gtk2drawing.c +index 34f22af..1b950ab 100644 +--- mozilla/widget/gtk/gtk2drawing.c ++++ mozilla/widget/gtk/gtk2drawing.c +@@ -831,7 +831,7 @@ moz_gtk_get_focus_outline_size(gint* focus_h_width, gint* focus_v_width) + return MOZ_GTK_SUCCESS; + } + +-gint ++static gint + moz_gtk_widget_get_focus(GtkWidget* widget, gboolean* interior_focus, + gint* focus_width, gint* focus_pad) + { +@@ -928,7 +928,7 @@ moz_gtk_splitter_get_metrics(gint orientation, gint* size) + return MOZ_GTK_SUCCESS; + } + +-gint ++static gint + moz_gtk_button_get_inner_border(GtkWidget* widget, GtkBorder* inner_border) + { + static const GtkBorder default_inner_border = { 1, 1, 1, 1 }; +diff --git widget/gtk/gtk3drawing.c widget/gtk/gtk3drawing.c +index 08a58d6..7fef6fa 100644 +--- mozilla/widget/gtk/gtk3drawing.c ++++ mozilla/widget/gtk/gtk3drawing.c +@@ -65,6 +65,7 @@ static GtkWidget* gScrolledWindowWidget; + static style_prop_t style_prop_func; + static gboolean have_arrow_scaling; + static gboolean checkbox_check_state; ++static gboolean notebook_has_tab_gap; + static gboolean is_initialized; + + #define ARROW_UP 0 +@@ -725,6 +726,14 @@ moz_gtk_init() + else + checkbox_check_state = GTK_STATE_FLAG_ACTIVE; + ++ if(!gtk_check_version(3, 12, 0)) { ++ ensure_tab_widget(); ++ gtk_widget_style_get(gTabWidget, "has-tab-gap", ¬ebook_has_tab_gap, NULL); ++ } ++ else { ++ notebook_has_tab_gap = TRUE; ++ } ++ + /* Add style property to GtkEntry. + * Adding the style property to the normal GtkEntry class means that it + * will work without issues inside GtkComboBox and for Spinbuttons. */ +@@ -762,37 +771,17 @@ moz_gtk_radio_get_metrics(gint* indicator_size, gint* indicator_spacing) + gint + moz_gtk_get_focus_outline_size(gint* focus_h_width, gint* focus_v_width) + { +- gboolean interior_focus; +- gint focus_width = 0; ++ GtkBorder border; ++ GtkBorder padding; ++ GtkStyleContext *style; + + ensure_entry_widget(); +- gtk_widget_style_get(gEntryWidget, +- "interior-focus", &interior_focus, +- "focus-line-width", &focus_width, +- NULL); +- if (interior_focus) { +- GtkBorder border; +- GtkStyleContext *style = gtk_widget_get_style_context(gEntryWidget); +- gtk_style_context_get_border(style, 0, &border); +- *focus_h_width = border.left + focus_width; +- *focus_v_width = border.top + focus_width; +- } else { +- *focus_h_width = focus_width; +- *focus_v_width = focus_width; +- } +- return MOZ_GTK_SUCCESS; +-} +- +-gint +-moz_gtk_widget_get_focus(GtkWidget* widget, gboolean* interior_focus, +- gint* focus_width, gint* focus_pad) +-{ +- gtk_widget_style_get (widget, +- "interior-focus", interior_focus, +- "focus-line-width", focus_width, +- "focus-padding", focus_pad, +- NULL); ++ style = gtk_widget_get_style_context(gEntryWidget); + ++ gtk_style_context_get_border(style, 0, &border); ++ gtk_style_context_get_padding(style, 0, &padding); ++ *focus_h_width = border.left + padding.left; ++ *focus_v_width = border.top + padding.top; + return MOZ_GTK_SUCCESS; + } + +@@ -880,24 +860,6 @@ moz_gtk_splitter_get_metrics(gint orientation, gint* size) + return MOZ_GTK_SUCCESS; + } + +-gint +-moz_gtk_button_get_inner_border(GtkWidget* widget, GtkBorder* inner_border) +-{ +- static const GtkBorder default_inner_border = { 1, 1, 1, 1 }; +- GtkBorder *tmp_border; +- +- gtk_widget_style_get (widget, "inner-border", &tmp_border, NULL); +- +- if (tmp_border) { +- *inner_border = *tmp_border; +- gtk_border_free(tmp_border); +- } +- else +- *inner_border = default_inner_border; +- +- return MOZ_GTK_SUCCESS; +-} +- + static gint + moz_gtk_button_paint(cairo_t *cr, GdkRectangle* rect, + GtkWidgetState* state, +@@ -908,19 +870,8 @@ moz_gtk_button_paint(cairo_t *cr, GdkRectangle* rect, + GtkStyleContext* style = gtk_widget_get_style_context(widget); + gint x = rect->x, y=rect->y, width=rect->width, height=rect->height; + +- gboolean interior_focus; +- gint focus_width, focus_pad; +- +- moz_gtk_widget_get_focus(widget, &interior_focus, &focus_width, &focus_pad); + gtk_widget_set_direction(widget, direction); +- +- if (!interior_focus && state->focused) { +- x += focus_width + focus_pad; +- y += focus_width + focus_pad; +- width -= 2 * (focus_width + focus_pad); +- height -= 2 * (focus_width + focus_pad); +- } +- ++ + gtk_style_context_save(style); + gtk_style_context_set_state(style, state_flags); + +@@ -953,20 +904,12 @@ moz_gtk_button_paint(cairo_t *cr, GdkRectangle* rect, + } + + if (state->focused) { +- if (interior_focus) { +- GtkBorder border; +- gtk_style_context_get_border(style, state_flags, &border); +- x += border.left + focus_pad; +- y += border.top + focus_pad; +- width -= 2 * (border.left + focus_pad); +- height -= 2 * (border.top + focus_pad); +- } else { +- x -= focus_width + focus_pad; +- y -= focus_width + focus_pad; +- width += 2 * (focus_width + focus_pad); +- height += 2 * (focus_width + focus_pad); +- } +- ++ GtkBorder border; ++ gtk_style_context_get_border(style, state_flags, &border); ++ x += border.left; ++ y += border.top; ++ width -= (border.left + border.right); ++ height -= (border.top + border.bottom); + gtk_render_focus(style, cr, x, y, width, height); + } + gtk_style_context_restore(style); +@@ -1056,33 +999,23 @@ calculate_button_inner_rect(GtkWidget* button, GdkRectangle* rect, + GtkTextDirection direction, + gboolean ignore_focus) + { +- GtkBorder inner_border; +- gboolean interior_focus; +- gint focus_width, focus_pad; + GtkStyleContext* style; + GtkBorder border; ++ GtkBorder padding = {0, 0, 0, 0}; + + style = gtk_widget_get_style_context(button); + + /* This mirrors gtkbutton's child positioning */ +- moz_gtk_button_get_inner_border(button, &inner_border); +- moz_gtk_widget_get_focus(button, &interior_focus, +- &focus_width, &focus_pad); +- +- if (ignore_focus) +- focus_width = focus_pad = 0; +- + gtk_style_context_get_border(style, 0, &border); ++ if (!ignore_focus) ++ gtk_style_context_get_padding(style, 0, &padding); + +- inner_rect->x = rect->x + border.left + focus_width + focus_pad; +- inner_rect->x += direction == GTK_TEXT_DIR_LTR ? +- inner_border.left : inner_border.right; +- inner_rect->y = rect->y + inner_border.top + border.top + +- focus_width + focus_pad; +- inner_rect->width = MAX(1, rect->width - inner_border.left - +- inner_border.right - (border.left + focus_pad + focus_width) * 2); +- inner_rect->height = MAX(1, rect->height - inner_border.top - +- inner_border.bottom - (border.top + focus_pad + focus_width) * 2); ++ inner_rect->x = rect->x + border.left + padding.left; ++ inner_rect->y = rect->y + padding.top + border.top; ++ inner_rect->width = MAX(1, rect->width - padding.left - ++ padding.right - border.left * 2); ++ inner_rect->height = MAX(1, rect->height - padding.top - ++ padding.bottom - border.top * 2); + + return MOZ_GTK_SUCCESS; + } +@@ -1457,19 +1390,12 @@ moz_gtk_entry_paint(cairo_t *cr, GdkRectangle* rect, + { + gint x = rect->x, y = rect->y, width = rect->width, height = rect->height; + GtkStyleContext* style; +- gboolean interior_focus; +- gint focus_width; + int draw_focus_outline_only = state->depressed; // NS_THEME_FOCUS_OUTLINE + + gtk_widget_set_direction(widget, direction); + + style = gtk_widget_get_style_context(widget); + +- gtk_widget_style_get(widget, +- "interior-focus", &interior_focus, +- "focus-line-width", &focus_width, +- NULL); +- + if (draw_focus_outline_only) { + // Inflate the given 'rect' with the focus outline size. + gint h, v; +@@ -1501,14 +1427,6 @@ moz_gtk_entry_paint(cairo_t *cr, GdkRectangle* rect, + /* This will get us the lit borders that focused textboxes enjoy on *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Jul 24 00:06:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10C319A9296; Fri, 24 Jul 2015 00:06:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E87D4165A; Fri, 24 Jul 2015 00:06:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O06Cs3039752; Fri, 24 Jul 2015 00:06:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O06BuH039748; Fri, 24 Jul 2015 00:06:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507240006.t6O06BuH039748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 Jul 2015 00:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392762 - in head/devel: py-game_sdl2 renpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 00:06:13 -0000 Author: jbeich Date: Fri Jul 24 00:06:10 2015 New Revision: 392762 URL: https://svnweb.freebsd.org/changeset/ports/392762 Log: devel/py-game_sdl2, devel/renpy: update to 6.99.5 and switch to -sdk - Install runtimes necessary to build game distributions for non-FreeBSD [1] - Use vendor bytecode to avoid an issue with saves and workaround build now failing without X11 connection Changes: http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-5 PR: 201322 [1] Modified: head/devel/py-game_sdl2/Makefile (contents, props changed) head/devel/py-game_sdl2/distinfo (contents, props changed) head/devel/renpy/Makefile (contents, props changed) head/devel/renpy/distinfo (contents, props changed) Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Thu Jul 23 23:36:07 2015 (r392761) +++ head/devel/py-game_sdl2/Makefile Fri Jul 24 00:06:10 2015 (r392762) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 6.99.4 +PORTVERSION= 6.99.5 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ #MASTER_SITES+= GENTOO Modified: head/devel/py-game_sdl2/distinfo ============================================================================== --- head/devel/py-game_sdl2/distinfo Thu Jul 23 23:36:07 2015 (r392761) +++ head/devel/py-game_sdl2/distinfo Fri Jul 24 00:06:10 2015 (r392762) @@ -1,2 +1,2 @@ -SHA256 (pygame_sdl2-for-renpy-6.99.4.tar.bz2) = 737d1d3ec8174a1b2b71bcd929d3e063b392e838807521b5a128f537e3be91f0 -SIZE (pygame_sdl2-for-renpy-6.99.4.tar.bz2) = 131584 +SHA256 (pygame_sdl2-for-renpy-6.99.5.tar.bz2) = 3cfe05da83fa115c7fa10ae7aac88979ba9b5ba73986205b89b3bb25c4687230 +SIZE (pygame_sdl2-for-renpy-6.99.5.tar.bz2) = 131886 Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Thu Jul 23 23:36:07 2015 (r392761) +++ head/devel/renpy/Makefile Fri Jul 24 00:06:10 2015 (r392762) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION= 6.99.4 -DISTVERSIONSUFFIX=-source +PORTVERSION= 6.99.5 +DISTVERSIONSUFFIX=-sdk CATEGORIES= devel games MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ #MASTER_SITES+= GENTOO @@ -16,14 +16,14 @@ LICENSE_NAME_DejaVu= Bitstream Vera and LICENSE_FILE_DejaVu= ${WRKSRC}/renpy/common/DejaVuSans.txt LICENSE_PERMS_DejaVu= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2 \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>=6.99.5:${PORTSDIR}/devel/py-game_sdl2 \ cython:${PORTSDIR}/lang/cython LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ libGLEW.so:${PORTSDIR}/graphics/glew \ libpng.so:${PORTSDIR}/graphics/png \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libfreetype.so:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>=6.99.5:${PORTSDIR}/devel/py-game_sdl2 # Upstream tends to reroll distfiles before moving under /release/ PORTSCOUT= site:http://www.renpy.org/dl/release/ @@ -31,14 +31,13 @@ PORTSCOUT= site:http://www.renpy.org/dl/ USES= python:2.7 shebangfix tar:bz2 USE_PYTHON= autoplist distutils USE_SDL= sdl2 -EXTRACT_AFTER_ARGS=--exclude gen --exclude '*.py[co]' +EXTRACT_AFTER_ARGS=--exclude gen --exclude '*.py[co]' --exclude 'pythonlib*' SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py python_OLD_CMD= /usr/bin/env python python_CMD= ${PYTHON_CMD} BUILD_WRKSRC= ${WRKSRC}/module INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV+= RENPY_DEPS_INSTALL="${LOCALBASE}" -PYDISTUTILS_BUILDPATH=${BUILD_WRKSRC}/build/lib.${OPSYS:tl}-${UNAMER}-${ARCH}-${PYTHON_VER} PORTDATA= launcher renpy renpy.py templates PORTDOCS= * PLIST_FILES= bin/${PORTNAME} @@ -50,14 +49,26 @@ DESKTOP_ENTRIES="Ren'Py" \ "Development;Game;AdventureGame;" \ "" -OPTIONS_DEFAULT=TKINTER -OPTIONS_DEFINE= DOCS EXAMPLES TKINTER +OPTIONS_DEFAULT=TKINTER DIST +OPTIONS_DEFINE= DOCS DIST EXAMPLES TKINTER +DIST_DESC= Distribution runtimes for Windows, OS X, Linux TKINTER_DESC= Install Tkinter to allow choosing Projects Directory TKINTER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter .include +.if ${PORT_OPTIONS:MDIST} +LICENSE+= ART20 PSFL +PORTDATA+= lib renpy.app renpy.exe renpy.sh +. for lic in FREETYPE LIBJPEG LIBPNG MSVCR90 +LICENSE+= ${lic} +LICENSE_NAME_${lic}= ${lic} license +LICENSE_FILE_${lic}= ${WRKSRC}/LICENSE.txt +LICENSE_PERMS_${lic}= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +. endfor +.endif + .if ${PORT_OPTIONS:MEXAMPLES} PORTDATA+= the_question tutorial .endif @@ -71,12 +82,6 @@ post-patch: post-build: @${PYTHON_CMD} -m compileall -d ${DATADIR} ${WRKSRC} @${PYTHON_CMD} -O -m compileall -d ${DATADIR} ${WRKSRC} -# XXX Replace WRKSRC with DATADIR in bytecode - @(cd ${WRKSRC} && for d in */game templates/*; do \ - ${SETENV} HOME=${WRKDIR} \ - PYTHONPATH="${PYTHONPATH}:${PYDISTUTILS_BUILDPATH}" \ - ${PYTHON_CMD} ${WRKSRC}/renpy.py $$d compile; \ - done) add-plist-post: add-empty-dirs add-empty-dirs: Modified: head/devel/renpy/distinfo ============================================================================== --- head/devel/renpy/distinfo Thu Jul 23 23:36:07 2015 (r392761) +++ head/devel/renpy/distinfo Fri Jul 24 00:06:10 2015 (r392762) @@ -1,2 +1,2 @@ -SHA256 (renpy-6.99.4-source.tar.bz2) = bb574bb847bc71bc5c507a176235cd074fdd44e2660a999c1c7767c5ed9e1633 -SIZE (renpy-6.99.4-source.tar.bz2) = 23465980 +SHA256 (renpy-6.99.5-sdk.tar.bz2) = fef030f4fc6d3b1f9f6fb634005721acbc12a54bf6064ebf7c7458bb977267e6 +SIZE (renpy-6.99.5-sdk.tar.bz2) = 52888481 From owner-svn-ports-all@freebsd.org Fri Jul 24 00:17:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A74999A943C; Fri, 24 Jul 2015 00:17:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97ADD1CD2; Fri, 24 Jul 2015 00:17:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O0HHqo043940; Fri, 24 Jul 2015 00:17:17 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O0HHWq043938; Fri, 24 Jul 2015 00:17:17 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507240017.t6O0HHWq043938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 24 Jul 2015 00:17:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392763 - head/archivers/lzlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 00:17:17 -0000 Author: delphij Date: Fri Jul 24 00:17:16 2015 New Revision: 392763 URL: https://svnweb.freebsd.org/changeset/ports/392763 Log: Update to 1.7. Modified: head/archivers/lzlib/Makefile head/archivers/lzlib/distinfo Modified: head/archivers/lzlib/Makefile ============================================================================== --- head/archivers/lzlib/Makefile Fri Jul 24 00:06:10 2015 (r392762) +++ head/archivers/lzlib/Makefile Fri Jul 24 00:17:16 2015 (r392763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzlib -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip/lzlib Modified: head/archivers/lzlib/distinfo ============================================================================== --- head/archivers/lzlib/distinfo Fri Jul 24 00:06:10 2015 (r392762) +++ head/archivers/lzlib/distinfo Fri Jul 24 00:17:16 2015 (r392763) @@ -1,2 +1,2 @@ -SHA256 (lzlib-1.6.tar.gz) = c187ef5ffa9ffb01abaec667dda4d8c8b378291c68ad094c63bd75ee049e4780 -SIZE (lzlib-1.6.tar.gz) = 91734 +SHA256 (lzlib-1.7.tar.gz) = 88c919dbb16a8b5409fc8ccec31d3c604551d73e84cec8c964fd639452536214 +SIZE (lzlib-1.7.tar.gz) = 94257 From owner-svn-ports-all@freebsd.org Fri Jul 24 00:17:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D9039A946E; Fri, 24 Jul 2015 00:17:32 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E20D1DB1; Fri, 24 Jul 2015 00:17:32 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O0HVcg044060; Fri, 24 Jul 2015 00:17:31 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O0HV10044058; Fri, 24 Jul 2015 00:17:31 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507240017.t6O0HV10044058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 24 Jul 2015 00:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392764 - head/archivers/plzip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 00:17:32 -0000 Author: delphij Date: Fri Jul 24 00:17:30 2015 New Revision: 392764 URL: https://svnweb.freebsd.org/changeset/ports/392764 Log: Update to 1.4. Modified: head/archivers/plzip/Makefile head/archivers/plzip/distinfo Modified: head/archivers/plzip/Makefile ============================================================================== --- head/archivers/plzip/Makefile Fri Jul 24 00:17:16 2015 (r392763) +++ head/archivers/plzip/Makefile Fri Jul 24 00:17:30 2015 (r392764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plzip -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip/${PORTNAME} Modified: head/archivers/plzip/distinfo ============================================================================== --- head/archivers/plzip/distinfo Fri Jul 24 00:17:16 2015 (r392763) +++ head/archivers/plzip/distinfo Fri Jul 24 00:17:30 2015 (r392764) @@ -1,2 +1,2 @@ -SHA256 (plzip-1.3.tar.gz) = 45f631ae849cb1372317432478c815725ba00ae67fd7df9fb97df994720234a7 -SIZE (plzip-1.3.tar.gz) = 60027 +SHA256 (plzip-1.4.tar.gz) = 2a152ee429495cb96c22a51b618d1d19882db3e24aff79329d9c755a2a2f67bb +SIZE (plzip-1.4.tar.gz) = 60291 From owner-svn-ports-all@freebsd.org Fri Jul 24 00:50:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 859B19A9B74; Fri, 24 Jul 2015 00:50:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59665144D; Fri, 24 Jul 2015 00:50:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O0oemo056846; Fri, 24 Jul 2015 00:50:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O0oeVB056845; Fri, 24 Jul 2015 00:50:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507240050.t6O0oeVB056845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 Jul 2015 00:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392765 - head/devel/renpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 00:50:40 -0000 Author: jbeich Date: Fri Jul 24 00:50:39 2015 New Revision: 392765 URL: https://svnweb.freebsd.org/changeset/ports/392765 Log: devel/renpy: unbreak bundled python in distributions Don't remove *.pyo that ends up in game packages to fix $ tar xf foo-game-linux.tar.bz2 $ cd foo-game-linux $ /compat/linux/bin/bash -x foo-game.sh + SCRIPT=foo-game.sh + '[' -L foo-game.sh ']' ++ dirname foo-game.sh + ROOT=. ++ cd . ++ pwd + ROOT=/path/to/foo-game-dists/foo-game-linux ++ basename foo-game.sh .sh + BASEFILE=foo-game + '[' -z '' ']' + case "$(uname -s)-$(uname -m)" in ++ uname -s ++ uname -m + RENPY_PLATFORM=linux-i686 + ROOT1=/path/to/foo-game-dists/foo-game-linux + ROOT2=/path/to/foo-game-dists/foo-game-linux + for BASE in '"$ROOT"' '"$ROOT1"' '"$ROOT2"' + LIB=/path/to/foo-game-dists/foo-game-linux/lib/linux-i686 + test -d /path/to/foo-game-dists/foo-game-linux/lib/linux-i686 + break + exec /path/to/foo-game-dists/foo-game-linux/lib/linux-i686/foo-game -EO /path/to/foo-game-dists/foo-game-linux/foo-game.py Could not find platform independent libraries Consider setting $PYTHONHOME to [:] ImportError: No module named site PR: 201322 Modified: head/devel/renpy/Makefile Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Fri Jul 24 00:17:30 2015 (r392764) +++ head/devel/renpy/Makefile Fri Jul 24 00:50:39 2015 (r392765) @@ -3,6 +3,7 @@ PORTNAME= renpy PORTVERSION= 6.99.5 DISTVERSIONSUFFIX=-sdk +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ #MASTER_SITES+= GENTOO @@ -31,7 +32,8 @@ PORTSCOUT= site:http://www.renpy.org/dl/ USES= python:2.7 shebangfix tar:bz2 USE_PYTHON= autoplist distutils USE_SDL= sdl2 -EXTRACT_AFTER_ARGS=--exclude gen --exclude '*.py[co]' --exclude 'pythonlib*' +EXCLUDE= gen 'module/*.py[co]' 'renpy/*.py[co]' +EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py python_OLD_CMD= /usr/bin/env python python_CMD= ${PYTHON_CMD} From owner-svn-ports-all@freebsd.org Fri Jul 24 02:55:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98EDE9A8F47; Fri, 24 Jul 2015 02:55:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88D8019E1; Fri, 24 Jul 2015 02:55:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O2tsfw012888; Fri, 24 Jul 2015 02:55:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O2tsFZ012887; Fri, 24 Jul 2015 02:55:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507240255.t6O2tsFZ012887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 Jul 2015 02:55:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392766 - branches/2015Q3/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.20 Precedence: 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, 24 Jul 2015 02:55:54 -0000 Author: jbeich Date: Fri Jul 24 02:55:53 2015 New Revision: 392766 URL: https://svnweb.freebsd.org/changeset/ports/392766 Log: MFH: r392290 bsd.gecko.mk: PowerPC no longer needs the __STDC_CONSTANT_MACROS in CFLAGS sys/cdefs.h after base r227475 always defines __STDC_CONSTANT_MACROS for C++11 while Firefox enforces C++11 since 25.0 and also defines __STDC_CONSTANT_MACROS via mozilla-config.h since 26.0. As Firefox 38.0 enables -pedantic-errors this breaks build. So, remove the dup to unbreak build on powerpc and powerpc64. PR: 201294 Submitted by: jhibbits Approved by: ports-secteam (feld) Modified: branches/2015Q3/Mk/bsd.gecko.mk Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/Mk/bsd.gecko.mk ============================================================================== --- branches/2015Q3/Mk/bsd.gecko.mk Fri Jul 24 00:50:39 2015 (r392765) +++ branches/2015Q3/Mk/bsd.gecko.mk Fri Jul 24 02:55:53 2015 (r392766) @@ -448,7 +448,6 @@ LIBS+= -lcxxrt . endif .elif ${ARCH:Mpowerpc*} USES:= compiler:gcc-c++11-lib ${USES:Ncompiler*c++11*} -CFLAGS+= -D__STDC_CONSTANT_MACROS . if ${ARCH} == "powerpc64" MOZ_EXPORT+= UNAME_m="${ARCH}" CFLAGS+= -mminimal-toc From owner-svn-ports-all@freebsd.org Fri Jul 24 03:31:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D35519A9535; Fri, 24 Jul 2015 03:31:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7688A2A31; Fri, 24 Jul 2015 03:31:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O3VeJ9034426; Fri, 24 Jul 2015 03:31:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O3VYYa034402; Fri, 24 Jul 2015 03:31:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201507240331.t6O3VYYa034402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 Jul 2015 03:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392767 - in branches/2015Q3: Mk Mk/Uses mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n mail/thunderbird/files multimedia/gmp-api multimedia/openh264 security/ca_root_nss... 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.20 Precedence: 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, 24 Jul 2015 03:31:40 -0000 Author: jbeich Date: Fri Jul 24 03:31:33 2015 New Revision: 392767 URL: https://svnweb.freebsd.org/changeset/ports/392767 Log: MFH: r392273, r392758, r392759, r392761 - Update NSS and ca_root_nss to 3.19.2 - Update Firefox and gmp-api to 39.0 - Update Firefox ESR and libxul to 38.1.0 - Update Thunderbird to 38.1.0 [1] - Stop regressing r380782 with harfbuzz/libvorbis deps Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19.2_release_notes Changes: https://github.com/mozilla/gmp-api/compare/Firefox38...Firefox39 Changes: https://www.mozilla.org/firefox/39.0/releasenotes/ Changes: https://www.mozilla.org/firefox/38.1.0/releasenotes/ Changes: https://www.mozilla.org/thunderbird/38.0.1/releasenotes/ Changes: https://www.mozilla.org/thunderbird/38.1.0/releasenotes/ PR: 201769 [1] Submitted by: Christoph Moench-Tegeder (based on) [1] Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html Approved by: ports-secteam (feld, delphij) Added: branches/2015Q3/mail/thunderbird/files/patch-bug1041268 - copied unchanged from r392761, head/mail/thunderbird/files/patch-bug1041268 branches/2015Q3/mail/thunderbird/files/patch-bug1073117 - copied unchanged from r392761, head/mail/thunderbird/files/patch-bug1073117 branches/2015Q3/mail/thunderbird/files/patch-bug1138845 - copied unchanged from r392761, head/mail/thunderbird/files/patch-bug1138845 branches/2015Q3/mail/thunderbird/files/patch-bug1143686 - copied unchanged from r392761, head/mail/thunderbird/files/patch-bug1143686 branches/2015Q3/mail/thunderbird/files/patch-bug1144643 - copied unchanged from r392761, head/mail/thunderbird/files/patch-bug1144643 branches/2015Q3/mail/thunderbird/files/patch-media-libstagefright-foundation-AString.cpp - copied unchanged from r392761, head/mail/thunderbird/files/patch-media-libstagefright-foundation-AString.cpp branches/2015Q3/mail/thunderbird/files/patch-media-mtransport-third_party-nICEr-src-util-mbslen.c - copied unchanged from r392761, head/mail/thunderbird/files/patch-media-mtransport-third_party-nICEr-src-util-mbslen.c branches/2015Q3/mail/thunderbird/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp - copied unchanged from r392761, head/mail/thunderbird/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp branches/2015Q3/mail/thunderbird/files/patch-memory-jemalloc-Makefile.in - copied unchanged from r392761, head/mail/thunderbird/files/patch-memory-jemalloc-Makefile.in branches/2015Q3/mail/thunderbird/files/patch-system-openh264 - copied unchanged from r392761, head/mail/thunderbird/files/patch-system-openh264 branches/2015Q3/mail/thunderbird/files/patch-toolkit_mozapps_installer_packager_mk - copied unchanged from r392761, head/mail/thunderbird/files/patch-toolkit_mozapps_installer_packager_mk branches/2015Q3/www/firefox-esr/files/patch-bug1041268 - copied unchanged from r392273, head/www/firefox-esr/files/patch-bug1041268 branches/2015Q3/www/firefox-esr/files/patch-bug1073117 - copied unchanged from r392273, head/www/firefox-esr/files/patch-bug1073117 branches/2015Q3/www/firefox-esr/files/patch-bug1138845 - copied unchanged from r392273, head/www/firefox-esr/files/patch-bug1138845 branches/2015Q3/www/firefox-esr/files/patch-bug1143686 - copied unchanged from r392273, head/www/firefox-esr/files/patch-bug1143686 branches/2015Q3/www/firefox-esr/files/patch-bug1144643 - copied unchanged from r392273, head/www/firefox-esr/files/patch-bug1144643 branches/2015Q3/www/firefox-esr/files/patch-media-libstagefright-foundation-AString.cpp - copied unchanged from r392273, head/www/firefox-esr/files/patch-media-libstagefright-foundation-AString.cpp branches/2015Q3/www/firefox-esr/files/patch-system-openh264 - copied unchanged from r392273, head/www/firefox-esr/files/patch-system-openh264 branches/2015Q3/www/libxul/files/patch-bug1041268 - copied unchanged from r392273, head/www/libxul/files/patch-bug1041268 branches/2015Q3/www/libxul/files/patch-bug1073117 - copied unchanged from r392273, head/www/libxul/files/patch-bug1073117 branches/2015Q3/www/libxul/files/patch-bug1138845 - copied unchanged from r392273, head/www/libxul/files/patch-bug1138845 branches/2015Q3/www/libxul/files/patch-bug1143686 - copied unchanged from r392273, head/www/libxul/files/patch-bug1143686 branches/2015Q3/www/libxul/files/patch-bug1144643 - copied unchanged from r392273, head/www/libxul/files/patch-bug1144643 branches/2015Q3/www/libxul/files/patch-media-libstagefright-foundation-AString.cpp - copied unchanged from r392273, head/www/libxul/files/patch-media-libstagefright-foundation-AString.cpp branches/2015Q3/www/libxul/files/patch-system-openh264 - copied unchanged from r392273, head/www/libxul/files/patch-system-openh264 Deleted: branches/2015Q3/mail/thunderbird/files/patch-bug1013675 branches/2015Q3/mail/thunderbird/files/patch-bug1015547 branches/2015Q3/mail/thunderbird/files/patch-bug1021171 branches/2015Q3/mail/thunderbird/files/patch-bug1026828 branches/2015Q3/mail/thunderbird/files/patch-bug1041795 branches/2015Q3/mail/thunderbird/files/patch-bug1046224 branches/2015Q3/mail/thunderbird/files/patch-bug1067377 branches/2015Q3/mail/thunderbird/files/patch-bug1073709 branches/2015Q3/mail/thunderbird/files/patch-bug1082199 branches/2015Q3/mail/thunderbird/files/patch-bug1103858 branches/2015Q3/mail/thunderbird/files/patch-bug1125579 branches/2015Q3/mail/thunderbird/files/patch-bug1125580 branches/2015Q3/mail/thunderbird/files/patch-bug858919 branches/2015Q3/mail/thunderbird/files/patch-bug961264 branches/2015Q3/mail/thunderbird/files/patch-mozilla-media-mtransport-third_party-nICEr-src-util-mbslen.c branches/2015Q3/mail/thunderbird/files/patch-mozilla-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp branches/2015Q3/mail/thunderbird/files/patch-mozilla-memory-jemalloc-Makefile.in branches/2015Q3/mail/thunderbird/files/patch-mozilla_toolkit_mozapps_installer_packager_mk branches/2015Q3/www/firefox-esr/files/patch-bug1013675 branches/2015Q3/www/firefox-esr/files/patch-bug1015547 branches/2015Q3/www/firefox-esr/files/patch-bug1021171 branches/2015Q3/www/firefox-esr/files/patch-bug1026828 branches/2015Q3/www/firefox-esr/files/patch-bug1041381 branches/2015Q3/www/firefox-esr/files/patch-bug1041795 branches/2015Q3/www/firefox-esr/files/patch-bug1046224 branches/2015Q3/www/firefox-esr/files/patch-bug1061736 branches/2015Q3/www/firefox-esr/files/patch-bug1067377 branches/2015Q3/www/firefox-esr/files/patch-bug1073709 branches/2015Q3/www/firefox-esr/files/patch-bug1082199 branches/2015Q3/www/firefox-esr/files/patch-bug1103858 branches/2015Q3/www/firefox-esr/files/patch-bug1125579 branches/2015Q3/www/firefox-esr/files/patch-bug1125580 branches/2015Q3/www/firefox-esr/files/patch-bug858919 branches/2015Q3/www/firefox-esr/files/patch-bug961264 branches/2015Q3/www/firefox/files/patch-bug1138845 branches/2015Q3/www/firefox/files/patch-bug1143686 branches/2015Q3/www/firefox/files/patch-bug1144643 branches/2015Q3/www/libxul/files/patch-bug1013675 branches/2015Q3/www/libxul/files/patch-bug1015547 branches/2015Q3/www/libxul/files/patch-bug1021171 branches/2015Q3/www/libxul/files/patch-bug1026828 branches/2015Q3/www/libxul/files/patch-bug1041381 branches/2015Q3/www/libxul/files/patch-bug1041795 branches/2015Q3/www/libxul/files/patch-bug1046224 branches/2015Q3/www/libxul/files/patch-bug1061736 branches/2015Q3/www/libxul/files/patch-bug1067377 branches/2015Q3/www/libxul/files/patch-bug1073709 branches/2015Q3/www/libxul/files/patch-bug1082199 branches/2015Q3/www/libxul/files/patch-bug1103858 branches/2015Q3/www/libxul/files/patch-bug1125579 branches/2015Q3/www/libxul/files/patch-bug1125580 branches/2015Q3/www/libxul/files/patch-bug858919 branches/2015Q3/www/libxul/files/patch-bug961264 Modified: branches/2015Q3/Mk/Uses/gecko.mk branches/2015Q3/Mk/bsd.gecko.mk branches/2015Q3/mail/linux-thunderbird/Makefile branches/2015Q3/mail/linux-thunderbird/distinfo branches/2015Q3/mail/linux-thunderbird/pkg-plist branches/2015Q3/mail/thunderbird-i18n/Makefile branches/2015Q3/mail/thunderbird-i18n/Makefile.lang branches/2015Q3/mail/thunderbird-i18n/Makefile.option branches/2015Q3/mail/thunderbird-i18n/distinfo branches/2015Q3/mail/thunderbird/Makefile branches/2015Q3/mail/thunderbird/distinfo branches/2015Q3/mail/thunderbird/files/patch-bug1021761 branches/2015Q3/mail/thunderbird/files/patch-bug1130155 branches/2015Q3/mail/thunderbird/files/patch-bug702179 branches/2015Q3/mail/thunderbird/files/patch-bug779713 branches/2015Q3/mail/thunderbird/files/patch-bug826985 branches/2015Q3/mail/thunderbird/files/patch-bug847568 branches/2015Q3/mail/thunderbird/files/patch-config-baseconfig.mk branches/2015Q3/mail/thunderbird/files/patch-ijg-libjpeg branches/2015Q3/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp branches/2015Q3/mail/thunderbird/files/patch-z-bug517422 branches/2015Q3/multimedia/gmp-api/Makefile branches/2015Q3/multimedia/gmp-api/distinfo branches/2015Q3/multimedia/openh264/Makefile branches/2015Q3/security/ca_root_nss/Makefile branches/2015Q3/security/ca_root_nss/distinfo branches/2015Q3/security/nss/Makefile branches/2015Q3/security/nss/distinfo branches/2015Q3/www/firefox-esr-i18n/Makefile branches/2015Q3/www/firefox-esr-i18n/Makefile.lang branches/2015Q3/www/firefox-esr-i18n/Makefile.option branches/2015Q3/www/firefox-esr-i18n/distinfo branches/2015Q3/www/firefox-esr/Makefile branches/2015Q3/www/firefox-esr/distinfo branches/2015Q3/www/firefox-esr/files/patch-bug1013882 branches/2015Q3/www/firefox-esr/files/patch-bug1021761 branches/2015Q3/www/firefox-esr/files/patch-bug1130155 branches/2015Q3/www/firefox-esr/files/patch-bug702179 branches/2015Q3/www/firefox-esr/files/patch-bug779713 branches/2015Q3/www/firefox-esr/files/patch-bug826985 branches/2015Q3/www/firefox-esr/files/patch-bug847568 branches/2015Q3/www/firefox-esr/files/patch-ijg-libjpeg branches/2015Q3/www/firefox-esr/files/patch-z-bug517422 branches/2015Q3/www/firefox-i18n/Makefile branches/2015Q3/www/firefox-i18n/distinfo branches/2015Q3/www/firefox/Makefile branches/2015Q3/www/firefox/distinfo branches/2015Q3/www/firefox/files/patch-bug1013882 branches/2015Q3/www/firefox/files/patch-bug1073117 branches/2015Q3/www/firefox/files/patch-bug779713 branches/2015Q3/www/firefox/files/patch-bug826985 branches/2015Q3/www/firefox/files/patch-system-openh264 branches/2015Q3/www/libxul/Makefile branches/2015Q3/www/libxul/distinfo branches/2015Q3/www/libxul/files/patch-bug1013882 branches/2015Q3/www/libxul/files/patch-bug1021761 branches/2015Q3/www/libxul/files/patch-bug1130155 branches/2015Q3/www/libxul/files/patch-bug702179 branches/2015Q3/www/libxul/files/patch-bug779713 branches/2015Q3/www/libxul/files/patch-bug826985 branches/2015Q3/www/libxul/files/patch-bug847568 branches/2015Q3/www/libxul/files/patch-ijg-libjpeg branches/2015Q3/www/libxul/files/patch-z-bug517422 branches/2015Q3/www/linux-firefox/Makefile branches/2015Q3/www/linux-firefox/distinfo branches/2015Q3/www/linux-firefox/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/Mk/Uses/gecko.mk ============================================================================== --- branches/2015Q3/Mk/Uses/gecko.mk Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/Mk/Uses/gecko.mk Fri Jul 24 03:31:33 2015 (r392767) @@ -31,18 +31,18 @@ GECKO_CONFING?= ${LOCALBASE}/bin/${GECKO XPIDL?= ${LOCALBASE}/lib/${GECKO}/xpidl XPIDL_INCL?= `${GECKO_CONFIG} --idlflags` -BUILD_DEPENDS+= libxul>=31:${PORTSDIR}/www/libxul -RUN_DEPENDS+= libxul>=31:${PORTSDIR}/www/libxul +BUILD_DEPENDS+= libxul>=38:${PORTSDIR}/www/libxul +RUN_DEPENDS+= libxul>=38:${PORTSDIR}/www/libxul .elif ${gecko_ARGS:Mfirefox} -_GECKO_DEFAULT_VERSION= 31 -_GECKO_VERSIONS= 31 38 +_GECKO_DEFAULT_VERSION= 38 +_GECKO_VERSIONS= 38 39 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions -31_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr +39_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null @@ -65,8 +65,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .elif ${gecko_ARGS:Mthunderbird} -_GECKO_DEFAULT_VERSION= 31 -_GECKO_VERSIONS= 31 +_GECKO_DEFAULT_VERSION= 38 +_GECKO_VERSIONS= 38 _GECKO_TYPE= thunderbird .if exists(${LOCALBASE}/bin/thunderbird) @@ -75,7 +75,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE .endif # Dependence lines for different Thunderbird versions -31_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +38_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird .else IGNORE= Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird Modified: branches/2015Q3/Mk/bsd.gecko.mk ============================================================================== --- branches/2015Q3/Mk/bsd.gecko.mk Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/Mk/bsd.gecko.mk Fri Jul 24 03:31:33 2015 (r392767) @@ -161,8 +161,8 @@ icu_LIB_DEPENDS= libicui18n.so:${PORTSD icu_MOZ_OPTIONS= --with-system-icu --with-intl-api -jpeg_BUILD_DEPENDS=yasm:${PORTSDIR}/devel/yasm -# XXX depends on ports/180159 or package flavor support -#jpeg_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/libjpeg-turbo +# XXX JCS_EXTENSIONS API is currently disabled by r371283 +# XXX Remove files/patch-ijg-libjpeg once -turbo is default jpeg_USES= jpeg jpeg_MOZ_OPTIONS= --with-system-jpeg=${LOCALBASE} Modified: branches/2015Q3/mail/linux-thunderbird/Makefile ============================================================================== --- branches/2015Q3/mail/linux-thunderbird/Makefile Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/linux-thunderbird/Makefile Fri Jul 24 03:31:33 2015 (r392767) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 31.7.0 +DISTVERSION= 38.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US Modified: branches/2015Q3/mail/linux-thunderbird/distinfo ============================================================================== --- branches/2015Q3/mail/linux-thunderbird/distinfo Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/linux-thunderbird/distinfo Fri Jul 24 03:31:33 2015 (r392767) @@ -1,5 +1,5 @@ -SHA256 (thunderbird-31.7.0.tar.bz2) = 0a9b17c479e9673130d03bb38371013f2caa987690ca36318d32b934d54a5fb0 -SIZE (thunderbird-31.7.0.tar.bz2) = 36880203 +SHA256 (thunderbird-38.1.0.tar.bz2) = 3ef348d181d5a8ef35dd2781ac468e365878139e67a9c34fa817055928b95b3c +SIZE (thunderbird-38.1.0.tar.bz2) = 41827825 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: branches/2015Q3/mail/linux-thunderbird/pkg-plist ============================================================================== --- branches/2015Q3/mail/linux-thunderbird/pkg-plist Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/linux-thunderbird/pkg-plist Fri Jul 24 03:31:33 2015 (r392767) @@ -21,9 +21,99 @@ lib/%%APP_NAME%%/defaults/pref/channel-p lib/%%APP_NAME%%/dependentlibs.list lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/application.ini +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarm.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmMonitor.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAlarmService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttachment.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calAttendee.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCachedCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarManager.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calCalendarSearchService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTime.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDateTimeFormatter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDavRequestHandlers.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDeletedItems.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calDuration.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calEvent.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFilter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calFreeBusyService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calHtmlExport.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calICSService-worker.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calICSService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsImportExport.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsParser.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calIcsSerializer.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItemBase.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calItipItem.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calListFormatter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calMonthGridPrinter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calOutlookCSVImportExport.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calPeriod.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calProtocolHandler.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceDate.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceInfo.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRecurrenceRule.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calRelation.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calStartupService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTimezone.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTodo.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calTransactionManager.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calUtils.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapCalendarItems.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapErrors.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapRequest.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapSession.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWcapUtils.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekInfoService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/calendar-js/calWeekPrinter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.jar +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calBackendLoader.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calCompositeCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDavCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calDefaultACLManager.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICALJSComponents.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calICSCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calImportExportModule.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItemModule.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipEmailTransport.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calItipProtocolHandler.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calMemoryCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calSleepMonitor.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calStorageCalendar.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calTimezoneService.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/calWcapCalendarModule.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/components.manifest +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/icaljs-manifest +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/interfaces.xpt +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libcalbasecomps.so +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical-manifest +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/install.rdf +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAlarmUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAsyncUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calAuthUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calExtract.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calHashedArray.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItemUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calIteratorUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calItipUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calPrintUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calProviderUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calRecurrenceUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageHelpers.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calStorageUpgrade.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calViewUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/calXMLUtils.jsm +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/modules/ical.js +lib/%%APP_NAME%%/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/timezones/zones.json lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon64.png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf -lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png lib/%%APP_NAME%%/icons/updater.png lib/%%APP_NAME%%/isp/Bogofilter.sfd lib/%%APP_NAME%%/isp/DSPAM.sfd @@ -56,7 +146,6 @@ lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so lib/%%APP_NAME%%/libssl3.so lib/%%APP_NAME%%/libxul.so -lib/%%APP_NAME%%/mozilla-xremote-client lib/%%APP_NAME%%/omni.ja lib/%%APP_NAME%%/platform.ini lib/%%APP_NAME%%/plugin-container Modified: branches/2015Q3/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2015Q3/mail/thunderbird-i18n/Makefile Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/thunderbird-i18n/Makefile Fri Jul 24 03:31:33 2015 (r392767) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 31.7.0 +PORTVERSION= 38.1.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: branches/2015Q3/mail/thunderbird-i18n/Makefile.lang ============================================================================== --- branches/2015Q3/mail/thunderbird-i18n/Makefile.lang Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/thunderbird-i18n/Makefile.lang Fri Jul 24 03:31:33 2015 (r392767) @@ -1,9 +1,10 @@ # $FreeBSD$ -THUNDERBIRD_I18N_ALL_= ar ast be bg bn-BD br ca cs da de el en-GB en-US es-AR \ - es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id \ - is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT rm \ - ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW +THUNDERBIRD_I18N_ALL_= ar ast be bg bn-BD br ca cs cy da de dsb el en-GB \ + en-US es-AR es-ES et eu fi fr fy-NL ga-IE gd gl he \ + hr hsb hu hy-AM id is it ja ko lt nb-NO nl nn-NO \ + pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE \ + ta-LK tr uk vi zh-CN zh-TW .if defined(THUNDERBIRD_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) THUNDERBIRD_I18N= ${THUNDERBIRD_I18N_ALL_} @@ -32,12 +33,18 @@ THUNDERBIRD_I18N+= ca .if ${PORT_OPTIONS:MLANG_CS} THUNDERBIRD_I18N+= cs .endif +.if ${PORT_OPTIONS:MLANG_CY} +THUNDERBIRD_I18N+= cy +.endif .if ${PORT_OPTIONS:MLANG_DA} THUNDERBIRD_I18N+= da .endif .if ${PORT_OPTIONS:MLANG_DE} THUNDERBIRD_I18N+= de .endif +.if ${PORT_OPTIONS:MLANG_DSB} +THUNDERBIRD_I18N+= dsb +.endif .if ${PORT_OPTIONS:MLANG_EL} THUNDERBIRD_I18N+= el .endif @@ -86,6 +93,9 @@ THUNDERBIRD_I18N+= hr .if ${PORT_OPTIONS:MLANG_HU} THUNDERBIRD_I18N+= hu .endif +.if ${PORT_OPTIONS:MLANG_HSB} +THUNDERBIRD_I18N+= hsb +.endif .if ${PORT_OPTIONS:MLANG_AM} THUNDERBIRD_I18N+= hy-AM .endif Modified: branches/2015Q3/mail/thunderbird-i18n/Makefile.option ============================================================================== --- branches/2015Q3/mail/thunderbird-i18n/Makefile.option Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/thunderbird-i18n/Makefile.option Fri Jul 24 03:31:33 2015 (r392767) @@ -9,8 +9,10 @@ OPTIONS_DEFINE= LANG_AR \ LANG_CA \ LANG_CN \ LANG_CS \ + LANG_CY \ LANG_DA \ LANG_DE \ + LANG_DSB \ LANG_EL \ LANG_GB \ LANG_US \ @@ -25,6 +27,7 @@ OPTIONS_DEFINE= LANG_AR \ LANG_GD \ LANG_GL \ LANG_HE \ + LANG_HSB \ LANG_HU \ LANG_AM \ LANG_ID \ @@ -59,3 +62,6 @@ OPTIONS_DEFINE= LANG_AR \ OPTIONS_DEFAULT=LANG_CN LANG_ES LANG_PBR LANG_RU LANG_JA LANG_DE LANG_FR \ LANG_KO LANG_IT LANG_PA + +LANG_DSB_DESC?= Lower Sorbian language support +LANG_HSB_DESC?= Upper Sorbian language support Modified: branches/2015Q3/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2015Q3/mail/thunderbird-i18n/distinfo Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/thunderbird-i18n/distinfo Fri Jul 24 03:31:33 2015 (r392767) @@ -1,110 +1,116 @@ -SHA256 (xpi/thunderbird-i18n-31.7.0/ar.xpi) = fac353e1067852ccac7bc23a958c54fdebd2aad30ad9551a07deb23811046d79 -SIZE (xpi/thunderbird-i18n-31.7.0/ar.xpi) = 472812 -SHA256 (xpi/thunderbird-i18n-31.7.0/ast.xpi) = 4e39fb7792c7fe787bb9d9f3a03ac57da15e9b353a51f1602afcffc3e0e0ffa8 -SIZE (xpi/thunderbird-i18n-31.7.0/ast.xpi) = 393049 -SHA256 (xpi/thunderbird-i18n-31.7.0/be.xpi) = 8be5b81c0a747d89ff9f586d726706718711a01ffd70ecbed9fe00352fb795dd -SIZE (xpi/thunderbird-i18n-31.7.0/be.xpi) = 427488 -SHA256 (xpi/thunderbird-i18n-31.7.0/bg.xpi) = 7ab3641502204c37108430f5be2f78a161b1aa5a63561c8edcf0186a7f509df6 -SIZE (xpi/thunderbird-i18n-31.7.0/bg.xpi) = 493734 -SHA256 (xpi/thunderbird-i18n-31.7.0/bn-BD.xpi) = 51cf109e8416775e656a1431630f3f4a6b0bde3e44744449283d0666284698bf -SIZE (xpi/thunderbird-i18n-31.7.0/bn-BD.xpi) = 555613 -SHA256 (xpi/thunderbird-i18n-31.7.0/br.xpi) = 97bbaea547340a56f528d8675b04a596369fb9b63245e20acd76d74211f7a668 -SIZE (xpi/thunderbird-i18n-31.7.0/br.xpi) = 441445 -SHA256 (xpi/thunderbird-i18n-31.7.0/ca.xpi) = 49d3df068e9edcf17ed99754bd45c7d00c50f4bacd7a5484ab86018197258523 -SIZE (xpi/thunderbird-i18n-31.7.0/ca.xpi) = 441713 -SHA256 (xpi/thunderbird-i18n-31.7.0/cs.xpi) = d491ebf429f56ad21632bc476f9364857ee838a330ff1b966cae2e8ec5a944e8 -SIZE (xpi/thunderbird-i18n-31.7.0/cs.xpi) = 444701 -SHA256 (xpi/thunderbird-i18n-31.7.0/da.xpi) = c95a6ce7d22eca56f365f05805393a1b52a5427af02a447f9dba1cd1559dd7c7 -SIZE (xpi/thunderbird-i18n-31.7.0/da.xpi) = 422052 -SHA256 (xpi/thunderbird-i18n-31.7.0/de.xpi) = 0debd56af6d8872d525e62ae8fd609620c3a66a425817dec83d701346fd766ba -SIZE (xpi/thunderbird-i18n-31.7.0/de.xpi) = 424665 -SHA256 (xpi/thunderbird-i18n-31.7.0/el.xpi) = 9b3ca0a7df6b8bc91274b2b757dfb909beb04815cf51b377b22755114776b536 -SIZE (xpi/thunderbird-i18n-31.7.0/el.xpi) = 484855 -SHA256 (xpi/thunderbird-i18n-31.7.0/en-GB.xpi) = d8d4dc74889792dc9b434f11a8934d5363dafb07aada75068809f1d3ceba7d66 -SIZE (xpi/thunderbird-i18n-31.7.0/en-GB.xpi) = 412515 -SHA256 (xpi/thunderbird-i18n-31.7.0/en-US.xpi) = c4e5def480042a55d8532129f3bd5226004b98f5dd3991eeb429a35152f4391e -SIZE (xpi/thunderbird-i18n-31.7.0/en-US.xpi) = 413660 -SHA256 (xpi/thunderbird-i18n-31.7.0/es-AR.xpi) = e0bf50d99447934d0f9865329469559308ab54c32d2d64321a9742b3aa4be063 -SIZE (xpi/thunderbird-i18n-31.7.0/es-AR.xpi) = 438531 -SHA256 (xpi/thunderbird-i18n-31.7.0/es-ES.xpi) = 162a5c3879bb4d826b8cfea0dd68cf13f29d417bac79cc2482dd78d76cc0a8f7 -SIZE (xpi/thunderbird-i18n-31.7.0/es-ES.xpi) = 374979 -SHA256 (xpi/thunderbird-i18n-31.7.0/et.xpi) = 9f5846d2147eeb8a834a282abc80ef1cd58389faaf4a0dfedfc4e91cd28faaf5 -SIZE (xpi/thunderbird-i18n-31.7.0/et.xpi) = 434364 -SHA256 (xpi/thunderbird-i18n-31.7.0/eu.xpi) = bba78265515862435a7aa19345460c0bdd192be207550f6a9ac0cdb7de535ac8 -SIZE (xpi/thunderbird-i18n-31.7.0/eu.xpi) = 431449 -SHA256 (xpi/thunderbird-i18n-31.7.0/fi.xpi) = bdf3d4bf05bc66951c9d861af635c791fd3513f578fe32a9ccc150aa81ba6304 -SIZE (xpi/thunderbird-i18n-31.7.0/fi.xpi) = 435632 -SHA256 (xpi/thunderbird-i18n-31.7.0/fr.xpi) = 5700997d79942d74db684fddb255ee1e5a1b10b0c7c0df875b917dbba91f9607 -SIZE (xpi/thunderbird-i18n-31.7.0/fr.xpi) = 444144 -SHA256 (xpi/thunderbird-i18n-31.7.0/fy-NL.xpi) = ed3f3e4bbba12218a0025747257cdaefceb4f37ce65fbf8e3ec1746cacf62d62 -SIZE (xpi/thunderbird-i18n-31.7.0/fy-NL.xpi) = 438544 -SHA256 (xpi/thunderbird-i18n-31.7.0/ga-IE.xpi) = 788127820d6404540b698794a9008990f77005056ec1f15da05785087729c178 -SIZE (xpi/thunderbird-i18n-31.7.0/ga-IE.xpi) = 449362 -SHA256 (xpi/thunderbird-i18n-31.7.0/gd.xpi) = f688f29b6e4032d6f6fd9b3e7ae20d2f94f7ae34e977bcb1ea1e9b4393ac9f4d -SIZE (xpi/thunderbird-i18n-31.7.0/gd.xpi) = 453172 -SHA256 (xpi/thunderbird-i18n-31.7.0/gl.xpi) = 52ba67336de4d8d19ac1d29d22df362af9e8b43a2cb800a0303b51e0b6d4c4fb -SIZE (xpi/thunderbird-i18n-31.7.0/gl.xpi) = 446788 -SHA256 (xpi/thunderbird-i18n-31.7.0/he.xpi) = 39519209cf6c19208e8c677439b3cad194d9d14f7ff3814c189890d6285b7af7 -SIZE (xpi/thunderbird-i18n-31.7.0/he.xpi) = 476111 -SHA256 (xpi/thunderbird-i18n-31.7.0/hr.xpi) = 7abab0668491b42dff80e8b656407b9489f8a133a58f0ca42f8c83a1973efd77 -SIZE (xpi/thunderbird-i18n-31.7.0/hr.xpi) = 436980 -SHA256 (xpi/thunderbird-i18n-31.7.0/hu.xpi) = ec4d3c63698bc825fee4a2dedde66a7796fef0efee8df307d8f233f382ba784a -SIZE (xpi/thunderbird-i18n-31.7.0/hu.xpi) = 454542 -SHA256 (xpi/thunderbird-i18n-31.7.0/hy-AM.xpi) = f22b7f8a56d6b92448d4b1cf471fdad56cef13e8668a472e833a8efc8400b53f -SIZE (xpi/thunderbird-i18n-31.7.0/hy-AM.xpi) = 492766 -SHA256 (xpi/thunderbird-i18n-31.7.0/id.xpi) = 40c62742c10f08f1b93e68b026b48b849dcf323f99987720be19c0bc0f4fbb7f -SIZE (xpi/thunderbird-i18n-31.7.0/id.xpi) = 475876 -SHA256 (xpi/thunderbird-i18n-31.7.0/is.xpi) = 1007cd1f3f72deecdbfbb3ec54837955f53235de4b39405158eec9dd74750246 -SIZE (xpi/thunderbird-i18n-31.7.0/is.xpi) = 437959 -SHA256 (xpi/thunderbird-i18n-31.7.0/it.xpi) = 6de47224c4342a1fc1c81d8ec0bab90cdacb4b4e54709e9590c2bd341fbfbae7 -SIZE (xpi/thunderbird-i18n-31.7.0/it.xpi) = 368001 -SHA256 (xpi/thunderbird-i18n-31.7.0/ja.xpi) = 4e3f6637cccafab04d665bb66b2d808797384c3b322a4375efcb9a3be480fe7f -SIZE (xpi/thunderbird-i18n-31.7.0/ja.xpi) = 489267 -SHA256 (xpi/thunderbird-i18n-31.7.0/ko.xpi) = 6c962ee2ce9051223897ace9fa6d7c60ffb7e95b103a52bad0f17803efcfeaf2 -SIZE (xpi/thunderbird-i18n-31.7.0/ko.xpi) = 448920 -SHA256 (xpi/thunderbird-i18n-31.7.0/lt.xpi) = 9dbde5ddc20a9512320490318f5f6278d5626357f3b17401482a439a4f6be654 -SIZE (xpi/thunderbird-i18n-31.7.0/lt.xpi) = 456352 -SHA256 (xpi/thunderbird-i18n-31.7.0/nb-NO.xpi) = 51a38f39dfc18d945a0985a23d0b7770f8fe3cebf8a28f22fd92bb288345a9b0 -SIZE (xpi/thunderbird-i18n-31.7.0/nb-NO.xpi) = 430942 -SHA256 (xpi/thunderbird-i18n-31.7.0/nl.xpi) = 784ba5505afef70f492a85651c632da974c01bf1c5a945ff132df40b077304d7 -SIZE (xpi/thunderbird-i18n-31.7.0/nl.xpi) = 431888 -SHA256 (xpi/thunderbird-i18n-31.7.0/nn-NO.xpi) = cfd312de7632a96facd36acdc00a04bc571101d655c5c8f70300d3f982b58366 -SIZE (xpi/thunderbird-i18n-31.7.0/nn-NO.xpi) = 433198 -SHA256 (xpi/thunderbird-i18n-31.7.0/pa-IN.xpi) = e444889660a60b44a3e5e6fc94972e2b8a2b97e0fa8959b41bcacacfc8be931d -SIZE (xpi/thunderbird-i18n-31.7.0/pa-IN.xpi) = 525323 -SHA256 (xpi/thunderbird-i18n-31.7.0/pl.xpi) = 3ef71ff4f72e28f15ea76764be9179cefdbf92a2270e87dad557cbf6d6c44f36 -SIZE (xpi/thunderbird-i18n-31.7.0/pl.xpi) = 410873 -SHA256 (xpi/thunderbird-i18n-31.7.0/pt-BR.xpi) = 298f9a4a205a77e471f96e38d12dbba00b6fb9ddf89b496e8b5eb106d1f33c97 -SIZE (xpi/thunderbird-i18n-31.7.0/pt-BR.xpi) = 450477 -SHA256 (xpi/thunderbird-i18n-31.7.0/pt-PT.xpi) = e01d684612fd224536e9cb21f44ace5cab81bf8fd15e8e5265847df1b2407a59 -SIZE (xpi/thunderbird-i18n-31.7.0/pt-PT.xpi) = 439603 -SHA256 (xpi/thunderbird-i18n-31.7.0/rm.xpi) = 0d2606836428595232daf0aedbafea4935e641658712fd99e34668e686c0d2e7 -SIZE (xpi/thunderbird-i18n-31.7.0/rm.xpi) = 439185 -SHA256 (xpi/thunderbird-i18n-31.7.0/ro.xpi) = 7de4b8e3ffcf3ac7ced5aeae0ca84d1e9c8603646e54473665505e1f1ac66925 -SIZE (xpi/thunderbird-i18n-31.7.0/ro.xpi) = 479749 -SHA256 (xpi/thunderbird-i18n-31.7.0/ru.xpi) = 38b372432b02c42703e3f425946cee6a42918d574f7bff7df5f9997ddb076f64 -SIZE (xpi/thunderbird-i18n-31.7.0/ru.xpi) = 436156 -SHA256 (xpi/thunderbird-i18n-31.7.0/si.xpi) = 3441d57aeedf15c5a29800e8f544b8571d41e5ed5a381d8bb2087cda97074970 -SIZE (xpi/thunderbird-i18n-31.7.0/si.xpi) = 528812 -SHA256 (xpi/thunderbird-i18n-31.7.0/sk.xpi) = dcd56d713daa7b6fb03d64219797e159eab8bef2e7eb9bd7999c0b285a24d153 -SIZE (xpi/thunderbird-i18n-31.7.0/sk.xpi) = 452995 -SHA256 (xpi/thunderbird-i18n-31.7.0/sl.xpi) = 7e7fb8287b9255aa8988bf63677e0bed8ae30c0da5ac7d83ba1300ba2bca41d3 -SIZE (xpi/thunderbird-i18n-31.7.0/sl.xpi) = 433874 -SHA256 (xpi/thunderbird-i18n-31.7.0/sq.xpi) = b9270889a4905233e450be25d61e4a1359a057bc6c021d5aba23a941cde56123 -SIZE (xpi/thunderbird-i18n-31.7.0/sq.xpi) = 454695 -SHA256 (xpi/thunderbird-i18n-31.7.0/sr.xpi) = 0ef471cf54c052214d5169189a72efc0e8d65801e482aeff413ffc7c822c1651 -SIZE (xpi/thunderbird-i18n-31.7.0/sr.xpi) = 537335 -SHA256 (xpi/thunderbird-i18n-31.7.0/sv-SE.xpi) = 803529203aded6bf1194a6d5d575f5e16f8a4a249a68878650c5469e92512923 -SIZE (xpi/thunderbird-i18n-31.7.0/sv-SE.xpi) = 436106 -SHA256 (xpi/thunderbird-i18n-31.7.0/ta-LK.xpi) = 3529d8a55ea5458edf24059d55178b6c4935aa82b604bc1c46e4b4bffb88234b -SIZE (xpi/thunderbird-i18n-31.7.0/ta-LK.xpi) = 553509 -SHA256 (xpi/thunderbird-i18n-31.7.0/tr.xpi) = e83e64f528b12b1550efb28ba4dea51e7912ab2af470c1382d78e01d9dc3a3ff -SIZE (xpi/thunderbird-i18n-31.7.0/tr.xpi) = 457360 -SHA256 (xpi/thunderbird-i18n-31.7.0/uk.xpi) = 12c2001834af439d1a0f95ed3f416788672d41c5b02481d26e54f66e721c83a6 -SIZE (xpi/thunderbird-i18n-31.7.0/uk.xpi) = 499656 -SHA256 (xpi/thunderbird-i18n-31.7.0/vi.xpi) = 7a20d9842117105f4ac641d602977cf20d4149564593adba0f3415976fd7b52d -SIZE (xpi/thunderbird-i18n-31.7.0/vi.xpi) = 513835 -SHA256 (xpi/thunderbird-i18n-31.7.0/zh-CN.xpi) = f582fac503f385ceb59761134ed24170ded9f65861106ff77219040b169e6a37 -SIZE (xpi/thunderbird-i18n-31.7.0/zh-CN.xpi) = 462668 -SHA256 (xpi/thunderbird-i18n-31.7.0/zh-TW.xpi) = 3b60993a3c85f61ef57b02334d3a71d864e9e6609ec29f398c1f60094cad43a3 -SIZE (xpi/thunderbird-i18n-31.7.0/zh-TW.xpi) = 463408 +SHA256 (xpi/thunderbird-i18n-38.1.0/ar.xpi) = 8bc4384ede05efcb02e67a8888651a81f22cbaea3bbf6072e156d707e2a9ad49 +SIZE (xpi/thunderbird-i18n-38.1.0/ar.xpi) = 475295 +SHA256 (xpi/thunderbird-i18n-38.1.0/ast.xpi) = 2a8b35fb65014cc2789e38a396a9c153b8726f5cc5c50ec042e29d9c7972b4fb +SIZE (xpi/thunderbird-i18n-38.1.0/ast.xpi) = 405893 +SHA256 (xpi/thunderbird-i18n-38.1.0/be.xpi) = 0bd3e4dcc65e44d62127fb1832803f75a0bad4cd179135375460327363e81864 +SIZE (xpi/thunderbird-i18n-38.1.0/be.xpi) = 442473 +SHA256 (xpi/thunderbird-i18n-38.1.0/bg.xpi) = 806a7f2d151db0f5334b2791dbd708b3f631b2ec214b2f6edfa7aa95abe0b59a +SIZE (xpi/thunderbird-i18n-38.1.0/bg.xpi) = 506149 +SHA256 (xpi/thunderbird-i18n-38.1.0/bn-BD.xpi) = 5f16873ea47e84fb01a263f7ab59a90188ad6c5b57ab13b90c925b4a8d0bf06a +SIZE (xpi/thunderbird-i18n-38.1.0/bn-BD.xpi) = 560648 +SHA256 (xpi/thunderbird-i18n-38.1.0/br.xpi) = c976d2fdb520e178df568a5824f4416b043f9ebbe436ddbfb81ef5b5f972d6e9 +SIZE (xpi/thunderbird-i18n-38.1.0/br.xpi) = 449788 +SHA256 (xpi/thunderbird-i18n-38.1.0/ca.xpi) = 82a2eef48fefe335f1f8d53d21861a45f7b73b4ad8b65c912f9820bf69273309 +SIZE (xpi/thunderbird-i18n-38.1.0/ca.xpi) = 450347 +SHA256 (xpi/thunderbird-i18n-38.1.0/cs.xpi) = a1e0b882b599705e1150a66139fee97dc009be2a8e64e6a7c2b1158373bfd3ca +SIZE (xpi/thunderbird-i18n-38.1.0/cs.xpi) = 448723 +SHA256 (xpi/thunderbird-i18n-38.1.0/cy.xpi) = 877cbe5d9dba3f90c2754788baaa137fb45bf9e2d071a50df69e970f341a6365 +SIZE (xpi/thunderbird-i18n-38.1.0/cy.xpi) = 434848 +SHA256 (xpi/thunderbird-i18n-38.1.0/da.xpi) = fad0fc825311a1b546eb117c8cc838f542485ff87cb71c5a656c449366a71526 +SIZE (xpi/thunderbird-i18n-38.1.0/da.xpi) = 425828 +SHA256 (xpi/thunderbird-i18n-38.1.0/de.xpi) = bc900b8f0f2db4c0e5527780db826789d61bf5b265ccf62033909fbb4f21e12e +SIZE (xpi/thunderbird-i18n-38.1.0/de.xpi) = 429876 +SHA256 (xpi/thunderbird-i18n-38.1.0/dsb.xpi) = 06ebda860118ac5833c6d8884a4e94bab7265622a48978c0e1b472055f784314 +SIZE (xpi/thunderbird-i18n-38.1.0/dsb.xpi) = 458486 +SHA256 (xpi/thunderbird-i18n-38.1.0/el.xpi) = d6df1e34d17723f2b52aecea1fab9af964bd936816f51e5dc0f335bbf59a9a6c +SIZE (xpi/thunderbird-i18n-38.1.0/el.xpi) = 493511 +SHA256 (xpi/thunderbird-i18n-38.1.0/en-GB.xpi) = 07e443159860c85c82f01dbc57e0c83904fa7788dd69fb234970ef0484afdc81 +SIZE (xpi/thunderbird-i18n-38.1.0/en-GB.xpi) = 416571 +SHA256 (xpi/thunderbird-i18n-38.1.0/en-US.xpi) = ef68841d061f743ab199e087ab45c12a2f1c4b481d2017f535bcadab2e8902ad +SIZE (xpi/thunderbird-i18n-38.1.0/en-US.xpi) = 416640 +SHA256 (xpi/thunderbird-i18n-38.1.0/es-AR.xpi) = c5b0d927e51ef06414cc14a64ab84d0d4e3b86f2833dd0bc1211a056507d425d +SIZE (xpi/thunderbird-i18n-38.1.0/es-AR.xpi) = 442640 +SHA256 (xpi/thunderbird-i18n-38.1.0/es-ES.xpi) = 79bb32e02108f6f8971c6504adc39ff45a202cb91b6e7daca286a3b0aaa6e1b0 +SIZE (xpi/thunderbird-i18n-38.1.0/es-ES.xpi) = 376066 +SHA256 (xpi/thunderbird-i18n-38.1.0/et.xpi) = 9fe401fa441232dd29fee49d26fcb65af34ccffc2666bf2fb09546a947d91e9d +SIZE (xpi/thunderbird-i18n-38.1.0/et.xpi) = 438262 +SHA256 (xpi/thunderbird-i18n-38.1.0/eu.xpi) = 0d54de9beec9e2f232a016d93d0b626bf8be86a1966ad6fb02c8d1cfe531a3f0 +SIZE (xpi/thunderbird-i18n-38.1.0/eu.xpi) = 434837 +SHA256 (xpi/thunderbird-i18n-38.1.0/fi.xpi) = cc7bf6325bf7d4c914cb7958687c776db8e2444cd969ac16e91d6a67be0ab729 +SIZE (xpi/thunderbird-i18n-38.1.0/fi.xpi) = 438889 +SHA256 (xpi/thunderbird-i18n-38.1.0/fr.xpi) = 56dbffbc5e1286f71eeb33961e209a6c6a9dd3916c4b3432733baf8f10c10e77 +SIZE (xpi/thunderbird-i18n-38.1.0/fr.xpi) = 448227 +SHA256 (xpi/thunderbird-i18n-38.1.0/fy-NL.xpi) = 00ec21c0bab139981ab81902051d7c59a5fa3a6ae7865e9613ebd95c0fe1bf87 +SIZE (xpi/thunderbird-i18n-38.1.0/fy-NL.xpi) = 442161 +SHA256 (xpi/thunderbird-i18n-38.1.0/ga-IE.xpi) = 76384620c71115c8ebb3afcc4b30de9de45d1230e44983b4bd3d1473bb9c144e +SIZE (xpi/thunderbird-i18n-38.1.0/ga-IE.xpi) = 457412 +SHA256 (xpi/thunderbird-i18n-38.1.0/gd.xpi) = 1da8565cafbb009abb0b0424fc15e0dc2bcf2c3048e14f7e1cf5e62bb5618835 +SIZE (xpi/thunderbird-i18n-38.1.0/gd.xpi) = 456317 +SHA256 (xpi/thunderbird-i18n-38.1.0/gl.xpi) = ff3d29d1a050b74e64e0a4450b65edb247a5eb36a1b8df6b57dc3851b1658fd3 +SIZE (xpi/thunderbird-i18n-38.1.0/gl.xpi) = 457860 +SHA256 (xpi/thunderbird-i18n-38.1.0/he.xpi) = aab3240dca233f9e6ec9077be40a3d0033d75ccbd196a9ccce2726261c9d4c41 +SIZE (xpi/thunderbird-i18n-38.1.0/he.xpi) = 485888 +SHA256 (xpi/thunderbird-i18n-38.1.0/hr.xpi) = f368ccd53d7d405c07149b351f56d391142b40e8774d9d7fa623ff3318428b6a +SIZE (xpi/thunderbird-i18n-38.1.0/hr.xpi) = 440419 +SHA256 (xpi/thunderbird-i18n-38.1.0/hsb.xpi) = f47a8a2ff662acef03541ead6caf3e900706ce348b7577cd656222e9dcc2c47a +SIZE (xpi/thunderbird-i18n-38.1.0/hsb.xpi) = 456454 +SHA256 (xpi/thunderbird-i18n-38.1.0/hu.xpi) = c8393cb2f5c8aab62fec71e53f19791e7ce4d3acc37814a4796e7b390a4e1fcf +SIZE (xpi/thunderbird-i18n-38.1.0/hu.xpi) = 457987 +SHA256 (xpi/thunderbird-i18n-38.1.0/hy-AM.xpi) = 56454db77528fd2bc02abd4f4ecde69adbe278cbe807842e3e92d709d5df526c +SIZE (xpi/thunderbird-i18n-38.1.0/hy-AM.xpi) = 500379 +SHA256 (xpi/thunderbird-i18n-38.1.0/id.xpi) = 913db42b7530f55a8f3836d4dd493cf45df86509c77cfc64aca28c4bf60c6321 +SIZE (xpi/thunderbird-i18n-38.1.0/id.xpi) = 483209 +SHA256 (xpi/thunderbird-i18n-38.1.0/is.xpi) = 0a0194046282ea36e3c48238f08bfa9ffff07531d473b9a800628b6fb22b4970 +SIZE (xpi/thunderbird-i18n-38.1.0/is.xpi) = 443008 +SHA256 (xpi/thunderbird-i18n-38.1.0/it.xpi) = 2b7659c9a0c57e608d05f64bff90b3f6e631ce089ed1135465e89a133482fca7 +SIZE (xpi/thunderbird-i18n-38.1.0/it.xpi) = 369023 +SHA256 (xpi/thunderbird-i18n-38.1.0/ja.xpi) = c790816d9a735d0ff3e3d82516b6c10076a94c6e278fdea05f04d52615984257 +SIZE (xpi/thunderbird-i18n-38.1.0/ja.xpi) = 492860 +SHA256 (xpi/thunderbird-i18n-38.1.0/ko.xpi) = 42a147ac06a0cd7995a78f014259464db2e51391aec4ea16a548e0d5f156d951 +SIZE (xpi/thunderbird-i18n-38.1.0/ko.xpi) = 454852 +SHA256 (xpi/thunderbird-i18n-38.1.0/lt.xpi) = bbdb182ae21c8b8da1175b5a936e8563250838e538004a45b7847d27a0b192ad +SIZE (xpi/thunderbird-i18n-38.1.0/lt.xpi) = 454571 +SHA256 (xpi/thunderbird-i18n-38.1.0/nb-NO.xpi) = e4b10c9cfd80c6f9b683880e454cc3dcd2e9eb01acdc0090e73b6c6b6b71a7d3 +SIZE (xpi/thunderbird-i18n-38.1.0/nb-NO.xpi) = 434340 +SHA256 (xpi/thunderbird-i18n-38.1.0/nl.xpi) = 032f473e1fce313d8d9cdcc49cdaf390711c266069c45df4dbee2e9c81e19b0d +SIZE (xpi/thunderbird-i18n-38.1.0/nl.xpi) = 435107 +SHA256 (xpi/thunderbird-i18n-38.1.0/nn-NO.xpi) = 361710679e3229b98aa5785b1cf36afa493e5ded84353a69574e4cbe7f5bbe29 +SIZE (xpi/thunderbird-i18n-38.1.0/nn-NO.xpi) = 436622 +SHA256 (xpi/thunderbird-i18n-38.1.0/pa-IN.xpi) = 53afb6a6ff09df13b97ffc88f95a527d860e751fd79e873a78be2e7bd977a15e +SIZE (xpi/thunderbird-i18n-38.1.0/pa-IN.xpi) = 530483 +SHA256 (xpi/thunderbird-i18n-38.1.0/pl.xpi) = d9c770408d6b8cc52df4113ccfeb339fc7e34ca45a62df49ee5f24e70a5e3503 +SIZE (xpi/thunderbird-i18n-38.1.0/pl.xpi) = 411508 +SHA256 (xpi/thunderbird-i18n-38.1.0/pt-BR.xpi) = 8160379e9ff6319939e7a9e2d37c0a7f66f436796f16c0c3ef8a70f1a2e17ea0 +SIZE (xpi/thunderbird-i18n-38.1.0/pt-BR.xpi) = 443773 +SHA256 (xpi/thunderbird-i18n-38.1.0/pt-PT.xpi) = d6354d745df58c48d15792c35aa8f4874d11bff0980df6b567de58f659357efe +SIZE (xpi/thunderbird-i18n-38.1.0/pt-PT.xpi) = 442063 +SHA256 (xpi/thunderbird-i18n-38.1.0/rm.xpi) = fbc4bb3603cd5927c98e82ca83e830bd0c0807cc63ee0215f60e1cea66cc4400 +SIZE (xpi/thunderbird-i18n-38.1.0/rm.xpi) = 442112 +SHA256 (xpi/thunderbird-i18n-38.1.0/ro.xpi) = 2e768e1a2e9ae04bafea1948c19b2b6e83f436f3a2841a94550f95bde7b30b42 +SIZE (xpi/thunderbird-i18n-38.1.0/ro.xpi) = 448347 +SHA256 (xpi/thunderbird-i18n-38.1.0/ru.xpi) = 85ab5454186b1a35c1268a8854b2407f1a260857a092de2cdc1c0fb84e278104 +SIZE (xpi/thunderbird-i18n-38.1.0/ru.xpi) = 437591 +SHA256 (xpi/thunderbird-i18n-38.1.0/si.xpi) = 8df4c4ca6dbb901f419b69b37da8b0762483e080513b6cebe0d4424444f6ce25 +SIZE (xpi/thunderbird-i18n-38.1.0/si.xpi) = 535362 +SHA256 (xpi/thunderbird-i18n-38.1.0/sk.xpi) = 8b34d932a49e56cc47b9dae57f7a515b40bcc1ae4efa50f1dd275855abb30659 +SIZE (xpi/thunderbird-i18n-38.1.0/sk.xpi) = 456606 +SHA256 (xpi/thunderbird-i18n-38.1.0/sl.xpi) = 7d2bbe2b04052165bde61b4e24f2c928460f914a57c8bec36d3496de67d5dd66 +SIZE (xpi/thunderbird-i18n-38.1.0/sl.xpi) = 437847 +SHA256 (xpi/thunderbird-i18n-38.1.0/sq.xpi) = 0e41b9ab3ec7853e3c8d19ad6380598ccc4d04884426f64be577a045f876cdd6 +SIZE (xpi/thunderbird-i18n-38.1.0/sq.xpi) = 446896 +SHA256 (xpi/thunderbird-i18n-38.1.0/sr.xpi) = c2d6d4a751580f2107aaeec7f23584ca7a8803cd15289fbf863d124a1801ffee +SIZE (xpi/thunderbird-i18n-38.1.0/sr.xpi) = 543336 +SHA256 (xpi/thunderbird-i18n-38.1.0/sv-SE.xpi) = 59cfe9b9ee411b92e288d0050ba3baddd5bc7bb779ed4fbff7681ae252053133 +SIZE (xpi/thunderbird-i18n-38.1.0/sv-SE.xpi) = 439633 +SHA256 (xpi/thunderbird-i18n-38.1.0/ta-LK.xpi) = 891b12e9f7722c570189c0c47a814e96ac3ef9e16b2d50625a4766085649d16f +SIZE (xpi/thunderbird-i18n-38.1.0/ta-LK.xpi) = 558759 +SHA256 (xpi/thunderbird-i18n-38.1.0/tr.xpi) = 5b42a203b0a6938a9967ce982fb800bd4db8ef0d2def1b9966e1352e843729fc +SIZE (xpi/thunderbird-i18n-38.1.0/tr.xpi) = 447799 +SHA256 (xpi/thunderbird-i18n-38.1.0/uk.xpi) = e32214709147900c4336af83dce5445614b72d4059dad67b6f703a0853ec2ad1 +SIZE (xpi/thunderbird-i18n-38.1.0/uk.xpi) = 509621 +SHA256 (xpi/thunderbird-i18n-38.1.0/vi.xpi) = 6d9b056f1d13e7dd95b79780c65e202c5c428f87e206370a5264644579a41626 +SIZE (xpi/thunderbird-i18n-38.1.0/vi.xpi) = 519864 +SHA256 (xpi/thunderbird-i18n-38.1.0/zh-CN.xpi) = 9d00bbc2f01c6974877923f9d770e16112b5e859788a728a7244052361f1ea7b +SIZE (xpi/thunderbird-i18n-38.1.0/zh-CN.xpi) = 466411 +SHA256 (xpi/thunderbird-i18n-38.1.0/zh-TW.xpi) = 65dd33db3a18a4f8eeb54b953650a3a592a8821765e44888849f15531bcf88ca +SIZE (xpi/thunderbird-i18n-38.1.0/zh-TW.xpi) = 466660 Modified: branches/2015Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2015Q3/mail/thunderbird/Makefile Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/thunderbird/Makefile Fri Jul 24 03:31:33 2015 (r392767) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 31.7.0 -PORTREVISION= 1 +DISTVERSION= 38.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -13,31 +12,32 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \ - nss>=3.16.2.3:${PORTSDIR}/security/nss \ +BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ + nss>=3.19.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \ + harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ - sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.8.9:${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 +# opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.8.2 -L_VERSION= 3.3.7 +L_VERSION= 4.0.1 SSP_UNSAFE= yes USE_GECKO= gecko -USE_MOZILLA= # empty +USE_MOZILLA= -opus USE_QT5= # empty QT_NONSTANDARD= yes @@ -67,7 +67,7 @@ OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/GST .include -WRKSRC= ${WRKDIR}/comm-esr31 +WRKSRC= ${WRKDIR}/comm-esr38 MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi @@ -103,7 +103,7 @@ EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/ins MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:tl}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi +XPI_FILE= ${MOZ_OBJDIR}/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:tl}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID= lightning@thunderbird.mozilla.org .else Modified: branches/2015Q3/mail/thunderbird/distinfo ============================================================================== --- branches/2015Q3/mail/thunderbird/distinfo Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/thunderbird/distinfo Fri Jul 24 03:31:33 2015 (r392767) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-31.7.0.source.tar.bz2) = dc3a6afaab486ba09745898f55986f98cc9bf7647cd992849f9c7ead563479b7 -SIZE (thunderbird-31.7.0.source.tar.bz2) = 171059989 +SHA256 (thunderbird-38.1.0.source.tar.bz2) = ddf1fd6048f07370bb0375eac76e687c19d29100c19e9f86fc04bb88d4409787 +SIZE (thunderbird-38.1.0.source.tar.bz2) = 204161689 SHA256 (enigmail-1.8.2.tar.gz) = 1d2700799bc52aaa8e8c9f7a0f5111281ff9fbdffc093cdff070657d574eb2a6 SIZE (enigmail-1.8.2.tar.gz) = 1604159 Modified: branches/2015Q3/mail/thunderbird/files/patch-bug1021761 ============================================================================== --- branches/2015Q3/mail/thunderbird/files/patch-bug1021761 Fri Jul 24 02:55:53 2015 (r392766) +++ branches/2015Q3/mail/thunderbird/files/patch-bug1021761 Fri Jul 24 03:31:33 2015 (r392767) @@ -218,12 +218,12 @@ index a962553..1f780f4 100644 assert(p); pthread_mutex_unlock(&stm->mutex); -@@ -313,10 +360,10 @@ alsa_refill_stream(cubeb_stream * stm) - return ERROR; - } - if (got > 0) { -- snd_pcm_sframes_t wrote = snd_pcm_writei(stm->pcm, p, got); -+ snd_pcm_sframes_t wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); +@@ -327,10 +374,10 @@ alsa_refill_stream(cubeb_stream * stm) + b[i] *= stm->volume; + } + } +- wrote = snd_pcm_writei(stm->pcm, p, got); ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); if (wrote == -EPIPE) { - snd_pcm_recover(stm->pcm, wrote, 1); - wrote = snd_pcm_writei(stm->pcm, p, got); @@ -533,42 +533,51 @@ index a962553..1f780f4 100644 assert((nfds_t) r == stm->nfds); r = pthread_cond_init(&stm->cond, NULL); -@@ -937,12 +1043,12 @@ alsa_get_max_channel_count(cubeb * ctx, uint32_t * max_channels) +@@ -895,7 +1001,7 @@ alsa_stream_destroy(cubeb_stream * stm) + pthread_mutex_lock(&stm->mutex); + if (stm->pcm) { + if (stm->state == DRAINING) { +- snd_pcm_drain(stm->pcm); ++ WRAP(snd_pcm_drain)(stm->pcm); + } + alsa_locked_pcm_close(stm->pcm); + stm->pcm = NULL; +@@ -938,12 +1044,12 @@ alsa_get_max_channel_count(cubeb * ctx, uint32_t * max_channels) return CUBEB_ERROR; } -- rv = snd_pcm_hw_params_any(stm->pcm, hw_params); -+ rv = WRAP(snd_pcm_hw_params_any)(stm->pcm, hw_params); - if (rv < 0) { +- r = snd_pcm_hw_params_any(stm->pcm, hw_params); ++ r = WRAP(snd_pcm_hw_params_any)(stm->pcm, hw_params); + if (r < 0) { return CUBEB_ERROR; } -- rv = snd_pcm_hw_params_get_channels_max(hw_params, max_channels); -+ rv = WRAP(snd_pcm_hw_params_get_channels_max)(hw_params, max_channels); - if (rv < 0) { +- r = snd_pcm_hw_params_get_channels_max(hw_params, max_channels); ++ r = WRAP(snd_pcm_hw_params_get_channels_max)(hw_params, max_channels); + if (r < 0) { return CUBEB_ERROR; } -@@ -962,34 +1068,34 @@ alsa_get_preferred_sample_rate(cubeb * ctx, uint32_t * rate) { +@@ -963,34 +1069,34 @@ alsa_get_preferred_sample_rate(cubeb * ctx, uint32_t * rate) { /* get a pcm, disabling resampling, so we get a rate the * hardware/dmix/pulse/etc. supports. */ -- rv = snd_pcm_open(&pcm, "", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); -+ rv = WRAP(snd_pcm_open)(&pcm, "", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); - if (rv < 0) { +- r = snd_pcm_open(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); ++ r = WRAP(snd_pcm_open)(&pcm, "default", SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); + if (r < 0) { return CUBEB_ERROR; } -- rv = snd_pcm_hw_params_any(pcm, hw_params); -+ rv = WRAP(snd_pcm_hw_params_any)(pcm, hw_params); - if (rv < 0) { +- r = snd_pcm_hw_params_any(pcm, hw_params); ++ r = WRAP(snd_pcm_hw_params_any)(pcm, hw_params); + if (r < 0) { - snd_pcm_close(pcm); + WRAP(snd_pcm_close)(pcm); return CUBEB_ERROR; } -- rv = snd_pcm_hw_params_get_rate(hw_params, rate, &dir); -+ rv = WRAP(snd_pcm_hw_params_get_rate)(hw_params, rate, &dir); - if (rv >= 0) { +- r = snd_pcm_hw_params_get_rate(hw_params, rate, &dir); ++ r = WRAP(snd_pcm_hw_params_get_rate)(hw_params, rate, &dir); + if (r >= 0) { /* There is a default rate: use it. */ - snd_pcm_close(pcm); + WRAP(snd_pcm_close)(pcm); @@ -578,9 +587,9 @@ index a962553..1f780f4 100644 /* Use a common rate, alsa may adjust it based on hw/etc. capabilities. */ *rate = 44100; -- rv = snd_pcm_hw_params_set_rate_near(pcm, hw_params, rate, NULL); -+ rv = WRAP(snd_pcm_hw_params_set_rate_near)(pcm, hw_params, rate, NULL); - if (rv < 0) { +- r = snd_pcm_hw_params_set_rate_near(pcm, hw_params, rate, NULL); ++ r = WRAP(snd_pcm_hw_params_set_rate_near)(pcm, hw_params, rate, NULL); + if (r < 0) { - snd_pcm_close(pcm); + WRAP(snd_pcm_close)(pcm); return CUBEB_ERROR; @@ -634,7 +643,7 @@ new file mode 100644 index 0000000..5e38e27 --- /dev/null +++ mozilla/media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,397 @@ +@@ -0,0 +1,402 @@ +/* + * Copyright © 2014 Mozilla Foundation + * @@ -1030,7 +1039,12 @@ index 0000000..5e38e27 + .stream_start = oss_stream_start, + .stream_stop = oss_stream_stop, + .stream_get_position = oss_stream_get_position, -+ .stream_get_latency = oss_stream_get_latency ++ .stream_get_latency = oss_stream_get_latency, ++ .stream_set_volume = oss_stream_set_volume, ++ .stream_set_panning = oss_stream_set_panning, ++ .stream_get_current_device = NULL, ++ .stream_device_destroy = NULL, ++ .stream_register_device_changed_callback = NULL +}; diff --git media/libcubeb/src/moz.build media/libcubeb/src/moz.build index 8b7a0dd..31212ce 100644 @@ -1056,36 +1070,33 @@ index 8b7a0dd..31212ce 100644 +CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] CFLAGS += CONFIG['MOZ_ALSA_CFLAGS'] CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS'] -diff --git media/webrtc/signaling/test/Makefile.in media/webrtc/signaling/test/Makefile.in +diff --git media/webrtc/signaling/test/moz.build media/webrtc/signaling/test/moz.build index 991f03f..3d99eb5 100644 ---- mozilla/media/webrtc/signaling/test/Makefile.in -+++ mozilla/media/webrtc/signaling/test/Makefile.in -@@ -26,9 +26,9 @@ ifdef JS_SHARED_LIBRARY - LIBS += $(MOZ_JS_LIBS) - endif - --ifdef MOZ_ALSA -+ifdef MOZ_OSS - LIBS += \ -- $(MOZ_ALSA_LIBS) \ -+ $(MOZ_OSS_LIBS) \ - $(NULL) - endif +--- mozilla/media/webrtc/signaling/test/moz.build ++++ mozilla/media/webrtc/signaling/test/moz.build +@@ -112,8 +112,8 @@ if CONFIG['JS_SHARED_LIBRARY']: + OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] + OS_LIBS += CONFIG['REALTIME_LIBS'] + +-if CONFIG['MOZ_ALSA']: +- OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] ++if CONFIG['MOZ_OSS']: ++ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] -diff --git toolkit/library/libxul.mk toolkit/library/libxul.mk + if CONFIG['MOZ_NATIVE_JPEG']: + OS_LIBS += CONFIG['MOZ_JPEG_LIBS'] +diff --git toolkit/library/moz.build toolkit/library/moz.build index e191f13..4fb268a 100644 ---- mozilla/toolkit/library/libxul.mk -+++ mozilla/toolkit/library/libxul.mk -@@ -146,9 +146,9 @@ OS_LIBS += $(call EXPAND_LIBNAME,secur32 - endif - endif - --ifdef MOZ_ALSA --EXTRA_DSO_LDOPTS += $(MOZ_ALSA_LIBS) --endif -+ifdef MOZ_OSS -+EXTRA_DSO_LDOPTS += $(MOZ_OSS_LIBS) -+endif +--- mozilla/toolkit/library/moz.build ++++ mozilla/toolkit/library/moz.build +@@ -234,8 +234,8 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: + if not CONFIG['MOZ_TREE_PIXMAN']: + OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS'] + +-if CONFIG['MOZ_ALSA']: +- OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] ++if CONFIG['MOZ_OSS']: ++ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] - ifdef HAVE_CLOCK_MONOTONIC - EXTRA_DSO_LDOPTS += $(REALTIME_LIBS) + if CONFIG['HAVE_CLOCK_MONOTONIC']: + OS_LIBS += CONFIG['REALTIME_LIBS'] Copied: branches/2015Q3/mail/thunderbird/files/patch-bug1041268 (from r392761, head/mail/thunderbird/files/patch-bug1041268) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/mail/thunderbird/files/patch-bug1041268 Fri Jul 24 03:31:33 2015 (r392767, copy of r392761, head/mail/thunderbird/files/patch-bug1041268) @@ -0,0 +1,26 @@ +diff --git media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc +index 97f69d3..77a50b3 100644 +--- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc ++++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc +@@ -18,7 +18,7 @@ ScreenCapturer* ScreenCapturer::Create() { + return Create(DesktopCaptureOptions::CreateDefault()); + } + +-#if defined(WEBRTC_LINUX) ++#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) + ScreenCapturer* ScreenCapturer::CreateWithXDamage( + bool use_update_notifications) { + DesktopCaptureOptions options; +diff --git media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h +index a8d40a7..177a6c1 100644 +--- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h ++++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h +@@ -74,7 +74,7 @@ class ScreenCapturer : public DesktopCapturer { + static ScreenCapturer* Create(const DesktopCaptureOptions& options); + static ScreenCapturer* Create(); + +-#if defined(WEBRTC_LINUX) ++#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) + // Creates platform-specific capturer and instructs it whether it should use + // X DAMAGE support. + static ScreenCapturer* CreateWithXDamage(bool use_x_damage); Copied: branches/2015Q3/mail/thunderbird/files/patch-bug1073117 (from r392761, head/mail/thunderbird/files/patch-bug1073117) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/mail/thunderbird/files/patch-bug1073117 Fri Jul 24 03:31:33 2015 (r392767, copy of r392761, head/mail/thunderbird/files/patch-bug1073117) @@ -0,0 +1,877 @@ +diff --git widget/gtk/gtk2drawing.c widget/gtk/gtk2drawing.c +index 34f22af..1b950ab 100644 +--- mozilla/widget/gtk/gtk2drawing.c ++++ mozilla/widget/gtk/gtk2drawing.c +@@ -831,7 +831,7 @@ moz_gtk_get_focus_outline_size(gint* focus_h_width, gint* focus_v_width) + return MOZ_GTK_SUCCESS; + } + +-gint ++static gint + moz_gtk_widget_get_focus(GtkWidget* widget, gboolean* interior_focus, + gint* focus_width, gint* focus_pad) + { +@@ -928,7 +928,7 @@ moz_gtk_splitter_get_metrics(gint orientation, gint* size) + return MOZ_GTK_SUCCESS; + } + +-gint ++static gint + moz_gtk_button_get_inner_border(GtkWidget* widget, GtkBorder* inner_border) + { + static const GtkBorder default_inner_border = { 1, 1, 1, 1 }; +diff --git widget/gtk/gtk3drawing.c widget/gtk/gtk3drawing.c +index 08a58d6..7fef6fa 100644 +--- mozilla/widget/gtk/gtk3drawing.c ++++ mozilla/widget/gtk/gtk3drawing.c +@@ -65,6 +65,7 @@ static GtkWidget* gScrolledWindowWidget; + static style_prop_t style_prop_func; + static gboolean have_arrow_scaling; + static gboolean checkbox_check_state; ++static gboolean notebook_has_tab_gap; + static gboolean is_initialized; + + #define ARROW_UP 0 +@@ -725,6 +726,14 @@ moz_gtk_init() + else + checkbox_check_state = GTK_STATE_FLAG_ACTIVE; + ++ if(!gtk_check_version(3, 12, 0)) { ++ ensure_tab_widget(); ++ gtk_widget_style_get(gTabWidget, "has-tab-gap", ¬ebook_has_tab_gap, NULL); ++ } ++ else { ++ notebook_has_tab_gap = TRUE; ++ } ++ + /* Add style property to GtkEntry. + * Adding the style property to the normal GtkEntry class means that it + * will work without issues inside GtkComboBox and for Spinbuttons. */ +@@ -762,37 +771,17 @@ moz_gtk_radio_get_metrics(gint* indicator_size, gint* indicator_spacing) + gint + moz_gtk_get_focus_outline_size(gint* focus_h_width, gint* focus_v_width) + { +- gboolean interior_focus; +- gint focus_width = 0; ++ GtkBorder border; ++ GtkBorder padding; ++ GtkStyleContext *style; + + ensure_entry_widget(); +- gtk_widget_style_get(gEntryWidget, +- "interior-focus", &interior_focus, +- "focus-line-width", &focus_width, +- NULL); +- if (interior_focus) { +- GtkBorder border; +- GtkStyleContext *style = gtk_widget_get_style_context(gEntryWidget); +- gtk_style_context_get_border(style, 0, &border); +- *focus_h_width = border.left + focus_width; +- *focus_v_width = border.top + focus_width; +- } else { +- *focus_h_width = focus_width; +- *focus_v_width = focus_width; +- } +- return MOZ_GTK_SUCCESS; +-} +- +-gint +-moz_gtk_widget_get_focus(GtkWidget* widget, gboolean* interior_focus, +- gint* focus_width, gint* focus_pad) +-{ +- gtk_widget_style_get (widget, +- "interior-focus", interior_focus, +- "focus-line-width", focus_width, +- "focus-padding", focus_pad, +- NULL); ++ style = gtk_widget_get_style_context(gEntryWidget); + ++ gtk_style_context_get_border(style, 0, &border); ++ gtk_style_context_get_padding(style, 0, &padding); ++ *focus_h_width = border.left + padding.left; ++ *focus_v_width = border.top + padding.top; + return MOZ_GTK_SUCCESS; + } + +@@ -880,24 +860,6 @@ moz_gtk_splitter_get_metrics(gint orientation, gint* size) + return MOZ_GTK_SUCCESS; + } + +-gint +-moz_gtk_button_get_inner_border(GtkWidget* widget, GtkBorder* inner_border) +-{ +- static const GtkBorder default_inner_border = { 1, 1, 1, 1 }; +- GtkBorder *tmp_border; +- +- gtk_widget_style_get (widget, "inner-border", &tmp_border, NULL); +- +- if (tmp_border) { +- *inner_border = *tmp_border; +- gtk_border_free(tmp_border); +- } +- else +- *inner_border = default_inner_border; +- +- return MOZ_GTK_SUCCESS; +-} +- + static gint + moz_gtk_button_paint(cairo_t *cr, GdkRectangle* rect, + GtkWidgetState* state, +@@ -908,19 +870,8 @@ moz_gtk_button_paint(cairo_t *cr, GdkRectangle* rect, + GtkStyleContext* style = gtk_widget_get_style_context(widget); + gint x = rect->x, y=rect->y, width=rect->width, height=rect->height; + +- gboolean interior_focus; +- gint focus_width, focus_pad; +- +- moz_gtk_widget_get_focus(widget, &interior_focus, &focus_width, &focus_pad); + gtk_widget_set_direction(widget, direction); +- +- if (!interior_focus && state->focused) { +- x += focus_width + focus_pad; +- y += focus_width + focus_pad; +- width -= 2 * (focus_width + focus_pad); +- height -= 2 * (focus_width + focus_pad); +- } +- ++ + gtk_style_context_save(style); + gtk_style_context_set_state(style, state_flags); + +@@ -953,20 +904,12 @@ moz_gtk_button_paint(cairo_t *cr, GdkRectangle* rect, + } + + if (state->focused) { +- if (interior_focus) { +- GtkBorder border; +- gtk_style_context_get_border(style, state_flags, &border); +- x += border.left + focus_pad; +- y += border.top + focus_pad; +- width -= 2 * (border.left + focus_pad); +- height -= 2 * (border.top + focus_pad); +- } else { +- x -= focus_width + focus_pad; +- y -= focus_width + focus_pad; +- width += 2 * (focus_width + focus_pad); +- height += 2 * (focus_width + focus_pad); +- } +- ++ GtkBorder border; ++ gtk_style_context_get_border(style, state_flags, &border); ++ x += border.left; ++ y += border.top; ++ width -= (border.left + border.right); ++ height -= (border.top + border.bottom); + gtk_render_focus(style, cr, x, y, width, height); + } + gtk_style_context_restore(style); +@@ -1056,33 +999,23 @@ calculate_button_inner_rect(GtkWidget* button, GdkRectangle* rect, + GtkTextDirection direction, + gboolean ignore_focus) + { +- GtkBorder inner_border; +- gboolean interior_focus; +- gint focus_width, focus_pad; + GtkStyleContext* style; + GtkBorder border; ++ GtkBorder padding = {0, 0, 0, 0}; + + style = gtk_widget_get_style_context(button); + + /* This mirrors gtkbutton's child positioning */ +- moz_gtk_button_get_inner_border(button, &inner_border); +- moz_gtk_widget_get_focus(button, &interior_focus, +- &focus_width, &focus_pad); +- +- if (ignore_focus) +- focus_width = focus_pad = 0; +- + gtk_style_context_get_border(style, 0, &border); ++ if (!ignore_focus) ++ gtk_style_context_get_padding(style, 0, &padding); + +- inner_rect->x = rect->x + border.left + focus_width + focus_pad; +- inner_rect->x += direction == GTK_TEXT_DIR_LTR ? *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Jul 24 04:28:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F7449A9EEA; Fri, 24 Jul 2015 04:28:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BD391EEB; Fri, 24 Jul 2015 04:28:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O4SgXh061997; Fri, 24 Jul 2015 04:28:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O4Sf6V061989; Fri, 24 Jul 2015 04:28:41 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507240428.t6O4Sf6V061989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 24 Jul 2015 04:28:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392768 - in head/lang/tcc: . 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.20 Precedence: 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, 24 Jul 2015 04:28:43 -0000 Author: pi Date: Fri Jul 24 04:28:40 2015 New Revision: 392768 URL: https://svnweb.freebsd.org/changeset/ports/392768 Log: lang/tcc: add amd64 support - Add amd64 support - Fix shebang in texi2pod.pl - Fix pkg-plist - Bump PORTVERSION PR: 201749 Submitted by: Carlos Jacobo Puga Medina (maintainer) Added: head/lang/tcc/files/ head/lang/tcc/files/patch-lib_Makefile (contents, props changed) head/lang/tcc/files/patch-texi2pod.pl (contents, props changed) Modified: head/lang/tcc/Makefile head/lang/tcc/pkg-plist Modified: head/lang/tcc/Makefile ============================================================================== --- head/lang/tcc/Makefile Fri Jul 24 03:31:33 2015 (r392767) +++ head/lang/tcc/Makefile Fri Jul 24 04:28:40 2015 (r392768) @@ -2,7 +2,7 @@ PORTNAME= tcc PORTVERSION= 0.9.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= SAVANNAH/tinycc @@ -11,7 +11,7 @@ COMMENT= Tiny C Compiler LICENSE= LGPL21 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= amd64 i386 CONFLICTS= TenDRA-[0-9]* @@ -28,7 +28,21 @@ PORTDOCS= COPYING Changelog README TODO .include +.if ${ARCH} == "amd64" +CONFIGURE_ARGS+= --cpu=x86-64 --extra-cflags="-DTCC_TARGET_X86_64 -DONE_SOURCE" +MAKE_ARGS+= ARCH=x86-64 +CPUTYPE= x86_64 +FILES= bcheck.o alloca86_64.o libtcc1.o + +PLIST_SUB+= AMD64="" +.else +PLIST_SUB+= AMD64="@comment " +.endif + .if ${ARCH} == "i386" +CPUTYPE= i386 +FILES= bcheck.o alloca86.o alloca86-bt.o + PLIST_SUB+= I386="" .else PLIST_SUB+= I386="@comment " @@ -42,7 +56,9 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tcc ${INSTALL_MAN} ${WRKSRC}/tcc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${RM} -r ${STAGEDIR}${PREFIX}/share/man - ${INSTALL_DATA} ${WRKSRC}/lib/i386/bcheck.o ${STAGEDIR}${PREFIX}/lib/tcc +.for f in ${FILES} + ${INSTALL_DATA} ${WRKSRC}/lib/${CPUTYPE}/*.o ${STAGEDIR}${PREFIX}/lib/tcc +.endfor .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} Added: head/lang/tcc/files/patch-lib_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/tcc/files/patch-lib_Makefile Fri Jul 24 04:28:40 2015 (r392768) @@ -0,0 +1,11 @@ +--- lib/Makefile.orig 2015-07-21 22:05:25 UTC ++++ lib/Makefile +@@ -40,7 +40,7 @@ native : TCC = $(TOP)/tcc$(EXESUF) + cross : TCC = $(TOP)/$(TARGET)-tcc$(EXESUF) + + I386_O = libtcc1.o alloca86.o alloca86-bt.o $(BCHECK_O) +-X86_64_O = libtcc1.o alloca86_64.o ++X86_64_O = libtcc1.o alloca86_64.o $(BCHECK_O) + WIN32_O = $(I386_O) crt1.o wincrt1.o dllcrt1.o dllmain.o chkstk.o + WIN64_O = $(X86_64_O) crt1.o wincrt1.o dllcrt1.o dllmain.o chkstk.o + Added: head/lang/tcc/files/patch-texi2pod.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/tcc/files/patch-texi2pod.pl Fri Jul 24 04:28:40 2015 (r392768) @@ -0,0 +1,8 @@ +--- texi2pod.pl.orig 2013-02-15 14:24:00 UTC ++++ texi2pod.pl +@@ -1,4 +1,4 @@ +-#! /usr/bin/perl -w ++#! /usr/local/bin/perl -w + + # Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Modified: head/lang/tcc/pkg-plist ============================================================================== --- head/lang/tcc/pkg-plist Fri Jul 24 03:31:33 2015 (r392767) +++ head/lang/tcc/pkg-plist Fri Jul 24 04:28:40 2015 (r392768) @@ -8,6 +8,10 @@ lib/tcc/include/stddef.h lib/tcc/include/tcclib.h lib/tcc/include/varargs.h lib/tcc/bcheck.o +%%I386%%lib/tcc/alloca86.o +%%I386%%lib/tcc/alloca86-bt.o +%%AMD64%%lib/tcc/alloca86_64.o +lib/tcc/libtcc1.o lib/tcc/libtcc1.a man/man1/tcc.1.gz %%PORTDOCS%%%%DOCSDIR%%/tcc-doc.html From owner-svn-ports-all@freebsd.org Fri Jul 24 05:46:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7712F9A8C72; Fri, 24 Jul 2015 05:46:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39E571CE6; Fri, 24 Jul 2015 05:46:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O5kCx9000240; Fri, 24 Jul 2015 05:46:12 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O5kB4v000237; Fri, 24 Jul 2015 05:46:11 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507240546.t6O5kB4v000237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 24 Jul 2015 05:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392769 - in branches/2015Q3/www/chromium: . 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.20 Precedence: 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, 24 Jul 2015 05:46:13 -0000 Author: rene Date: Fri Jul 24 05:46:10 2015 New Revision: 392769 URL: https://svnweb.freebsd.org/changeset/ports/392769 Log: MFH: r392612 - Update to 43.0.2357.134 - Add patch from OpenBSD to handle PDF downloads Submitted by: LeFroid Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/24 Approved by: ports-secteam (delphij) Added: branches/2015Q3/www/chromium/files/patch-chrome__browser__download__download_commands.cc - copied unchanged from r392612, head/www/chromium/files/patch-chrome__browser__download__download_commands.cc Modified: branches/2015Q3/www/chromium/Makefile branches/2015Q3/www/chromium/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/chromium/Makefile ============================================================================== --- branches/2015Q3/www/chromium/Makefile Fri Jul 24 04:28:40 2015 (r392768) +++ branches/2015Q3/www/chromium/Makefile Fri Jul 24 05:46:10 2015 (r392769) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 43.0.2357.132 +PORTVERSION= 43.0.2357.134 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -73,6 +73,7 @@ GYP_DEFINES+= \ linux_breakpad=0 \ linux_use_heapchecker=0 \ linux_strip_binary=1 \ + use_aura=1 \ test_isolation_mode=noop \ disable_nacl=1 \ enable_extensions=1 \ Modified: branches/2015Q3/www/chromium/distinfo ============================================================================== --- branches/2015Q3/www/chromium/distinfo Fri Jul 24 04:28:40 2015 (r392768) +++ branches/2015Q3/www/chromium/distinfo Fri Jul 24 05:46:10 2015 (r392769) @@ -1,4 +1,4 @@ -SHA256 (chromium-43.0.2357.132.tar.xz) = 405f52c6649f1d2937952fbcfcd238ba058db7d13edf4705f7027805f3ce1809 -SIZE (chromium-43.0.2357.132.tar.xz) = 290954464 -SHA256 (chromium-43.0.2357.132-testdata.tar.xz) = 9433cb06677281af688bfc5692625d610499ea803514f751bda59164fb683905 -SIZE (chromium-43.0.2357.132-testdata.tar.xz) = 127574536 +SHA256 (chromium-43.0.2357.134.tar.xz) = d3a1bbe3e1445dfcf5ef4aff4b11a8f3770436c8b8954b7cc5fee5416f117659 +SIZE (chromium-43.0.2357.134.tar.xz) = 290976408 +SHA256 (chromium-43.0.2357.134-testdata.tar.xz) = f69b79d44e670ffc73f476e1d8e08d04a540c011ff1c7b6afbc76cdde88dfdeb +SIZE (chromium-43.0.2357.134-testdata.tar.xz) = 127570540 Copied: branches/2015Q3/www/chromium/files/patch-chrome__browser__download__download_commands.cc (from r392612, head/www/chromium/files/patch-chrome__browser__download__download_commands.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/www/chromium/files/patch-chrome__browser__download__download_commands.cc Fri Jul 24 05:46:10 2015 (r392769, copy of r392612, head/www/chromium/files/patch-chrome__browser__download__download_commands.cc) @@ -0,0 +1,38 @@ +--- chrome/browser/download/download_commands.cc.orig 2015-07-16 07:26:09.936296000 -0400 ++++ chrome/browser/download/download_commands.cc 2015-07-16 07:27:35.099271000 -0400 +@@ -100,7 +100,7 @@ + download_crx_util::IsExtensionDownload(*download_item_); + case ALWAYS_OPEN_TYPE: + #if defined(OS_WIN) || defined(OS_LINUX) || \ +- (defined(OS_MACOSX) && !defined(OS_IOS)) ++ (defined(OS_MACOSX) && !defined(OS_IOS)) || defined(OS_BSD) + if (CanOpenPdfInSystemViewer()) { + DownloadPrefs* prefs = DownloadPrefs::FromBrowserContext( + download_item_->GetBrowserContext()); +@@ -144,7 +144,7 @@ + DownloadPrefs* prefs = DownloadPrefs::FromBrowserContext( + download_item_->GetBrowserContext()); + #if defined(OS_WIN) || defined(OS_LINUX) || \ +- (defined(OS_MACOSX) && !defined(OS_IOS)) ++ (defined(OS_MACOSX) && !defined(OS_IOS)) || defined(OS_BSD) + if (CanOpenPdfInSystemViewer()) { + prefs->SetShouldOpenPdfInSystemReader(!is_checked); + DownloadItemModel(download_item_) +@@ -218,7 +218,7 @@ + return browser_displayer.browser(); + } + +-#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) ++#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + bool DownloadCommands::IsDownloadPdf() const { + base::FilePath path = download_item_->GetTargetFilePath(); + return path.MatchesExtension(FILE_PATH_LITERAL(".pdf")); +@@ -235,7 +235,7 @@ + return IsDownloadPdf() && + (IsAdobeReaderDefaultPDFViewer() ? is_adobe_pdf_reader_up_to_date + : true); +-#elif defined(OS_MACOSX) || defined(OS_LINUX) ++#elif defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + return IsDownloadPdf(); + #endif + } From owner-svn-ports-all@freebsd.org Fri Jul 24 05:47:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 792D09A8CBD; Fri, 24 Jul 2015 05:47:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44C0D1DDA; Fri, 24 Jul 2015 05:47:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O5lm4m000505; Fri, 24 Jul 2015 05:47:48 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O5lmPu000504; Fri, 24 Jul 2015 05:47:48 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507240547.t6O5lmPu000504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 24 Jul 2015 05:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392770 - branches/2015Q3/www/chromium/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.20 Precedence: 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, 24 Jul 2015 05:47:49 -0000 Author: rene Date: Fri Jul 24 05:47:47 2015 New Revision: 392770 URL: https://svnweb.freebsd.org/changeset/ports/392770 Log: MFH: r392749 Fix passing arguments containing spaces to the wrapper shell script. PR: 195816 Submitted by: yuri@rawbw.com Approved by: ports-secteam (feld) Modified: branches/2015Q3/www/chromium/files/chrome.in Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/chromium/files/chrome.in ============================================================================== --- branches/2015Q3/www/chromium/files/chrome.in Fri Jul 24 05:46:10 2015 (r392769) +++ branches/2015Q3/www/chromium/files/chrome.in Fri Jul 24 05:47:47 2015 (r392770) @@ -15,4 +15,4 @@ $SYSCTL=1 EOMSG exit 1 fi -%%PREFIX%%/share/chromium/chrome $* +%%PREFIX%%/share/chromium/chrome "$@" From owner-svn-ports-all@freebsd.org Fri Jul 24 06:05:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A84E89A90AB; Fri, 24 Jul 2015 06:05:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A41414A6; Fri, 24 Jul 2015 06:05:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O65N7E009498; Fri, 24 Jul 2015 06:05:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O65NlQ009496; Fri, 24 Jul 2015 06:05:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507240605.t6O65NlQ009496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 24 Jul 2015 06:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392771 - in head/databases: postgresql91-server postgresql92-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.20 Precedence: 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, 24 Jul 2015 06:05:24 -0000 Author: bapt Date: Fri Jul 24 06:05:22 2015 New Revision: 392771 URL: https://svnweb.freebsd.org/changeset/ports/392771 Log: Really fix ldap option Modified: head/databases/postgresql91-server/Makefile head/databases/postgresql92-server/Makefile Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Fri Jul 24 05:47:47 2015 (r392770) +++ head/databases/postgresql91-server/Makefile Fri Jul 24 06:05:22 2015 (r392771) @@ -136,6 +136,13 @@ INTDATE_CONFIGURE_OFF=--disable-integer- NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +LDAP_CONFIGURE_WITH= ldap +LDAP_USE= OPENLDAP=yes + +OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops + +DEBUG_CONFIGURE_ENABLE= debug + PLIST_SUB+= PG_USER=${PG_USER} \ PG_GROUP=${PG_GROUP} SUB_LIST+= PG_GROUP=${PG_GROUP} \ @@ -166,16 +173,6 @@ IGNORE= need userland DTrace support fou . endif . endif -. if defined (SERVER_ONLY) -LDAP_CONFIGURE_WITH= ldap -LDAP_USE= OPENLDAP=yes -. endif - - -OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops - -DEBUG_CONFIGURE_ENABLE= debug - .if ${PORT_OPTIONS:MGSSAPI} CONFIGURE_ARGS+=--with-gssapi .if empty(PORT_OPTIONS:MMIT_KRB5) && empty(PORT_OPTIONS:MHEIMDAL_KRB5) Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Fri Jul 24 05:47:47 2015 (r392770) +++ head/databases/postgresql92-server/Makefile Fri Jul 24 06:05:22 2015 (r392771) @@ -136,6 +136,13 @@ INTDATE_CONFIGURE_OFF=--disable-integer- NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +LDAP_CONFIGURE_WITH= ldap +LDAP_USE= OPENLDAP=yes + +OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops + +DEBUG_CONFIGURE_ENABLE= debug + PLIST_SUB+= PG_USER=${PG_USER} \ PG_GROUP=${PG_GROUP} SUB_LIST+= PG_GROUP=${PG_GROUP} \ @@ -166,16 +173,6 @@ IGNORE= need userland DTrace support fou . endif . endif -. if defined (SERVER_ONLY) -LDAP_CONFIGURE_WITH= ldap -LDAP_USE= OPENLDAP=yes -. endif - - -OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops - -DEBUG_CONFIGURE_ENABLE= debug - .if ${PORT_OPTIONS:MGSSAPI} CONFIGURE_ARGS+=--with-gssapi .if empty(PORT_OPTIONS:MMIT_KRB5) && empty(PORT_OPTIONS:MHEIMDAL_KRB5) From owner-svn-ports-all@freebsd.org Fri Jul 24 06:35:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E70C9A9C44; Fri, 24 Jul 2015 06:35:45 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D74A8151B; Fri, 24 Jul 2015 06:35:44 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacan13 with SMTP id an13so9431737pac.1; Thu, 23 Jul 2015 23:35:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=5q/ZTx664pgbIK40SIfqh174RyCbPRFlCykhKSsNPDc=; b=RzxyTEsRoX10o/aPhQD8z8VAsMMO2WMvVTbd0xdlLg0l/duzxDHHMESAY1PHSEZbmP 1dD/HAIvSPnsQEPgjapu4hdRPY+JkLU8CW3WTb3fzK4z2gOdN+jfKUe1iNTADWs3dsaU mswMYYCsHZnZ9c9NF3DE0U43AT1rpiG6H/yA2jnL8MM1faTkKGxLH6U2a4H4Y+avUK+5 obolKrvIN7YjgCT06E4rxSUcaHKe3Lnz2XxREN/nvKx0qhrLfZ5UAH9bK4Yl/+QmA3xl esZx+LoFGj1uEzHiTDIlkDD5I+ujJr8mntN+RgRMK59r/MKGuPQcAMEetYhn+Fpmsd3/ /ylg== X-Received: by 10.66.119.136 with SMTP id ku8mr27258811pab.26.1437719743078; Thu, 23 Jul 2015 23:35:43 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::5? (2001-44b8-31ae-7b01-0000-0000-0000-0005.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::5]) by smtp.gmail.com with ESMTPSA id q5sm12401587pde.56.2015.07.23.23.35.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jul 2015 23:35:41 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r392733 - in head/devel: . py-backports.shutil_get_terminal_size References: <201507231543.t6NFhsrl022785@repo.freebsd.org> To: Josh Paetzel , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55B1DCB2.8050100@FreeBSD.org> Date: Fri, 24 Jul 2015 16:35:30 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507231543.t6NFhsrl022785@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 06:35:45 -0000 On 24/07/2015 1:43 AM, Josh Paetzel wrote: > Author: jpaetzel > Date: Thu Jul 23 15:43:53 2015 > New Revision: 392733 > URL: https://svnweb.freebsd.org/changeset/ports/392733 > > Log: > Welcome backports.shutil_get_terminal_size to the ports tree > > Backport of the get_terminal_size function from Python 3.3's shutil > > Added: > head/devel/py-backports.shutil_get_terminal_size/ > head/devel/py-backports.shutil_get_terminal_size/Makefile (contents, props changed) > head/devel/py-backports.shutil_get_terminal_size/distinfo (contents, props changed) > head/devel/py-backports.shutil_get_terminal_size/pkg-descr (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Thu Jul 23 15:39:31 2015 (r392732) > +++ head/devel/Makefile Thu Jul 23 15:43:53 2015 (r392733) > @@ -3831,6 +3831,7 @@ > SUBDIR += py-avro > SUBDIR += py-babel > SUBDIR += py-babelfish > + SUBDIR += py-backports.shutil_get_terminal_size > SUBDIR += py-bcdoc > SUBDIR += py-billiard > SUBDIR += py-binplist > > Added: head/devel/py-backports.shutil_get_terminal_size/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-backports.shutil_get_terminal_size/Makefile Thu Jul 23 15:43:53 2015 (r392733) > @@ -0,0 +1,17 @@ > +# $FreeBSD$ > + > +PORTNAME= backports.shutil_get_terminal_size > +PORTVERSION= 1.0.0 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= jpaetzel@FreeBSD.org > +COMMENT= Backport of the get_terminal_size function from Python 3.3's shutil > + > +LICENSE= PSFL > + > +USES= python Given the nature of this package (backport of 3.3+ functionality, is this meant for all python versions (USES=python) or a limited set? (USES=python:2.7,3.4) or only 2.x (USES=python:-2.7) ? > +USE_PYTHON= autoplist distutils > + > +.include > > Added: head/devel/py-backports.shutil_get_terminal_size/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-backports.shutil_get_terminal_size/distinfo Thu Jul 23 15:43:53 2015 (r392733) > @@ -0,0 +1,2 @@ > +SHA256 (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 713e7a8228ae80341c70586d1cc0a8caa5207346927e23d09dcbcaf18eadec80 > +SIZE (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 4279 > > Added: head/devel/py-backports.shutil_get_terminal_size/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-backports.shutil_get_terminal_size/pkg-descr Thu Jul 23 15:43:53 2015 (r392733) > @@ -0,0 +1,3 @@ > +A backport of the get_terminal_size function from Python 3.3's shutil. > + > +WWW: https://github.com/chrippa/backports.shutil_get_terminal_size > From owner-svn-ports-all@freebsd.org Fri Jul 24 06:41:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 622909A9CFE; Fri, 24 Jul 2015 06:41:13 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AC8D19B7; Fri, 24 Jul 2015 06:41:13 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbbh15 with SMTP id bh15so8895286pdb.1; Thu, 23 Jul 2015 23:41:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=k389AmcnRLco8TEt8+ngpQma68I5QETzqNysXWo9yfI=; b=bu3zX42R+QPfmG3gah9/p8HuqaCKq0Mi40a5FeE2uGHVEe813l0R4/Z11djq4Gps1I R8tjaw8+Ci4CdhyPyXLLIJa6fwm5PcLBWLNnjDB+M25REomKZTLkMdGNoQ+xYg+40Hr4 ai1Jo+e8Jz4iiTsNYQPPi0SkaC1pXJeoXDL4fZXk8YiZu5XIdZJvsCaMLQMMTKNSFY6B fOC7s7dNBJzuj2HCIAFFAVQqP4QBhsZL0Wi0uVkn0C5ADz3Ih/pcXt0gfnPY5pvIT4kH QQeIRgEHLK5+0ggm40b+U5XWQjZgw5Ot/u+9oOzWnEGIzaiT+gzFvwH+ZF/W2pbLbVxn Rumw== X-Received: by 10.66.145.74 with SMTP id ss10mr28200449pab.28.1437720071652; Thu, 23 Jul 2015 23:41:11 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::5? (2001-44b8-31ae-7b01-0000-0000-0000-0005.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::5]) by smtp.gmail.com with ESMTPSA id ht9sm12463547pdb.0.2015.07.23.23.41.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jul 2015 23:41:11 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r392736 - in head/devel: . py-columnize References: <201507231557.t6NFvtMC027398@repo.freebsd.org> To: Josh Paetzel , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55B1DDFA.2010602@FreeBSD.org> Date: Fri, 24 Jul 2015 16:40:58 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507231557.t6NFvtMC027398@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 06:41:13 -0000 On 24/07/2015 1:57 AM, Josh Paetzel wrote: > Author: jpaetzel > Date: Thu Jul 23 15:57:54 2015 > New Revision: 392736 > URL: https://svnweb.freebsd.org/changeset/ports/392736 > > Log: > Welcome py-columnize to the ports tree. > > Format a simple (i.e. not nested) list into aligned columns > > Added: > head/devel/py-columnize/ > head/devel/py-columnize/Makefile (contents, props changed) > head/devel/py-columnize/distinfo (contents, props changed) > head/devel/py-columnize/pkg-descr (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Thu Jul 23 15:49:49 2015 (r392735) > +++ head/devel/Makefile Thu Jul 23 15:57:54 2015 (r392736) > @@ -3867,6 +3867,7 @@ > SUBDIR += py-collective.z3cform.datetimewidget > SUBDIR += py-colorama > SUBDIR += py-colorlog > + SUBDIR += py-columnize > SUBDIR += py-conditional > SUBDIR += py-configargparse > SUBDIR += py-configobj > > Added: head/devel/py-columnize/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-columnize/Makefile Thu Jul 23 15:57:54 2015 (r392736) > @@ -0,0 +1,23 @@ > +# $FreeBSD$ > + > +PORTNAME= columnize > +PORTVERSION= 0.3.8 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= jpaetzel@FreeBSD.org > +COMMENT= Format a simple (i.e. not nested) list into aligned columns > + > +LICENSE= MIT > + > +MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:${PORTSDIR}/devel/py-nose > +MY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size=1.0:${PORTSDIR}/devel/py-backports.shutil_get_terminal_size nose is *extremely* unlikely to be a build or run dependency (likely only for testing (tests_require), and backports.shutil_get_terminal_size is *very* likely only a RUN_DEPENDS. The packages setup.py should articulate which is which: setup_requires = BUILD_DEPENDS install_requires = RUN_DEPENDS tests_require = TEST_TEPENDS Keep in mind that the package authors may also not have declared their dependencies correctly. MY_DEPENDS isn't necessary either, just duplicate the dependencies for and in each of RUN/BUILD depends. Happy to help on IRC if you need to investigate further. Finally, thanks for adding more Python ports! > +BUILD_DEPENDS= ${MY_DEPENDS} > +RUN_DEPENDS= ${MY_DEPENDS} > + > +USES= python > +USE_PYTHON= autoplist distutils > + > +.include > > Added: head/devel/py-columnize/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-columnize/distinfo Thu Jul 23 15:57:54 2015 (r392736) > @@ -0,0 +1,2 @@ > +SHA256 (columnize-0.3.8.tar.gz) = c94d9173e0cb34682b1f63d2cea5924a522ef588981a7baa6a4c08a785808555 > +SIZE (columnize-0.3.8.tar.gz) = 9464 > > Added: head/devel/py-columnize/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-columnize/pkg-descr Thu Jul 23 15:57:54 2015 (r392736) > @@ -0,0 +1,3 @@ > +Format a simple (i.e. not nested) list into aligned columns. > + > +WWW: https://github.com/rocky/pycolumnize > From owner-svn-ports-all@freebsd.org Fri Jul 24 07:09:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 593A09A7348; Fri, 24 Jul 2015 07:09:41 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 278B7185B; Fri, 24 Jul 2015 07:09:41 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O79eLD037967; Fri, 24 Jul 2015 07:09:40 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O79eO7037966; Fri, 24 Jul 2015 07:09:40 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507240709.t6O79eO7037966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 24 Jul 2015 07:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392772 - head/devel/py-pip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 07:09:41 -0000 Author: koobs Date: Fri Jul 24 07:09:39 2015 New Revision: 392772 URL: https://svnweb.freebsd.org/changeset/ports/392772 Log: devel/py-pip: Fix pkg-plist (DOCS) Update pkg-plist for DOCS option files that were missed in the last update I committed. Reported by: mat Approved by: portmgr (blanket) MFH: 2015Q3 Modified: head/devel/py-pip/pkg-plist Modified: head/devel/py-pip/pkg-plist ============================================================================== --- head/devel/py-pip/pkg-plist Fri Jul 24 06:05:22 2015 (r392771) +++ head/devel/py-pip/pkg-plist Fri Jul 24 07:09:39 2015 (r392772) @@ -22,17 +22,31 @@ %%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/_static/default.css +%%PORTDOCS%%%%DOCSDIR%%/_static/css/badge_only.css +%%PORTDOCS%%%%DOCSDIR%%/_static/css/theme.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/down.png %%PORTDOCS%%%%DOCSDIR%%/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Inconsolata-Bold.ttf +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Inconsolata.ttf +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato-Bold.ttf +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato-Regular.ttf +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab-Bold.ttf +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab-Regular.ttf +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.eot +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.svg +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.ttf +%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.woff +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-1.11.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/_static/js/modernizr.min.js +%%PORTDOCS%%%%DOCSDIR%%/_static/js/theme.js %%PORTDOCS%%%%DOCSDIR%%/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png From owner-svn-ports-all@freebsd.org Fri Jul 24 07:25:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6350E9A776C; Fri, 24 Jul 2015 07:25:19 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B0101FF9; Fri, 24 Jul 2015 07:25:19 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O7PIDR046787; Fri, 24 Jul 2015 07:25:18 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O7PGhh046780; Fri, 24 Jul 2015 07:25:16 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201507240725.t6O7PGhh046780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Fri, 24 Jul 2015 07:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392773 - in head/net-mgmt/sx: . 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.20 Precedence: 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, 24 Jul 2015 07:25:19 -0000 Author: vg Date: Fri Jul 24 07:25:16 2015 New Revision: 392773 URL: https://svnweb.freebsd.org/changeset/ports/392773 Log: - Update to 1.1 Added: head/net-mgmt/sx/files/patch-server_sxscripts_sbin_sxdump.in (contents, props changed) Modified: head/net-mgmt/sx/Makefile head/net-mgmt/sx/distinfo head/net-mgmt/sx/pkg-plist Modified: head/net-mgmt/sx/Makefile ============================================================================== --- head/net-mgmt/sx/Makefile Fri Jul 24 07:09:39 2015 (r392772) +++ head/net-mgmt/sx/Makefile Fri Jul 24 07:25:16 2015 (r392773) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sx -PORTVERSION= 0.4 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= net-mgmt MASTER_SITES= http://cdn.skylable.com/source/ @@ -17,10 +16,11 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ HAS_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip USES= gmake libtool pkgconfig CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" --prefix="${STAGE}${PREFIX}" \ - --sysconfdir="${ETCDIR}" + --sysconfdir="${ETCDIR}" --mandir="${MANPREFIX}/man" OPTIONS_DEFINE= SXSERVER DOCS SXSERVER_DESC= Enable sxhttpd server @@ -31,13 +31,11 @@ OPTIONS_DEFAULT=SXSERVER .if ${PORT_OPTIONS:MSXSERVER} CONFIGURE_ARGS+=--localstatedir="${STAGE}${PREFIX}/sxserver" PLIST_SUB+= SXSERVER="" -PLIST_SUB+= SXCLIENT="@comment " USE_RC_SUBR= sxserver SUB_FILES= pkg-message .else -CONFIGURE_ARGS+=--disable-sxhttpd +CONFIGURE_ARGS+=--disable-sxhttpd --disable-server PLIST_SUB+= SXSERVER="@comment " -PLIST_SUB+= SXCLIENT="" .endif .include Modified: head/net-mgmt/sx/distinfo ============================================================================== --- head/net-mgmt/sx/distinfo Fri Jul 24 07:09:39 2015 (r392772) +++ head/net-mgmt/sx/distinfo Fri Jul 24 07:25:16 2015 (r392773) @@ -1,2 +1,2 @@ -SHA256 (sx-0.4.tar.gz) = 813526bd6a1f1d40febbd25bfb6c08b7979970c0af36938d018dd7e0d41f4066 -SIZE (sx-0.4.tar.gz) = 6589868 +SHA256 (sx-1.1.tar.gz) = 60e9b00f0863d2d0b2b0136fe2c0ccf0910e5ffcc8bff7d6d9eb70fc7dca208d +SIZE (sx-1.1.tar.gz) = 7175913 Added: head/net-mgmt/sx/files/patch-server_sxscripts_sbin_sxdump.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/sx/files/patch-server_sxscripts_sbin_sxdump.in Fri Jul 24 07:25:16 2015 (r392773) @@ -0,0 +1,8 @@ +--- server/sxscripts/sbin/sxdump.in.orig 2015-05-22 16:15:46 UTC ++++ server/sxscripts/sbin/sxdump.in +@@ -1,4 +1,4 @@ +-#! /usr/bin/python ++#!/usr/bin/env python + + """ Print commands to recreate users, volumes and ACL on a new SX cluster """ + Modified: head/net-mgmt/sx/pkg-plist ============================================================================== --- head/net-mgmt/sx/pkg-plist Fri Jul 24 07:09:39 2015 (r392772) +++ head/net-mgmt/sx/pkg-plist Fri Jul 24 07:25:16 2015 (r392773) @@ -1,12 +1,13 @@ -bin/randgen bin/sxacl bin/sxcat bin/sxcp bin/sxinit bin/sxls +bin/sxmv bin/sxreport-client +bin/sxrev bin/sxrm -bin/sxsim +%%SXSERVER%%bin/sxsim bin/sxvol %%SXSERVER%%%%ETCDIR%%/sxserver/errors/414.json %%SXSERVER%%%%ETCDIR%%/sxserver/errors/50x.json @@ -14,27 +15,66 @@ bin/sxvol %%SXSERVER%%%%ETCDIR%%/sxserver/sxhttpd.conf.default include/sx.h lib/libsx.so -lib/libsx.so.0 -lib/libsx.so.0.0.0 -lib/sxclient/libsxf_aes256-13.so +lib/libsx.so.2 +lib/libsx.so.2.0.0 +lib/sxclient/libsxf_aes256-15.so lib/sxclient/libsxf_aes256.so -lib/sxclient/libsxf_attribs-11.so +lib/sxclient/libsxf_attribs-12.so lib/sxclient/libsxf_attribs.so -lib/sxclient/libsxf_null-11.so -lib/sxclient/libsxf_null.so -lib/sxclient/libsxf_zcomp-10.so +lib/sxclient/libsxf_undelete-12.so +lib/sxclient/libsxf_undelete.so +lib/sxclient/libsxf_zcomp-11.so lib/sxclient/libsxf_zcomp.so -sbin/sx.fcgi -sbin/sxadm +%%SXSERVER%%sbin/sx.fcgi +%%SXSERVER%%sbin/sxadm +%%SXSERVER%%sbin/sxdump %%SXSERVER%%sbin/sxhttpd -sbin/sxreport-server +%%SXSERVER%%sbin/sxreport-server %%SXSERVER%%sbin/sxserver %%SXSERVER%%sbin/sxsetup +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/QUICKSTART +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/UPGRADE %%SXSERVER%%%%PORTDOCS%%%%DOCSDIR%%/logrotate.d/sxserver +%%PORTDOCS%%%%DOCSDIR%%/manual.pdf +man/man1/sxacl-useradd.1.gz +man/man1/sxacl-userclone.1.gz +man/man1/sxacl-userdel.1.gz +man/man1/sxacl-usergetkey.1.gz +man/man1/sxacl-userlist.1.gz +man/man1/sxacl-usernewkey.1.gz +man/man1/sxacl-volperm.1.gz +man/man1/sxacl-volshow.1.gz +man/man1/sxacl-whoami.1.gz +man/man1/sxacl.1.gz +man/man1/sxcat.1.gz +man/man1/sxcp.1.gz +man/man1/sxinit.1.gz +man/man1/sxls.1.gz +man/man1/sxmv.1.gz +man/man1/sxreport-client.1.gz +man/man1/sxrev-copy.1.gz +man/man1/sxrev-delete.1.gz +man/man1/sxrev-list.1.gz +man/man1/sxrev.1.gz +man/man1/sxrm.1.gz +%%SXSERVER%%man/man1/sxsim.1.gz +man/man1/sxvol-create.1.gz +man/man1/sxvol-filter.1.gz +man/man1/sxvol-modify.1.gz +man/man1/sxvol-remove.1.gz +man/man1/sxvol.1.gz +%%SXSERVER%%man/man5/sxfcgi.conf.5.gz +%%SXSERVER%%man/man5/sxsetup.conf.5.gz +%%SXSERVER%%man/man8/sx.fcgi.8.gz +%%SXSERVER%%man/man8/sxadm-cluster.8.gz +%%SXSERVER%%man/man8/sxadm-node.8.gz +%%SXSERVER%%man/man8/sxadm.8.gz +%%SXSERVER%%man/man8/sxdump.8.gz +%%SXSERVER%%man/man8/sxreport-server.8.gz +%%SXSERVER%%man/man8/sxserver.8.gz +%%SXSERVER%%man/man8/sxsetup.8.gz %%SXSERVER%%@dir sxserver/lib/sxserver %%SXSERVER%%@dir sxserver/log/sxserver %%SXSERVER%%@dir sxserver/run/sxserver -%%SXSERVER%%@dir sxserver/sxserver -%%SXCLIENT%%@dir var/lib/sxserver -%%SXCLIENT%%@dir var/log/sxserver -%%SXCLIENT%%@dir var/run/sxserver From owner-svn-ports-all@freebsd.org Fri Jul 24 07:45:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B49F9A7ADE; Fri, 24 Jul 2015 07:45:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 160EF19B0; Fri, 24 Jul 2015 07:45:35 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O7jXOq056192; Fri, 24 Jul 2015 07:45:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O7jXcc056189; Fri, 24 Jul 2015 07:45:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507240745.t6O7jXcc056189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 24 Jul 2015 07:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392774 - head/devel/erlang-gpb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 07:45:35 -0000 Author: olgeni Date: Fri Jul 24 07:45:32 2015 New Revision: 392774 URL: https://svnweb.freebsd.org/changeset/ports/392774 Log: Upgrade to version 3.18.8. Modified: head/devel/erlang-gpb/Makefile head/devel/erlang-gpb/distinfo Modified: head/devel/erlang-gpb/Makefile ============================================================================== --- head/devel/erlang-gpb/Makefile Fri Jul 24 07:25:16 2015 (r392773) +++ head/devel/erlang-gpb/Makefile Fri Jul 24 07:45:32 2015 (r392774) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpb -PORTVERSION= 3.18.7 +PORTVERSION= 3.18.8 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gpb/distinfo ============================================================================== --- head/devel/erlang-gpb/distinfo Fri Jul 24 07:25:16 2015 (r392773) +++ head/devel/erlang-gpb/distinfo Fri Jul 24 07:45:32 2015 (r392774) @@ -1,2 +1,2 @@ -SHA256 (tomas-abrahamsson-gpb-3.18.7_GH0.tar.gz) = 7a5d824c165a0b0fd09e4c7317547d3ad122230779356312b5352a55b5332747 -SIZE (tomas-abrahamsson-gpb-3.18.7_GH0.tar.gz) = 283848 +SHA256 (tomas-abrahamsson-gpb-3.18.8_GH0.tar.gz) = fe0d5cda3c2e5708581c9df99ec0003b934275ff9b21b2061e1513bf488a9c66 +SIZE (tomas-abrahamsson-gpb-3.18.8_GH0.tar.gz) = 283988 From owner-svn-ports-all@freebsd.org Fri Jul 24 07:46:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F23C49A7B42; Fri, 24 Jul 2015 07:46:47 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D54E91C07; Fri, 24 Jul 2015 07:46:47 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O7klTK056526; Fri, 24 Jul 2015 07:46:47 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O7kkRR056523; Fri, 24 Jul 2015 07:46:46 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507240746.t6O7kkRR056523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 24 Jul 2015 07:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392775 - head/databases/elixir-ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 07:46:48 -0000 Author: olgeni Date: Fri Jul 24 07:46:46 2015 New Revision: 392775 URL: https://svnweb.freebsd.org/changeset/ports/392775 Log: Upgrade to version 0.14.3. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Fri Jul 24 07:45:32 2015 (r392774) +++ head/databases/elixir-ecto/Makefile Fri Jul 24 07:46:46 2015 (r392775) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 0.14.2 +PORTVERSION= 0.14.3 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Fri Jul 24 07:45:32 2015 (r392774) +++ head/databases/elixir-ecto/distinfo Fri Jul 24 07:46:46 2015 (r392775) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-ecto-v0.14.2_GH0.tar.gz) = 7c1cdbbcbe716b26d12e12b10a8e2037ae56bb38d7301ed89382adf29c8aaea8 -SIZE (elixir-lang-ecto-v0.14.2_GH0.tar.gz) = 190249 +SHA256 (elixir-lang-ecto-v0.14.3_GH0.tar.gz) = e23bcdb7a31505ae5fdb18b83ce612d3632680aee8859bbb76eb5d61f51e6dfe +SIZE (elixir-lang-ecto-v0.14.3_GH0.tar.gz) = 191285 From owner-svn-ports-all@freebsd.org Fri Jul 24 07:49:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB1409A7C06; Fri, 24 Jul 2015 07:49:41 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C06EE1D89; Fri, 24 Jul 2015 07:49:41 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O7nfuq057058; Fri, 24 Jul 2015 07:49:41 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O7nfI8057054; Fri, 24 Jul 2015 07:49:41 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507240749.t6O7nfI8057054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 24 Jul 2015 07:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392776 - head/www/elixir-phoenix_html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 07:49:42 -0000 Author: olgeni Date: Fri Jul 24 07:49:40 2015 New Revision: 392776 URL: https://svnweb.freebsd.org/changeset/ports/392776 Log: Upgrade to version 1.3.0. Modified: head/www/elixir-phoenix_html/Makefile head/www/elixir-phoenix_html/distinfo Modified: head/www/elixir-phoenix_html/Makefile ============================================================================== --- head/www/elixir-phoenix_html/Makefile Fri Jul 24 07:46:46 2015 (r392775) +++ head/www/elixir-phoenix_html/Makefile Fri Jul 24 07:49:40 2015 (r392776) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_html -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_html/distinfo ============================================================================== --- head/www/elixir-phoenix_html/distinfo Fri Jul 24 07:46:46 2015 (r392775) +++ head/www/elixir-phoenix_html/distinfo Fri Jul 24 07:49:40 2015 (r392776) @@ -1,2 +1,2 @@ -SHA256 (phoenixframework-phoenix_html-v1.2.1_GH0.tar.gz) = f9c09bbaa62de5439b013f399036403742523f6fc0ff38c0f2d865c4c370f0be -SIZE (phoenixframework-phoenix_html-v1.2.1_GH0.tar.gz) = 19417 +SHA256 (phoenixframework-phoenix_html-v1.3.0_GH0.tar.gz) = 4ee84c77f3c70855f1094fe2fa0ff30867b75dddf3e0b42a07503c0a8ae01346 +SIZE (phoenixframework-phoenix_html-v1.3.0_GH0.tar.gz) = 21655 From owner-svn-ports-all@freebsd.org Fri Jul 24 07:51:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04C2F9A7D66; Fri, 24 Jul 2015 07:51:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC6001055; Fri, 24 Jul 2015 07:51:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O7pJWm060945; Fri, 24 Jul 2015 07:51:19 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O7pI8r060943; Fri, 24 Jul 2015 07:51:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507240751.t6O7pI8r060943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 24 Jul 2015 07:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392777 - head/www/elixir-phoenix_ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 07:51:20 -0000 Author: olgeni Date: Fri Jul 24 07:51:18 2015 New Revision: 392777 URL: https://svnweb.freebsd.org/changeset/ports/392777 Log: Upgrade to version 0.7.0. Modified: head/www/elixir-phoenix_ecto/Makefile head/www/elixir-phoenix_ecto/distinfo Modified: head/www/elixir-phoenix_ecto/Makefile ============================================================================== --- head/www/elixir-phoenix_ecto/Makefile Fri Jul 24 07:49:40 2015 (r392776) +++ head/www/elixir-phoenix_ecto/Makefile Fri Jul 24 07:51:18 2015 (r392777) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= phoenix_ecto -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_ecto/distinfo ============================================================================== --- head/www/elixir-phoenix_ecto/distinfo Fri Jul 24 07:49:40 2015 (r392776) +++ head/www/elixir-phoenix_ecto/distinfo Fri Jul 24 07:51:18 2015 (r392777) @@ -1,2 +1,2 @@ -SHA256 (phoenixframework-phoenix_ecto-v0.6.0_GH0.tar.gz) = edb69ba62343d9deedbcb097f0e36974c825cc8c8ddac4064e75d067ecfb874d -SIZE (phoenixframework-phoenix_ecto-v0.6.0_GH0.tar.gz) = 4544 +SHA256 (phoenixframework-phoenix_ecto-v0.7.0_GH0.tar.gz) = 46f076d30b269c73627dfe2f142224de4ab22ea177d9e1b94bf2d3ffa04fb760 +SIZE (phoenixframework-phoenix_ecto-v0.7.0_GH0.tar.gz) = 6175 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:58:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05BC39A8FB3; Fri, 24 Jul 2015 08:58:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEFF61F77; Fri, 24 Jul 2015 08:58:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8wDvm089597; Fri, 24 Jul 2015 08:58:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8wDsu089593; Fri, 24 Jul 2015 08:58:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240858.t6O8wDsu089593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:58:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392778 - head/devel/p5-Test-Fixme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:58:14 -0000 Author: sunpoet Date: Fri Jul 24 08:58:12 2015 New Revision: 392778 URL: https://svnweb.freebsd.org/changeset/ports/392778 Log: - Update to 0.15 Changes: http://search.cpan.org/dist/Test-Fixme/Changes Modified: head/devel/p5-Test-Fixme/Makefile head/devel/p5-Test-Fixme/distinfo Modified: head/devel/p5-Test-Fixme/Makefile ============================================================================== --- head/devel/p5-Test-Fixme/Makefile Fri Jul 24 07:51:18 2015 (r392777) +++ head/devel/p5-Test-Fixme/Makefile Fri Jul 24 08:58:12 2015 (r392778) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Fixme -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Fixme/distinfo ============================================================================== --- head/devel/p5-Test-Fixme/distinfo Fri Jul 24 07:51:18 2015 (r392777) +++ head/devel/p5-Test-Fixme/distinfo Fri Jul 24 08:58:12 2015 (r392778) @@ -1,2 +1,2 @@ -SHA256 (Test-Fixme-0.14.tar.gz) = 6ad4957db525707dd2996bbbb04a1c17e3a7ba95df9ae20b606983d64fab5121 -SIZE (Test-Fixme-0.14.tar.gz) = 19523 +SHA256 (Test-Fixme-0.15.tar.gz) = 1972877853c97674d757f022559706fd46adb5774643e90442aca6ee3b059bdb +SIZE (Test-Fixme-0.15.tar.gz) = 20503 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:58:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C88E9A8FCA; Fri, 24 Jul 2015 08:58:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78EF21F7C; Fri, 24 Jul 2015 08:58:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8wIGU089698; Fri, 24 Jul 2015 08:58:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8wIBa089697; Fri, 24 Jul 2015 08:58:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240858.t6O8wIBa089697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392779 - head/devel/p5-Text-Levenshtein-Damerau X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:58:18 -0000 Author: sunpoet Date: Fri Jul 24 08:58:17 2015 New Revision: 392779 URL: https://svnweb.freebsd.org/changeset/ports/392779 Log: - Add NO_ARCH Modified: head/devel/p5-Text-Levenshtein-Damerau/Makefile Modified: head/devel/p5-Text-Levenshtein-Damerau/Makefile ============================================================================== --- head/devel/p5-Text-Levenshtein-Damerau/Makefile Fri Jul 24 08:58:12 2015 (r392778) +++ head/devel/p5-Text-Levenshtein-Damerau/Makefile Fri Jul 24 08:58:17 2015 (r392779) @@ -13,6 +13,7 @@ COMMENT= Damerau Levenshtein edit distan LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:58:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE3219A8FFF; Fri, 24 Jul 2015 08:58:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC734106C; Fri, 24 Jul 2015 08:58:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8wNp3089815; Fri, 24 Jul 2015 08:58:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8wMma089813; Fri, 24 Jul 2015 08:58:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240858.t6O8wMma089813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392780 - head/benchmarks/rubygem-benchmark-ips X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:58:23 -0000 Author: sunpoet Date: Fri Jul 24 08:58:22 2015 New Revision: 392780 URL: https://svnweb.freebsd.org/changeset/ports/392780 Log: - Update to 2.3.0 Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt Modified: head/benchmarks/rubygem-benchmark-ips/Makefile head/benchmarks/rubygem-benchmark-ips/distinfo Modified: head/benchmarks/rubygem-benchmark-ips/Makefile ============================================================================== --- head/benchmarks/rubygem-benchmark-ips/Makefile Fri Jul 24 08:58:17 2015 (r392779) +++ head/benchmarks/rubygem-benchmark-ips/Makefile Fri Jul 24 08:58:22 2015 (r392780) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= benchmark-ips -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= benchmarks rubygems MASTER_SITES= RG Modified: head/benchmarks/rubygem-benchmark-ips/distinfo ============================================================================== --- head/benchmarks/rubygem-benchmark-ips/distinfo Fri Jul 24 08:58:17 2015 (r392779) +++ head/benchmarks/rubygem-benchmark-ips/distinfo Fri Jul 24 08:58:22 2015 (r392780) @@ -1,2 +1,2 @@ -SHA256 (rubygem/benchmark-ips-2.2.0.gem) = 293d5c718c357ba48470868fb9222e610ccb55f3d53d1a61501e276fd8bce631 -SIZE (rubygem/benchmark-ips-2.2.0.gem) = 14848 +SHA256 (rubygem/benchmark-ips-2.3.0.gem) = 12443aa327d3129aa965244f79d7d5cb0f692f0f92ba7db76fba61526a40062e +SIZE (rubygem/benchmark-ips-2.3.0.gem) = 15360 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:58:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0D5F9A9035; Fri, 24 Jul 2015 08:58:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 800F41163; Fri, 24 Jul 2015 08:58:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8wTsK089932; Fri, 24 Jul 2015 08:58:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8wST2089930; Fri, 24 Jul 2015 08:58:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240858.t6O8wST2089930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392781 - head/devel/rubygem-celluloid-essentials X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:58:29 -0000 Author: sunpoet Date: Fri Jul 24 08:58:27 2015 New Revision: 392781 URL: https://svnweb.freebsd.org/changeset/ports/392781 Log: - Update to 0.20.1.1 Changes: https://github.com/celluloid/celluloid-essentials/blob/master/CHANGES.md Modified: head/devel/rubygem-celluloid-essentials/Makefile head/devel/rubygem-celluloid-essentials/distinfo Modified: head/devel/rubygem-celluloid-essentials/Makefile ============================================================================== --- head/devel/rubygem-celluloid-essentials/Makefile Fri Jul 24 08:58:22 2015 (r392780) +++ head/devel/rubygem-celluloid-essentials/Makefile Fri Jul 24 08:58:27 2015 (r392781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celluloid-essentials -PORTVERSION= 0.20.1 +PORTVERSION= 0.20.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-celluloid-essentials/distinfo ============================================================================== --- head/devel/rubygem-celluloid-essentials/distinfo Fri Jul 24 08:58:22 2015 (r392780) +++ head/devel/rubygem-celluloid-essentials/distinfo Fri Jul 24 08:58:27 2015 (r392781) @@ -1,2 +1,2 @@ -SHA256 (rubygem/celluloid-essentials-0.20.1.gem) = 672d25cc3659662fbe6600ab722197b6cf50f0eec0ed1a742c6224d95aa5f7ff -SIZE (rubygem/celluloid-essentials-0.20.1.gem) = 17408 +SHA256 (rubygem/celluloid-essentials-0.20.1.1.gem) = 775e8002e617830e4b88c989023b7cf0af5e758943b39689950b87a5fcf2440c +SIZE (rubygem/celluloid-essentials-0.20.1.1.gem) = 17408 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:58:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 402A69A906D; Fri, 24 Jul 2015 08:58:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26A931239; Fri, 24 Jul 2015 08:58:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8wYIb090049; Fri, 24 Jul 2015 08:58:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8wYg1090047; Fri, 24 Jul 2015 08:58:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240858.t6O8wYg1090047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392782 - head/devel/rubygem-listen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:58:35 -0000 Author: sunpoet Date: Fri Jul 24 08:58:33 2015 New Revision: 392782 URL: https://svnweb.freebsd.org/changeset/ports/392782 Log: - Update to 3.0.3 Changes: https://github.com/guard/listen/releases Modified: head/devel/rubygem-listen/Makefile head/devel/rubygem-listen/distinfo Modified: head/devel/rubygem-listen/Makefile ============================================================================== --- head/devel/rubygem-listen/Makefile Fri Jul 24 08:58:27 2015 (r392781) +++ head/devel/rubygem-listen/Makefile Fri Jul 24 08:58:33 2015 (r392782) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= listen -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-listen/distinfo ============================================================================== --- head/devel/rubygem-listen/distinfo Fri Jul 24 08:58:27 2015 (r392781) +++ head/devel/rubygem-listen/distinfo Fri Jul 24 08:58:33 2015 (r392782) @@ -1,2 +1,2 @@ -SHA256 (rubygem/listen-3.0.2.gem) = 75a0c685760307b93cefdd478e129b9032fc0b509b902fbffd2219747b9087ea -SIZE (rubygem/listen-3.0.2.gem) = 26624 +SHA256 (rubygem/listen-3.0.3.gem) = 4be05d749cc8642e11ba19f938c5e8a4f5a60ded40a6940e9f99763a25d49082 +SIZE (rubygem/listen-3.0.3.gem) = 26624 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:58:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C17639A90A5; Fri, 24 Jul 2015 08:58:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99B1413DF; Fri, 24 Jul 2015 08:58:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8wewI090166; Fri, 24 Jul 2015 08:58:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8wdcj090164; Fri, 24 Jul 2015 08:58:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240858.t6O8wdcj090164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392783 - head/net-im/rubygem-hipchat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:58:40 -0000 Author: sunpoet Date: Fri Jul 24 08:58:38 2015 New Revision: 392783 URL: https://svnweb.freebsd.org/changeset/ports/392783 Log: - Update to 1.5.2 Changes: https://github.com/hipchat/hipchat-rb/commits/master Modified: head/net-im/rubygem-hipchat/Makefile head/net-im/rubygem-hipchat/distinfo Modified: head/net-im/rubygem-hipchat/Makefile ============================================================================== --- head/net-im/rubygem-hipchat/Makefile Fri Jul 24 08:58:33 2015 (r392782) +++ head/net-im/rubygem-hipchat/Makefile Fri Jul 24 08:58:38 2015 (r392783) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hipchat -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= net-im rubygems MASTER_SITES= RG Modified: head/net-im/rubygem-hipchat/distinfo ============================================================================== --- head/net-im/rubygem-hipchat/distinfo Fri Jul 24 08:58:33 2015 (r392782) +++ head/net-im/rubygem-hipchat/distinfo Fri Jul 24 08:58:38 2015 (r392783) @@ -1,2 +1,2 @@ -SHA256 (rubygem/hipchat-1.5.1.gem) = a16e2fdd59f93afa100045229735f29d182f64e23660da5b9e882eab6eb0e7b0 -SIZE (rubygem/hipchat-1.5.1.gem) = 19456 +SHA256 (rubygem/hipchat-1.5.2.gem) = 1318cc973857142bbf69811b8e356b2401292ffc8a8e32ff5f3b1db2952cfe41 +SIZE (rubygem/hipchat-1.5.2.gem) = 20480 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:58:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DA469A9109; Fri, 24 Jul 2015 08:58:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BC101546; Fri, 24 Jul 2015 08:58:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8wkIh090283; Fri, 24 Jul 2015 08:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8wjGX090281; Fri, 24 Jul 2015 08:58:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240858.t6O8wjGX090281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392784 - head/sysutils/rubygem-backup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:58:46 -0000 Author: sunpoet Date: Fri Jul 24 08:58:44 2015 New Revision: 392784 URL: https://svnweb.freebsd.org/changeset/ports/392784 Log: - Update to 4.1.11 Changes: https://github.com/backup/backup/commits/master Modified: head/sysutils/rubygem-backup/Makefile head/sysutils/rubygem-backup/distinfo Modified: head/sysutils/rubygem-backup/Makefile ============================================================================== --- head/sysutils/rubygem-backup/Makefile Fri Jul 24 08:58:38 2015 (r392783) +++ head/sysutils/rubygem-backup/Makefile Fri Jul 24 08:58:44 2015 (r392784) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= backup -PORTVERSION= 4.1.10 +PORTVERSION= 4.1.11 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-backup/distinfo ============================================================================== --- head/sysutils/rubygem-backup/distinfo Fri Jul 24 08:58:38 2015 (r392783) +++ head/sysutils/rubygem-backup/distinfo Fri Jul 24 08:58:44 2015 (r392784) @@ -1,2 +1,2 @@ -SHA256 (rubygem/backup-4.1.10.gem) = dfcd9dfc13813eeff8e0bcdde06853f38869d7786d7572f366068daf92a1dcab -SIZE (rubygem/backup-4.1.10.gem) = 82432 +SHA256 (rubygem/backup-4.1.11.gem) = 223974fc36b9dd37ab10ae9f785a2873212e6a8806ad3e7159846d9408cae85d +SIZE (rubygem/backup-4.1.11.gem) = 82944 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:58:51 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9AB79A915C; Fri, 24 Jul 2015 08:58:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9529D1627; Fri, 24 Jul 2015 08:58:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8wpvQ090397; Fri, 24 Jul 2015 08:58:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8woYd090395; Fri, 24 Jul 2015 08:58:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240858.t6O8woYd090395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:58:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392785 - head/sysutils/rubygem-guard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:58:51 -0000 Author: sunpoet Date: Fri Jul 24 08:58:50 2015 New Revision: 392785 URL: https://svnweb.freebsd.org/changeset/ports/392785 Log: - Update to 2.12.9 Changes: https://github.com/guard/guard/releases Modified: head/sysutils/rubygem-guard/Makefile head/sysutils/rubygem-guard/distinfo Modified: head/sysutils/rubygem-guard/Makefile ============================================================================== --- head/sysutils/rubygem-guard/Makefile Fri Jul 24 08:58:44 2015 (r392784) +++ head/sysutils/rubygem-guard/Makefile Fri Jul 24 08:58:50 2015 (r392785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard -PORTVERSION= 2.12.8 +PORTVERSION= 2.12.9 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard/distinfo ============================================================================== --- head/sysutils/rubygem-guard/distinfo Fri Jul 24 08:58:44 2015 (r392784) +++ head/sysutils/rubygem-guard/distinfo Fri Jul 24 08:58:50 2015 (r392785) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-2.12.8.gem) = 0916c64e9b04148f87c3a8036eabbd0d62ab3e60ae7e7ec4849a11f1893301d8 -SIZE (rubygem/guard-2.12.8.gem) = 58880 +SHA256 (rubygem/guard-2.12.9.gem) = 78e873d1dbfc6a3c1a6924cca108696e4edbb23c4b4c2799f57113e53c4694b9 +SIZE (rubygem/guard-2.12.9.gem) = 58880 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:58:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9DB79A9198; Fri, 24 Jul 2015 08:58:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1820185F; Fri, 24 Jul 2015 08:58:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8wukU090514; Fri, 24 Jul 2015 08:58:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8wuoV090512; Fri, 24 Jul 2015 08:58:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240858.t6O8wuoV090512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392786 - head/sysutils/rubygem-guard-rspec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:58:57 -0000 Author: sunpoet Date: Fri Jul 24 08:58:55 2015 New Revision: 392786 URL: https://svnweb.freebsd.org/changeset/ports/392786 Log: - Update to 4.6.3 Changes: https://github.com/guard/guard-rspec/releases Modified: head/sysutils/rubygem-guard-rspec/Makefile head/sysutils/rubygem-guard-rspec/distinfo Modified: head/sysutils/rubygem-guard-rspec/Makefile ============================================================================== --- head/sysutils/rubygem-guard-rspec/Makefile Fri Jul 24 08:58:50 2015 (r392785) +++ head/sysutils/rubygem-guard-rspec/Makefile Fri Jul 24 08:58:55 2015 (r392786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard-rspec -PORTVERSION= 4.6.2 +PORTVERSION= 4.6.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard-rspec/distinfo ============================================================================== --- head/sysutils/rubygem-guard-rspec/distinfo Fri Jul 24 08:58:50 2015 (r392785) +++ head/sysutils/rubygem-guard-rspec/distinfo Fri Jul 24 08:58:55 2015 (r392786) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-rspec-4.6.2.gem) = 8987443ec709669643b8cfc93bc38c447d6f2b64312427acdc73be3a7271b4b7 -SIZE (rubygem/guard-rspec-4.6.2.gem) = 29184 +SHA256 (rubygem/guard-rspec-4.6.3.gem) = 6a5af1df4ebe034a750b9af8c6a162417c1d1c1f9f99fd0c58b846822148d019 +SIZE (rubygem/guard-rspec-4.6.3.gem) = 29184 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:01 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2B119A91C3; Fri, 24 Jul 2015 08:59:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC1B71933; Fri, 24 Jul 2015 08:59:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8x1Ys090637; Fri, 24 Jul 2015 08:59:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8x1k1090635; Fri, 24 Jul 2015 08:59:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8x1k1090635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392787 - head/sysutils/rubygem-parallel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:59:01 -0000 Author: sunpoet Date: Fri Jul 24 08:59:00 2015 New Revision: 392787 URL: https://svnweb.freebsd.org/changeset/ports/392787 Log: - Update to 1.6.1 Changes: https://github.com/grosser/parallel/commits/master Modified: head/sysutils/rubygem-parallel/Makefile head/sysutils/rubygem-parallel/distinfo Modified: head/sysutils/rubygem-parallel/Makefile ============================================================================== --- head/sysutils/rubygem-parallel/Makefile Fri Jul 24 08:58:55 2015 (r392786) +++ head/sysutils/rubygem-parallel/Makefile Fri Jul 24 08:59:00 2015 (r392787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-parallel/distinfo ============================================================================== --- head/sysutils/rubygem-parallel/distinfo Fri Jul 24 08:58:55 2015 (r392786) +++ head/sysutils/rubygem-parallel/distinfo Fri Jul 24 08:59:00 2015 (r392787) @@ -1,2 +1,2 @@ -SHA256 (rubygem/parallel-1.6.0.gem) = 5d184667ea36ff5e8d3bb60a98b99bd571761550ed7122e7555a7850be7910a5 -SIZE (rubygem/parallel-1.6.0.gem) = 8704 +SHA256 (rubygem/parallel-1.6.1.gem) = 05cb0a7412f87e0e85e8e8b163f12be4ea1f368bd03a6f27b791e768db118536 +SIZE (rubygem/parallel-1.6.1.gem) = 8704 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A03109A91D8; Fri, 24 Jul 2015 08:59:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 827F31A10; Fri, 24 Jul 2015 08:59:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8x7os090756; Fri, 24 Jul 2015 08:59:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8x6ZL090754; Fri, 24 Jul 2015 08:59:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8x6ZL090754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392788 - 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.20 Precedence: 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, 24 Jul 2015 08:59:07 -0000 Author: sunpoet Date: Fri Jul 24 08:59:06 2015 New Revision: 392788 URL: https://svnweb.freebsd.org/changeset/ports/392788 Log: - Update to 0.7.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 Fri Jul 24 08:59:00 2015 (r392787) +++ head/www/rubygem-flowdock/Makefile Fri Jul 24 08:59:06 2015 (r392788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flowdock -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-flowdock/distinfo ============================================================================== --- head/www/rubygem-flowdock/distinfo Fri Jul 24 08:59:00 2015 (r392787) +++ head/www/rubygem-flowdock/distinfo Fri Jul 24 08:59:06 2015 (r392788) @@ -1,2 +1,2 @@ -SHA256 (rubygem/flowdock-0.6.0.gem) = 0c06b260d0f669f33d33a09ef02e1f875f9f1dc845f4dffe1f7980e04dc5d83a -SIZE (rubygem/flowdock-0.6.0.gem) = 12288 +SHA256 (rubygem/flowdock-0.7.0.gem) = 45b79bcaf9b4e1babb1cc6f3d9e29c8d9ef2e5800078843c7ba20b5bcb90f873 +SIZE (rubygem/flowdock-0.7.0.gem) = 12800 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE1269A9214; Fri, 24 Jul 2015 08:59:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B95A91AEA; Fri, 24 Jul 2015 08:59:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8xCD0090888; Fri, 24 Jul 2015 08:59:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8xCap090886; Fri, 24 Jul 2015 08:59:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8xCap090886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392789 - in head/sysutils/moreutils: . 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.20 Precedence: 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, 24 Jul 2015 08:59:12 -0000 Author: sunpoet Date: Fri Jul 24 08:59:11 2015 New Revision: 392789 URL: https://svnweb.freebsd.org/changeset/ports/392789 Log: - Update to 0.57 Changes: http://joeyh.name/code/moreutils/news/version_0.57/ Deleted: head/sysutils/moreutils/files/patch-ifdata.c Modified: head/sysutils/moreutils/Makefile head/sysutils/moreutils/distinfo Modified: head/sysutils/moreutils/Makefile ============================================================================== --- head/sysutils/moreutils/Makefile Fri Jul 24 08:59:06 2015 (r392788) +++ head/sysutils/moreutils/Makefile Fri Jul 24 08:59:11 2015 (r392789) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moreutils -PORTVERSION= 0.56 +PORTVERSION= 0.57 CATEGORIES= sysutils MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION}.orig Modified: head/sysutils/moreutils/distinfo ============================================================================== --- head/sysutils/moreutils/distinfo Fri Jul 24 08:59:06 2015 (r392788) +++ head/sysutils/moreutils/distinfo Fri Jul 24 08:59:11 2015 (r392789) @@ -1,2 +1,2 @@ -SHA256 (moreutils_0.56.orig.tar.gz) = ec4b7a1e1d1e1d6ec606d2877301ec06c6cf4091776687d9b76f4d019705e77f -SIZE (moreutils_0.56.orig.tar.gz) = 46704 +SHA256 (moreutils_0.57.orig.tar.gz) = 3a7d54b0634e5eda8c3c43490d47cea189156700892dea6d876867cef9bc0d1d +SIZE (moreutils_0.57.orig.tar.gz) = 46749 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 323039A923A; Fri, 24 Jul 2015 08:59:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 161AF1BFB; Fri, 24 Jul 2015 08:59:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8xHu7090989; Fri, 24 Jul 2015 08:59:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8xHUD090988; Fri, 24 Jul 2015 08:59:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8xHUD090988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392790 - head/devel/p5-Config-Model X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:59:18 -0000 Author: sunpoet Date: Fri Jul 24 08:59:16 2015 New Revision: 392790 URL: https://svnweb.freebsd.org/changeset/ports/392790 Log: - Add NO_ARCH Modified: head/devel/p5-Config-Model/Makefile Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Fri Jul 24 08:59:11 2015 (r392789) +++ head/devel/p5-Config-Model/Makefile Fri Jul 24 08:59:16 2015 (r392790) @@ -39,6 +39,7 @@ TEST_DEPENDS= p5-Config-Model-Tester>=2. p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 004919A9274; Fri, 24 Jul 2015 08:59:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C34A21D38; Fri, 24 Jul 2015 08:59:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8xO7B091123; Fri, 24 Jul 2015 08:59:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8xNN3091118; Fri, 24 Jul 2015 08:59:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8xNN3091118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392791 - head/devel/p5-Devel-CheckBin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:59:25 -0000 Author: sunpoet Date: Fri Jul 24 08:59:22 2015 New Revision: 392791 URL: https://svnweb.freebsd.org/changeset/ports/392791 Log: - Update to 0.04 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Devel-CheckBin/Changes Modified: head/devel/p5-Devel-CheckBin/Makefile head/devel/p5-Devel-CheckBin/distinfo head/devel/p5-Devel-CheckBin/pkg-plist Modified: head/devel/p5-Devel-CheckBin/Makefile ============================================================================== --- head/devel/p5-Devel-CheckBin/Makefile Fri Jul 24 08:59:16 2015 (r392790) +++ head/devel/p5-Devel-CheckBin/Makefile Fri Jul 24 08:59:22 2015 (r392791) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Devel-CheckBin -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Check that a command is availab LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Devel-CheckBin/distinfo ============================================================================== --- head/devel/p5-Devel-CheckBin/distinfo Fri Jul 24 08:59:16 2015 (r392790) +++ head/devel/p5-Devel-CheckBin/distinfo Fri Jul 24 08:59:22 2015 (r392791) @@ -1,2 +1,2 @@ -SHA256 (Devel-CheckBin-0.03.tar.gz) = d44330f6199c5ddb0a4f0654fc52f5d82282e37c4e42f049464dfbf2ee9d1f75 -SIZE (Devel-CheckBin-0.03.tar.gz) = 9832 +SHA256 (Devel-CheckBin-0.04.tar.gz) = 157f3db59c29ed1d49133a469cee772c885ad4ee64e8692a91b3ebfdbe2fe3e4 +SIZE (Devel-CheckBin-0.04.tar.gz) = 9866 Modified: head/devel/p5-Devel-CheckBin/pkg-plist ============================================================================== --- head/devel/p5-Devel-CheckBin/pkg-plist Fri Jul 24 08:59:16 2015 (r392790) +++ head/devel/p5-Devel-CheckBin/pkg-plist Fri Jul 24 08:59:22 2015 (r392791) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Devel::CheckBin.3.gz %%SITE_PERL%%/Devel/CheckBin.pm +%%PERL5_MAN3%%/Devel::CheckBin.3.gz From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E1749A929D; Fri, 24 Jul 2015 08:59:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5006E1DEF; Fri, 24 Jul 2015 08:59:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8xU7P091238; Fri, 24 Jul 2015 08:59:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8xTEW091236; Fri, 24 Jul 2015 08:59:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8xTEW091236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392792 - head/devel/p5-Variable-Magic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:59:30 -0000 Author: sunpoet Date: Fri Jul 24 08:59:28 2015 New Revision: 392792 URL: https://svnweb.freebsd.org/changeset/ports/392792 Log: - Update to 0.58 - Strip shared library Changes: http://search.cpan.org/dist/Variable-Magic/Changes Modified: head/devel/p5-Variable-Magic/Makefile head/devel/p5-Variable-Magic/distinfo Modified: head/devel/p5-Variable-Magic/Makefile ============================================================================== --- head/devel/p5-Variable-Magic/Makefile Fri Jul 24 08:59:22 2015 (r392791) +++ head/devel/p5-Variable-Magic/Makefile Fri Jul 24 08:59:28 2015 (r392792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Variable-Magic -PORTVERSION= 0.57 +PORTVERSION= 0.58 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,4 +16,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Variable/Magic/Magic.so + .include Modified: head/devel/p5-Variable-Magic/distinfo ============================================================================== --- head/devel/p5-Variable-Magic/distinfo Fri Jul 24 08:59:22 2015 (r392791) +++ head/devel/p5-Variable-Magic/distinfo Fri Jul 24 08:59:28 2015 (r392792) @@ -1,2 +1,2 @@ -SHA256 (Variable-Magic-0.57.tar.gz) = 4dc0427c08f608473f84e890d50363ee0f8b271283841f977a3e2dc5b7ad5ca2 -SIZE (Variable-Magic-0.57.tar.gz) = 70530 +SHA256 (Variable-Magic-0.58.tar.gz) = 036d6a18b2014fbe3a9e2c033157bd62dd82b175dbe63e12d7c874aed61f10fa +SIZE (Variable-Magic-0.58.tar.gz) = 73506 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FF099A92DE; Fri, 24 Jul 2015 08:59:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A6BF1E92; Fri, 24 Jul 2015 08:59:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8xZgu091355; Fri, 24 Jul 2015 08:59:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8xYFJ091353; Fri, 24 Jul 2015 08:59:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8xYFJ091353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392793 - head/finance/p5-Locale-Currency-Format X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:59:35 -0000 Author: sunpoet Date: Fri Jul 24 08:59:33 2015 New Revision: 392793 URL: https://svnweb.freebsd.org/changeset/ports/392793 Log: - Update to 1.32 - Add NO_ARCH Modified: head/finance/p5-Locale-Currency-Format/Makefile head/finance/p5-Locale-Currency-Format/distinfo Modified: head/finance/p5-Locale-Currency-Format/Makefile ============================================================================== --- head/finance/p5-Locale-Currency-Format/Makefile Fri Jul 24 08:59:28 2015 (r392792) +++ head/finance/p5-Locale-Currency-Format/Makefile Fri Jul 24 08:59:33 2015 (r392793) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Locale-Currency-Format -PORTVERSION= 1.30 -PORTREVISION= 1 +PORTVERSION= 1.32 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Perl functions for formatting m LICENSE= ART20 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/finance/p5-Locale-Currency-Format/distinfo ============================================================================== --- head/finance/p5-Locale-Currency-Format/distinfo Fri Jul 24 08:59:28 2015 (r392792) +++ head/finance/p5-Locale-Currency-Format/distinfo Fri Jul 24 08:59:33 2015 (r392793) @@ -1,2 +1,2 @@ -SHA256 (Locale-Currency-Format-1.30.tar.gz) = 8c0fa44943c5d00fb90d5283fd2f0679f37977be6d71b29c80673af63ea407b7 -SIZE (Locale-Currency-Format-1.30.tar.gz) = 9112 +SHA256 (Locale-Currency-Format-1.32.tar.gz) = 43e766ee5c0bbbc976d75d541b7e3df0c31b92efcca096789b610e5eaf4f4f3b +SIZE (Locale-Currency-Format-1.32.tar.gz) = 10012 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 163039A931B; Fri, 24 Jul 2015 08:59:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9B271FCB; Fri, 24 Jul 2015 08:59:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8xfKc091488; Fri, 24 Jul 2015 08:59:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8xeSf091485; Fri, 24 Jul 2015 08:59:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8xeSf091485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392794 - head/graphics/p5-Geo-EOP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:59:42 -0000 Author: sunpoet Date: Fri Jul 24 08:59:39 2015 New Revision: 392794 URL: https://svnweb.freebsd.org/changeset/ports/392794 Log: - Update to 0.50 - Add LICENSE - Add BUILD_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Geo-EOP/ChangeLog Modified: head/graphics/p5-Geo-EOP/Makefile head/graphics/p5-Geo-EOP/distinfo head/graphics/p5-Geo-EOP/pkg-plist Modified: head/graphics/p5-Geo-EOP/Makefile ============================================================================== --- head/graphics/p5-Geo-EOP/Makefile Fri Jul 24 08:59:33 2015 (r392793) +++ head/graphics/p5-Geo-EOP/Makefile Fri Jul 24 08:59:39 2015 (r392794) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-EOP -PORTVERSION= 0.13 -PORTREVISION= 3 +PORTVERSION= 0.50 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Module to Process Earth Observation Products Meta-data -RUN_DEPENDS= p5-Geo-GML>=0.12:${PORTSDIR}/graphics/p5-Geo-GML \ - p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Geo-GML>=0.13:${PORTSDIR}/graphics/p5-Geo-GML \ + p5-XML-Compile>=1.50:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=0.14:${PORTSDIR}/textproc/p5-XML-Compile-Cache +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/graphics/p5-Geo-EOP/distinfo ============================================================================== --- head/graphics/p5-Geo-EOP/distinfo Fri Jul 24 08:59:33 2015 (r392793) +++ head/graphics/p5-Geo-EOP/distinfo Fri Jul 24 08:59:39 2015 (r392794) @@ -1,2 +1,2 @@ -SHA256 (Geo-EOP-0.13.tar.gz) = e2af8ee82c05d5df0d077fcee8069f0171398cdcc27876706c6eef60cc5b516d -SIZE (Geo-EOP-0.13.tar.gz) = 113467 +SHA256 (Geo-EOP-0.50.tar.gz) = d76b648c7b5da7c7fc65ec69920880918c0cf868876be6760f4acdfd13c03623 +SIZE (Geo-EOP-0.50.tar.gz) = 107841 Modified: head/graphics/p5-Geo-EOP/pkg-plist ============================================================================== --- head/graphics/p5-Geo-EOP/pkg-plist Fri Jul 24 08:59:33 2015 (r392793) +++ head/graphics/p5-Geo-EOP/pkg-plist Fri Jul 24 08:59:39 2015 (r392794) @@ -1,5 +1,3 @@ -%%PERL5_MAN3%%/Geo::EOP.3.gz -%%PERL5_MAN3%%/Geo::EOP::Util.3.gz %%SITE_PERL%%/Geo/EOP.pm %%SITE_PERL%%/Geo/EOP.pod %%SITE_PERL%%/Geo/EOP/Util.pm @@ -25,3 +23,5 @@ %%SITE_PERL%%/Geo/EOP/xsd/hma1.0/hma.xsd %%SITE_PERL%%/Geo/EOP/xsd/hma1.0/ohr.xsd %%SITE_PERL%%/Geo/EOP/xsd/hma1.0/sar.xsd +%%PERL5_MAN3%%/Geo::EOP.3.gz +%%PERL5_MAN3%%/Geo::EOP::Util.3.gz From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A71A39A935E; Fri, 24 Jul 2015 08:59:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8114C105B; Fri, 24 Jul 2015 08:59:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8xk8T091605; Fri, 24 Jul 2015 08:59:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8xkPa091603; Fri, 24 Jul 2015 08:59:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8xkPa091603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392795 - head/lang/parrot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:59:47 -0000 Author: sunpoet Date: Fri Jul 24 08:59:45 2015 New Revision: 392795 URL: https://svnweb.freebsd.org/changeset/ports/392795 Log: - Update to 7.6.0 Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Modified: head/lang/parrot/Makefile head/lang/parrot/distinfo Modified: head/lang/parrot/Makefile ============================================================================== --- head/lang/parrot/Makefile Fri Jul 24 08:59:39 2015 (r392794) +++ head/lang/parrot/Makefile Fri Jul 24 08:59:45 2015 (r392795) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parrot -PORTVERSION= 7.3.0 +PORTVERSION= 7.6.0 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/lang/parrot/distinfo ============================================================================== --- head/lang/parrot/distinfo Fri Jul 24 08:59:39 2015 (r392794) +++ head/lang/parrot/distinfo Fri Jul 24 08:59:45 2015 (r392795) @@ -1,2 +1,2 @@ -SHA256 (parrot-7.3.0.tar.bz2) = a40a6a21965ead120ceee7ac98e3b0ba2edbdfa2a5d8637ace91dcc7991373f2 -SIZE (parrot-7.3.0.tar.bz2) = 4484877 +SHA256 (parrot-7.6.0.tar.bz2) = 9a7920d69e20690002ba580ac0f57856583a7ffed7226bc43b95a3e5efe3e754 +SIZE (parrot-7.6.0.tar.bz2) = 4490944 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D1D59A938C; Fri, 24 Jul 2015 08:59:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0351136; Fri, 24 Jul 2015 08:59:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8xqmC091722; Fri, 24 Jul 2015 08:59:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8xptR091720; Fri, 24 Jul 2015 08:59:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8xptR091720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392796 - head/www/p5-HTTP-Message X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:59:52 -0000 Author: sunpoet Date: Fri Jul 24 08:59:50 2015 New Revision: 392796 URL: https://svnweb.freebsd.org/changeset/ports/392796 Log: - Update to 6.10 Changes: http://search.cpan.org/dist/HTTP-Message/Changes Modified: head/www/p5-HTTP-Message/Makefile head/www/p5-HTTP-Message/distinfo Modified: head/www/p5-HTTP-Message/Makefile ============================================================================== --- head/www/p5-HTTP-Message/Makefile Fri Jul 24 08:59:45 2015 (r392795) +++ head/www/p5-HTTP-Message/Makefile Fri Jul 24 08:59:50 2015 (r392796) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Message -PORTVERSION= 6.08 +PORTVERSION= 6.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTTP-Message/distinfo ============================================================================== --- head/www/p5-HTTP-Message/distinfo Fri Jul 24 08:59:45 2015 (r392795) +++ head/www/p5-HTTP-Message/distinfo Fri Jul 24 08:59:50 2015 (r392796) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Message-6.08.tar.gz) = 7e45b3013e2099a56b50f28bd880cafadfbc603025c0ebde761898bac3f14324 -SIZE (HTTP-Message-6.08.tar.gz) = 59554 +SHA256 (HTTP-Message-6.10.tar.gz) = bd990d3ce6545b8499ca69790847e248cf402614b48f975f8d2ef48cb8cf4c68 +SIZE (HTTP-Message-6.10.tar.gz) = 59778 From owner-svn-ports-all@freebsd.org Fri Jul 24 08:59:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED9029A93B4; Fri, 24 Jul 2015 08:59:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF3F3120F; Fri, 24 Jul 2015 08:59:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O8xvVN091839; Fri, 24 Jul 2015 08:59:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O8xvcM091837; Fri, 24 Jul 2015 08:59:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240859.t6O8xvcM091837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 08:59:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392797 - head/devel/rubygem-bson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 08:59:58 -0000 Author: sunpoet Date: Fri Jul 24 08:59:56 2015 New Revision: 392797 URL: https://svnweb.freebsd.org/changeset/ports/392797 Log: - Update to 3.2.0 Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-bson/Makefile head/devel/rubygem-bson/distinfo Modified: head/devel/rubygem-bson/Makefile ============================================================================== --- head/devel/rubygem-bson/Makefile Fri Jul 24 08:59:50 2015 (r392796) +++ head/devel/rubygem-bson/Makefile Fri Jul 24 08:59:56 2015 (r392797) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bson -PORTVERSION= 3.1.2 +PORTVERSION= 3.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-bson/distinfo ============================================================================== --- head/devel/rubygem-bson/distinfo Fri Jul 24 08:59:50 2015 (r392796) +++ head/devel/rubygem-bson/distinfo Fri Jul 24 08:59:56 2015 (r392797) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bson-3.1.2.gem) = eba8478d73d2e260fe7207a984a25406cc824a7e9674c97eb177698dc9d75ec5 -SIZE (rubygem/bson-3.1.2.gem) = 44544 +SHA256 (rubygem/bson-3.2.0.gem) = 64f63b2306cfcb7f8cfad6c2d43bc1e0f0e84bf8e6483f11818955b1de87946a +SIZE (rubygem/bson-3.2.0.gem) = 45056 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:00:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DA9B9A9415; Fri, 24 Jul 2015 09:00:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6415E12F6; Fri, 24 Jul 2015 09:00:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O903hH092033; Fri, 24 Jul 2015 09:00:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9023K092030; Fri, 24 Jul 2015 09:00:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240900.t6O9023K092030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392798 - head/graphics/rubygem-rmagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:00:03 -0000 Author: sunpoet Date: Fri Jul 24 09:00:01 2015 New Revision: 392798 URL: https://svnweb.freebsd.org/changeset/ports/392798 Log: - Update to 2.15.3 - Update WWW Changes: https://github.com/rmagick/rmagick/blob/master/CHANGELOG.md Modified: head/graphics/rubygem-rmagick/Makefile head/graphics/rubygem-rmagick/distinfo head/graphics/rubygem-rmagick/pkg-descr Modified: head/graphics/rubygem-rmagick/Makefile ============================================================================== --- head/graphics/rubygem-rmagick/Makefile Fri Jul 24 08:59:56 2015 (r392797) +++ head/graphics/rubygem-rmagick/Makefile Fri Jul 24 09:00:01 2015 (r392798) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rmagick -PORTVERSION= 2.15.2 +PORTVERSION= 2.15.3 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-rmagick/distinfo ============================================================================== --- head/graphics/rubygem-rmagick/distinfo Fri Jul 24 08:59:56 2015 (r392797) +++ head/graphics/rubygem-rmagick/distinfo Fri Jul 24 09:00:01 2015 (r392798) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rmagick-2.15.2.gem) = 33aae1aa0035e4fe20ae8700a5035d306188eeac3eb2297d3459dcda1bb44964 -SIZE (rubygem/rmagick-2.15.2.gem) = 1544704 +SHA256 (rubygem/rmagick-2.15.3.gem) = f7141b8f8da1d24427756c9304b5cffcaa25038070a1be85d1f58e56e9f74e26 +SIZE (rubygem/rmagick-2.15.3.gem) = 1545216 Modified: head/graphics/rubygem-rmagick/pkg-descr ============================================================================== --- head/graphics/rubygem-rmagick/pkg-descr Fri Jul 24 08:59:56 2015 (r392797) +++ head/graphics/rubygem-rmagick/pkg-descr Fri Jul 24 09:00:01 2015 (r392798) @@ -1,4 +1,4 @@ RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries. -WWW: https://github.com/gemhome/rmagick +WWW: https://github.com/rmagick/rmagick From owner-svn-ports-all@freebsd.org Fri Jul 24 09:00:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE3429A954A; Fri, 24 Jul 2015 09:00:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A85C11500; Fri, 24 Jul 2015 09:00:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9083O092152; Fri, 24 Jul 2015 09:00:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O908NN092149; Fri, 24 Jul 2015 09:00:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240900.t6O908NN092149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:00:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392799 - head/net/rubygem-rubyntlm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:00:09 -0000 Author: sunpoet Date: Fri Jul 24 09:00:07 2015 New Revision: 392799 URL: https://svnweb.freebsd.org/changeset/ports/392799 Log: - Update to 0.5.2 Changes: https://github.com/WinRb/rubyntlm/commits/master Modified: head/net/rubygem-rubyntlm/Makefile head/net/rubygem-rubyntlm/distinfo Modified: head/net/rubygem-rubyntlm/Makefile ============================================================================== --- head/net/rubygem-rubyntlm/Makefile Fri Jul 24 09:00:01 2015 (r392798) +++ head/net/rubygem-rubyntlm/Makefile Fri Jul 24 09:00:07 2015 (r392799) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubyntlm -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-rubyntlm/distinfo ============================================================================== --- head/net/rubygem-rubyntlm/distinfo Fri Jul 24 09:00:01 2015 (r392798) +++ head/net/rubygem-rubyntlm/distinfo Fri Jul 24 09:00:07 2015 (r392799) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rubyntlm-0.5.1.gem) = 1814dc5d4073ad669bef9dcb1ae554ce0d504dcde5e930f0941b35036f224620 -SIZE (rubygem/rubyntlm-0.5.1.gem) = 27136 +SHA256 (rubygem/rubyntlm-0.5.2.gem) = a78d87ad0c3642e523fa509f4bd23116391629f8cb6aa6484f02010a0d328812 +SIZE (rubygem/rubyntlm-0.5.2.gem) = 27648 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:00:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D49219A95CD; Fri, 24 Jul 2015 09:00:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C42EC1612; Fri, 24 Jul 2015 09:00:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O90DSF092268; Fri, 24 Jul 2015 09:00:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O90Dcr092266; Fri, 24 Jul 2015 09:00:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240900.t6O90Dcr092266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392800 - head/net/rubygem-whois X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:00:13 -0000 Author: sunpoet Date: Fri Jul 24 09:00:12 2015 New Revision: 392800 URL: https://svnweb.freebsd.org/changeset/ports/392800 Log: - Update to 3.6.0 Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.markdown Modified: head/net/rubygem-whois/Makefile head/net/rubygem-whois/distinfo Modified: head/net/rubygem-whois/Makefile ============================================================================== --- head/net/rubygem-whois/Makefile Fri Jul 24 09:00:07 2015 (r392799) +++ head/net/rubygem-whois/Makefile Fri Jul 24 09:00:12 2015 (r392800) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= whois -PORTVERSION= 3.5.9 +PORTVERSION= 3.6.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -19,7 +19,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/ruby-whois \ - bin/whoisrb +PLIST_FILES= bin/whoisrb .include Modified: head/net/rubygem-whois/distinfo ============================================================================== --- head/net/rubygem-whois/distinfo Fri Jul 24 09:00:07 2015 (r392799) +++ head/net/rubygem-whois/distinfo Fri Jul 24 09:00:12 2015 (r392800) @@ -1,2 +1,2 @@ -SHA256 (rubygem/whois-3.5.9.gem) = 2411227767ad0d975f68b2039d3d89f3f09c0e80c748ae46d6f38e63318e2114 -SIZE (rubygem/whois-3.5.9.gem) = 115712 +SHA256 (rubygem/whois-3.6.0.gem) = 72c8db84d888c2e1b38fec425c237593d04ea14f71d704eeed196ae1c0e1e62e +SIZE (rubygem/whois-3.6.0.gem) = 117248 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:00:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F06B9A95F7; Fri, 24 Jul 2015 09:00:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 187D2185B; Fri, 24 Jul 2015 09:00:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O90Itn093038; Fri, 24 Jul 2015 09:00:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O90IiM093036; Fri, 24 Jul 2015 09:00:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240900.t6O90IiM093036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392801 - head/sysutils/rubygem-bundler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:00:19 -0000 Author: sunpoet Date: Fri Jul 24 09:00:17 2015 New Revision: 392801 URL: https://svnweb.freebsd.org/changeset/ports/392801 Log: - Update to 1.10.6 Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo Modified: head/sysutils/rubygem-bundler/Makefile ============================================================================== --- head/sysutils/rubygem-bundler/Makefile Fri Jul 24 09:00:12 2015 (r392800) +++ head/sysutils/rubygem-bundler/Makefile Fri Jul 24 09:00:17 2015 (r392801) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 1.10.5 +PORTVERSION= 1.10.6 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bundler/distinfo ============================================================================== --- head/sysutils/rubygem-bundler/distinfo Fri Jul 24 09:00:12 2015 (r392800) +++ head/sysutils/rubygem-bundler/distinfo Fri Jul 24 09:00:17 2015 (r392801) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bundler-1.10.5.gem) = cc166e24197d772d85a0788d1b2e2a12c0c5748e54c898abd275ad948ce17dfe -SIZE (rubygem/bundler-1.10.5.gem) = 251392 +SHA256 (rubygem/bundler-1.10.6.gem) = fb2933d12304cec75dac75b93a1cb045da026b291e6c65b09744ceb900769fee +SIZE (rubygem/bundler-1.10.6.gem) = 251392 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:00:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2C0B9A961C; Fri, 24 Jul 2015 09:00:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D77251941; Fri, 24 Jul 2015 09:00:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O90OaC093429; Fri, 24 Jul 2015 09:00:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O90OIU093161; Fri, 24 Jul 2015 09:00:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240900.t6O90OIU093161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:00:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392802 - head/www/rubygem-raindrops X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:00:25 -0000 Author: sunpoet Date: Fri Jul 24 09:00:23 2015 New Revision: 392802 URL: https://svnweb.freebsd.org/changeset/ports/392802 Log: - Update to 0.15.0 Changes: http://raindrops.bogomips.org/NEWS.html Modified: head/www/rubygem-raindrops/Makefile head/www/rubygem-raindrops/distinfo Modified: head/www/rubygem-raindrops/Makefile ============================================================================== --- head/www/rubygem-raindrops/Makefile Fri Jul 24 09:00:17 2015 (r392801) +++ head/www/rubygem-raindrops/Makefile Fri Jul 24 09:00:23 2015 (r392802) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= raindrops -PORTVERSION= 0.14.0 +PORTVERSION= 0.15.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-raindrops/distinfo ============================================================================== --- head/www/rubygem-raindrops/distinfo Fri Jul 24 09:00:17 2015 (r392801) +++ head/www/rubygem-raindrops/distinfo Fri Jul 24 09:00:23 2015 (r392802) @@ -1,2 +1,2 @@ -SHA256 (rubygem/raindrops-0.14.0.gem) = 3785691920c9e7b9939f62d9462dc2a30701549e59b6ed53ff38a1e440f14305 -SIZE (rubygem/raindrops-0.14.0.gem) = 57856 +SHA256 (rubygem/raindrops-0.15.0.gem) = c094ab0b6828e71389336f0b31cffca303ed448a9f9d9132f75d097332ec60c3 +SIZE (rubygem/raindrops-0.15.0.gem) = 57856 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:00:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92ECA9A964B; Fri, 24 Jul 2015 09:00:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7457B1A23; Fri, 24 Jul 2015 09:00:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O90UeW093751; Fri, 24 Jul 2015 09:00:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O90T3P093749; Fri, 24 Jul 2015 09:00:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240900.t6O90T3P093749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392803 - head/russian/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:00:30 -0000 Author: sunpoet Date: Fri Jul 24 09:00:28 2015 New Revision: 392803 URL: https://svnweb.freebsd.org/changeset/ports/392803 Log: - Update to 4.2.3 - While I'm here, add NO_ARCH Changes: https://wordpress.org/news/2015/07/wordpress-4-2-3/ PR: 201794 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) MFH: 2015Q3 Modified: head/russian/wordpress/Makefile head/russian/wordpress/distinfo Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Fri Jul 24 09:00:23 2015 (r392802) +++ head/russian/wordpress/Makefile Fri Jul 24 09:00:28 2015 (r392803) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ @@ -14,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ja-wordpress-3.* +NO_ARCH= yes NO_BUILD= yes USES= cpe USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib Modified: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Fri Jul 24 09:00:23 2015 (r392802) +++ head/russian/wordpress/distinfo Fri Jul 24 09:00:28 2015 (r392803) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.2-ru_RU.tar.gz) = 2b3a7c550fa51ce19bdadbd7f482467165ecbffdc933a67ac86a0ca8dc69456b -SIZE (wordpress-4.2.2-ru_RU.tar.gz) = 6751459 +SHA256 (wordpress-4.2.3-ru_RU.tar.gz) = 5b523a2f463a73a86f673ed90885864b355cbd5172b8466bd0c9b88207a1e5fa +SIZE (wordpress-4.2.3-ru_RU.tar.gz) = 6778280 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:00:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF7869A968F; Fri, 24 Jul 2015 09:00:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B5D31B35; Fri, 24 Jul 2015 09:00:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O90ZP4093892; Fri, 24 Jul 2015 09:00:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O90ZvR093890; Fri, 24 Jul 2015 09:00:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240900.t6O90ZvR093890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:00:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392804 - head/german/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:00:36 -0000 Author: sunpoet Date: Fri Jul 24 09:00:34 2015 New Revision: 392804 URL: https://svnweb.freebsd.org/changeset/ports/392804 Log: - Update to 4.2.3 - Add NO_ARCH Changes: https://wordpress.org/news/2015/07/wordpress-4-2-3/ MFH: 2015Q3 Modified: head/german/wordpress/Makefile head/german/wordpress/distinfo Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Fri Jul 24 09:00:28 2015 (r392803) +++ head/german/wordpress/Makefile Fri Jul 24 09:00:34 2015 (r392804) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ @@ -14,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* +NO_ARCH= yes NO_BUILD= yes USES= cpe USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Fri Jul 24 09:00:28 2015 (r392803) +++ head/german/wordpress/distinfo Fri Jul 24 09:00:34 2015 (r392804) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.2-de_DE.tar.gz) = 08546e93beb8558264f86392c389fb883c0a38a5058a8ca7877a88e2d36cdc13 -SIZE (wordpress-4.2.2-de_DE.tar.gz) = 6733834 +SHA256 (wordpress-4.2.3-de_DE.tar.gz) = ca11196c86487db052e929b4bda1098fa63a449a23a13ddd008a523ef4090e18 +SIZE (wordpress-4.2.3-de_DE.tar.gz) = 6727515 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:08:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF7A29A98CA; Fri, 24 Jul 2015 09:08:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF57C1F98; Fri, 24 Jul 2015 09:08:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O98RMq096728; Fri, 24 Jul 2015 09:08:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O98RC4096726; Fri, 24 Jul 2015 09:08:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240908.t6O98RC4096726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392805 - branches/2015Q3/russian/wordpress 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.20 Precedence: 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, 24 Jul 2015 09:08:27 -0000 Author: sunpoet Date: Fri Jul 24 09:08:26 2015 New Revision: 392805 URL: https://svnweb.freebsd.org/changeset/ports/392805 Log: MFH: r392803 - Update to 4.2.3 - While I'm here, add NO_ARCH Changes: https://wordpress.org/news/2015/07/wordpress-4-2-3/ PR: 201794 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) Approved by: portmgr (erwin) Modified: branches/2015Q3/russian/wordpress/Makefile branches/2015Q3/russian/wordpress/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/russian/wordpress/Makefile ============================================================================== --- branches/2015Q3/russian/wordpress/Makefile Fri Jul 24 09:00:34 2015 (r392804) +++ branches/2015Q3/russian/wordpress/Makefile Fri Jul 24 09:08:26 2015 (r392805) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ @@ -14,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= wordpress-3.* de-wordpress-3.* ja-wordpress-3.* +NO_ARCH= yes NO_BUILD= yes USES= cpe USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib Modified: branches/2015Q3/russian/wordpress/distinfo ============================================================================== --- branches/2015Q3/russian/wordpress/distinfo Fri Jul 24 09:00:34 2015 (r392804) +++ branches/2015Q3/russian/wordpress/distinfo Fri Jul 24 09:08:26 2015 (r392805) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.2-ru_RU.tar.gz) = 2b3a7c550fa51ce19bdadbd7f482467165ecbffdc933a67ac86a0ca8dc69456b -SIZE (wordpress-4.2.2-ru_RU.tar.gz) = 6751459 +SHA256 (wordpress-4.2.3-ru_RU.tar.gz) = 5b523a2f463a73a86f673ed90885864b355cbd5172b8466bd0c9b88207a1e5fa +SIZE (wordpress-4.2.3-ru_RU.tar.gz) = 6778280 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:10:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6FB29A9975; Fri, 24 Jul 2015 09:10:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95BFE1181; Fri, 24 Jul 2015 09:10:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9A9HD097028; Fri, 24 Jul 2015 09:10:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9A8gU097024; Fri, 24 Jul 2015 09:10:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240910.t6O9A8gU097024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:10:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392806 - branches/2015Q3/german/wordpress 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.20 Precedence: 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, 24 Jul 2015 09:10:09 -0000 Author: sunpoet Date: Fri Jul 24 09:10:07 2015 New Revision: 392806 URL: https://svnweb.freebsd.org/changeset/ports/392806 Log: MFH: r392804 - Update to 4.2.3 - Add NO_ARCH Changes: https://wordpress.org/news/2015/07/wordpress-4-2-3/ Approved by: portmgr (erwin) Modified: branches/2015Q3/german/wordpress/Makefile branches/2015Q3/german/wordpress/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/german/wordpress/Makefile ============================================================================== --- branches/2015Q3/german/wordpress/Makefile Fri Jul 24 09:08:26 2015 (r392805) +++ branches/2015Q3/german/wordpress/Makefile Fri Jul 24 09:10:07 2015 (r392806) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ @@ -14,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* +NO_ARCH= yes NO_BUILD= yes USES= cpe USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib Modified: branches/2015Q3/german/wordpress/distinfo ============================================================================== --- branches/2015Q3/german/wordpress/distinfo Fri Jul 24 09:08:26 2015 (r392805) +++ branches/2015Q3/german/wordpress/distinfo Fri Jul 24 09:10:07 2015 (r392806) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.2-de_DE.tar.gz) = 08546e93beb8558264f86392c389fb883c0a38a5058a8ca7877a88e2d36cdc13 -SIZE (wordpress-4.2.2-de_DE.tar.gz) = 6733834 +SHA256 (wordpress-4.2.3-de_DE.tar.gz) = ca11196c86487db052e929b4bda1098fa63a449a23a13ddd008a523ef4090e18 +SIZE (wordpress-4.2.3-de_DE.tar.gz) = 6727515 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:33:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D9689A806A; Fri, 24 Jul 2015 09:33:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B8141228; Fri, 24 Jul 2015 09:33:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9X2b4008915; Fri, 24 Jul 2015 09:33:02 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9X2Rr008913; Fri, 24 Jul 2015 09:33:02 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507240933.t6O9X2Rr008913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 24 Jul 2015 09:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392807 - in head/print/texlive-base: . 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.20 Precedence: 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, 24 Jul 2015 09:33:03 -0000 Author: hrs Date: Fri Jul 24 09:33:01 2015 New Revision: 392807 URL: https://svnweb.freebsd.org/changeset/ports/392807 Log: - Use CTAN mirrors in MASTER_SITES. - Simplify exclude list. Added: head/print/texlive-base/files/patch-Makefile.in (contents, props changed) Modified: head/print/texlive-base/Makefile Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Fri Jul 24 09:10:07 2015 (r392806) +++ head/print/texlive-base/Makefile Fri Jul 24 09:33:01 2015 (r392807) @@ -4,7 +4,7 @@ PORTNAME= texlive PORTVERSION= 20150521 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ +MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base DISTNAME= ${PORTNAME}-${DISTVERSION}-source DIST_SUBDIR= TeX @@ -40,24 +40,8 @@ EXCLUDE_FILES= ${DISTNAME}/texk/web2c \ ${DISTNAME}/texk/xdvik \ ${DISTNAME}/texk/dvipdfm-x \ ${DISTNAME}/texk/dvipsk \ - ${DISTNAME}/libs/freetype2 \ - ${DISTNAME}/libs/gd \ - ${DISTNAME}/libs/gmp \ - ${DISTNAME}/libs/graphite2 \ - ${DISTNAME}/libs/icu \ - ${DISTNAME}/libs/lua52 \ - ${DISTNAME}/libs/luajit \ - ${DISTNAME}/libs/libpaper \ - ${DISTNAME}/libs/libpng \ - ${DISTNAME}/libs/mpfr \ - ${DISTNAME}/libs/pixman \ - ${DISTNAME}/libs/poppler \ - ${DISTNAME}/libs/teckit \ - ${DISTNAME}/libs/xpdf \ - ${DISTNAME}/libs/zlib \ - ${DISTNAME}/libs/zziplib \ - ${DISTNAME}/utils/t1utils \ - ${DISTNAME}/libs/potrace + ${DISTNAME}/libs \ + ${DISTNAME}/utils/t1utils EXTRACT_AFTER_ARGS= ${EXCLUDE_FILES:S,^,--exclude ,} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-native-texlive-build \ Added: head/print/texlive-base/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/texlive-base/files/patch-Makefile.in Fri Jul 24 09:33:01 2015 (r392807) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-07-23 10:46:25.620611000 +0900 ++++ Makefile.in 2015-07-23 10:46:40.645948000 +0900 +@@ -487,7 +487,7 @@ + NEVER_NAMES_LT = -o -name .libs -o -name '*.lo' + + # Files not to be distributed +-SUBDIRS = . doc $(MAKE_SUBDIRS) libs utils texk ++SUBDIRS = . doc $(MAKE_SUBDIRS) utils texk + DIST_SUBDIRS = auxdir/auxsub doc $(CONF_SUBDIRS) libs utils texk + recurse_this = + recurse_top = From owner-svn-ports-all@freebsd.org Fri Jul 24 09:35:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE4009A80DD; Fri, 24 Jul 2015 09:35:08 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE3E2144A; Fri, 24 Jul 2015 09:35:08 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9Z8ug009103; Fri, 24 Jul 2015 09:35:08 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9Z8i6009102; Fri, 24 Jul 2015 09:35:08 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507240935.t6O9Z8i6009102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 24 Jul 2015 09:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392808 - head/print/texlive-tlmgr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:35:09 -0000 Author: hrs Date: Fri Jul 24 09:35:07 2015 New Revision: 392808 URL: https://svnweb.freebsd.org/changeset/ports/392808 Log: Add CONFLICTS with texlive-infra-[0-9]*. Modified: head/print/texlive-tlmgr/Makefile Modified: head/print/texlive-tlmgr/Makefile ============================================================================== --- head/print/texlive-tlmgr/Makefile Fri Jul 24 09:33:01 2015 (r392807) +++ head/print/texlive-tlmgr/Makefile Fri Jul 24 09:35:07 2015 (r392808) @@ -2,6 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150523 +PORTREVISION= 1 CATEGORIES= print perl5 MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMESUFFIX= -tlmgr @@ -11,6 +12,8 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= TeXLive manager modules +CONFLICTS= texlive-infra-[0-9]* + USES= perl5 tar:xz USE_PERL5= run USE_TEX= yes From owner-svn-ports-all@freebsd.org Fri Jul 24 09:39:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D5EF9A82B5; Fri, 24 Jul 2015 09:39:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CF4B192B; Fri, 24 Jul 2015 09:39:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9dXgs009411; Fri, 24 Jul 2015 09:39:33 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9dWvx009408; Fri, 24 Jul 2015 09:39:32 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507240939.t6O9dWvx009408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 24 Jul 2015 09:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392809 - head/print/texlive-texmf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:39:34 -0000 Author: hrs Date: Fri Jul 24 09:39:32 2015 New Revision: 392809 URL: https://svnweb.freebsd.org/changeset/ports/392809 Log: - Update LaTeX2e to 20150101pl2. - Add CONFLICTS. - Fix pkg-plist. Modified: head/print/texlive-texmf/Makefile head/print/texlive-texmf/distinfo head/print/texlive-texmf/pkg-plist Modified: head/print/texlive-texmf/Makefile ============================================================================== --- head/print/texlive-texmf/Makefile Fri Jul 24 09:35:07 2015 (r392808) +++ head/print/texlive-texmf/Makefile Fri Jul 24 09:39:32 2015 (r392809) @@ -2,16 +2,21 @@ PORTNAME= texlive PORTVERSION= 20150523 +PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2015/ +MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2015/:texmf \ + LOCAL/hrs:latex PKGNAMESUFFIX= -texmf -DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} +DISTFILES= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}${EXTRACT_SUFX}:texmf \ + latex-base-20150101.2${EXTRACT_SUFX}:latex DIST_SUBDIR= TeX +EXTRACT_ONLY= latex-base-20150101.2${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live Typesetting System, texmf Tree -CONFLICTS_INSTALL= texlive-base-201[234]* +CONFLICTS_INSTALL= texlive-base-201[234]* \ + texlive-texmf-201[234]* USES= tar:xz USE_TEX= base tlmgr:run texhash @@ -56,6 +61,7 @@ EXCLUDE_FILES= \*/doc/man \ texmf-dist/tex/generic/xetexconfig \ texmf-dist/tex/jadetex \ texmf-dist/tex/lambda \ + texmf-dist/tex/latex/base \ texmf-dist/tex/latex/latexconfig/dvilualatex.ini \ texmf-dist/tex/latex/latexconfig/lualatex-patch-kernel.tex \ texmf-dist/tex/latex/latexconfig/lualatex-reset-codes.tex \ @@ -245,15 +251,20 @@ EXCLUDE_FILES= \*/doc/man \ texmf-dist/scripts/vpe/vpe.pl \ texmf-dist/scripts/yplan/yplan -EXTRACT_AFTER_ARGS=| ${TAR} xf - ${EXCLUDE_FILES:S,^,--exclude ${DISTNAME}/,} +EXTRACT_AFTER_ARGS=| ${TAR} xf - ${EXCLUDE_FILES:S,^,--exclude ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}/,} -do-extract: - @${MKDIR} ${WRKDIR} +post-extract: + cd ${WRKDIR}/latex-base-20150101.2 && \ + ${SETENV} TEXMF=. ${LOCALBASE}/bin/tex -ini unpack.ins && \ + ${RM} README *.log *.aux *.pdf *.dtx *.ins *.txt *.ist *.fdd *.err do-install: - ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ + ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}${EXTRACT_SUFX} \ ${EXTRACT_AFTER_ARGS} -C ${STAGEDIR}${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner + ${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/tex/latex/base + cd ${WRKDIR}/latex-base-20150101.2 && ${PAX} -rw . \ + ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/tex/latex/base ${REINPLACE_CMD} -i '' 's/\\def\\magyar@sugg@ie@low#1#2#3/\\def\\magyar@sugg@ie@low\\protect #1#2#3/' ${STAGEDIR}${PREFIX}/share/texmf-dist/tex/generic/babel-hungarian/magyar.ldf ${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/doc ${TOUCH} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/doc/.keep_me Modified: head/print/texlive-texmf/distinfo ============================================================================== --- head/print/texlive-texmf/distinfo Fri Jul 24 09:35:07 2015 (r392808) +++ head/print/texlive-texmf/distinfo Fri Jul 24 09:39:32 2015 (r392809) @@ -1,2 +1,4 @@ SHA256 (TeX/texlive-20150523-texmf.tar.xz) = 1efb2b55cbf7ef9a5d2093b31110191d3caac8d4668b413ad63e996e1ebb70a8 SIZE (TeX/texlive-20150523-texmf.tar.xz) = 1892010092 +SHA256 (TeX/latex-base-20150101.2.tar.xz) = f253bb6be5e2ca678f11f0c816d25445259cd48dfda799b65cbd1822f601ad9e +SIZE (TeX/latex-base-20150101.2.tar.xz) = 10553905 Modified: head/print/texlive-texmf/pkg-plist ============================================================================== --- head/print/texlive-texmf/pkg-plist Fri Jul 24 09:35:07 2015 (r392808) +++ head/print/texlive-texmf/pkg-plist Fri Jul 24 09:39:32 2015 (r392809) @@ -85603,3 +85603,78 @@ %%TEXMFDISTDIR%%/xindy/modules/tex/inputenc/latin2.xdy %%TEXMFDISTDIR%%/xindy/modules/tex/inputenc/latin3.xdy %%TEXMFDISTDIR%%/xindy/modules/tex/inputenc/utf8.xdy +@dir %%TEXMFDISTDIR%%/scripts/a2ping +@dir %%TEXMFDISTDIR%%/scripts/accfonts +@dir %%TEXMFDISTDIR%%/scripts/authorindex +@dir %%TEXMFDISTDIR%%/scripts/bibexport +@dir %%TEXMFDISTDIR%%/scripts/bundledoc +@dir %%TEXMFDISTDIR%%/scripts/checkcites +@dir %%TEXMFDISTDIR%%/scripts/cjk-gs-integrate +@dir %%TEXMFDISTDIR%%/scripts/convbkmk +@dir %%TEXMFDISTDIR%%/scripts/crossrefware +@dir %%TEXMFDISTDIR%%/scripts/ctanify +@dir %%TEXMFDISTDIR%%/scripts/ctanupload +@dir %%TEXMFDISTDIR%%/scripts/de-macro +@dir %%TEXMFDISTDIR%%/scripts/dosepsbin +@dir %%TEXMFDISTDIR%%/scripts/dtxgen +@dir %%TEXMFDISTDIR%%/scripts/dviasm +@dir %%TEXMFDISTDIR%%/scripts/ebong +@dir %%TEXMFDISTDIR%%/scripts/epstopdf +@dir %%TEXMFDISTDIR%%/scripts/exceltex +@dir %%TEXMFDISTDIR%%/scripts/fig4latex +@dir %%TEXMFDISTDIR%%/scripts/findhyph +@dir %%TEXMFDISTDIR%%/scripts/fontools +@dir %%TEXMFDISTDIR%%/scripts/fragmaster +@dir %%TEXMFDISTDIR%%/scripts/getmap +@dir %%TEXMFDISTDIR%%/scripts/installfont +@dir %%TEXMFDISTDIR%%/scripts/jfontmaps +@dir %%TEXMFDISTDIR%%/scripts/kotex-utils +@dir %%TEXMFDISTDIR%%/scripts/latex-git-log +@dir %%TEXMFDISTDIR%%/scripts/latex2man +@dir %%TEXMFDISTDIR%%/scripts/latexdiff +@dir %%TEXMFDISTDIR%%/scripts/latexfileversion +@dir %%TEXMFDISTDIR%%/scripts/latexmk +@dir %%TEXMFDISTDIR%%/scripts/latexpand +@dir %%TEXMFDISTDIR%%/scripts/listbib +@dir %%TEXMFDISTDIR%%/scripts/listings-ext +@dir %%TEXMFDISTDIR%%/scripts/ltxfileinfo +@dir %%TEXMFDISTDIR%%/scripts/ltximg +@dir %%TEXMFDISTDIR%%/scripts/m-tx +@dir %%TEXMFDISTDIR%%/scripts/match_parens +@dir %%TEXMFDISTDIR%%/scripts/mathspic +@dir %%TEXMFDISTDIR%%/scripts/mf2pt1 +@dir %%TEXMFDISTDIR%%/scripts/mkgrkindex +@dir %%TEXMFDISTDIR%%/scripts/mkjobtexmf +@dir %%TEXMFDISTDIR%%/scripts/mkpic +@dir %%TEXMFDISTDIR%%/scripts/multibibliography +@dir %%TEXMFDISTDIR%%/scripts/musixtex +@dir %%TEXMFDISTDIR%%/scripts/pdfcrop +@dir %%TEXMFDISTDIR%%/scripts/pdfjam +@dir %%TEXMFDISTDIR%%/scripts/perltex +@dir %%TEXMFDISTDIR%%/scripts/pfarrei +@dir %%TEXMFDISTDIR%%/scripts/pkfix +@dir %%TEXMFDISTDIR%%/scripts/pkfix-helper +@dir %%TEXMFDISTDIR%%/scripts/pmx +@dir %%TEXMFDISTDIR%%/scripts/ps2eps +@dir %%TEXMFDISTDIR%%/scripts/pst2pdf +@dir %%TEXMFDISTDIR%%/scripts/ptex2pdf +@dir %%TEXMFDISTDIR%%/scripts/purifyeps +@dir %%TEXMFDISTDIR%%/scripts/pygmentex +@dir %%TEXMFDISTDIR%%/scripts/rubik +@dir %%TEXMFDISTDIR%%/scripts/simpdftex +@dir %%TEXMFDISTDIR%%/scripts/sty2dtx +@dir %%TEXMFDISTDIR%%/scripts/svn-multi +@dir %%TEXMFDISTDIR%%/scripts/texcount +@dir %%TEXMFDISTDIR%%/scripts/texdef +@dir %%TEXMFDISTDIR%%/scripts/texdiff +@dir %%TEXMFDISTDIR%%/scripts/texdirflatten +@dir %%TEXMFDISTDIR%%/scripts/texdoctk +@dir %%TEXMFDISTDIR%%/scripts/texfot +@dir %%TEXMFDISTDIR%%/scripts/texliveonfly +@dir %%TEXMFDISTDIR%%/scripts/texloganalyser +@dir %%TEXMFDISTDIR%%/scripts/thumbpdf +@dir %%TEXMFDISTDIR%%/scripts/typeoutfileinfo +@dir %%TEXMFDISTDIR%%/scripts/ulqda +@dir %%TEXMFDISTDIR%%/scripts/urlbst +@dir %%TEXMFDISTDIR%%/scripts/vpe +@dir %%TEXMFDISTDIR%%/scripts/yplan From owner-svn-ports-all@freebsd.org Fri Jul 24 09:40:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98B5D9A831E; Fri, 24 Jul 2015 09:40:15 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 895771A43; Fri, 24 Jul 2015 09:40:15 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9eFZu009568; Fri, 24 Jul 2015 09:40:15 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9eFnw009567; Fri, 24 Jul 2015 09:40:15 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507240940.t6O9eFnw009567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 24 Jul 2015 09:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392810 - head/print/tex-formats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:40:15 -0000 Author: hrs Date: Fri Jul 24 09:40:14 2015 New Revision: 392810 URL: https://svnweb.freebsd.org/changeset/ports/392810 Log: Bump PORTREVISION due to update of texlive-texmf. Modified: head/print/tex-formats/Makefile Modified: head/print/tex-formats/Makefile ============================================================================== --- head/print/tex-formats/Makefile Fri Jul 24 09:39:32 2015 (r392809) +++ head/print/tex-formats/Makefile Fri Jul 24 09:40:14 2015 (r392810) @@ -2,6 +2,7 @@ PORTNAME= formats PORTVERSION= 20150521 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= #empty PKGNAMEPREFIX= tex- From owner-svn-ports-all@freebsd.org Fri Jul 24 09:46:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94DC09A8496; Fri, 24 Jul 2015 09:46:40 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 824E91D7A; Fri, 24 Jul 2015 09:46:40 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9keZv013470; Fri, 24 Jul 2015 09:46:40 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9keSg013469; Fri, 24 Jul 2015 09:46:40 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201507240946.t6O9keSg013469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 24 Jul 2015 09:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392811 - head/ftp/axel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:46:40 -0000 Author: kevlo Date: Fri Jul 24 09:46:39 2015 New Revision: 392811 URL: https://svnweb.freebsd.org/changeset/ports/392811 Log: - Fix MASTER_SITES - Mark as unbroken Modified: head/ftp/axel/Makefile Modified: head/ftp/axel/Makefile ============================================================================== --- head/ftp/axel/Makefile Fri Jul 24 09:40:14 2015 (r392810) +++ head/ftp/axel/Makefile Fri Jul 24 09:46:39 2015 (r392811) @@ -5,15 +5,11 @@ PORTNAME= axel PORTVERSION= 2.4 PORTREVISION= 1 CATEGORIES= ftp -MASTER_SITES= https://alioth.debian.org/frs/download.php/3015/ \ - ftp://ftp.linuxforum.hu/mirrors/frugalware/pub/frugalware/frugalware-testing/source/apps-extra/axel/ \ - http://cvs.fedoraproject.org/repo/pkgs/axel/axel-2.4.tar.gz/a2a762fce0c96781965c8f9786a3d09d/ +MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/axel/axel-2.4.tar.gz/a2a762fce0c96781965c8f9786a3d09d/ MAINTAINER= prudhvi-krishna-bsd@surapaneni.in COMMENT= Download accelerator -BROKEN= No public distfiles - USES= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man From owner-svn-ports-all@freebsd.org Fri Jul 24 09:49:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 400869A84F4; Fri, 24 Jul 2015 09:49:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29E241E7C; Fri, 24 Jul 2015 09:49:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9nahM013708; Fri, 24 Jul 2015 09:49:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9nZY3013706; Fri, 24 Jul 2015 09:49:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240949.t6O9nZY3013706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392812 - head/www/rubygem-http X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:49:36 -0000 Author: sunpoet Date: Fri Jul 24 09:49:34 2015 New Revision: 392812 URL: https://svnweb.freebsd.org/changeset/ports/392812 Log: - Update to 0.9.0 Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md Modified: head/www/rubygem-http/Makefile head/www/rubygem-http/distinfo Modified: head/www/rubygem-http/Makefile ============================================================================== --- head/www/rubygem-http/Makefile Fri Jul 24 09:46:39 2015 (r392811) +++ head/www/rubygem-http/Makefile Fri Jul 24 09:49:34 2015 (r392812) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 0.8.12 +PORTVERSION= 0.9.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-http/distinfo ============================================================================== --- head/www/rubygem-http/distinfo Fri Jul 24 09:46:39 2015 (r392811) +++ head/www/rubygem-http/distinfo Fri Jul 24 09:49:34 2015 (r392812) @@ -1,2 +1,2 @@ -SHA256 (rubygem/http-0.8.12.gem) = 12a8a0f88f7edc70efe9c773dd6025ca70d9e1be24d18d37b2990be893d02713 -SIZE (rubygem/http-0.8.12.gem) = 71168 +SHA256 (rubygem/http-0.9.0.gem) = 1c24039281a60d6f072748e733a0540be6764e5a31d1d29fb6f8db3e9b67fe1d +SIZE (rubygem/http-0.9.0.gem) = 64000 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:49:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C6909A8523; Fri, 24 Jul 2015 09:49:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 822F21EF2; Fri, 24 Jul 2015 09:49:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9nfLc013825; Fri, 24 Jul 2015 09:49:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9neXi013823; Fri, 24 Jul 2015 09:49:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240949.t6O9neXi013823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392813 - head/converters/p5-Convert-Binary-C X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:49:41 -0000 Author: sunpoet Date: Fri Jul 24 09:49:39 2015 New Revision: 392813 URL: https://svnweb.freebsd.org/changeset/ports/392813 Log: - Update to 0.77 Changes: http://search.cpan.org/dist/Convert-Binary-C/Changes Modified: head/converters/p5-Convert-Binary-C/Makefile head/converters/p5-Convert-Binary-C/distinfo Modified: head/converters/p5-Convert-Binary-C/Makefile ============================================================================== --- head/converters/p5-Convert-Binary-C/Makefile Fri Jul 24 09:49:34 2015 (r392812) +++ head/converters/p5-Convert-Binary-C/Makefile Fri Jul 24 09:49:39 2015 (r392813) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Convert-Binary-C -PORTVERSION= 0.76 -PORTREVISION= 1 +PORTVERSION= 0.77 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/converters/p5-Convert-Binary-C/distinfo ============================================================================== --- head/converters/p5-Convert-Binary-C/distinfo Fri Jul 24 09:49:34 2015 (r392812) +++ head/converters/p5-Convert-Binary-C/distinfo Fri Jul 24 09:49:39 2015 (r392813) @@ -1,2 +1,2 @@ -SHA256 (Convert-Binary-C-0.76.tar.gz) = 4f0ce8dcee618f9a2309161994545b1d019742387627bf647459033ae94952e5 -SIZE (Convert-Binary-C-0.76.tar.gz) = 1562755 +SHA256 (Convert-Binary-C-0.77.tar.gz) = fe33824fbdd20920658b36e0cd50bcb0d2924c83ab3240b861340d558dd7fc91 +SIZE (Convert-Binary-C-0.77.tar.gz) = 1562435 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:49:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D4AC9A8548; Fri, 24 Jul 2015 09:49:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA8EB1F92; Fri, 24 Jul 2015 09:49:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9nkuZ013942; Fri, 24 Jul 2015 09:49:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9nk7X013938; Fri, 24 Jul 2015 09:49:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240949.t6O9nk7X013938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392814 - head/www/rsstail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:49:47 -0000 Author: sunpoet Date: Fri Jul 24 09:49:45 2015 New Revision: 392814 URL: https://svnweb.freebsd.org/changeset/ports/392814 Log: - Update to 2.0 - Add LICENSE - Use USES=tar:tgz - Do not silence installation message Changes: - Segfault when encoding-type missing Modified: head/www/rsstail/Makefile head/www/rsstail/distinfo Modified: head/www/rsstail/Makefile ============================================================================== --- head/www/rsstail/Makefile Fri Jul 24 09:49:39 2015 (r392813) +++ head/www/rsstail/Makefile Fri Jul 24 09:49:45 2015 (r392814) @@ -2,27 +2,29 @@ # $FreeBSD$ PORTNAME= rsstail -PORTVERSION= 1.8 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= www -MASTER_SITES= http://www.vanheusden.com/rsstail/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://www.vanheusden.com/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple RSS monitor +LICENSE= GPLv2 + LIB_DEPENDS= libmrss.so:${PORTSDIR}/textproc/libmrss CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USES= iconv tar:tgz + PLIST_FILES= bin/${PORTNAME} \ - man/man1/rsstail.1.gz + man/man1/${PORTNAME}.1.gz post-patch: - @${REINPLACE_CMD} -e 's|=-O2 -Wall|+=|;/^LDFLAGS/s|=|+=|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/^CFLAGS/ s|=|+=|; /^LDFLAGS/ s|=|+=|' ${WRKSRC}/Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include Modified: head/www/rsstail/distinfo ============================================================================== --- head/www/rsstail/distinfo Fri Jul 24 09:49:39 2015 (r392813) +++ head/www/rsstail/distinfo Fri Jul 24 09:49:45 2015 (r392814) @@ -1,2 +1,2 @@ -SHA256 (rsstail-1.8.tgz) = 19284f3eca4bfa649f53848e19e6ee134bce17ccf2a22919cc8c600684877801 -SIZE (rsstail-1.8.tgz) = 5085 +SHA256 (rsstail-2.0.tgz) = 647537197fb9fb72b08e04710d462ad9314a6335c0a66fb779fe9d822c19ee2a +SIZE (rsstail-2.0.tgz) = 5650 From owner-svn-ports-all@freebsd.org Fri Jul 24 09:50:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D87BD9A859C; Fri, 24 Jul 2015 09:50:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C89531136; Fri, 24 Jul 2015 09:50:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9o4pp014111; Fri, 24 Jul 2015 09:50:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9o4t2014107; Fri, 24 Jul 2015 09:50:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240950.t6O9o4t2014107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:50:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392815 - head/devel/p5-Data-Object X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 09:50:04 -0000 Author: sunpoet Date: Fri Jul 24 09:50:03 2015 New Revision: 392815 URL: https://svnweb.freebsd.org/changeset/ports/392815 Log: - Update to 0.22 Changes: http://search.cpan.org/dist/Data-Object/CHANGES Modified: head/devel/p5-Data-Object/Makefile head/devel/p5-Data-Object/distinfo Modified: head/devel/p5-Data-Object/Makefile ============================================================================== --- head/devel/p5-Data-Object/Makefile Fri Jul 24 09:49:45 2015 (r392814) +++ head/devel/p5-Data-Object/Makefile Fri Jul 24 09:50:03 2015 (r392815) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Object -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Data-Object/distinfo ============================================================================== --- head/devel/p5-Data-Object/distinfo Fri Jul 24 09:49:45 2015 (r392814) +++ head/devel/p5-Data-Object/distinfo Fri Jul 24 09:50:03 2015 (r392815) @@ -1,2 +1,2 @@ -SHA256 (Data-Object-0.21.tar.gz) = b480824e82a3fde20b1c468c0a9f25b10b2dd6232cdd1463777a1774ba1630bc -SIZE (Data-Object-0.21.tar.gz) = 58021 +SHA256 (Data-Object-0.22.tar.gz) = 6c916851501eb1da6b0eb16a43e57a8b5fe4ecef7e7243f1975e6f76ce9b672e +SIZE (Data-Object-0.22.tar.gz) = 59413 From owner-svn-ports-all@freebsd.org Fri Jul 24 10:11:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB0459A8BD0; Fri, 24 Jul 2015 10:11:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB1F71D6B; Fri, 24 Jul 2015 10:11:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OABJL0023356; Fri, 24 Jul 2015 10:11:19 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OABJuD023355; Fri, 24 Jul 2015 10:11:19 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507241011.t6OABJuD023355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 24 Jul 2015 10:11:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392816 - 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.20 Precedence: 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, 24 Jul 2015 10:11:19 -0000 Author: mat Date: Fri Jul 24 10:11:18 2015 New Revision: 392816 URL: https://svnweb.freebsd.org/changeset/ports/392816 Log: Split LIB_DEPENDS and the other _DEPENDS types. Reviewed by: bapt, pgolluci Exp-run by: mat Approved by: bapt With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3150 Modified: head/Mk/Scripts/do-depends.sh Modified: head/Mk/Scripts/do-depends.sh ============================================================================== --- head/Mk/Scripts/do-depends.sh Fri Jul 24 09:50:03 2015 (r392815) +++ head/Mk/Scripts/do-depends.sh Fri Jul 24 10:11:18 2015 (r392816) @@ -140,12 +140,21 @@ for _line in ${dp_RAWDEPENDS} ; do fi fi - case ${pattern} in - *\>*|*\<*|*=*) fct=find_package ;; - lib*.so*) fct=find_lib ;; - /nonexistent) fct=false ;; - /*) fct=find_file ;; - *) fct=find_file_path ;; + case ${dp_DEPTYPE} in + LIB_DEPENDS) + case ${pattern} in + lib*.so*) fct=find_lib ;; + *) + echo "Error: pattern ${pattern} in LIB_DEPENDS is not valid" + exit 1 ;; + esac ;; + *) + case ${pattern} in + *\>*|*\<*|*=*) fct=find_package ;; + /nonexistent) fct=false ;; + /*) fct=find_file ;; + *) fct=find_file_path ;; + esac ;; esac if ${fct} "${pattern}" ; then continue From owner-svn-ports-all@freebsd.org Fri Jul 24 10:54:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F1829A985D; Fri, 24 Jul 2015 10:54:43 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22F7E1176; Fri, 24 Jul 2015 10:54:43 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OAsgcf041871; Fri, 24 Jul 2015 10:54:43 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OAsgF5041869; Fri, 24 Jul 2015 10:54:42 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201507241054.t6OAsgF5041869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 24 Jul 2015 10:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392817 - in head/security/shibboleth2-sp: . 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.20 Precedence: 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, 24 Jul 2015 10:54:43 -0000 Author: girgen Date: Fri Jul 24 10:54:41 2015 New Revision: 392817 URL: https://svnweb.freebsd.org/changeset/ports/392817 Log: The new shibboleth will refuse to accept -u when it was already su:ed to that user. Trust shibboleth to change user. Modified: head/security/shibboleth2-sp/Makefile head/security/shibboleth2-sp/files/shibboleth-sp.in Modified: head/security/shibboleth2-sp/Makefile ============================================================================== --- head/security/shibboleth2-sp/Makefile Fri Jul 24 10:11:18 2015 (r392816) +++ head/security/shibboleth2-sp/Makefile Fri Jul 24 10:54:41 2015 (r392817) @@ -3,6 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.5.5 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ Modified: head/security/shibboleth2-sp/files/shibboleth-sp.in ============================================================================== --- head/security/shibboleth2-sp/files/shibboleth-sp.in Fri Jul 24 10:11:18 2015 (r392816) +++ head/security/shibboleth2-sp/files/shibboleth-sp.in Fri Jul 24 10:54:41 2015 (r392817) @@ -21,13 +21,13 @@ restart_precmd="shibboleth_sp_configtest configtest_cmd="shibboleth_sp_configtest" keygen_cmd="shibboleth_sp_keygen" -shibboleth_sp_user=%%SHIBD_USER%% +shibboleth_sp_usr=%%SHIBD_USER%% shibboleth_sp_group=%%SHIBD_GROUP%% www_group=%%WWWGRP%% load_rc_config $name -command_args="-f -p ${pidfile} -u ${shibboleth_sp_user} -g ${shibboleth_sp_group}" +command_args="-f -p ${pidfile} -u ${shibboleth_sp_usr} -g ${shibboleth_sp_group}" confdir=${SHIBSP_CFGDIR:-%%PREFIX%%/etc}/shibboleth cert=sp-cert.pem key=sp-key.pem @@ -37,20 +37,20 @@ shibboleth_sp_configtest() { run_rc_command keygen else # update from 2.4.x, chown %%SHIBD_USER%% the key and cert - chown ${shibboleth_sp_user}:${shibboleth_sp_group} ${confdir}/${key} ${confdir}/${cert} + chown ${shibboleth_sp_usr}:${shibboleth_sp_group} ${confdir}/${key} ${confdir}/${cert} chmod 400 ${confdir}/${key} chmod 444 ${confdir}/${cert} fi # In FreeBSD 10 (r258664), /var/cache mode is corrected to 755. make sure we have that mode. chmod 755 /var/cache - install -d -o ${shibboleth_sp_user} -g ${shibboleth_sp_group} /var/log/shibboleth - install -d -o ${shibboleth_sp_user} -g ${shibboleth_sp_group} /var/cache/shibboleth - install -d -o ${shibboleth_sp_user} -g ${www_group} -m 750 /var/run/shibboleth - ${command} ${shibboleth_sp_flags} -u ${shibboleth_sp_user} -g ${shibboleth_sp_group} -t + install -d -o ${shibboleth_sp_usr} -g ${shibboleth_sp_group} /var/log/shibboleth + install -d -o ${shibboleth_sp_usr} -g ${shibboleth_sp_group} /var/cache/shibboleth + install -d -o ${shibboleth_sp_usr} -g ${www_group} -m 750 /var/run/shibboleth + ${command} ${shibboleth_sp_flags} -u ${shibboleth_sp_usr} -g ${shibboleth_sp_group} -t } shibboleth_sp_keygen() { - %%SH%% ${confdir}/keygen.sh -o ${confdir} -u ${shibboleth_sp_user} -g ${shibboleth_sp_group} + %%SH%% ${confdir}/keygen.sh -o ${confdir} -u ${shibboleth_sp_usr} -g ${shibboleth_sp_group} } extra_commands="configtest keygen" From owner-svn-ports-all@freebsd.org Fri Jul 24 11:05:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C88B9A9B38; Fri, 24 Jul 2015 11:05:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CED618E2; Fri, 24 Jul 2015 11:05:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OB5sXY046008; Fri, 24 Jul 2015 11:05:54 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OB5sfH046007; Fri, 24 Jul 2015 11:05:54 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507241105.t6OB5sfH046007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 24 Jul 2015 11:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392818 - 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.20 Precedence: 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, 24 Jul 2015 11:05:54 -0000 Author: mat Date: Fri Jul 24 11:05:53 2015 New Revision: 392818 URL: https://svnweb.freebsd.org/changeset/ports/392818 Log: [Forced commit to explain the previous commit] Before this, you could say: BUILD_DEPENDS= libfoo.so:some/foo LIB_DEPENDS= bar:some/bar The package would build because the dependencies would be installed correctly. But, the dependencies would not be registered in the package, and it would be non functionnal when installed. Now, if you say the same thing, it will tell you that 1) it can't find exececutable libfoo.so 2) bar is not a valid pattern for LIB_DEPENDS giving you a hint that you are doing something wrong. Poked by: myself, bapt Modified: head/Mk/Scripts/do-depends.sh Modified: head/Mk/Scripts/do-depends.sh ============================================================================== From owner-svn-ports-all@freebsd.org Fri Jul 24 11:08:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7FAD9A9B92; Fri, 24 Jul 2015 11:08:09 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB04019E6; Fri, 24 Jul 2015 11:08:09 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OB89CE046193; Fri, 24 Jul 2015 11:08:09 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OB89b0046192; Fri, 24 Jul 2015 11:08:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507241108.t6OB89b0046192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 24 Jul 2015 11:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392819 - 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.20 Precedence: 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, 24 Jul 2015 11:08:10 -0000 Author: tijl Date: Fri Jul 24 11:08:08 2015 New Revision: 392819 URL: https://svnweb.freebsd.org/changeset/ports/392819 Log: Add/fix entries for r304157, r308658, r312716, r314710, r316673, r325521, r329529, r333943, r334083, r339134, r341570, r365415, r376290 Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jul 24 11:05:53 2015 (r392818) +++ head/MOVED Fri Jul 24 11:08:08 2015 (r392819) @@ -3630,6 +3630,7 @@ lang/spidermonkey|lang/spidermonkey17|20 cad/gtkwave3|cad/gtkwave|2012-09-04|There is only one version of this now multimedia/x264-devel||2012-09-07|Has expired: x264 github development makes this port obsolete audio/holyshout||2012-09-07|Has expired: upstream has disappeared +devel/R-cran-survival||2012-09-12|Part of R japanese/postgresql73-man||2012-09-13|There no according PostgreSQL version in the tree anymore japanese/postgresql74-man||2012-09-13|There no according PostgreSQL version in the tree anymore japanese/postgresql80-man||2012-09-13|There no according PostgreSQL version in the tree anymore @@ -3915,6 +3916,7 @@ java/linux-sun-jre15|java/linux-sun-jre1 java/linux-sun-jdk15|java/linux-sun-jdk16|2012-12-10|Has expired: EOLed upstream since October 2009 java/jdk15-doc|java/jdk16-doc|2012-12-10|Has expired: EOLed upstream since October 2009 science/py-openbabel||2012-12-11|Merged to science/openbabel +www/moodle2|www/moodle23|2012-12-11|Renamed deskutils/horde-hermes|deskutils/horde3-hermes|2012-12-12|Rename of old horde apps deskutils/horde-klutz|deskutils/horde3-klutz|2012-12-12|Rename of old horde apps devel/horde-chora|devel/horde3-chora|2012-12-12|Rename of old horde apps @@ -4034,6 +4036,7 @@ net/samba4-devel|net/samba4|2013-02-18|R net/libnet-devel|net/libnet|2013-02-18|Renamed to stable branch x11-fm/tkdesk||2013-02-19|Obsolete and unmaintained, doesn't run textproc/libmspub|print/libmspub|2013-02-21|Duplicate of print/libmspub +x11-drivers/xf86-video-intel29||2013-02-21|No longer supported emulators/bsnes|emulators/higan|2013-02-22|Renamed upstream sysutils/fio|benchmarks/fio|2013-02-22|Moved to benchmarks category japanese/MT|www/MT|2013-02-23|Remove, because it was merged into main www/MT @@ -4144,6 +4147,7 @@ finance/p5-PFProAPI||2013-03-18|Removed: finance/p5-Business-OnlinePayment-PayflowPro||2013-03-18|Removed: upstream no longer exists www/nspluginwrapper-devel||2013-03-19|Removed: superseded by www/nspluginwrapper french/eficas_doc||2013-03-19|Removed: eficas is now able to open the documentation through a web browser so the PDF files are no longer included +archivers/zpaq|archivers/paq|2013-03-20|Part of archivers/paq editors/openoffice.org-vcltesttool||2013-03-21|Removed: no longer used for OpenOffice QA editors/openoffice-3-devel|editors/openoffice-devel|2013-03-21|Renamed to match current version number devel/geany-plugin-gdb||2013-03-21|Removed from geany plugins distribution @@ -4196,6 +4200,7 @@ print/lprps-a4|print/lprps|2013-04-27|Me graphics/jpeg2ps-letter|graphics/jpeg2ps|2013-04-27|Merged into graphics/jpeg2ps graphics/jpeg2ps-a4|graphics/jpeg2ps|2013-04-27|Merged into graphics/jpeg2ps print/a2ps-letter|print/a2ps|2013-04-27|Merged into print/a2ps +print/a2ps-letterdj|print/a2ps|2013-04-27|Merged into print/a2ps print/a2ps-a4|print/a2ps|2013-04-27|Merged into print/a2ps print/html2ps-letter|print/html2ps|2013-04-28|Merged into print/html2ps print/html2ps-a4|print/html2ps|2013-04-28|Merged into print/html2ps @@ -4864,6 +4869,7 @@ x11-toolkits/gnustep-cairo|x11-toolkits/ x11-toolkits/gnustep-xdps||2013-08-28|Does not build with recent GNUstep x11-toolkits/gtoolkit||2013-08-28|Does not build with recent GNUstep x11-toolkits/renaissance||2013-08-28|Does not build with recent GNUstep +mail/pear-Horde_Imsp|databases/pear-Horde_Imsp|2013-08-28|Duplicate devel/g2c||2013-08-29|Has expired: Not supported upstream anymore devel/bugzilla3|devel/bugzilla42|2013-08-30|EOL: Please update to a supported version german/bugzilla3|german/bugzilla42|2013-08-30|EOL: Please update to a supported version @@ -4978,7 +4984,7 @@ net/gnome-vnc||2013-10-05|Depends on EOL news/grn||2013-10-05|Depends on EOLed gnome1 security/fpm||2013-10-05|Depends on EOLed gnome1 sysutils/xsu||2013-10-05|Depends on EOLed gnome1 -securty/fwbuilder-devel||2013-10-05|Appears not to be actively developed anymore +security/fwbuilder-devel||2013-10-05|Appears not to be actively developed anymore devel/libglade||2013-10-07|Component of the obsolete gnome1 databases/gnome-db||2013-10-07|Component of the obsolete gnome1 databases/libgda||2013-10-07|Component of the obsolete gnome1 @@ -5159,10 +5165,11 @@ graphics/mesagl||2013-11-14|Old unmainta editors/xxe||2013-11-15|Has expired: XXE becomes unfetchable every 3-4 months as distfile is replaced with new version. This high-maintenance port requires a maintainer to avoid removal editors/xml2rfc-xxe||2013-11-15|Has expired: Depends on editors/xxe, which is due to be removed due to lack of maintainer devel/perltidy|devel/p5-Perl-Tidy|2013-11-15|Renamed to match upstream naming +net/p5-Script-isAperlScript|devel/p5-Script-isAperlScript|2013-11-15|Duplicate math/vtk|math/vtk5|2013-11-17|Removed, EOLed net-im/decibel||2013-11-17|Has expired: Deprecated and unsupported upstream for many years, not used by anything databases/postgresql-libpq++||2013-11-17|Has expired: Not maintained upstream for 10+ years -audio/gmpeg-devel||2013-11-17|Removed, no active development for more than 8 years +audio/gqmpeg-devel||2013-11-17|Removed, no active development for more than 8 years graphics/gqview-devel||2013-11-17|Removed, no active development for more than 8 years textproc/stardict2-dictd_mova|textproc/stardict-dictd_mova|2013-11-17|Renamed textproc/stardict2-quick|textproc/stardict-quick|2013-11-17|Renamed @@ -5345,6 +5352,7 @@ www/qt4-webkit|www/webkit-qt4|2014-01-06 x11/qt4-opengl|graphics/qt4-opengl|2014-01-06|Moved to unify with Qt 5 graphics/wings-devel|graphics/wings|2014-01-07|Obsoleted by the main port devel/llvm|devel/llvm32|2014-01-08|Has expired: Migrate to devel/llvm32 or newer +devel/reflex|textproc/reflex|2014-01-08|Duplicate devel/hs-hat||2014-01-09|Upstream has vanished devel/hs-hdoc||2014-01-09|Removed devel/hs-idoc||2014-01-09|Removed @@ -5379,6 +5387,7 @@ math/octave-forge-image-acquisition||201 lang/racket-textual|lang/racket-minimal|2014-01-27|Renamed upstream mail/pop-before-smtp||2014-01-27|Removed graphics/glfw-devel||2014-01-28|Removed +devel/py-ua-parser|devel/py-ua_parser|2014-01-28|Reflect module name french/ispell|french/aspell|2014-01-29|Removed, consider using aspell instead german/ispell|german/aspell|2014-01-29|Removed, consider using aspell instead german/ispell-alt|german/aspell|2014-01-29|Removed, consider using aspell instead @@ -6392,7 +6401,6 @@ www/hs-wai-test||2014-08-10|Removed: Dep devel/rubygem-foreman_api||2014-08-11|Removed: Deprecated by upstream security/termlog||2014-08-11|Has expired: Fails to build with new utmpx, unstaged, maintainer timeout games/linux-americasarmy||2014-08-13|Removed: Unsupported by upstream, distfile unavailable -net/rsmb|net/mosquitto|2014-08-13|Superseded by net/mosquitto devel/kyua-atf-compat|devel/kyua|2014-08-14|Upstream merged all components into devel/kyua devel/kyua-cli|devel/kyua|2014-08-14|Upstream merged all components into devel/kyua devel/kyua-testers|devel/kyua|2014-08-14|Upstream merged all components into devel/kyua @@ -6430,6 +6438,7 @@ news/husky-hpucode||2014-08-19|Obsolete news/husky-msged||2014-08-19|Obsolete due to husky-*-devel => husky-* migration news/husky-nltools||2014-08-19|Obsolete due to husky-*-devel => husky-* migration news/husky-sqpack||2014-08-19|Obsolete due to husky-*-devel => husky-* migration +net/rsmb|net/mosquitto|2014-08-19|Superseded by net/mosquitto deskutils/horde3-hermes||2014-08-20|Has expired: EOL in April 2012 deskutils/horde3-klutz||2014-08-20|Has expired: EOL in April 2012 deskutils/horde3-kronolith||2014-08-20|Has expired: EOL in April 2012 @@ -7381,6 +7390,7 @@ security/openssh-portable-base||2015-01- devel/cedet||2015-01-01|Has expired: Fails to build, use Emacs' builtin cedet package instead devel/ecb||2015-01-01|Has expired: does not work with newer Emacs versions, use the elpa package instead devel/rubygem-little_plugger|devel/rubygem-little-plugger|2015-01-05|Rename to match our rubygems naming +misc/nagios-base-logos||2015-01-05|Included in nagios distribution ports-mgmt/portcheckout||2015-01-06|Has expired: Uses ports cvs repo, which is long gone ports-mgmt/pkg_trackinst||2015-01-06|Has expired: Does not support pkgng, generates incorrect pkg-plist ports-mgmt/pkg_remove||2015-01-06|Has expired: Does not support pkgng From owner-svn-ports-all@freebsd.org Fri Jul 24 11:14:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3635C9A9DE5; Fri, 24 Jul 2015 11:14:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2658E1DAB; Fri, 24 Jul 2015 11:14:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OBEhgI050200; Fri, 24 Jul 2015 11:14:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OBEfYp050195; Fri, 24 Jul 2015 11:14:41 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507241114.t6OBEfYp050195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 24 Jul 2015 11:14:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392820 - in head/net: . librdkafka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 11:14:43 -0000 Author: pi Date: Fri Jul 24 11:14:40 2015 New Revision: 392820 URL: https://svnweb.freebsd.org/changeset/ports/392820 Log: New port: net/librdkafka This is a port of librdkafka, a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support. It was designed with message delivery reliability and high performance in mind, current figures exceed 800000 msgs/second for the producer and 3 million msgs/second for the consumer. WWW: https://github.com/edenhill/librdkafka/ PR: 201521 Submitted by: Victor Yagofarov Added: head/net/librdkafka/ head/net/librdkafka/Makefile (contents, props changed) head/net/librdkafka/distinfo (contents, props changed) head/net/librdkafka/pkg-descr (contents, props changed) head/net/librdkafka/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Jul 24 11:08:08 2015 (r392819) +++ head/net/Makefile Fri Jul 24 11:14:40 2015 (r392820) @@ -332,6 +332,7 @@ SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit + SUBDIR += librdkafka SUBDIR += librouteros SUBDIR += librsync SUBDIR += librsync1 Added: head/net/librdkafka/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/librdkafka/Makefile Fri Jul 24 11:14:40 2015 (r392820) @@ -0,0 +1,32 @@ +# Created by: Victor Yagofarov +# $FreeBSD$ + +PORTNAME= librdkafka +PORTVERSION= 0.8.6 +CATEGORIES= net +DISTNAME= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME} + +MAINTAINER= xnasx@yandex.ru +COMMENT= Apache Kafka C/C++ library + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash + +USE_GITHUB= yes +GH_ACCOUNT= edenhill +GH_TAGNAME= e3d984849a + +USE_LDCONFIG= yes + +USES= gmake perl5 +GNU_CONFIGURE= yes + +post-install: + ${INSTALL_DATA} ${WRKSRC}/rdkafka.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/librdkafka.pc + +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librdkafka.so.1 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librdkafka++.so.1 + +.include Added: head/net/librdkafka/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/librdkafka/distinfo Fri Jul 24 11:14:40 2015 (r392820) @@ -0,0 +1,2 @@ +SHA256 (edenhill-librdkafka-0.8.6-e3d984849a_GH0.tar.gz) = 8a0383ad377f9067ed76e5198fce1729d6e08b2603bd1e1e9064cb57f0c8be4d +SIZE (edenhill-librdkafka-0.8.6-e3d984849a_GH0.tar.gz) = 202170 Added: head/net/librdkafka/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/librdkafka/pkg-descr Fri Jul 24 11:14:40 2015 (r392820) @@ -0,0 +1,8 @@ +This is a port of librdkafka, a C library implementation +of the Apache Kafka protocol, containing both Producer and +Consumer support. It was designed with message delivery +reliability and high performance in mind, current figures +exceed 800000 msgs/second for the producer and 3 million +msgs/second for the consumer. + +WWW: https://github.com/edenhill/librdkafka/ Added: head/net/librdkafka/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/librdkafka/pkg-plist Fri Jul 24 11:14:40 2015 (r392820) @@ -0,0 +1,9 @@ +include/librdkafka/rdkafka.h +include/librdkafka/rdkafkacpp.h +lib/librdkafka++.a +lib/librdkafka++.so +lib/librdkafka++.so.1 +lib/librdkafka.a +lib/librdkafka.so +lib/librdkafka.so.1 +libdata/pkgconfig/librdkafka.pc From owner-svn-ports-all@freebsd.org Fri Jul 24 11:18:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C97C9A9EE8; Fri, 24 Jul 2015 11:18:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8381FAF; Fri, 24 Jul 2015 11:18:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OBIgs3050472; Fri, 24 Jul 2015 11:18:42 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OBIg69050471; Fri, 24 Jul 2015 11:18:42 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507241118.t6OBIg69050471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 24 Jul 2015 11:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392821 - head/net/p5-Net-Amazon-Signature-V4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 11:18:42 -0000 Author: mat Date: Fri Jul 24 11:18:41 2015 New Revision: 392821 URL: https://svnweb.freebsd.org/changeset/ports/392821 Log: Fix dependency on p5-Net. Sponsored by: Absolight Modified: head/net/p5-Net-Amazon-Signature-V4/Makefile Modified: head/net/p5-Net-Amazon-Signature-V4/Makefile ============================================================================== --- head/net/p5-Net-Amazon-Signature-V4/Makefile Fri Jul 24 11:14:40 2015 (r392820) +++ head/net/p5-Net-Amazon-Signature-V4/Makefile Fri Jul 24 11:18:41 2015 (r392821) @@ -2,6 +2,7 @@ PORTNAME= Net-Amazon-Signature-V4 PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,7 @@ RUN_DEPENDS= \ p5-DateTime-Format-Strptime>0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-URI>0:${PORTSDIR}/net/p5-Net + p5-Net>0:${PORTSDIR}/net/p5-Net BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 From owner-svn-ports-all@freebsd.org Fri Jul 24 13:41:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BCDA9A938A; Fri, 24 Jul 2015 13:41:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C22B1CF7; Fri, 24 Jul 2015 13:41:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ODfaZj009960; Fri, 24 Jul 2015 13:41:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ODfa43009959; Fri, 24 Jul 2015 13:41:36 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507241341.t6ODfa43009959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 24 Jul 2015 13:41:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392822 - 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.20 Precedence: 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, 24 Jul 2015 13:41:36 -0000 Author: feld Date: Fri Jul 24 13:41:35 2015 New Revision: 392822 URL: https://svnweb.freebsd.org/changeset/ports/392822 Log: Update Wordpress entry to add CVEs Security: c80b27a2-3165-11e5-8a1d-14dae9d210b8 Security: CVE-2015-5622 Security: CVE-2015-5623 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 24 11:18:41 2015 (r392821) +++ head/security/vuxml/vuln.xml Fri Jul 24 13:41:35 2015 (r392822) @@ -85,10 +85,13 @@ Notes: https://wordpress.org/news/2015/07/wordpress-4-2-3/ + CVE-2015-5622 + CVE-2015-5623 2015-07-23 2015-07-23 + 2015-07-24 From owner-svn-ports-all@freebsd.org Fri Jul 24 13:57:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 777149A98C4; Fri, 24 Jul 2015 13:57:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6734218CF; Fri, 24 Jul 2015 13:57:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ODvmx3015227; Fri, 24 Jul 2015 13:57:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ODvmdx015226; Fri, 24 Jul 2015 13:57:48 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507241357.t6ODvmdx015226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 24 Jul 2015 13:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392823 - 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.20 Precedence: 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, 24 Jul 2015 13:57:48 -0000 Author: feld Date: Fri Jul 24 13:57:47 2015 New Revision: 392823 URL: https://svnweb.freebsd.org/changeset/ports/392823 Log: Adjust wordpress range -- www/wordpress has PORTEPOCH Security: c80b27a2-3165-11e5-8a1d-14dae9d210b8 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 24 13:41:35 2015 (r392822) +++ head/security/vuxml/vuln.xml Fri Jul 24 13:57:47 2015 (r392823) @@ -63,6 +63,9 @@ Notes: wordpress + 4.2.3,1 + + de-wordpress ja-wordpress ru-wordpress From owner-svn-ports-all@freebsd.org Fri Jul 24 14:18:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAC179A9592; Fri, 24 Jul 2015 14:18:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB51A1235; Fri, 24 Jul 2015 14:18:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OEIZqp024631; Fri, 24 Jul 2015 14:18:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OEIZiJ024627; Fri, 24 Jul 2015 14:18:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507241418.t6OEIZiJ024627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 24 Jul 2015 14:18:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392824 - head/www/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 14:18:36 -0000 Author: feld Date: Fri Jul 24 14:18:34 2015 New Revision: 392824 URL: https://svnweb.freebsd.org/changeset/ports/392824 Log: Update to 4.2.3, fixing CVEs Add NO_ARCH MFH: 2015Q3 Security: CVE-2015-5622 Security: CVE-2015-5623 Security: c80b27a2-3165-11e5-8a1d-14dae9d210b8 Modified: head/www/wordpress/Makefile head/www/wordpress/distinfo Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Fri Jul 24 13:57:47 2015 (r392823) +++ head/www/wordpress/Makefile Fri Jul 24 14:18:34 2015 (r392824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -14,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* +NO_ARCH= yes NO_BUILD= yes USES= cpe USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Fri Jul 24 13:57:47 2015 (r392823) +++ head/www/wordpress/distinfo Fri Jul 24 14:18:34 2015 (r392824) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.2.tar.gz) = 3c4e2cc3af289366ff5352e35c3f80fca2dcaed3d56a79f33b25374c356c3f90 -SIZE (wordpress-4.2.2.tar.gz) = 6307937 +SHA256 (wordpress-4.2.3.tar.gz) = 49073745a56f8ddf740b95018071d69c3100d730dba014566a49c7b386786b16 +SIZE (wordpress-4.2.3.tar.gz) = 6313518 From owner-svn-ports-all@freebsd.org Fri Jul 24 14:19:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71D799A95ED; Fri, 24 Jul 2015 14:19:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6228B144A; Fri, 24 Jul 2015 14:19:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OEJZHU024907; Fri, 24 Jul 2015 14:19:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OEJYpQ024904; Fri, 24 Jul 2015 14:19:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507241419.t6OEJYpQ024904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 24 Jul 2015 14:19:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392825 - branches/2015Q3/www/wordpress 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.20 Precedence: 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, 24 Jul 2015 14:19:35 -0000 Author: feld Date: Fri Jul 24 14:19:33 2015 New Revision: 392825 URL: https://svnweb.freebsd.org/changeset/ports/392825 Log: MFH: r392824 Update to 4.2.3, fixing CVEs Add NO_ARCH Security: CVE-2015-5622 Security: CVE-2015-5623 Security: c80b27a2-3165-11e5-8a1d-14dae9d210b8 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/www/wordpress/Makefile branches/2015Q3/www/wordpress/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/wordpress/Makefile ============================================================================== --- branches/2015Q3/www/wordpress/Makefile Fri Jul 24 14:18:34 2015 (r392824) +++ branches/2015Q3/www/wordpress/Makefile Fri Jul 24 14:19:33 2015 (r392825) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -14,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* +NO_ARCH= yes NO_BUILD= yes USES= cpe USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib Modified: branches/2015Q3/www/wordpress/distinfo ============================================================================== --- branches/2015Q3/www/wordpress/distinfo Fri Jul 24 14:18:34 2015 (r392824) +++ branches/2015Q3/www/wordpress/distinfo Fri Jul 24 14:19:33 2015 (r392825) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.2.tar.gz) = 3c4e2cc3af289366ff5352e35c3f80fca2dcaed3d56a79f33b25374c356c3f90 -SIZE (wordpress-4.2.2.tar.gz) = 6307937 +SHA256 (wordpress-4.2.3.tar.gz) = 49073745a56f8ddf740b95018071d69c3100d730dba014566a49c7b386786b16 +SIZE (wordpress-4.2.3.tar.gz) = 6313518 From owner-svn-ports-all@freebsd.org Fri Jul 24 14:38:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48CC69A9F40; Fri, 24 Jul 2015 14:38:31 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3993E164B; Fri, 24 Jul 2015 14:38:31 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OEcVxn033365; Fri, 24 Jul 2015 14:38:31 GMT (envelope-from sem@FreeBSD.org) Received: (from sem@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OEcUta033361; Fri, 24 Jul 2015 14:38:30 GMT (envelope-from sem@FreeBSD.org) Message-Id: <201507241438.t6OEcUta033361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sem set sender to sem@FreeBSD.org using -f From: Sergey Matveychuk Date: Fri, 24 Jul 2015 14:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392826 - head/net/dhcprelya X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 14:38:31 -0000 Author: sem Date: Fri Jul 24 14:38:29 2015 New Revision: 392826 URL: https://svnweb.freebsd.org/changeset/ports/392826 Log: - Update to 4.9 * Fix segfault when a few servers using (bapt@) Modified: head/net/dhcprelya/Makefile head/net/dhcprelya/distinfo Modified: head/net/dhcprelya/Makefile ============================================================================== --- head/net/dhcprelya/Makefile Fri Jul 24 14:19:33 2015 (r392825) +++ head/net/dhcprelya/Makefile Fri Jul 24 14:38:29 2015 (r392826) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dhcprelya -PORTVERSION= 4.8 -PORTREVISION= 1 +PORTVERSION= 4.9 CATEGORIES= net MAINTAINER= sem@FreeBSD.org @@ -13,7 +12,7 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= sem-hub -GH_TAGNAME= 32d3356 +GH_TAGNAME= d42e83b USE_RC_SUBR= dhcprelya Modified: head/net/dhcprelya/distinfo ============================================================================== --- head/net/dhcprelya/distinfo Fri Jul 24 14:19:33 2015 (r392825) +++ head/net/dhcprelya/distinfo Fri Jul 24 14:38:29 2015 (r392826) @@ -1,2 +1,2 @@ -SHA256 (sem-hub-dhcprelya-4.8-32d3356_GH0.tar.gz) = e381d9616c36c1f6f3d7dedb1c9d596712e1c06397c56a7a52466017c765c062 -SIZE (sem-hub-dhcprelya-4.8-32d3356_GH0.tar.gz) = 24194 +SHA256 (sem-hub-dhcprelya-4.9-d42e83b_GH0.tar.gz) = 36d9218daed5bcad8d491241b62989a8a56f1d353911e0d12beeaa63a107d4d2 +SIZE (sem-hub-dhcprelya-4.9-d42e83b_GH0.tar.gz) = 24224 From owner-svn-ports-all@freebsd.org Fri Jul 24 14:45:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C2339AA165; Fri, 24 Jul 2015 14:45:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8081BD7; Fri, 24 Jul 2015 14:45:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OEjmYE037936; Fri, 24 Jul 2015 14:45:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OEjlsC037931; Fri, 24 Jul 2015 14:45:47 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507241445.t6OEjlsC037931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 24 Jul 2015 14:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392827 - head/java/wildfly90 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 14:45:48 -0000 Author: olgeni Date: Fri Jul 24 14:45:46 2015 New Revision: 392827 URL: https://svnweb.freebsd.org/changeset/ports/392827 Log: Upgrade to version 9.0.1. PR: 201811 Submitted by: olgeni Approved by: maintainer Modified: head/java/wildfly90/Makefile head/java/wildfly90/distinfo head/java/wildfly90/pkg-plist Modified: head/java/wildfly90/Makefile ============================================================================== --- head/java/wildfly90/Makefile Fri Jul 24 14:38:29 2015 (r392826) +++ head/java/wildfly90/Makefile Fri Jul 24 14:45:46 2015 (r392827) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wildfly90 -PORTVERSION= 9.0.0 -PORTREVISION= 4 +PORTVERSION= 9.0.1 CATEGORIES= java www MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} @@ -21,7 +20,7 @@ GROUP= www VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid -WILDFLY_VERSION=9.0.0.Final +WILDFLY_VERSION=${PORTVERSION}.Final SUB_FILES= pkg-message SUB_LIST= APP_SHORTNAME=${PORTNAME} \ Modified: head/java/wildfly90/distinfo ============================================================================== --- head/java/wildfly90/distinfo Fri Jul 24 14:38:29 2015 (r392826) +++ head/java/wildfly90/distinfo Fri Jul 24 14:45:46 2015 (r392827) @@ -1,2 +1,2 @@ -SHA256 (wildfly-9.0.0.Final.tar.gz) = 53c8d6801b436d1ffc7174193a7ffaee6b19edd956c18de499b3f0a8d9421cf9 -SIZE (wildfly-9.0.0.Final.tar.gz) = 132612637 +SHA256 (wildfly-9.0.1.Final.tar.gz) = 8f570f978dff65a006c1c6cb58c26a3856b19f01dad5b2a3ef9e463c8dee2a54 +SIZE (wildfly-9.0.1.Final.tar.gz) = 132624451 Modified: head/java/wildfly90/pkg-plist ============================================================================== --- head/java/wildfly90/pkg-plist Fri Jul 24 14:38:29 2015 (r392826) +++ head/java/wildfly90/pkg-plist Fri Jul 24 14:45:46 2015 (r392827) @@ -499,13 +499,13 @@ %%APP_HOME%%/modules/system/layers/base/io/netty/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.0.26.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.2.8.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.2.9.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-1.1.1.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/module.xml %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.2.8.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.2.9.Final.jar %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/module.xml -%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.2.8.Final.jar +%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.2.9.Final.jar %%APP_HOME%%/modules/system/layers/base/javaee/api/main/module.xml %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/activation-1.1.1.jar %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/module.xml @@ -792,139 +792,139 @@ %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/aesh-0.33.15.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/release-stream-2.7.4.Final-resources.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers/timer-sql.properties -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/wildfly-embedded-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/embedded/main/wildfly-embedded-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources/plugins.properties -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3/jipijapa-hibernate3-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/3/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/openjpa/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-core-jsf-2.2.14.Final.jar -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/cli/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-full/dir/META-INF/MANIFEST.MF %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-full/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-web/dir/META-INF/MANIFEST.MF %%APP_HOME%%/modules/system/layers/base/org/jboss/as/product/wildfly-web/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/wildfly-security-api-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security-api/main/wildfly-security-api-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/self-contained/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/self-contained/main/wildfly-self-contained-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/self-contained/main/wildfly-self-contained-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/standalone/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/vault-tool/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-5.0.0.Final-wildfly900.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/jboss-classfilewriter-1.1.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/jboss/classfilewriter/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-1.1.0.Final.jar @@ -1156,65 +1156,65 @@ %%APP_HOME%%/modules/system/layers/base/org/slf4j/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.7.jbossorg-1.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/wildfly-clustering-api-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/api/main/wildfly-clustering-api-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/wildfly-clustering-ee-infinispan-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/wildfly-clustering-ee-infinispan-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/wildfly-clustering-ee-spi-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/wildfly-clustering-ee-spi-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/wildfly-clustering-ejb-infinispan-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/wildfly-clustering-ejb-infinispan-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/wildfly-clustering-ejb-spi-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/wildfly-clustering-ejb-spi-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/wildfly-clustering-infinispan-spi-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/wildfly-clustering-infinispan-spi-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/wildfly-clustering-jgroups-api-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/wildfly-clustering-jgroups-api-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/wildfly-clustering-jgroups-spi-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/wildfly-clustering-jgroups-spi-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/main/wildfly-clustering-marshalling-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/marshalling/main/wildfly-clustering-marshalling-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/wildfly-clustering-server-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/server/main/wildfly-clustering-server-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/service/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/service/main/wildfly-clustering-service-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/service/main/wildfly-clustering-service-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/wildfly-clustering-singleton-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/singleton/main/wildfly-clustering-singleton-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/spi/main/wildfly-clustering-spi-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/spi/main/wildfly-clustering-spi-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/wildfly-clustering-web-api-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/api/main/wildfly-clustering-web-api-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/wildfly-clustering-web-infinispan-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/wildfly-clustering-web-infinispan-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/wildfly-clustering-web-spi-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/spi/main/wildfly-clustering-web-spi-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/wildfly-clustering-web-undertow-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/wildfly-clustering-web-undertow-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/embedded/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/embedded/main/wildfly-embedded-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/embedded/main/wildfly-embedded-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/wildfly-batch-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/batch/main/wildfly-batch-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/bean-validation/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/bean-validation/main/wildfly-bean-validation-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/bean-validation/main/wildfly-bean-validation-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/wildfly-io-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/io/main/wildfly-io-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/picketlink/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/picketlink/main/wildfly-picketlink-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/picketlink/main/wildfly-picketlink-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/request-controller/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/request-controller/main/wildfly-request-controller-1.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/request-controller/main/wildfly-request-controller-1.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/wildfly-rts-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/rts/main/wildfly-rts-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/wildfly-security-manager-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/security/manager/main/wildfly-security-manager-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/wildfly-undertow-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/extension/undertow/main/wildfly-undertow-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/iiop-openjdk/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/iiop-openjdk/main/wildfly-iiop-openjdk-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/iiop-openjdk/main/wildfly-iiop-openjdk-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/wildfly-jberet-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/jberet/main/wildfly-jberet-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/module.xml -%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-9.0.0.Final.jar +%%APP_HOME%%/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-9.0.1.Final.jar %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main/module.xml %%APP_HOME%%/modules/system/layers/base/org/wildfly/security/manager/main/wildfly-security-manager-1.1.2.Final.jar %%APP_HOME%%/modules/system/layers/base/org/yaml/snakeyaml/main/module.xml From owner-svn-ports-all@freebsd.org Fri Jul 24 15:27:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6826E9AABDC; Fri, 24 Jul 2015 15:27:16 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 570A91859; Fri, 24 Jul 2015 15:27:16 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OFRG06055368; Fri, 24 Jul 2015 15:27:16 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OFRFuP055364; Fri, 24 Jul 2015 15:27:15 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201507241527.t6OFRFuP055364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 24 Jul 2015 15:27:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392828 - head/textproc/elasticsearch-plugin-marvel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 15:27:16 -0000 Author: bsam Date: Fri Jul 24 15:27:14 2015 New Revision: 392828 URL: https://svnweb.freebsd.org/changeset/ports/392828 Log: textproc/elasticsearch-plugin-marvel: update to version 1.3.1 (previous one does not work with current textproc/elasticsearch and no meaninfull log is produced). While here, mute mkdirs. Modified: head/textproc/elasticsearch-plugin-marvel/Makefile head/textproc/elasticsearch-plugin-marvel/distinfo head/textproc/elasticsearch-plugin-marvel/pkg-plist Modified: head/textproc/elasticsearch-plugin-marvel/Makefile ============================================================================== --- head/textproc/elasticsearch-plugin-marvel/Makefile Fri Jul 24 14:45:46 2015 (r392827) +++ head/textproc/elasticsearch-plugin-marvel/Makefile Fri Jul 24 15:27:14 2015 (r392828) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= marvel -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= textproc perl5 MASTER_SITES= http://download.elasticsearch.org/elasticsearch/marvel/ PKGNAMEPREFIX= elasticsearch-plugin- @@ -21,13 +20,14 @@ RUN_DEPENDS:= elasticsearch>=0.90.9:${PO NO_BUILD= yes LEGAL_TEXT= ${LICENSE_NAME_COMMERCIAL} +PLIST_SUB= VERSION=${PORTVERSION} do-extract: - ${MKDIR} ${WRKSRC} + @${MKDIR} ${WRKSRC} ( cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} ) do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/marvel + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/marvel @cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/marvel @cd ${WRKSRC} && ${INSTALL_DATA} marvel-${PORTVERSION}.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/marvel Modified: head/textproc/elasticsearch-plugin-marvel/distinfo ============================================================================== --- head/textproc/elasticsearch-plugin-marvel/distinfo Fri Jul 24 14:45:46 2015 (r392827) +++ head/textproc/elasticsearch-plugin-marvel/distinfo Fri Jul 24 15:27:14 2015 (r392828) @@ -1,2 +1,2 @@ -SHA256 (marvel-1.1.0.tar.gz) = 3069b99424a275e1572b1f270bbea785e109fa32d82e1f679d8c52aabc5af504 -SIZE (marvel-1.1.0.tar.gz) = 3644974 +SHA256 (marvel-1.3.1.tar.gz) = c4b58e91fd66a5ba0c24611e71770684c3810208d3bf9e6d85a88a27436adbed +SIZE (marvel-1.3.1.tar.gz) = 3904425 Modified: head/textproc/elasticsearch-plugin-marvel/pkg-plist ============================================================================== --- head/textproc/elasticsearch-plugin-marvel/pkg-plist Fri Jul 24 14:45:46 2015 (r392827) +++ head/textproc/elasticsearch-plugin-marvel/pkg-plist Fri Jul 24 15:27:14 2015 (r392828) @@ -1,10 +1,5 @@ -lib/elasticsearch/plugins/marvel/marvel-1.1.0.jar -lib/elasticsearch/plugins/marvel/_site/index.html lib/elasticsearch/plugins/marvel/_site/common/marvelLinks.json -lib/elasticsearch/plugins/marvel/_site/kibana/build.txt -lib/elasticsearch/plugins/marvel/_site/kibana/config.js -lib/elasticsearch/plugins/marvel/_site/kibana/favicon.ico -lib/elasticsearch/plugins/marvel/_site/kibana/index.html +lib/elasticsearch/plugins/marvel/_site/index.html lib/elasticsearch/plugins/marvel/_site/kibana/app/app.js lib/elasticsearch/plugins/marvel/_site/kibana/app/components/require.config.js lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/blank.json @@ -12,26 +7,28 @@ lib/elasticsearch/plugins/marvel/_site/k lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/guided.json lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/logstash.js lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/logstash.json -lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/noted.json lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/marvel/cluster_pulse.json lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/marvel/indices_stats.js lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/marvel/nodes_stats.js lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/marvel/overview.json +lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/marvel/shard_allocation.json lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/marvel/shards.json +lib/elasticsearch/plugins/marvel/_site/kibana/app/dashboards/noted.json +lib/elasticsearch/plugins/marvel/_site/kibana/app/lib/fakeState.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/editor.html -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/module.css -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/module.html -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/module.js -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/leaflet.css -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/leaflet.ie.css -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/leaflet.js -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/plugins.css -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/plugins.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/images/layers-2x.png lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/images/layers.png lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/images/marker-icon-2x.png lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/images/marker-icon.png lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/images/marker-shadow.png +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/leaflet.css +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/leaflet.ie.css +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/leaflet.js +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/plugins.css +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/leaflet/plugins.js +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/module.css +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/module.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/bettermap/module.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/column/editor.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/column/module.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/column/module.js @@ -62,32 +59,48 @@ lib/elasticsearch/plugins/marvel/_site/k lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/hits/module.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/hits/module.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/map/editor.html -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/map/module.html -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/map/module.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/map/lib/map.europe.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/map/lib/map.usa.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/map/lib/map.world.js +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/map/module.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/map/module.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/cluster/editor.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/cluster/module.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/cluster/module.js -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/cluster/optin.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/navigation/module.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/navigation/module.js +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/registration/directives/purchase_confirmation.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/registration/directives/registration.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/registration/editor.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/registration/module.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/registration/module.js +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/registration/optin.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/registration/register.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/registration/sysadmin.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/save/editor.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/save/module.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/save/module.js +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/shard_allocation/css/lesshat.css +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/shard_allocation/css/style.css +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/shard_allocation/directives/shardGroups.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/shard_allocation/editor.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/shard_allocation/module.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/shard_allocation/module.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/stats_table/editor.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/stats_table/module.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/marvel/stats_table/module.js lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/editor.html -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/helpModal.html -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/meta.html -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/module.html -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/module.js -lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/query.css lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/editors/lucene.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/editors/regex.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/editors/topN.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/help/lucene.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/help/regex.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/help/topN.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/helpModal.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/meta.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/module.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/module.js +lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/query/query.css lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/sparklines/editor.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/sparklines/module.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/sparklines/module.js @@ -114,6 +127,7 @@ lib/elasticsearch/plugins/marvel/_site/k lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/trends/editor.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/trends/module.html lib/elasticsearch/plugins/marvel/_site/kibana/app/panels/trends/module.js +lib/elasticsearch/plugins/marvel/_site/kibana/app/partials/connectionFailed.html lib/elasticsearch/plugins/marvel/_site/kibana/app/partials/dashLoader.html lib/elasticsearch/plugins/marvel/_site/kibana/app/partials/dashLoaderShare.html lib/elasticsearch/plugins/marvel/_site/kibana/app/partials/dashboard.html @@ -126,6 +140,9 @@ lib/elasticsearch/plugins/marvel/_site/k lib/elasticsearch/plugins/marvel/_site/kibana/app/partials/panelgeneral.html lib/elasticsearch/plugins/marvel/_site/kibana/app/partials/querySelect.html lib/elasticsearch/plugins/marvel/_site/kibana/app/partials/roweditor.html +lib/elasticsearch/plugins/marvel/_site/kibana/app/services/marvel/clusterState.js +lib/elasticsearch/plugins/marvel/_site/kibana/build.txt +lib/elasticsearch/plugins/marvel/_site/kibana/config.js lib/elasticsearch/plugins/marvel/_site/kibana/css/animate.min.css lib/elasticsearch/plugins/marvel/_site/kibana/css/bootstrap-responsive.min.css lib/elasticsearch/plugins/marvel/_site/kibana/css/bootstrap.dark.less @@ -135,6 +152,7 @@ lib/elasticsearch/plugins/marvel/_site/k lib/elasticsearch/plugins/marvel/_site/kibana/css/font-awesome.min.css lib/elasticsearch/plugins/marvel/_site/kibana/css/normalize.min.css lib/elasticsearch/plugins/marvel/_site/kibana/css/timepicker.css +lib/elasticsearch/plugins/marvel/_site/kibana/favicon.ico lib/elasticsearch/plugins/marvel/_site/kibana/font/FontAwesome.otf lib/elasticsearch/plugins/marvel/_site/kibana/font/fontawesome-webfont.eot lib/elasticsearch/plugins/marvel/_site/kibana/font/fontawesome-webfont.svg @@ -149,8 +167,8 @@ lib/elasticsearch/plugins/marvel/_site/k lib/elasticsearch/plugins/marvel/_site/kibana/img/load.gif lib/elasticsearch/plugins/marvel/_site/kibana/img/load_big.gif lib/elasticsearch/plugins/marvel/_site/kibana/img/small.png +lib/elasticsearch/plugins/marvel/_site/kibana/index.html lib/elasticsearch/plugins/marvel/_site/kibana/vendor/LICENSE.json -lib/elasticsearch/plugins/marvel/_site/kibana/vendor/timezone.js lib/elasticsearch/plugins/marvel/_site/kibana/vendor/bootstrap/less/tests/buttons.html lib/elasticsearch/plugins/marvel/_site/kibana/vendor/bootstrap/less/tests/css-tests.css lib/elasticsearch/plugins/marvel/_site/kibana/vendor/bootstrap/less/tests/css-tests.html @@ -162,17 +180,14 @@ lib/elasticsearch/plugins/marvel/_site/k lib/elasticsearch/plugins/marvel/_site/kibana/vendor/require/css-build.js lib/elasticsearch/plugins/marvel/_site/kibana/vendor/require/require.js lib/elasticsearch/plugins/marvel/_site/kibana/vendor/require/tmpl.js +lib/elasticsearch/plugins/marvel/_site/kibana/vendor/timezone.js lib/elasticsearch/plugins/marvel/_site/sense/README.md -lib/elasticsearch/plugins/marvel/_site/sense/build.txt -lib/elasticsearch/plugins/marvel/_site/sense/favicon.ico -lib/elasticsearch/plugins/marvel/_site/sense/index.html lib/elasticsearch/plugins/marvel/_site/sense/app/app.js -lib/elasticsearch/plugins/marvel/_site/sense/app/require.config.js -lib/elasticsearch/plugins/marvel/_site/sense/app/welcome_popup.js +lib/elasticsearch/plugins/marvel/_site/sense/app/autocomplete/json_rule_walker.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90.js -lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/aliases.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/cluster.js +lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/count.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/document.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/facets.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/filter.js @@ -180,15 +195,18 @@ lib/elasticsearch/plugins/marvel/_site/s lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/indices.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/mappings.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/misc.js +lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/nodes.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/query.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/search.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/settings.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/templates.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_0_90/warmers.js +lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/aggregations.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/aliases.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/cat.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/cluster.js +lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/count.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/document.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/facets.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/filter.js @@ -197,16 +215,22 @@ lib/elasticsearch/plugins/marvel/_site/s lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/mappings.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/misc.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/nodes.js +lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/percolator.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/query.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/search.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/settings.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/snapshot_restore.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/templates.js lib/elasticsearch/plugins/marvel/_site/sense/app/kb/api_1_0/warmers.js +lib/elasticsearch/plugins/marvel/_site/sense/app/require.config.js lib/elasticsearch/plugins/marvel/_site/sense/app/sense_editor/mode/worker.js +lib/elasticsearch/plugins/marvel/_site/sense/app/welcome_popup.js +lib/elasticsearch/plugins/marvel/_site/sense/build.txt lib/elasticsearch/plugins/marvel/_site/sense/css/sense.css lib/elasticsearch/plugins/marvel/_site/sense/css/sense.dark.css lib/elasticsearch/plugins/marvel/_site/sense/css/sense.light.css +lib/elasticsearch/plugins/marvel/_site/sense/favicon.ico +lib/elasticsearch/plugins/marvel/_site/sense/index.html lib/elasticsearch/plugins/marvel/_site/sense/vendor/ace/ace.js lib/elasticsearch/plugins/marvel/_site/sense/vendor/ace/mode-yaml.js lib/elasticsearch/plugins/marvel/_site/sense/vendor/ace/worker-json.js @@ -223,9 +247,10 @@ lib/elasticsearch/plugins/marvel/_site/s lib/elasticsearch/plugins/marvel/_site/sense/vendor/font-awesome/fonts/fontawesome-webfont.woff lib/elasticsearch/plugins/marvel/_site/sense/vendor/jquery/jquery-ui-1.9.2.custom.min.css lib/elasticsearch/plugins/marvel/_site/sense/vendor/require/almond.js -lib/elasticsearch/plugins/marvel/_site/sense/vendor/require/require.js lib/elasticsearch/plugins/marvel/_site/sense/vendor/require/css/LICENSE lib/elasticsearch/plugins/marvel/_site/sense/vendor/require/css/README.md lib/elasticsearch/plugins/marvel/_site/sense/vendor/require/css/css-builder.js lib/elasticsearch/plugins/marvel/_site/sense/vendor/require/css/css.min.js +lib/elasticsearch/plugins/marvel/_site/sense/vendor/require/require.js lib/elasticsearch/plugins/marvel/_site/sense/vendor/zero_clipboard/zero_clipboard.swf +lib/elasticsearch/plugins/marvel/marvel-%%VERSION%%.jar From owner-svn-ports-all@freebsd.org Fri Jul 24 16:23:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72B719A967D; Fri, 24 Jul 2015 16:23:50 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "valentine.liquidneon.com", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54A3515F6; Fri, 24 Jul 2015 16:23:50 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id E4F4A8FFDD; Fri, 24 Jul 2015 10:23:12 -0600 (MDT) Date: Fri, 24 Jul 2015 10:23:12 -0600 From: Brad Davis To: Palle Girgensohn Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r392739 - branches/2015Q2/security/vuxml Message-ID: <20150724162312.GO94853@valentine.liquidneon.com> References: <201507231624.t6NGOPAZ039747@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201507231624.t6NGOPAZ039747@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 16:23:50 -0000 On Thu, Jul 23, 2015 at 04:24:25PM +0000, Palle Girgensohn wrote: > Author: girgen > Date: Thu Jul 23 16:24:25 2015 > New Revision: 392739 > URL: https://svnweb.freebsd.org/changeset/ports/392739 > > Log: > Shibboleth SP software crashes on well-formed but invalid XML. > > The Service Provider software contains a code path with an uncaught > exception that can be triggered by an unauthenticated attacker by > supplying well-formed but schema-invalid XML in the form of SAML > metadata or SAML protocol messages. The result is a crash and so > causes a denial of service. > > You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or later. > The easiest way to do so is to update the whole chain including > shibboleth-2.5.5 an opensaml2.5.5. > > URL: http://shibboleth.net/community/advisories/secadv_20150721.txt > Security: CVE-2015-2684 > Approved by: ports-secteam > > Modified: > branches/2015Q2/security/vuxml/vuln.xml Shouldn't this have gone into HEAD? I thought vuln.xml was only used in head, not from the branches. Regards, Brad Davis From owner-svn-ports-all@freebsd.org Fri Jul 24 16:54:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C87F9A9C40 for ; Fri, 24 Jul 2015 16:54:07 +0000 (UTC) (envelope-from feld@feld.me) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1873151C for ; Fri, 24 Jul 2015 16:54:06 +0000 (UTC) (envelope-from feld@feld.me) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id A35FF20776 for ; Fri, 24 Jul 2015 12:54:04 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Fri, 24 Jul 2015 12:54:04 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=/36z0quV+egPeCZGVUjQxTMD5VM=; b=FOT6vB YLITJjou5qS3DmnpuirCxSRkZb6Ps/h6wmPV1GhAI8hREFgvjJVy6lJHI/XemRW5 IG0kdkDDfpcrAbrSNlmi8FU4y/revx6kXz6ekacWEDOKD8m9bSKRB78kOx6M/hbU l/0cl/F4YKWt+6r/44MlRHSm6BC1rRkW43Gjc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=/36z0quV+egPeCZ GVUjQxTMD5VM=; b=WNfpU+HWQQMchpgAPgr/Wur4lPjd5b0e/vlX0+bTj/Eufjg sPrPPOagP69xhsKjUx+7tPX61vqIi11OCifgbh21B9BY67rDb2zCtwCrof1ngFwa nbgdWAzgK2hlqauLu/tY0N1rL7/dNI8tQgJg0+0w7cVd1EQPMNwB1jgGQZIU= Received: by web3.nyi.internal (Postfix, from userid 99) id 725A010D078; Fri, 24 Jul 2015 12:54:04 -0400 (EDT) Message-Id: <1437756844.2148972.332341833.7702303E@webmail.messagingengine.com> X-Sasl-Enc: YaArTkSVOU3hEgJqPKTqVz7+cwDixdpVTpIi6yPOPcqg 1437756844 From: Mark Felder To: Brad Davis , Palle Girgensohn Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-63a5d8c6 Subject: Re: svn commit: r392739 - branches/2015Q2/security/vuxml Date: Fri, 24 Jul 2015 11:54:04 -0500 In-Reply-To: <20150724162312.GO94853@valentine.liquidneon.com> References: <201507231624.t6NGOPAZ039747@repo.freebsd.org> <20150724162312.GO94853@valentine.liquidneon.com> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 16:54:07 -0000 On Fri, Jul 24, 2015, at 11:23, Brad Davis wrote: > On Thu, Jul 23, 2015 at 04:24:25PM +0000, Palle Girgensohn wrote: > > Author: girgen > > Date: Thu Jul 23 16:24:25 2015 > > New Revision: 392739 > > URL: https://svnweb.freebsd.org/changeset/ports/392739 > > > > Log: > > Shibboleth SP software crashes on well-formed but invalid XML. > > > > The Service Provider software contains a code path with an uncaught > > exception that can be triggered by an unauthenticated attacker by > > supplying well-formed but schema-invalid XML in the form of SAML > > metadata or SAML protocol messages. The result is a crash and so > > causes a denial of service. > > > > You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or later. > > The easiest way to do so is to update the whole chain including > > shibboleth-2.5.5 an opensaml2.5.5. > > > > URL: http://shibboleth.net/community/advisories/secadv_20150721.txt > > Security: CVE-2015-2684 > > Approved by: ports-secteam > > > > Modified: > > branches/2015Q2/security/vuxml/vuln.xml > > Shouldn't this have gone into HEAD? I thought vuln.xml was only used in > head, not from the branches. > And not even the current branch... That's weird. Can we get old branches locked down a bit further? From owner-svn-ports-all@freebsd.org Fri Jul 24 16:58:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20DEB9A9CDB; Fri, 24 Jul 2015 16:58:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBE81192C; Fri, 24 Jul 2015 16:58:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OGwHmF000781; Fri, 24 Jul 2015 16:58:17 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OGwHer000780; Fri, 24 Jul 2015 16:58:17 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507241658.t6OGwHer000780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 24 Jul 2015 16:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392829 - 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.20 Precedence: 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, 24 Jul 2015 16:58:18 -0000 Author: feld Date: Fri Jul 24 16:58:16 2015 New Revision: 392829 URL: https://svnweb.freebsd.org/changeset/ports/392829 Log: Document shibboleth DoS Security: CVE-2015-2684 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 24 15:27:14 2015 (r392828) +++ head/security/vuxml/vuln.xml Fri Jul 24 16:58:16 2015 (r392829) @@ -58,6 +58,54 @@ Notes: --> + + shibboleth-sp -- DoS vulnerability + + + xmltooling + 1.5.5 + + + opensaml2 + 2.5.5 + + + shibboleth-sp + 2.5.5 + + + + +

Shibboleth consortium reports:

+
+

+ Shibboleth SP software crashes on well-formed but invalid XML. +

+

+ The Service Provider software contains a code path with an uncaught + exception that can be triggered by an unauthenticated attacker by + supplying well-formed but schema-invalid XML in the form of SAML + metadata or SAML protocol messages. The result is a crash and so + causes a denial of service. +

+

+ You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or + later. The easiest way to do so is to update the whole chain including + shibboleth-2.5.5 an opensaml2.5.5. +

+
+ +
+ + http://shibboleth.net/community/advisories/secadv_20150721.txt + CVE-2015-2684 + + + 2015-07-21 + 2015-07-23 + +
+ wordpress -- XSS vulnerability From owner-svn-ports-all@freebsd.org Fri Jul 24 17:01:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 056F29A9E4B; Fri, 24 Jul 2015 17:01:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA6E61DB1; Fri, 24 Jul 2015 17:01:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OH1wE6004616; Fri, 24 Jul 2015 17:01:58 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OH1w06004615; Fri, 24 Jul 2015 17:01:58 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201507241701.t6OH1w06004615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 24 Jul 2015 17:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392830 - 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.20 Precedence: 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, 24 Jul 2015 17:01:59 -0000 Author: bdrewery Date: Fri Jul 24 17:01:58 2015 New Revision: 392830 URL: https://svnweb.freebsd.org/changeset/ports/392830 Log: Use new USES=libedit Modified: head/security/openssh-portable/Makefile Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Fri Jul 24 16:58:16 2015 (r392829) +++ head/security/openssh-portable/Makefile Fri Jul 24 17:01:58 2015 (r392830) @@ -77,6 +77,7 @@ PAM_CONFIGURE_WITH= pam TCP_WRAPPERS_CONFIGURE_WITH= tcp-wrappers LIBEDIT_CONFIGURE_WITH= libedit +LIBEDIT_USES= libedit BSM_CONFIGURE_ON= --with-audit=bsm ETCDIR?= ${PREFIX}/etc/ssh From owner-svn-ports-all@freebsd.org Fri Jul 24 17:09:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD8359A9F77 for ; Fri, 24 Jul 2015 17:09:52 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com [209.85.218.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CB0A1067 for ; Fri, 24 Jul 2015 17:09:51 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by oigd21 with SMTP id d21so22262625oig.1 for ; Fri, 24 Jul 2015 10:09:50 -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=2ZNuH8dW0uA9snsi70VwFNHhsvXvZzE4rpD5HnFBqjY=; b=kmrzHvN5SDgOYs9LGh/78UUPjjIn+x9q9b3Jmpk4ZvWvgljW8G6+pOj94ojrhdzoUv KyrTEbwOkz5+Qy+PSMTNbUQgirwSGMT/FApqiR3S0ZHLFixbWvHvL5R2qm85XKu4Xjv3 P7K/tI7102x5Nl9zdQwk/09KCnYeKRuYsXCCQHiUr95BW0GtaJuttcsvQMF3mIjLuhPd fBmFQsEAcLfgHjcKyvRd24Ot/dPiJ2FDrhjqj1hj3r/FOPsIW90gXK6LPNDmhH88rsfy ZlyuMgN/yl1xx5SeDJIe7FHnEzc2MVYwCFDv0+t+3i9PSl8ZK3MHh73bdIEY5n7oTPAC CVIw== X-Gm-Message-State: ALoCoQms68vUxVbSHHCU4aJ3xN9Y4XZ1jdetfCsfojRjHi+xLRlkR7oRroJ08httcCgFP+oBoX95 X-Received: by 10.202.56.9 with SMTP id f9mr15622314oia.126.1437757790572; Fri, 24 Jul 2015 10:09:50 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.73.68 with HTTP; Fri, 24 Jul 2015 10:09:11 -0700 (PDT) In-Reply-To: <201507241701.t6OH1w06004615@repo.freebsd.org> References: <201507241701.t6OH1w06004615@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 01:09:11 +0800 X-Google-Sender-Auth: CZIeNHl2753WndKhMViT7rbkhjQ Message-ID: Subject: Re: svn commit: r392830 - head/security/openssh-portable To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 17:09:52 -0000 On Sat, Jul 25, 2015 at 1:01 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Fri Jul 24 17:01:58 2015 > New Revision: 392830 > URL: https://svnweb.freebsd.org/changeset/ports/392830 > > Log: > Use new USES=libedit > > Modified: > head/security/openssh-portable/Makefile > > Modified: head/security/openssh-portable/Makefile > > ============================================================================== > --- head/security/openssh-portable/Makefile Fri Jul 24 16:58:16 2015 > (r392829) > +++ head/security/openssh-portable/Makefile Fri Jul 24 17:01:58 2015 > (r392830) > @@ -77,6 +77,7 @@ PAM_CONFIGURE_WITH= pam > TCP_WRAPPERS_CONFIGURE_WITH= tcp-wrappers > > LIBEDIT_CONFIGURE_WITH= libedit > +LIBEDIT_USES= libedit > BSM_CONFIGURE_ON= --with-audit=bsm > > ETCDIR?= ${PREFIX}/etc/ssh > _______________________________________________ > 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" > Hi, Please bump PORTREVISION for dependency change as LIBEDIT is on by default. Regards, sunpoet From owner-svn-ports-all@freebsd.org Fri Jul 24 17:10:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76F6F9A9FC8; Fri, 24 Jul 2015 17:10:13 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DB25118A; Fri, 24 Jul 2015 17:10:13 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OHAD6p007122; Fri, 24 Jul 2015 17:10:13 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OHACg2007116; Fri, 24 Jul 2015 17:10:12 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507241710.t6OHACg2007116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 24 Jul 2015 17:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392831 - head/games/stendhal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 17:10:13 -0000 Author: robak Date: Fri Jul 24 17:10:11 2015 New Revision: 392831 URL: https://svnweb.freebsd.org/changeset/ports/392831 Log: games/stendhal: update 1.16 -> 1.17 - Add new options PR: 201701 Submitted by: Jordan Irwin (maintainer) Modified: head/games/stendhal/Makefile head/games/stendhal/distinfo head/games/stendhal/pkg-plist Modified: head/games/stendhal/Makefile ============================================================================== --- head/games/stendhal/Makefile Fri Jul 24 17:01:58 2015 (r392830) +++ head/games/stendhal/Makefile Fri Jul 24 17:10:11 2015 (r392831) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stendhal -PORTVERSION= 1.16 +PORTVERSION= 1.17 DISTVERSIONSUFFIX= -src CATEGORIES= games java MASTER_SITES= SF/arianne/${PORTNAME}/${PORTVERSION}/ @@ -21,7 +21,7 @@ USE_ANT= yes USES= shebangfix OPTIONS_MULTI= COMPONENTS -OPTIONS_MULTI_COMPONENTS= \ +OPTIONS_MULTI_COMPONENTS= \ CLIENT SERVER OPTIONS_DEFAULT= CLIENT Modified: head/games/stendhal/distinfo ============================================================================== --- head/games/stendhal/distinfo Fri Jul 24 17:01:58 2015 (r392830) +++ head/games/stendhal/distinfo Fri Jul 24 17:10:11 2015 (r392831) @@ -1,2 +1,2 @@ -SHA256 (stendhal-1.16-src.tar.gz) = 1d2702f4074a356926e2c4fe07f4d620192663e469f5c42e366815e4efac1f8a -SIZE (stendhal-1.16-src.tar.gz) = 67320865 +SHA256 (stendhal-1.17-src.tar.gz) = 7ca020f71a55d27deea1f26c02733316e8c6900fb21445e7815776e109e6e10e +SIZE (stendhal-1.17-src.tar.gz) = 105292169 Modified: head/games/stendhal/pkg-plist ============================================================================== --- head/games/stendhal/pkg-plist Fri Jul 24 17:01:58 2015 (r392830) +++ head/games/stendhal/pkg-plist Fri Jul 24 17:10:11 2015 (r392831) @@ -8,6 +8,7 @@ share/stendhal/doc/LICENSE-images.txt share/stendhal/doc/Licenses/BSD.txt share/stendhal/doc/Licenses/CC0-1.0.txt share/stendhal/doc/Licenses/CC-BY-3.0.txt +share/stendhal/doc/Licenses/GPL-3.0.txt share/stendhal/doc/Licenses/MIT.txt share/stendhal/lib/EasyMockLicense.html share/stendhal/lib/license-apache-2.0.txt @@ -21,7 +22,6 @@ share/stendhal/lib/marauroa.jar share/stendhal/lib/LICENSES.txt share/stendhal/lib/NOTICE.txt @dir share/stendhal/log - %%CLIENT%%bin/stendhal %%CLIENT%%man/man1/stendhal.1.gz %%CLIENT%%share/pixmaps/stendhal.png @@ -33,7 +33,6 @@ share/stendhal/lib/NOTICE.txt %%CLIENT%%share/stendhal/lib/stendhal-music-data.jar %%CLIENT%%share/stendhal/lib/stendhal-sound-data.jar %%CLIENT%%share/stendhal/lib/stendhal.jar - %%SERVER%%bin/stendhal-server %%SERVER%%man/man1/stendhal-server.1.gz %%SERVER%%share/stendhal/data/conf/admins.txt From owner-svn-ports-all@freebsd.org Fri Jul 24 17:12:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63D109AA0A4; Fri, 24 Jul 2015 17:12:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 45A4215CA; Fri, 24 Jul 2015 17:12:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 2AA1A19D5; Fri, 24 Jul 2015 17:12:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id A6072D626; Fri, 24 Jul 2015 17:12:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id ffAmP-II1cvA; Fri, 24 Jul 2015 17:12:48 +0000 (UTC) Subject: Re: svn commit: r392830 - head/security/openssh-portable DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 6576AD620 To: Sunpoet Po-Chuan Hsieh References: <201507241701.t6OH1w06004615@repo.freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <55B2720C.5030700@FreeBSD.org> Date: Fri, 24 Jul 2015 10:12:44 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 17:12:56 -0000 On 7/24/15 10:09 AM, Sunpoet Po-Chuan Hsieh wrote: > On Sat, Jul 25, 2015 at 1:01 AM, Bryan Drewery > wrote: > > Author: bdrewery > Date: Fri Jul 24 17:01:58 2015 > New Revision: 392830 > URL: https://svnweb.freebsd.org/changeset/ports/392830 > > Log: > Use new USES=libedit > > Modified: > head/security/openssh-portable/Makefile > > Modified: head/security/openssh-portable/Makefile > ============================================================================== > --- head/security/openssh-portable/Makefile Fri Jul 24 16:58:16 > 2015 (r392829) > +++ head/security/openssh-portable/Makefile Fri Jul 24 17:01:58 > 2015 (r392830) > @@ -77,6 +77,7 @@ PAM_CONFIGURE_WITH= pam > TCP_WRAPPERS_CONFIGURE_WITH= tcp-wrappers > > LIBEDIT_CONFIGURE_WITH= libedit > +LIBEDIT_USES= libedit > BSM_CONFIGURE_ON= --with-audit=bsm > > ETCDIR?= ${PREFIX}/etc/ssh > _______________________________________________ > 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 > " > > > Hi, > > Please bump PORTREVISION for dependency change as LIBEDIT is on by default. Yes I am aware. I am updating the full version anyhow. -- Regards, Bryan Drewery From owner-svn-ports-all@freebsd.org Fri Jul 24 17:13:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A92B9AA0CB; Fri, 24 Jul 2015 17:13:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 47B5616A5; Fri, 24 Jul 2015 17:13:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 40D601AAE; Fri, 24 Jul 2015 17:13:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 0FE35D63B; Fri, 24 Jul 2015 17:13:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id QL1cxDc5JALV; Fri, 24 Jul 2015 17:13:17 +0000 (UTC) Subject: Re: svn commit: r392818 - head/Mk/Scripts DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 31A26D632 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201507241105.t6OB5sfH046007@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <55B2722C.40406@FreeBSD.org> Date: Fri, 24 Jul 2015 10:13:16 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <201507241105.t6OB5sfH046007@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 17:13:20 -0000 On 7/24/15 4:05 AM, Mathieu Arnold wrote: > Author: mat > Date: Fri Jul 24 11:05:53 2015 > New Revision: 392818 > URL: https://svnweb.freebsd.org/changeset/ports/392818 > > Log: > [Forced commit to explain the previous commit] God I wish these were blocked. -- Regards, Bryan Drewery From owner-svn-ports-all@freebsd.org Fri Jul 24 17:17:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 392839AA109; Fri, 24 Jul 2015 17:17:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 10A78191F; Fri, 24 Jul 2015 17:17:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id F084D1BBD; Fri, 24 Jul 2015 17:17:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id B3AA5D653; Fri, 24 Jul 2015 17:17:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id CxcBoRvkUyvY; Fri, 24 Jul 2015 17:17:45 +0000 (UTC) Subject: Re: svn commit: r392830 - head/security/openssh-portable DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 89F9FD64C To: Sunpoet Po-Chuan Hsieh References: <201507241701.t6OH1w06004615@repo.freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <55B27337.4090906@FreeBSD.org> Date: Fri, 24 Jul 2015 10:17:43 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 17:17:48 -0000 On 7/24/15 10:09 AM, Sunpoet Po-Chuan Hsieh wrote: > On Sat, Jul 25, 2015 at 1:01 AM, Bryan Drewery > wrote: > > Author: bdrewery > Date: Fri Jul 24 17:01:58 2015 > New Revision: 392830 > URL: https://svnweb.freebsd.org/changeset/ports/392830 > > Log: > Use new USES=libedit > > Modified: > head/security/openssh-portable/Makefile > > Modified: head/security/openssh-portable/Makefile > ============================================================================== > --- head/security/openssh-portable/Makefile Fri Jul 24 16:58:16 > 2015 (r392829) > +++ head/security/openssh-portable/Makefile Fri Jul 24 17:01:58 > 2015 (r392830) > @@ -77,6 +77,7 @@ PAM_CONFIGURE_WITH= pam > TCP_WRAPPERS_CONFIGURE_WITH= tcp-wrappers > > LIBEDIT_CONFIGURE_WITH= libedit > +LIBEDIT_USES= libedit > BSM_CONFIGURE_ON= --with-audit=bsm > > ETCDIR?= ${PREFIX}/etc/ssh > _______________________________________________ > 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 > " > > > Hi, > > Please bump PORTREVISION for dependency change as LIBEDIT is on by default. Also "by default" has no merit. Any change of the package, regardless of defaults, should get a rebuild. -- Regards, Bryan Drewery From owner-svn-ports-all@freebsd.org Fri Jul 24 17:28:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD0BC9AA288; Fri, 24 Jul 2015 17:28:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD8521D28; Fri, 24 Jul 2015 17:28:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OHSSix016665; Fri, 24 Jul 2015 17:28:28 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OHSSTB016664; Fri, 24 Jul 2015 17:28:28 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507241728.t6OHSSTB016664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 24 Jul 2015 17:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392832 - head/korean/nanumfonts-otf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 17:28:28 -0000 Author: jkim Date: Fri Jul 24 17:28:27 2015 New Revision: 392832 URL: https://svnweb.freebsd.org/changeset/ports/392832 Log: Fix build with fmake. Modified: head/korean/nanumfonts-otf/Makefile Modified: head/korean/nanumfonts-otf/Makefile ============================================================================== --- head/korean/nanumfonts-otf/Makefile Fri Jul 24 17:10:11 2015 (r392831) +++ head/korean/nanumfonts-otf/Makefile Fri Jul 24 17:28:27 2015 (r392832) @@ -54,14 +54,14 @@ FONTLIST= NanumBarunGothic \ NanumMyeongjoEcoExtraBold \ NanumMyeongjoExtraBold \ NanumPen -FONTFILES= ${FONTLIST:S/$/.${FONTTYPE}/} +FONTFILES= ${FONTLIST:S|$|.${FONTTYPE}|} PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|} do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} .for f in ${FONTFILES} - ${INSTALL_DATA} ${f:S|^|${WRKDIR}/|} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKDIR}/${f} ${STAGEDIR}${FONTSDIR} .endfor .include From owner-svn-ports-all@freebsd.org Fri Jul 24 18:07:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D51A49AA987; Fri, 24 Jul 2015 18:07:09 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5E8212C8; Fri, 24 Jul 2015 18:07:09 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OI79dj037337; Fri, 24 Jul 2015 18:07:09 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OI79pt037336; Fri, 24 Jul 2015 18:07:09 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201507241807.t6OI79pt037336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 24 Jul 2015 18:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392833 - head/audio/aubio/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.20 Precedence: 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, 24 Jul 2015 18:07:09 -0000 Author: danfe Date: Fri Jul 24 18:07:08 2015 New Revision: 392833 URL: https://svnweb.freebsd.org/changeset/ports/392833 Log: Fix the build with the DOXYGEN option enabled (do not bump port revision as this option is not enabled by default). PR: 200556 (audit trail) Modified: head/audio/aubio/files/patch-wscript Modified: head/audio/aubio/files/patch-wscript ============================================================================== --- head/audio/aubio/files/patch-wscript Fri Jul 24 17:28:27 2015 (r392832) +++ head/audio/aubio/files/patch-wscript Fri Jul 24 18:07:08 2015 (r392833) @@ -25,7 +25,7 @@ # build documentation from source files using doxygen - if bld.env['DOXYGEN']: -+ if bld.env['DOXYGEN'] and not ctx.options.disable_doxygen: ++ if bld.env['DOXYGEN'] and not bld.options.disable_doxygen: bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null', source = 'doc/web.cfg', cwd = 'doc') From owner-svn-ports-all@freebsd.org Fri Jul 24 18:14:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4060C9AABB7; Fri, 24 Jul 2015 18:14:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 185B81B76; Fri, 24 Jul 2015 18:14:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OIEJfa042256; Fri, 24 Jul 2015 18:14:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OIEJwt042251; Fri, 24 Jul 2015 18:14:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507241814.t6OIEJwt042251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 18:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392834 - head/devel/p5-B-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.20 Precedence: 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, 24 Jul 2015 18:14:20 -0000 Author: sunpoet Date: Fri Jul 24 18:14:18 2015 New Revision: 392834 URL: https://svnweb.freebsd.org/changeset/ports/392834 Log: - Update to 0.26 - Remove MASTER_SITE_SUBDIR - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/B-Utils/Changes Modified: head/devel/p5-B-Utils/Makefile head/devel/p5-B-Utils/distinfo head/devel/p5-B-Utils/pkg-plist Modified: head/devel/p5-B-Utils/Makefile ============================================================================== --- head/devel/p5-B-Utils/Makefile Fri Jul 24 18:07:08 2015 (r392833) +++ head/devel/p5-B-Utils/Makefile Fri Jul 24 18:14:18 2015 (r392834) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= B-Utils -PORTVERSION= 0.25 -PORTREVISION= 1 +PORTVERSION= 0.26 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:JJORE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -20,4 +18,7 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0.30 USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Utils/Utils.so + .include Modified: head/devel/p5-B-Utils/distinfo ============================================================================== --- head/devel/p5-B-Utils/distinfo Fri Jul 24 18:07:08 2015 (r392833) +++ head/devel/p5-B-Utils/distinfo Fri Jul 24 18:14:18 2015 (r392834) @@ -1,2 +1,2 @@ -SHA256 (B-Utils-0.25.tar.gz) = 54deebf64b149f3f0322f23bcb33d4ad4a6c7ac640357b0237840a5828ff59f8 -SIZE (B-Utils-0.25.tar.gz) = 73184 +SHA256 (B-Utils-0.26.tar.gz) = 15f9143bb86893813f5acdbe01deb84bafd45e725b536e15984fefc9f64c97e0 +SIZE (B-Utils-0.26.tar.gz) = 73325 Modified: head/devel/p5-B-Utils/pkg-plist ============================================================================== --- head/devel/p5-B-Utils/pkg-plist Fri Jul 24 18:07:08 2015 (r392833) +++ head/devel/p5-B-Utils/pkg-plist Fri Jul 24 18:14:18 2015 (r392834) @@ -1,8 +1,8 @@ -%%PERL5_MAN3%%/B::Utils.3.gz -%%PERL5_MAN3%%/B::Utils::OP.3.gz %%SITE_ARCH%%/B/Utils.pm %%SITE_ARCH%%/B/Utils/Install/BUtils.h %%SITE_ARCH%%/B/Utils/Install/Files.pm %%SITE_ARCH%%/B/Utils/Install/typemap %%SITE_ARCH%%/B/Utils/OP.pm %%SITE_ARCH%%/auto/B/Utils/Utils.so +%%PERL5_MAN3%%/B::Utils.3.gz +%%PERL5_MAN3%%/B::Utils::OP.3.gz From owner-svn-ports-all@freebsd.org Fri Jul 24 18:14:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFE049AABC9; Fri, 24 Jul 2015 18:14:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0A561B88; Fri, 24 Jul 2015 18:14:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OIEPl7042383; Fri, 24 Jul 2015 18:14:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OIEPbh042381; Fri, 24 Jul 2015 18:14:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507241814.t6OIEPbh042381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 18:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392835 - head/devel/p5-Moo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 18:14:25 -0000 Author: sunpoet Date: Fri Jul 24 18:14:24 2015 New Revision: 392835 URL: https://svnweb.freebsd.org/changeset/ports/392835 Log: - Update to 2.000002 Changes: http://search.cpan.org/dist/Moo/Changes Modified: head/devel/p5-Moo/Makefile head/devel/p5-Moo/distinfo Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Fri Jul 24 18:14:18 2015 (r392834) +++ head/devel/p5-Moo/Makefile Fri Jul 24 18:14:24 2015 (r392835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moo -PORTVERSION= 2.000001 +PORTVERSION= 2.000002 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG Modified: head/devel/p5-Moo/distinfo ============================================================================== --- head/devel/p5-Moo/distinfo Fri Jul 24 18:14:18 2015 (r392834) +++ head/devel/p5-Moo/distinfo Fri Jul 24 18:14:24 2015 (r392835) @@ -1,2 +1,2 @@ -SHA256 (Moo-2.000001.tar.gz) = fa90b8806cde698581e25a25c69b08b8ee727bc320437281d43d859586323b4d -SIZE (Moo-2.000001.tar.gz) = 92847 +SHA256 (Moo-2.000002.tar.gz) = fb4bfa751f0dd06bd70f2e06e811f85a640501f263c228a8efafbf6b26691fd4 +SIZE (Moo-2.000002.tar.gz) = 94253 From owner-svn-ports-all@freebsd.org Fri Jul 24 18:14:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF7859AABEA; Fri, 24 Jul 2015 18:14:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFB931C68; Fri, 24 Jul 2015 18:14:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OIEUFU042511; Fri, 24 Jul 2015 18:14:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OIEUKK042508; Fri, 24 Jul 2015 18:14:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507241814.t6OIEUKK042508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 18:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392836 - head/finance/p5-Locale-Currency-Format X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 18:14:31 -0000 Author: sunpoet Date: Fri Jul 24 18:14:29 2015 New Revision: 392836 URL: https://svnweb.freebsd.org/changeset/ports/392836 Log: - Update to 1.33 Modified: head/finance/p5-Locale-Currency-Format/Makefile head/finance/p5-Locale-Currency-Format/distinfo Modified: head/finance/p5-Locale-Currency-Format/Makefile ============================================================================== --- head/finance/p5-Locale-Currency-Format/Makefile Fri Jul 24 18:14:24 2015 (r392835) +++ head/finance/p5-Locale-Currency-Format/Makefile Fri Jul 24 18:14:29 2015 (r392836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Locale-Currency-Format -PORTVERSION= 1.32 +PORTVERSION= 1.33 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/finance/p5-Locale-Currency-Format/distinfo ============================================================================== --- head/finance/p5-Locale-Currency-Format/distinfo Fri Jul 24 18:14:24 2015 (r392835) +++ head/finance/p5-Locale-Currency-Format/distinfo Fri Jul 24 18:14:29 2015 (r392836) @@ -1,2 +1,2 @@ -SHA256 (Locale-Currency-Format-1.32.tar.gz) = 43e766ee5c0bbbc976d75d541b7e3df0c31b92efcca096789b610e5eaf4f4f3b -SIZE (Locale-Currency-Format-1.32.tar.gz) = 10012 +SHA256 (Locale-Currency-Format-1.33.tar.gz) = 11aee778fc8ca055bc7a89574dbd5830ea9b18d9b525333aed2202dc159a8aa2 +SIZE (Locale-Currency-Format-1.33.tar.gz) = 10018 From owner-svn-ports-all@freebsd.org Fri Jul 24 18:14:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE7F69AAC1E; Fri, 24 Jul 2015 18:14:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81CB41DA1; Fri, 24 Jul 2015 18:14:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OIEaAX042668; Fri, 24 Jul 2015 18:14:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OIEZbf042663; Fri, 24 Jul 2015 18:14:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507241814.t6OIEZbf042663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 18:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392837 - in head/sysutils/rubygem-puppet_forge: . 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.20 Precedence: 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, 24 Jul 2015 18:14:36 -0000 Author: sunpoet Date: Fri Jul 24 18:14:34 2015 New Revision: 392837 URL: https://svnweb.freebsd.org/changeset/ports/392837 Log: - Update to 1.0.5 Changes: https://github.com/puppetlabs/forge-ruby/commits/master Added: head/sysutils/rubygem-puppet_forge/files/ head/sysutils/rubygem-puppet_forge/files/patch-gemspec (contents, props changed) Modified: head/sysutils/rubygem-puppet_forge/Makefile head/sysutils/rubygem-puppet_forge/distinfo Modified: head/sysutils/rubygem-puppet_forge/Makefile ============================================================================== --- head/sysutils/rubygem-puppet_forge/Makefile Fri Jul 24 18:14:29 2015 (r392836) +++ head/sysutils/rubygem-puppet_forge/Makefile Fri Jul 24 18:14:34 2015 (r392837) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppet_forge -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Ruby client for the Puppet Forg LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-her>=0.6:${PORTSDIR}/databases/rubygem-her +RUN_DEPENDS= rubygem-her>=0.6.8:${PORTSDIR}/databases/rubygem-her NO_ARCH= yes USE_RUBY= yes Modified: head/sysutils/rubygem-puppet_forge/distinfo ============================================================================== --- head/sysutils/rubygem-puppet_forge/distinfo Fri Jul 24 18:14:29 2015 (r392836) +++ head/sysutils/rubygem-puppet_forge/distinfo Fri Jul 24 18:14:34 2015 (r392837) @@ -1,2 +1,2 @@ -SHA256 (rubygem/puppet_forge-1.0.4.gem) = b64bc3638528b6857044dc4a594b0c9174a57a6d48c82236b14b788646f41ee7 -SIZE (rubygem/puppet_forge-1.0.4.gem) = 760832 +SHA256 (rubygem/puppet_forge-1.0.5.gem) = 9f778a5d9f4ce88f82189e29030d0e65427dfe1cfd5e3f329e3bcc1e35ac0855 +SIZE (rubygem/puppet_forge-1.0.5.gem) = 760832 Added: head/sysutils/rubygem-puppet_forge/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-puppet_forge/files/patch-gemspec Fri Jul 24 18:14:34 2015 (r392837) @@ -0,0 +1,11 @@ +--- puppet_forge.gemspec.orig 2015-07-24 17:26:18 UTC ++++ puppet_forge.gemspec +@@ -22,7 +22,7 @@ Gem::Specification.new do |s| + s.specification_version = 3 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q, ["~> 0.6.8"]) ++ s.add_runtime_dependency(%q, [">= 0.6.8"]) + s.add_development_dependency(%q, ["~> 1.6"]) + s.add_development_dependency(%q, [">= 0"]) + s.add_development_dependency(%q, ["~> 3.0"]) From owner-svn-ports-all@freebsd.org Fri Jul 24 19:42:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D33419AA002; Fri, 24 Jul 2015 19:42:19 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C40F11AD8; Fri, 24 Jul 2015 19:42:19 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OJgJSm090232; Fri, 24 Jul 2015 19:42:19 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OJgJ90090231; Fri, 24 Jul 2015 19:42:19 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507241942.t6OJgJ90090231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 24 Jul 2015 19:42:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392838 - head/print/texlive-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 19:42:19 -0000 Author: hrs Date: Fri Jul 24 19:42:18 2015 New Revision: 392838 URL: https://svnweb.freebsd.org/changeset/ports/392838 Log: Fix a missing dependency. PR: 201857 Modified: head/print/texlive-base/Makefile Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Fri Jul 24 18:14:34 2015 (r392837) +++ head/print/texlive-base/Makefile Fri Jul 24 19:42:18 2015 (r392838) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base @@ -19,6 +19,7 @@ LIB_DEPENDS= libicuio.so:${PORTSDIR}/dev libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ libgd.so:${PORTSDIR}/graphics/gd \ libfreetype.so:${PORTSDIR}/print/freetype2 \ + libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ libttf.so:${PORTSDIR}/print/freetype \ libpng.so:${PORTSDIR}/graphics/png \ libzzip.so:${PORTSDIR}/devel/zziplib \ @@ -61,6 +62,7 @@ CONFIGURE_ARGS= --disable-native-texlive --with-freetype2-includes=${LOCALBASE}/include/freetype2 \ --with-freetype2-libdir=${LOCALBASE}/lib \ --with-system-cairo \ + --with-system-harfbuzz \ --with-system-gd \ --with-system-graphite2 \ --with-system-pixman \ From owner-svn-ports-all@freebsd.org Fri Jul 24 19:43:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DC419AA059; Fri, 24 Jul 2015 19:43:54 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EC231D31; Fri, 24 Jul 2015 19:43:54 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OJhs8X090699; Fri, 24 Jul 2015 19:43:54 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OJhsdu090698; Fri, 24 Jul 2015 19:43:54 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507241943.t6OJhsdu090698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 24 Jul 2015 19:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392839 - head/japanese/kterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 19:43:54 -0000 Author: hrs Date: Fri Jul 24 19:43:53 2015 New Revision: 392839 URL: https://svnweb.freebsd.org/changeset/ports/392839 Log: Fix ${opt}_* variables. PR: 201846 Modified: head/japanese/kterm/Makefile Modified: head/japanese/kterm/Makefile ============================================================================== --- head/japanese/kterm/Makefile Fri Jul 24 19:42:18 2015 (r392838) +++ head/japanese/kterm/Makefile Fri Jul 24 19:43:53 2015 (r392839) @@ -39,24 +39,24 @@ CFLAGS+= -Wno-return-type PORTDOCS= README.kt README.wallpaper.ja dot.termcap OPTIONS_DEFINE= TEKTRONIXEMU VGAFONT -OPTIONS_DEFAULT= DEFAULT +OPTIONS_DEFAULT=DEFAULT OPTIONS_SINGLE= SCROLLBAR OPTIONS_SINGLE_SCROLLBAR= DEFAULT XAW3DLIB NEXTAWLIB OPTIONS_SUB= yes XAW3DLIB_DESC= with Xaw3d scrollbar -LIB_DEPENDS_XAW3DLIB= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d -EXTRA_PATCHES_XAW3DLIB= ${PATCHDIR}/extra-patch-Xaw3d +XAW3DLIB_LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d +XAW3DLIB_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-Xaw3d NEXTAWLIB_DESC= with neXtaw scrollbar -LIB_DEPENDS_NEXTAWLIB= libneXtaw.so:${PORTSDIR}/x11-toolkits/neXtaw -EXTRA_PATCHES_NEXTAWLIB=${PATCHDIR}/extra-patch-neXtaw +NEXTAWLIB_LIB_DEPENDS= libneXtaw.so:${PORTSDIR}/x11-toolkits/neXtaw +NEXTAWLIB_EXTRA_PATCHES=${PATCHDIR}/extra-patch-neXtaw TEKTRONIXEMU_DESC= Tektronix emulation -EXTRA_PATCHES_TEKTRONIXEMU=${PATCHDIR}/extra-patch-Tektronix +TEKTRONIXEMU_EXTRA_PATCHES=${PATCHDIR}/extra-patch-Tektronix VGAFONT_DESC= install VGA font -BUILD_DEPENDS_VGAFONT= \ +VGAFONT_BUILD_DEPENDS= \ ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ ${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ ${LOCALBASE}/bin/bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf From owner-svn-ports-all@freebsd.org Fri Jul 24 20:03:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0D659AA4D1; Fri, 24 Jul 2015 20:03:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D57811B99; Fri, 24 Jul 2015 20:03:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OK3XcH001508; Fri, 24 Jul 2015 20:03:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OK3X4W001507; Fri, 24 Jul 2015 20:03:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507242003.t6OK3X4W001507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 24 Jul 2015 20:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392840 - head/converters/p5-Encode-Locale X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 20:03:34 -0000 Author: amdmi3 Date: Fri Jul 24 20:03:32 2015 New Revision: 392840 URL: https://svnweb.freebsd.org/changeset/ports/392840 Log: - Add NO_ARCH Modified: head/converters/p5-Encode-Locale/Makefile Modified: head/converters/p5-Encode-Locale/Makefile ============================================================================== --- head/converters/p5-Encode-Locale/Makefile Fri Jul 24 19:43:53 2015 (r392839) +++ head/converters/p5-Encode-Locale/Makefile Fri Jul 24 20:03:32 2015 (r392840) @@ -12,5 +12,6 @@ COMMENT= Determine the locale encoding USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Fri Jul 24 20:24:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 597029AA9BE; Fri, 24 Jul 2015 20:24:59 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 475461DC6; Fri, 24 Jul 2015 20:24:59 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OKOx1T012091; Fri, 24 Jul 2015 20:24:59 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OKOwBJ012085; Fri, 24 Jul 2015 20:24:58 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201507242024.t6OKOwBJ012085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 24 Jul 2015 20:24:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392841 - head/lang/gcc5-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.20 Precedence: 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, 24 Jul 2015 20:24:59 -0000 Author: gerald Date: Fri Jul 24 20:24:57 2015 New Revision: 392841 URL: https://svnweb.freebsd.org/changeset/ports/392841 Log: Update to the 20150721 snapshot of GCC 5 (which nominally identifies itself as GCC 5.2.1 now). Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Fri Jul 24 20:03:32 2015 (r392840) +++ head/lang/gcc5-devel/Makefile Fri Jul 24 20:24:57 2015 (r392841) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.1.1.s20150630 +PORTVERSION= 5.2.1.s20150721 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Fri Jul 24 20:03:32 2015 (r392840) +++ head/lang/gcc5-devel/distinfo Fri Jul 24 20:24:57 2015 (r392841) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20150630.tar.bz2) = b20a8b7e05caaf7c688440c76e5344bc728262ec68efc39c774073bf5e69a757 -SIZE (gcc-5-20150630.tar.bz2) = 90743492 +SHA256 (gcc-5-20150721.tar.bz2) = 3441962d0b7e08a2ebdfeeaf0897b94db9d75e61c30b60e673ef47ea9cb8f55b +SIZE (gcc-5-20150721.tar.bz2) = 90969658 From owner-svn-ports-all@freebsd.org Fri Jul 24 20:28:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 161929AAA14; Fri, 24 Jul 2015 20:28:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAC281ED2; Fri, 24 Jul 2015 20:28:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OKSTlV012770; Fri, 24 Jul 2015 20:28:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OKSThP012768; Fri, 24 Jul 2015 20:28:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242028.t6OKSThP012768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 20:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392842 - head/devel/shiboken X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 20:28:30 -0000 Author: antoine Date: Fri Jul 24 20:28:28 2015 New Revision: 392842 URL: https://svnweb.freebsd.org/changeset/ports/392842 Log: Fix packaging after sphinx update Reported by: pkg-fallout Pointy hat: kmoore@ Modified: head/devel/shiboken/Makefile head/devel/shiboken/pkg-plist Modified: head/devel/shiboken/Makefile ============================================================================== --- head/devel/shiboken/Makefile Fri Jul 24 20:24:57 2015 (r392841) +++ head/devel/shiboken/Makefile Fri Jul 24 20:28:28 2015 (r392842) @@ -3,6 +3,7 @@ PORTNAME= shiboken PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://download.qt-project.org/official_releases/pyside/ Modified: head/devel/shiboken/pkg-plist ============================================================================== --- head/devel/shiboken/pkg-plist Fri Jul 24 20:24:57 2015 (r392841) +++ head/devel/shiboken/pkg-plist Fri Jul 24 20:28:28 2015 (r392842) @@ -59,15 +59,16 @@ libdata/pkgconfig/shiboken.pc %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css %%PORTDOCS%%%%DOCSDIR%%/_static/bg_header.png %%PORTDOCS%%%%DOCSDIR%%/_static/bg_topo.jpg +%%PORTDOCS%%%%DOCSDIR%%/_static/classic.css %%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/down.png %%PORTDOCS%%%%DOCSDIR%%/_static/fakebar.png %%PORTDOCS%%%%DOCSDIR%%/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-1.11.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js %%PORTDOCS%%%%DOCSDIR%%/_static/logo_python.jpg %%PORTDOCS%%%%DOCSDIR%%/_static/logo_qt.png @@ -79,6 +80,7 @@ libdata/pkgconfig/shiboken.pc %%PORTDOCS%%%%DOCSDIR%%/_static/relbar_bg.png %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js %%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png From owner-svn-ports-all@freebsd.org Fri Jul 24 20:33:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C14FC9AAB1E; Fri, 24 Jul 2015 20:33:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97E4311ED; Fri, 24 Jul 2015 20:33:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OKXHqb017201; Fri, 24 Jul 2015 20:33:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OKXHDI017197; Fri, 24 Jul 2015 20:33:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242033.t6OKXHDI017197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 20:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392843 - head/www/py-cssselect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 20:33:17 -0000 Author: antoine Date: Fri Jul 24 20:33:16 2015 New Revision: 392843 URL: https://svnweb.freebsd.org/changeset/ports/392843 Log: Fix packaging after sphinx update Reported by: pkg-fallout Pointy hat: kmoore@ Modified: head/www/py-cssselect/Makefile head/www/py-cssselect/pkg-plist Modified: head/www/py-cssselect/Makefile ============================================================================== --- head/www/py-cssselect/Makefile Fri Jul 24 20:28:28 2015 (r392842) +++ head/www/py-cssselect/Makefile Fri Jul 24 20:33:16 2015 (r392843) @@ -3,7 +3,7 @@ PORTNAME= cssselect PORTVERSION= 0.9.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-cssselect/pkg-plist ============================================================================== --- head/www/py-cssselect/pkg-plist Fri Jul 24 20:28:28 2015 (r392842) +++ head/www/py-cssselect/pkg-plist Fri Jul 24 20:33:16 2015 (r392843) @@ -1,20 +1,21 @@ %%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt %%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif +%%PORTDOCS%%%%DOCSDIR%%/_static/alabaster.css %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css %%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/down.png %%PORTDOCS%%%%DOCSDIR%%/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-1.11.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js %%PORTDOCS%%%%DOCSDIR%%/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png From owner-svn-ports-all@freebsd.org Fri Jul 24 20:40:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FB2C9AAC7A; Fri, 24 Jul 2015 20:40:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F5F1149B; Fri, 24 Jul 2015 20:40:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OKeU0T019021; Fri, 24 Jul 2015 20:40:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OKeUJc019017; Fri, 24 Jul 2015 20:40:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242040.t6OKeUJc019017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 20:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392844 - head/devel/py-pathtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 20:40:31 -0000 Author: antoine Date: Fri Jul 24 20:40:29 2015 New Revision: 392844 URL: https://svnweb.freebsd.org/changeset/ports/392844 Log: Fix packaging after sphinx update Reported by: pkg-fallout Modified: head/devel/py-pathtools/Makefile head/devel/py-pathtools/pkg-plist Modified: head/devel/py-pathtools/Makefile ============================================================================== --- head/devel/py-pathtools/Makefile Fri Jul 24 20:33:16 2015 (r392843) +++ head/devel/py-pathtools/Makefile Fri Jul 24 20:40:29 2015 (r392844) @@ -2,7 +2,7 @@ PORTNAME= pathtools PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pathtools/pkg-plist ============================================================================== --- head/devel/py-pathtools/pkg-plist Fri Jul 24 20:33:16 2015 (r392843) +++ head/devel/py-pathtools/pkg-plist Fri Jul 24 20:40:29 2015 (r392844) @@ -3,12 +3,14 @@ %%PORTDOCS%%%%DOCSDIR%%/_modules/pathtools/patterns.html %%PORTDOCS%%%%DOCSDIR%%/_sources/api.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt +%%PORTDOCS%%%%DOCSDIR%%/_static/classic.css +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-1.11.1.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css %%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/down.png From owner-svn-ports-all@freebsd.org Fri Jul 24 20:48:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5826C9AAD15; Fri, 24 Jul 2015 20:48:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48C2E19CE; Fri, 24 Jul 2015 20:48:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OKm3vf023219; Fri, 24 Jul 2015 20:48:03 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OKm2pF023216; Fri, 24 Jul 2015 20:48:02 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507242048.t6OKm2pF023216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 24 Jul 2015 20:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392845 - in head: Mk print/texlive-texmf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 20:48:03 -0000 Author: hrs Date: Fri Jul 24 20:48:02 2015 New Revision: 392845 URL: https://svnweb.freebsd.org/changeset/ports/392845 Log: - Allow comma-separated multiple arguments in USE_TEX like "foo:arg1,arg2". - Add EXTRACT_DEPENDS to texlive-texmf. Modified: head/Mk/bsd.tex.mk head/print/texlive-texmf/Makefile Modified: head/Mk/bsd.tex.mk ============================================================================== --- head/Mk/bsd.tex.mk Fri Jul 24 20:40:29 2015 (r392844) +++ head/Mk/bsd.tex.mk Fri Jul 24 20:48:02 2015 (r392845) @@ -166,7 +166,7 @@ _VOP:= ${_U:C/^[^<>=]*//:C/\:.*$//} . if empty(_U:M*\:*) _C:= BUILD RUN . else -_C:= ${_U:C/.*://} +_C:= ${_U:C/.*://:S/,/ /g} . endif . for _CC in ${_C:tu} _V:=${_UU:C/[<>=][^\:]*//:C/\:.*$//} Modified: head/print/texlive-texmf/Makefile ============================================================================== --- head/print/texlive-texmf/Makefile Fri Jul 24 20:40:29 2015 (r392844) +++ head/print/texlive-texmf/Makefile Fri Jul 24 20:48:02 2015 (r392845) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150523 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2015/:texmf \ LOCAL/hrs:latex @@ -19,7 +19,7 @@ CONFLICTS_INSTALL= texlive-base-201[234] texlive-texmf-201[234]* USES= tar:xz -USE_TEX= base tlmgr:run texhash +USE_TEX= base:extract,build,run tlmgr:run texhash TEXHASHDIRS= ${TEXMFDIR} ${TEXMFDISTDIR} NO_BUILD= yes NO_WRKSRC= yes From owner-svn-ports-all@freebsd.org Fri Jul 24 20:58:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56D009AAEA1; Fri, 24 Jul 2015 20:58:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D4621D9D; Fri, 24 Jul 2015 20:58:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OKwlB3027937; Fri, 24 Jul 2015 20:58:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OKwkWj027935; Fri, 24 Jul 2015 20:58:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242058.t6OKwkWj027935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 20:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392846 - head/net/py-gntp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 20:58:47 -0000 Author: antoine Date: Fri Jul 24 20:58:45 2015 New Revision: 392846 URL: https://svnweb.freebsd.org/changeset/ports/392846 Log: Fix packaging after sphinx update Reported by: pkg-fallout Modified: head/net/py-gntp/Makefile head/net/py-gntp/pkg-plist Modified: head/net/py-gntp/Makefile ============================================================================== --- head/net/py-gntp/Makefile Fri Jul 24 20:48:02 2015 (r392845) +++ head/net/py-gntp/Makefile Fri Jul 24 20:58:45 2015 (r392846) @@ -3,7 +3,7 @@ PORTNAME= gntp PORTVERSION= 0.8 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,8 +21,6 @@ USE_GITHUB= yes USES= python:2 USE_PYTHON= distutils autoplist -.include - .include .if ${PORT_OPTIONS:MDOCS} Modified: head/net/py-gntp/pkg-plist ============================================================================== --- head/net/py-gntp/pkg-plist Fri Jul 24 20:48:02 2015 (r392845) +++ head/net/py-gntp/pkg-plist Fri Jul 24 20:58:45 2015 (r392846) @@ -3,20 +3,22 @@ %%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt %%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css +%%PORTDOCS%%%%DOCSDIR%%/_static/classic.css %%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/down.png %%PORTDOCS%%%%DOCSDIR%%/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-1.11.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js %%PORTDOCS%%%%DOCSDIR%%/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js %%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png From owner-svn-ports-all@freebsd.org Fri Jul 24 21:38:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C71E19AA618; Fri, 24 Jul 2015 21:38:59 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mail.pingpong.net (mail.pingpong.net [79.136.116.202]) by mx1.freebsd.org (Postfix) with ESMTP id 850021B12; Fri, 24 Jul 2015 21:38:59 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from [10.0.1.9] (h-85-24-195-121.na.cust.bahnhof.se [85.24.195.121]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.pingpong.net (Postfix) with ESMTPSA id C601BB1ED; Fri, 24 Jul 2015 23:38:51 +0200 (CEST) Subject: Re: svn commit: r392739 - branches/2015Q2/security/vuxml Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Content-Type: multipart/signed; boundary="Apple-Mail=_5E2EEE63-F3B4-49B9-BB90-52B8579A597A"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Pgp-Agent: GPGMail 2.5 From: Palle Girgensohn In-Reply-To: <1437756844.2148972.332341833.7702303E@webmail.messagingengine.com> Date: Fri, 24 Jul 2015 23:38:51 +0200 Cc: Brad Davis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Message-Id: <9A468FE8-4FB1-4781-B21E-D16444233D80@FreeBSD.org> References: <201507231624.t6NGOPAZ039747@repo.freebsd.org> <20150724162312.GO94853@valentine.liquidneon.com> <1437756844.2148972.332341833.7702303E@webmail.messagingengine.com> To: Mark Felder X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 21:38:59 -0000 --Apple-Mail=_5E2EEE63-F3B4-49B9-BB90-52B8579A597A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > 24 jul 2015 kl. 18:54 skrev Mark Felder : >=20 >=20 >=20 > On Fri, Jul 24, 2015, at 11:23, Brad Davis wrote: >> On Thu, Jul 23, 2015 at 04:24:25PM +0000, Palle Girgensohn wrote: >>> Author: girgen >>> Date: Thu Jul 23 16:24:25 2015 >>> New Revision: 392739 >>> URL: https://svnweb.freebsd.org/changeset/ports/392739 >>>=20 >>> Log: >>> Shibboleth SP software crashes on well-formed but invalid XML. >>>=20 >>> The Service Provider software contains a code path with an uncaught >>> exception that can be triggered by an unauthenticated attacker by >>> supplying well-formed but schema-invalid XML in the form of SAML >>> metadata or SAML protocol messages. The result is a crash and so >>> causes a denial of service. >>>=20 >>> You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or = later. >>> The easiest way to do so is to update the whole chain including >>> shibboleth-2.5.5 an opensaml2.5.5. >>>=20 >>> URL: = http://shibboleth.net/community/advisories/secadv_20150721.txt >>> Security: CVE-2015-2684 >>> Approved by: ports-secteam >>>=20 >>> Modified: >>> branches/2015Q2/security/vuxml/vuln.xml >>=20 >> Shouldn't this have gone into HEAD? I thought vuln.xml was only used = in >> head, not from the branches. >>=20 >=20 > And not even the current branch... That's weird. >=20 > Can we get old branches locked down a bit further? Umm, sorry, my mistake, I had the 2015Q2 branch checked out, and just = entierly missed it. I will merge to HEAD as I write... :-/ --Apple-Mail=_5E2EEE63-F3B4-49B9-BB90-52B8579A597A 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 iQEcBAEBCAAGBQJVsrBrAAoJEIhV+7FrxBJD7EYH/3RBjdp3COKn/EfZgg+Y+YWm jEEYDL/8LjINmOzHeh9uNM/U45KFeqdNopHYDi7NPozsY2Ko26ZJ/JCWrSporcbE hkrLag0m+oDWBTqFEcOlfeqY1+RmRpiFZsagwomHTPa1qeJVlRsRRmV0SBf6TO0p 2ydduXqvkpJM4veRSdrN+bI4jl/ZdPR77b0RmWtQs6HqThyv7vsMaU3pgYWHMtrY h7+ud574Pk/odFj7lrtyfZa1RQmw4o7zDpi5M7Gy/YLFok56kdbz6ONzEptATf0v jneJwepV+uGuYcLT3AjJixH2o5OATNOl5LpAQcl93o7MnBqvhXJkKTeXBg7cMFM= =A5kk -----END PGP SIGNATURE----- --Apple-Mail=_5E2EEE63-F3B4-49B9-BB90-52B8579A597A-- From owner-svn-ports-all@freebsd.org Fri Jul 24 22:20:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 883809AAF9E; Fri, 24 Jul 2015 22:20:09 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78E201410; Fri, 24 Jul 2015 22:20:09 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OMK9OA060970; Fri, 24 Jul 2015 22:20:09 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OMK8vx060967; Fri, 24 Jul 2015 22:20:08 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201507242220.t6OMK8vx060967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Fri, 24 Jul 2015 22:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392847 - 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.20 Precedence: 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, 24 Jul 2015 22:20:09 -0000 Author: lme Date: Fri Jul 24 22:20:08 2015 New Revision: 392847 URL: https://svnweb.freebsd.org/changeset/ports/392847 Log: Update to 2.3.8 Changelog: https://github.com/Icinga/icinga2/blob/v2.3.8/ChangeLog Committed from: Essen FreeBSD Hackathon MFH: 2015Q3 Modified: head/net-mgmt/icinga2/Makefile head/net-mgmt/icinga2/distinfo Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Fri Jul 24 20:58:45 2015 (r392846) +++ head/net-mgmt/icinga2/Makefile Fri Jul 24 22:20:08 2015 (r392847) @@ -2,7 +2,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v -DISTVERSION= 2.3.6 +DISTVERSION= 2.3.8 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org Modified: head/net-mgmt/icinga2/distinfo ============================================================================== --- head/net-mgmt/icinga2/distinfo Fri Jul 24 20:58:45 2015 (r392846) +++ head/net-mgmt/icinga2/distinfo Fri Jul 24 22:20:08 2015 (r392847) @@ -1,2 +1,2 @@ -SHA256 (icinga-icinga2-v2.3.6_GH0.tar.gz) = 96453fbfa418329b74d45bd2a202302add03d907fac28644e1228d869c478093 -SIZE (icinga-icinga2-v2.3.6_GH0.tar.gz) = 816718 +SHA256 (icinga-icinga2-v2.3.8_GH0.tar.gz) = 43bf41a7afc03c1527c82139e74cce17c5b3609a8ec14bb0db1f8df193a14054 +SIZE (icinga-icinga2-v2.3.8_GH0.tar.gz) = 817951 From owner-svn-ports-all@freebsd.org Fri Jul 24 23:16:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA5C19AA959 for ; Fri, 24 Jul 2015 23:16:36 +0000 (UTC) (envelope-from feld@feld.me) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE58A1E6A for ; Fri, 24 Jul 2015 23:16:36 +0000 (UTC) (envelope-from feld@feld.me) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C571020958 for ; Fri, 24 Jul 2015 19:16:34 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Fri, 24 Jul 2015 19:16:34 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=7Jc0vab551keYNmt6t2XcZLAblc=; b=JxDdi0 eyfQDqmzo/OZaI+AT6GTPSq3vr1PTfN2Ts/dQxkRnbpAvdipJX6MYKq3yZngle6E BYpbFykqZhg/puYlSCvP9CO298Wd+Xbz3JudfMBkzodctMjn51JyKp+jLLFwZN4x +4MgI+qxAzZBVJidHDQrAP0VU0jKycAJMkrWI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=7Jc0vab551keYNm t6t2XcZLAblc=; b=PSptotncEel4IXjLMcXcUuy2inGdF6+7+CBLBCsgBTwiIFz ONPQVMpyghXwLry/1MTHKl1dJjHHlzxWxhw5EhPNGbimHQ0+kIi7Xq0aEKgdsOqF wzXvX55v0QBMLcHqEnh6oJX7WqA2cE7bLASEcJg527f3GUj5M7lo4BEG2FDQ= Received: by web3.nyi.internal (Postfix, from userid 99) id 8896B10ECB9; Fri, 24 Jul 2015 19:16:34 -0400 (EDT) Message-Id: <1437779794.2853329.332590825.1F60B83A@webmail.messagingengine.com> X-Sasl-Enc: Q4uTwCPLbnZGIrZmsWbiPHNzZb71LPKUF34QmK0j6GaC 1437779794 From: Mark Felder To: Palle Girgensohn Cc: Brad Davis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-63a5d8c6 Subject: Re: svn commit: r392739 - branches/2015Q2/security/vuxml Date: Fri, 24 Jul 2015 18:16:34 -0500 In-Reply-To: <9A468FE8-4FB1-4781-B21E-D16444233D80@FreeBSD.org> References: <201507231624.t6NGOPAZ039747@repo.freebsd.org> <20150724162312.GO94853@valentine.liquidneon.com> <1437756844.2148972.332341833.7702303E@webmail.messagingengine.com> <9A468FE8-4FB1-4781-B21E-D16444233D80@FreeBSD.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 23:16:37 -0000 On Fri, Jul 24, 2015, at 16:38, Palle Girgensohn wrote: > > > 24 jul 2015 kl. 18:54 skrev Mark Felder : > > > > > > > > On Fri, Jul 24, 2015, at 11:23, Brad Davis wrote: > >> On Thu, Jul 23, 2015 at 04:24:25PM +0000, Palle Girgensohn wrote: > >>> Author: girgen > >>> Date: Thu Jul 23 16:24:25 2015 > >>> New Revision: 392739 > >>> URL: https://svnweb.freebsd.org/changeset/ports/392739 > >>> > >>> Log: > >>> Shibboleth SP software crashes on well-formed but invalid XML. > >>> > >>> The Service Provider software contains a code path with an uncaught > >>> exception that can be triggered by an unauthenticated attacker by > >>> supplying well-formed but schema-invalid XML in the form of SAML > >>> metadata or SAML protocol messages. The result is a crash and so > >>> causes a denial of service. > >>> > >>> You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or later. > >>> The easiest way to do so is to update the whole chain including > >>> shibboleth-2.5.5 an opensaml2.5.5. > >>> > >>> URL: http://shibboleth.net/community/advisories/secadv_20150721.txt > >>> Security: CVE-2015-2684 > >>> Approved by: ports-secteam > >>> > >>> Modified: > >>> branches/2015Q2/security/vuxml/vuln.xml > >> > >> Shouldn't this have gone into HEAD? I thought vuln.xml was only used in > >> head, not from the branches. > >> > > > > And not even the current branch... That's weird. > > > > Can we get old branches locked down a bit further? > > Umm, sorry, my mistake, I had the 2015Q2 branch checked out, and just > entierly missed it. I will merge to HEAD as I write... :-/ > That's OK, things happen. I already copied your entry to HEAD. From owner-svn-ports-all@freebsd.org Fri Jul 24 23:19:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3C439AA9B4; Fri, 24 Jul 2015 23:19:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3B9F1F6D; Fri, 24 Jul 2015 23:19:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ONJ9OQ084994; Fri, 24 Jul 2015 23:19:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ONJ9N1084993; Fri, 24 Jul 2015 23:19:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242319.t6ONJ9N1084993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 23:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392848 - head/multimedia/mps-youtube X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 23:19:09 -0000 Author: antoine Date: Fri Jul 24 23:19:08 2015 New Revision: 392848 URL: https://svnweb.freebsd.org/changeset/ports/392848 Log: For now, ignore on the package builders when default python version is not 3.2+ Reported by: pkg-fallout Modified: head/multimedia/mps-youtube/Makefile Modified: head/multimedia/mps-youtube/Makefile ============================================================================== --- head/multimedia/mps-youtube/Makefile Fri Jul 24 22:20:08 2015 (r392847) +++ head/multimedia/mps-youtube/Makefile Fri Jul 24 23:19:08 2015 (r392848) @@ -45,4 +45,10 @@ USE_PYTHON= autoplist distutils post-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} -.include +.include + +.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} +IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} +.endif + +.include From owner-svn-ports-all@freebsd.org Fri Jul 24 23:20:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24B0D9AAA37; Fri, 24 Jul 2015 23:20:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F1BC10DA; Fri, 24 Jul 2015 23:20:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ONKa82087078; Fri, 24 Jul 2015 23:20:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ONKaaw087077; Fri, 24 Jul 2015 23:20:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242320.t6ONKaaw087077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 23:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392849 - branches/2015Q3/multimedia/mps-youtube 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.20 Precedence: 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, 24 Jul 2015 23:20:37 -0000 Author: antoine Date: Fri Jul 24 23:20:36 2015 New Revision: 392849 URL: https://svnweb.freebsd.org/changeset/ports/392849 Log: MFH: r392848 For now, ignore on the package builders when default python version is not 3.2+ Reported by: pkg-fallout Modified: branches/2015Q3/multimedia/mps-youtube/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/multimedia/mps-youtube/Makefile ============================================================================== --- branches/2015Q3/multimedia/mps-youtube/Makefile Fri Jul 24 23:19:08 2015 (r392848) +++ branches/2015Q3/multimedia/mps-youtube/Makefile Fri Jul 24 23:20:36 2015 (r392849) @@ -45,4 +45,10 @@ USE_PYTHON= autoplist distutils post-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} -.include +.include + +.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} +IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} +.endif + +.include From owner-svn-ports-all@freebsd.org Fri Jul 24 23:22:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D02D29AAB14; Fri, 24 Jul 2015 23:22:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0681146B; Fri, 24 Jul 2015 23:22:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ONMNk3088883; Fri, 24 Jul 2015 23:22:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ONMN7o088882; Fri, 24 Jul 2015 23:22:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242322.t6ONMN7o088882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 23:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392850 - head/archivers/py-attic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 23:22:23 -0000 Author: antoine Date: Fri Jul 24 23:22:22 2015 New Revision: 392850 URL: https://svnweb.freebsd.org/changeset/ports/392850 Log: For now, ignore on the package builders when default python version is not 3.2+ Reported by: pkg-fallout Modified: head/archivers/py-attic/Makefile Modified: head/archivers/py-attic/Makefile ============================================================================== --- head/archivers/py-attic/Makefile Fri Jul 24 23:20:36 2015 (r392849) +++ head/archivers/py-attic/Makefile Fri Jul 24 23:22:22 2015 (r392850) @@ -31,6 +31,10 @@ BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR} RUN_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl .endif +.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} +IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} +.endif + regression-test: build ${SETENV} PYTHONPATH="${PYDISTUTILS_BUILDPATH}:${PYTHONPATH}" \ ${PYTHON_CMD} -m attic.testsuite.run From owner-svn-ports-all@freebsd.org Fri Jul 24 23:40:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DE349AAD4B; Fri, 24 Jul 2015 23:40:13 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4248E1BE9; Fri, 24 Jul 2015 23:40:13 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ONeDQf093835; Fri, 24 Jul 2015 23:40:13 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ONeAKs093826; Fri, 24 Jul 2015 23:40:10 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201507242340.t6ONeAKs093826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 24 Jul 2015 23:40:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392851 - in head: . devel devel/libiomp5-devel devel/llvm-devel devel/llvm-devel/files lang/clang-devel lang/clang-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.20 Precedence: 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, 24 Jul 2015 23:40:13 -0000 Author: brooks Date: Fri Jul 24 23:40:09 2015 New Revision: 392851 URL: https://svnweb.freebsd.org/changeset/ports/392851 Log: Mostly complete redo to the build of -devel LLVM ports: - Switch to cmake. - Combine all builds into devel/llvm-devel. - Remove devel/libiomp5-devel - Make lang/clang-devel a metaport so people can still find it. Upgrade a snapshot shortly after the 3.7 branch point. Sponsored by: DARPA, AFRL Added: head/devel/llvm-devel/files/clang-patch-tools_clang_lib_Headers_CMakeLists.txt (contents, props changed) Deleted: head/devel/libiomp5-devel/ head/lang/clang-devel/files/ head/lang/clang-devel/pkg-plist Modified: head/MOVED head/devel/Makefile head/devel/llvm-devel/Makefile head/devel/llvm-devel/Makefile.svn_rev head/devel/llvm-devel/distinfo head/devel/llvm-devel/files/patch-utils_llvm-build_llvmbuild_main.py head/devel/llvm-devel/pkg-plist head/lang/clang-devel/Makefile head/lang/clang-devel/distinfo head/lang/clang-devel/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jul 24 23:22:22 2015 (r392850) +++ head/MOVED Fri Jul 24 23:40:09 2015 (r392851) @@ -7731,3 +7731,4 @@ graphics/sng||2015-07-21|Has expired: Br japanese/netype||2015-07-21|Has expired: Broken for more than 6 months databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead +devel/libiomp5-devel|devel/llvm-devel|2015-73-24|Merged with devel/llvm-devel Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 24 23:22:22 2015 (r392850) +++ head/devel/Makefile Fri Jul 24 23:40:09 2015 (r392851) @@ -1148,7 +1148,6 @@ SUBDIR += libical SUBDIR += libical-glib SUBDIR += libinotify - SUBDIR += libiomp5-devel SUBDIR += libiqxmlrpc SUBDIR += libisofs SUBDIR += libixp Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Fri Jul 24 23:22:22 2015 (r392850) +++ head/devel/llvm-devel/Makefile Fri Jul 24 23:40:09 2015 (r392851) @@ -2,13 +2,17 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 3.7.r${SVN_REV} +PORTVERSION= 3.8.d20150720 CATEGORIES= devel lang -MASTER_SITES= LOCAL/brooks +MASTER_SITES= \ + http://github.com/llvm-mirror/llvm/archive/${LLVM_COMMIT}.tar.gz?dummy=/ \ + http://github.com/llvm-mirror/clang/archive/${CLANG_COMMIT}.tar.gz?dummy=/:clang \ + http://github.com/llvm-mirror/openmp/archive/${OPENMP_COMMIT}.tar.gz?dummy=/:openmp +DISTFILES= ${LLVM_NAME}.tar.gz PKGNAMESUFFIX= -devel MAINTAINER= brooks@FreeBSD.org -COMMENT= Low Level Virtual Machine +COMMENT= LLVM and Clang LLVM_SUFFIX= -devel LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} @@ -16,41 +20,40 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} UNIQUENAME= ${PORTNAME}${LLVM_SUFFIX} -USES= compiler:c++11-lib gmake perl5 tar:bzip2 -GNU_CONFIGURE= yes -GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} +USES= cmake:outsource compiler:c++11-lib libedit ninja perl5 USE_LDCONFIG= ${LLVM_PREFIX}/lib SUB_FILES= llvm-wrapper.sh SUB_LIST= LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}" -# Suggested tweaks from http://llvm.org/docs/Packaging.html -CONFIGURE_ARGS+= --enable-shared -MAKE_ARGS+= REQUIRES_RTTI=1 -LIBNAME= libLLVM-${DISTVERSION:C/\.r[0-9]*//}svn.so +CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} +CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -CONFIGURE_ARGS+= --enable-bindings=none -CONFIGURE_ARGS+= --enable-optimized +LLVM_COMMIT= 4f50f9eba412b6c0d5e7a9616dfe7699a07cf17b +CLANG_COMMIT= dc9de2d1a510a8b7b95610d338e89f1f91d3ecdf +OPENMP_COMMIT= 50be853810d64cf7ba61a0ee7281ce82672af972 -OPTIONS_DEFINE= ASSERTS CMAKE DOCS LIT LTOPLUGIN MANPAGES +LLVM_NAME= ${PORTNAME}-${LLVM_COMMIT} +CLANG_NAME= clang-${CLANG_COMMIT} +OPENMP_NAME= openmp-${OPENMP_COMMIT} -ASSERTS_DESC= Enable assertions (thread unsafe) -CMAKE_DESC= Build cmake support files +WRKSRC= ${WRKDIR}/${LLVM_NAME} + +OPTIONS_DEFINE= CLANG DOCS LIT OPENMP +OPTIONS_DEFAULT= CLANG LIT OPENMP +OPTIONS_SUB= yes + +CLANG_DESC= Build clang +CLANG_EXTRA_PATCHES= ${PATCHDIR}/clang-patch-tools_clang_lib_Headers_CMakeLists.txt +CLANG_DISTFILES= ${CLANG_NAME}.tar.gz:clang +CLANG_CONFLICTS_INSTALL= clang-devel-3.[1234567]* LIT_DESC= Install lit and FileCheck test tools (requires python) -LTOPLUGIN_DESC= Build LTO plugin (requires gold) +OPENMP_DISTFILES= ${OPENMP_NAME}.tar.gz:openmp +OPENMP_CONFLICTS_INSTALL= libiomp5-devel-* -OPTIONS_DEFAULT= CMAKE LIT MANPAGES OPTIONS_SUB= yes -ASSERTS_CONFIGURE_ENABLE= assertions -CMAKE_BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx -DOCS_CONFIGURE_ENABLE= docs -LTOPLUGIN_BUILD_DEPENDS= ld.gold:${PORTSDIR}/devel/binutils -LTOPLUGIN_RUN_DEPENDS= ld.gold:${PORTSDIR}/devel/binutils -LTOPLUGIN_CONFIGURE_ON= --with-binutils-include=${LOCALBASE}/include -LTOPLUGIN_PLIST_FILES= llvm${LLVM_SUFFIX}/lib/LLVMgold.so -MANPAGES_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx LLVM_RELEASE= ${PORTVERSION:C/\.r[0-9]*//} PLIST_SUB+= LLVM_RELEASE=${LLVM_RELEASE} @@ -94,32 +97,39 @@ STRIP_LIBS= BugpointPasses.so \ # keep in sync with /usr/src/lib/clang/clang.build.mk CONFIGURE_TARGET:=${ARCH:C/amd64/x86_64/:C/armv6hf/armv6/}-portbld-${OPSYS:tl}${OSREL} -.if ${PORT_OPTIONS:MASSERTS} -RELEASE_TYPE= Release+Asserts -.else -RELEASE_TYPE= Release +.if ${PORT_OPTIONS:MCLANG} +COMMANDS+= clang \ + clang++ \ + clang-check \ + clang-cpp \ + clang-format +MAN1SRCS+= clang.1 +PORTDOCS+= clang +CMAKE_ARGS+= -DCLANG_DEFAULT_OPENMP_RUNTIME=libomp .endif -.if ${PORT_OPTIONS:MCMAKE} -PORTDATA+= cmake +.if ${PORT_OPTIONS:MDOCS} +PORTDOCS+= llvm +CMAKE_ARGS+= -DLLVM_ENABLE_SPHINX=ON \ + -DSPHINX_WARNINGS_AS_ERRORS=OFF \ + -DLLVM_BUILD_DOCS=ON .endif .if ${PORT_OPTIONS:MLIT} -MAN1SRCS+= lit.1 +MAN1SRCS+= lit.1 FileCheck.1 USES+= python LIT_COMMANDS= lit llvm-lit FileCheck .else USES+= python:build .endif -.if ${PORT_OPTIONS:MMANPAGES} MAN1SRCS+= bugpoint.1 llc.1 lli.1 llvm-ar.1 llvm-as.1 \ - llvm-bcanalyzer.1 llvm-config.1 llvm-cov.1 llvm-diff.1 \ - llvm-dis.1 llvm-extract.1 llvm-link.1 llvm-nm.1 \ + llvm-bcanalyzer.1 llvm-build.1 llvm-config.1 llvm-cov.1 \ + llvm-diff.1 llvm-dis.1 llvm-dwarfdump.1 \ + llvm-extract.1 llvm-lib.1 llvm-link.1 llvm-nm.1 \ llvm-profdata.1 llvm-readobj.1 llvm-stress.1 llvm-symbolizer.1 \ opt.1 tblgen.1 PLIST_FILES+= ${MAN1SRCS:S|^|man/man1/|:S|.1$|${LLVM_SUFFIX}.1.gz|} -.endif NOT_FOR_ARCH= ia64 @@ -129,72 +139,29 @@ NOT_FOR_ARCH= ia64 BROKEN= GCC failing on 8.x .endif -SVN?= svnlite -.if !defined(SVN_REV) -.if defined(BOOTSTRAP) -LANG= "C" -SVN_REV!= ${SVN} info http://llvm.org/svn/llvm-project/ | ${GREP} Revision | cut -d' ' -f2 -.else -.include "Makefile.svn_rev" -.endif -.endif - -.if ${ARCH} == "amd64" -CONFIGURE_ARGS+= --enable-pic --with-pic -.endif - -.if ${ARCH} == "i386" -CONFIGURE_ARGS+= --with-optimize-option=-O2 -.endif - -.if defined(BOOTSTRAP) || defined(SVN_FETCH) -do-fetch: - ${MKDIR} ${WRKDIR} - ${SVN} export -r ${SVN_REV} \ - http://llvm.org/svn/llvm-project/llvm/trunk ${WRKSRC} - cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} - echo "SVN_REV= ${SVN_REV}" > ${MASTERDIR}/Makefile.svn_rev -.if ${USER} == brooks || ${USER} == bed22 - scp ${DISTDIR}/${DISTNAME}.tar.bz2 \ - brooks@freefall.freebsd.org:public_distfiles/ +post-extract: +.if ${PORT_OPTIONS:MCLANG} + ${MV} ${WRKDIR}/${CLANG_NAME} ${PATCH_WRKSRC}/tools/clang .endif +.if ${PORT_OPTIONS:MOPENMP} + ${MV} ${WRKDIR}/${OPENMP_NAME} ${PATCH_WRKSRC}/tools/openmp .endif post-patch: - ${REINPLACE_CMD} -e 's|\(PROJ_docsdir.*:=\).*$$|\1${DOCSDIR}|g' \ - ${WRKSRC}/Makefile.config.in - ${REINPLACE_CMD} -e 's|\(PROJ_mandir.*:=\).*$$|\1${MANPREFIX}/man|g' \ - ${WRKSRC}/Makefile.config.in ${REINPLACE_CMD} -e 's|import lit|import lit${LLVM_SUFFIX}|' \ -e 's|from lit|from lit${LLVM_SUFFIX}|' \ -e 's|lit\.|lit${LLVM_SUFFIX}.|' \ ${WRKSRC}/utils/lit/lit.py ${WRKSRC}/utils/lit/lit/*.py -.if ${PORT_OPTIONS:MCMAKE} -post-configure: - ${MKDIR} ${WRKDIR}/cmake - cd ${WRKDIR}/cmake && cmake -G "Unix Makefiles" \ - -DCMAKE_C_COMPILER:STRING="${CC}" \ - -DCMAKE_CXX_COMPILER:STRING="${CXX}" \ - ${WRKSRC} - ${REINPLACE_CMD} -e 's|${WRKDIR}/cmake|${LLVM_PREFIX}|' \ - -e 's|${WRKSRC}/cmake/modules|${DATADIR}/cmake|' \ - ${WRKDIR}/cmake/share/llvm/cmake/LLVMConfig.cmake -.endif - -post-build: -.if ${PORT_OPTIONS:MMANPAGES} - @cd ${WRKSRC}/docs && ${MAKE_CMD} -f Makefile.sphinx man -.endif -.if ${PORT_OPTIONS:MDOCS} - @cd ${WRKSRC}/docs && ${MAKE_CMD} -f Makefile.sphinx html -.endif - post-install: - ${MV} ${STAGEDIR}${LLVM_PREFIX}/lib/${LIBNAME} \ - ${STAGEDIR}${LLVM_PREFIX}/lib/${LIBNAME}.0 - ${LN} -sf ${LIBNAME}.0 ${STAGEDIR}${LLVM_PREFIX}/lib/${LIBNAME} - ${STRIP_CMD} ${STRIP_LIBS:S|^|${STAGEDIR}${LLVM_PREFIX}/lib/|} +# ${MV} ${STAGEDIR}${LLVM_PREFIX}/lib/${LIBNAME} \ +# ${STAGEDIR}${LLVM_PREFIX}/lib/${LIBNAME}.0 +# ${LN} -sf ${LIBNAME}.0 ${STAGEDIR}${LLVM_PREFIX}/lib/${LIBNAME} +# ${STRIP_CMD} ${STRIP_LIBS:S|^|${STAGEDIR}${LLVM_PREFIX}/lib/|} +.if ${PORT_OPTIONS:MCLANG} + ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/clang \ + ${STAGEDIR}${LLVM_PREFIX}/bin/clang-cpp +.endif ${INSTALL_SCRIPT} ${WRKDIR}/llvm-wrapper.sh \ ${STAGEDIR}${PREFIX}/bin/${FIRST_COMMAND}${LLVM_SUFFIX} .for command in ${COMMANDS:C/^/XXXX/1:NXXXX*} @@ -202,22 +169,8 @@ post-install: ${LN} -f ${STAGEDIR}${PREFIX}/bin/${FIRST_COMMAND}${LLVM_SUFFIX} \ ${STAGEDIR}${PREFIX}/bin/${command}${LLVM_SUFFIX} .endfor -.if ${PORT_OPTIONS:MCMAKE} - ${MKDIR} ${STAGEDIR}${DATADIR}/cmake - ${INSTALL_DATA} ${WRKSRC}/cmake/modules/*.cmake \ - ${WRKDIR}/cmake/share/llvm/cmake/*.cmake \ - ${STAGEDIR}${DATADIR}/cmake/ - ${REINPLACE_CMD} -e 's|${STAGEDIR}||' \ - ${STAGEDIR}${DATADIR}/cmake/LLVMConfig.cmake - ${RM} -f ${STAGEDIR}${DATADIR}/cmake/LLVMConfig.cmake.bak -.endif -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/html - ${FIND} ${WRKSRC}/docs/_build/html -type f | \ - ${XARGS} -I _DOC_ ${INSTALL_DATA} _DOC_ ${STAGEDIR}${DOCSDIR}/html/ -.endif .if ${PORT_OPTIONS:MLIT} - ${INSTALL_SCRIPT} ${WRKSRC}/utils/lit/lit.py \ + ${INSTALL_SCRIPT} ${PATCH_WRKSRC}/utils/lit/lit.py \ ${STAGEDIR}${LLVM_PREFIX}/bin/lit ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/lit \ ${STAGEDIR}${LLVM_PREFIX}/bin/llvm-lit @@ -228,17 +181,28 @@ post-install: ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX} ${INSTALL_DATA} ${WRKSRC}/utils/lit/lit/*.py \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lit${LLVM_SUFFIX} - ${INSTALL_PROGRAM} ${WRKSRC}/${RELEASE_TYPE}/bin/FileCheck \ + ${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/FileCheck \ ${STAGEDIR}${LLVM_PREFIX}/bin/ ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/FileCheck \ ${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX} +.else + ${RM} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/lit.1 + ${RM} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/FileCheck.1 .endif -.if ${PORT_OPTIONS:MMANPAGES} - for man in ${MAN1SRCS}; do \ - ${INSTALL_MAN} ${WRKSRC}/docs/_build/man/$${man} \ - ${STAGEDIR}${MANPREFIX}/man/man1/$${man%.1}${LLVM_SUFFIX}.1 ; \ - done +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MV} ${STAGEDIR}${LLVM_PREFIX}/share/doc/llvm ${STAGEDIR}${DOCSDIR} +.if ${PORT_OPTIONS:MCLANG} + ${MV} ${STAGEDIR}${LLVM_PREFIX}/share/doc/clang ${STAGEDIR}${DOCSDIR} +.endif + ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/doc +.for _man in ${MAN1SRCS} + ${MV} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/${_man} \ + ${STAGEDIR}${MANPREFIX}/man/man1/${_man:R}${LLVM_SUFFIX}.1 +.endfor .endif + ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/ + ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/ TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release/lib ${MAKE_CMD} check-local-lit)' regression-test: ${BUILD_COOKIE} @@ -250,24 +214,26 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} + ${RM} -f ${PLIST} ${PLIST}.tmp .for command in ${COMMANDS} - ${ECHO_CMD} bin/${command}${LLVM_SUFFIX} >> ${PLIST} + ${ECHO_CMD} bin/${command}${LLVM_SUFFIX} >> ${PLIST}.tmp .endfor .for command in ${LIT_COMMANDS} - ${ECHO_CMD} %%LIT%%bin/${command}${LLVM_SUFFIX} >> ${PLIST} - ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||}/bin/${command} >> ${PLIST} + ${ECHO_CMD} %%LIT%%bin/${command}${LLVM_SUFFIX} >> ${PLIST}.tmp + ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||}/bin/${command} >> ${PLIST}.tmp .endfor ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type f -o -type l | \ ${GREP} -v 'lit$$' | ${GREP} -v 'FileCheck$$' | \ ${GREP} -v man/man1 | ${SED} -e 's|${STAGEDIR}${PREFIX}/||' \ -e 's|${PORTVERSION}|%%PORTVERSION%%|' | \ - ${SORT} >> ${PLIST} + ${SORT} >> ${PLIST}.tmp ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/lit${LLVM_SUFFIX} -type f | \ ${SED} -e 's|${STAGEDIR}${PYTHON_SITELIBDIR}|%%LIT%%%%PYTHON_SITELIBDIR%%|' | \ - ${SORT} >> ${PLIST} - ${FIND} ${STAGEDIR}${DOCSDIR} -type f | \ - ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \ - ${SORT} >> ${PLIST} + ${SORT} >> ${PLIST}.tmp +# ${FIND} ${STAGEDIR}${DOCSDIR} -type f | \ +# ${SED} -e 's|${STAGEDIR}${DOCSDIR}|%%PORTDOCS%%%%DOCSDIR%%|' | \ +# ${SORT} >> ${PLIST}.tmp + awk '{if ($$0 ~ /clang/ && $$0 !~ /omp.h/) {printf "%%%%CLANG%%%%"} if ($$0 ~ /lib.*omp/) {printf "%%%%OPENMP%%%%"} print}' ${PLIST}.tmp >> ${PLIST} + ${RM} -f ${PLIST}.tmp .include Modified: head/devel/llvm-devel/Makefile.svn_rev ============================================================================== --- head/devel/llvm-devel/Makefile.svn_rev Fri Jul 24 23:22:22 2015 (r392850) +++ head/devel/llvm-devel/Makefile.svn_rev Fri Jul 24 23:40:09 2015 (r392851) @@ -1 +1 @@ -SVN_REV= 236894 +SVN_REV= 242708 Modified: head/devel/llvm-devel/distinfo ============================================================================== --- head/devel/llvm-devel/distinfo Fri Jul 24 23:22:22 2015 (r392850) +++ head/devel/llvm-devel/distinfo Fri Jul 24 23:40:09 2015 (r392851) @@ -1,2 +1,6 @@ -SHA256 (llvm-3.7.r236894.tar.bz2) = 58c4a60f54606e8cc29ac7d5ca02e6b64a016b576defd46984415a681033b00f -SIZE (llvm-3.7.r236894.tar.bz2) = 16093028 +SHA256 (llvm-4f50f9eba412b6c0d5e7a9616dfe7699a07cf17b.tar.gz) = ce2fba4ee4c5004a34fcec495b8608bed369d9f0e07811a84352167e48f91128 +SIZE (llvm-4f50f9eba412b6c0d5e7a9616dfe7699a07cf17b.tar.gz) = 21150084 +SHA256 (clang-dc9de2d1a510a8b7b95610d338e89f1f91d3ecdf.tar.gz) = 4f60a1df9f615957b3e78dd3a01f4f5594e26751a1b57191a5f8de222f969840 +SIZE (clang-dc9de2d1a510a8b7b95610d338e89f1f91d3ecdf.tar.gz) = 12426962 +SHA256 (openmp-50be853810d64cf7ba61a0ee7281ce82672af972.tar.gz) = 912fe4a38e9d7aa1b348e719d9730aa14718dd59a964098cc7591f17be0284fe +SIZE (openmp-50be853810d64cf7ba61a0ee7281ce82672af972.tar.gz) = 2814956 Added: head/devel/llvm-devel/files/clang-patch-tools_clang_lib_Headers_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm-devel/files/clang-patch-tools_clang_lib_Headers_CMakeLists.txt Fri Jul 24 23:40:09 2015 (r392851) @@ -0,0 +1,31 @@ +--- tools/clang/lib/Headers/CMakeLists.txt.orig 2015-07-21 15:57:35 UTC ++++ tools/clang/lib/Headers/CMakeLists.txt +@@ -30,7 +30,6 @@ set(files + Intrin.h + inttypes.h + iso646.h +- limits.h + lzcntintrin.h + mm3dnow.h + mmintrin.h +@@ -45,20 +44,12 @@ set(files + s390intrin.h + shaintrin.h + smmintrin.h +- stdalign.h +- stdarg.h +- stdatomic.h +- stdbool.h +- stddef.h + __stddef_max_align_t.h +- stdint.h +- stdnoreturn.h + tbmintrin.h + tgmath.h + tmmintrin.h + unwind.h + vadefs.h +- varargs.h + __wmmintrin_aes.h + wmmintrin.h + __wmmintrin_pclmul.h Modified: head/devel/llvm-devel/files/patch-utils_llvm-build_llvmbuild_main.py ============================================================================== --- head/devel/llvm-devel/files/patch-utils_llvm-build_llvmbuild_main.py Fri Jul 24 23:22:22 2015 (r392850) +++ head/devel/llvm-devel/files/patch-utils_llvm-build_llvmbuild_main.py Fri Jul 24 23:40:09 2015 (r392851) @@ -1,6 +1,6 @@ ---- utils/llvm-build/llvmbuild/main.py.orig +--- utils/llvm-build/llvmbuild/main.py.orig 2015-07-20 23:51:12 UTC +++ utils/llvm-build/llvmbuild/main.py -@@ -660,7 +660,17 @@ +@@ -718,7 +718,17 @@ def add_magic_target_components(parser, # We handle a few special cases of target names here for historical # reasons, as these are the names configure currently comes up with. Modified: head/devel/llvm-devel/pkg-plist ============================================================================== --- head/devel/llvm-devel/pkg-plist Fri Jul 24 23:22:22 2015 (r392850) +++ head/devel/llvm-devel/pkg-plist Fri Jul 24 23:40:09 2015 (r392851) @@ -25,6 +25,11 @@ bin/llvm-symbolizer-devel bin/llvm-tblgen-devel bin/macho-dump-devel bin/opt-devel +%%CLANG%%bin/clang-devel +%%CLANG%%bin/clang++-devel +%%CLANG%%bin/clang-check-devel +%%CLANG%%bin/clang-cpp-devel +%%CLANG%%bin/clang-format-devel %%LIT%%bin/lit-devel %%LIT%%llvm-devel/bin/lit %%LIT%%bin/llvm-lit-devel @@ -32,13 +37,20 @@ bin/opt-devel %%LIT%%bin/FileCheck-devel %%LIT%%llvm-devel/bin/FileCheck llvm-devel/bin/bugpoint -llvm-devel/bin/count +%%CLANG%%llvm-devel/bin/clang +%%CLANG%%llvm-devel/bin/clang++ +%%CLANG%%llvm-devel/bin/clang-3.8 +%%CLANG%%llvm-devel/bin/clang-check +%%CLANG%%llvm-devel/bin/clang-cl +%%CLANG%%llvm-devel/bin/clang-cpp +%%CLANG%%llvm-devel/bin/clang-format +%%CLANG%%llvm-devel/bin/git-clang-format llvm-devel/bin/llc llvm-devel/bin/lli -llvm-devel/bin/lli-child-target llvm-devel/bin/llvm-ar llvm-devel/bin/llvm-as llvm-devel/bin/llvm-bcanalyzer +llvm-devel/bin/llvm-c-test llvm-devel/bin/llvm-config llvm-devel/bin/llvm-cov llvm-devel/bin/llvm-cxxdump @@ -47,7 +59,9 @@ llvm-devel/bin/llvm-dis llvm-devel/bin/llvm-dsymutil llvm-devel/bin/llvm-dwarfdump llvm-devel/bin/llvm-extract +llvm-devel/bin/llvm-lib llvm-devel/bin/llvm-link +llvm-devel/bin/llvm-lto llvm-devel/bin/llvm-mc llvm-devel/bin/llvm-mcmarkup llvm-devel/bin/llvm-nm @@ -62,11 +76,442 @@ llvm-devel/bin/llvm-stress llvm-devel/bin/llvm-symbolizer llvm-devel/bin/llvm-tblgen llvm-devel/bin/macho-dump -llvm-devel/bin/not llvm-devel/bin/obj2yaml llvm-devel/bin/opt llvm-devel/bin/verify-uselistorder llvm-devel/bin/yaml2obj +%%CLANG%%llvm-devel/include/clang-c/BuildSystem.h +%%CLANG%%llvm-devel/include/clang-c/CXCompilationDatabase.h +%%CLANG%%llvm-devel/include/clang-c/CXErrorCode.h +%%CLANG%%llvm-devel/include/clang-c/CXString.h +%%CLANG%%llvm-devel/include/clang-c/Documentation.h +%%CLANG%%llvm-devel/include/clang-c/Index.h +%%CLANG%%llvm-devel/include/clang-c/Platform.h +%%CLANG%%llvm-devel/include/clang/ARCMigrate/ARCMT.h +%%CLANG%%llvm-devel/include/clang/ARCMigrate/ARCMTActions.h +%%CLANG%%llvm-devel/include/clang/ARCMigrate/FileRemapper.h +%%CLANG%%llvm-devel/include/clang/AST/APValue.h +%%CLANG%%llvm-devel/include/clang/AST/AST.h +%%CLANG%%llvm-devel/include/clang/AST/ASTConsumer.h +%%CLANG%%llvm-devel/include/clang/AST/ASTContext.h +%%CLANG%%llvm-devel/include/clang/AST/ASTDiagnostic.h +%%CLANG%%llvm-devel/include/clang/AST/ASTFwd.h +%%CLANG%%llvm-devel/include/clang/AST/ASTImporter.h +%%CLANG%%llvm-devel/include/clang/AST/ASTLambda.h +%%CLANG%%llvm-devel/include/clang/AST/ASTMutationListener.h +%%CLANG%%llvm-devel/include/clang/AST/ASTTypeTraits.h +%%CLANG%%llvm-devel/include/clang/AST/ASTUnresolvedSet.h +%%CLANG%%llvm-devel/include/clang/AST/ASTVector.h +%%CLANG%%llvm-devel/include/clang/AST/Attr.h +%%CLANG%%llvm-devel/include/clang/AST/AttrDump.inc +%%CLANG%%llvm-devel/include/clang/AST/AttrImpl.inc +%%CLANG%%llvm-devel/include/clang/AST/AttrIterator.h +%%CLANG%%llvm-devel/include/clang/AST/AttrVisitor.inc +%%CLANG%%llvm-devel/include/clang/AST/Attrs.inc +%%CLANG%%llvm-devel/include/clang/AST/BaseSubobject.h +%%CLANG%%llvm-devel/include/clang/AST/BuiltinTypes.def +%%CLANG%%llvm-devel/include/clang/AST/CXXInheritance.h +%%CLANG%%llvm-devel/include/clang/AST/CanonicalType.h +%%CLANG%%llvm-devel/include/clang/AST/CharUnits.h +%%CLANG%%llvm-devel/include/clang/AST/Comment.h +%%CLANG%%llvm-devel/include/clang/AST/CommentBriefParser.h +%%CLANG%%llvm-devel/include/clang/AST/CommentCommandInfo.inc +%%CLANG%%llvm-devel/include/clang/AST/CommentCommandList.inc +%%CLANG%%llvm-devel/include/clang/AST/CommentCommandTraits.h +%%CLANG%%llvm-devel/include/clang/AST/CommentDiagnostic.h +%%CLANG%%llvm-devel/include/clang/AST/CommentHTMLNamedCharacterReferences.inc +%%CLANG%%llvm-devel/include/clang/AST/CommentHTMLTags.inc +%%CLANG%%llvm-devel/include/clang/AST/CommentHTMLTagsProperties.inc +%%CLANG%%llvm-devel/include/clang/AST/CommentLexer.h +%%CLANG%%llvm-devel/include/clang/AST/CommentNodes.inc +%%CLANG%%llvm-devel/include/clang/AST/CommentParser.h +%%CLANG%%llvm-devel/include/clang/AST/CommentSema.h +%%CLANG%%llvm-devel/include/clang/AST/CommentVisitor.h +%%CLANG%%llvm-devel/include/clang/AST/DataRecursiveASTVisitor.h +%%CLANG%%llvm-devel/include/clang/AST/Decl.h +%%CLANG%%llvm-devel/include/clang/AST/DeclAccessPair.h +%%CLANG%%llvm-devel/include/clang/AST/DeclBase.h +%%CLANG%%llvm-devel/include/clang/AST/DeclCXX.h +%%CLANG%%llvm-devel/include/clang/AST/DeclContextInternals.h +%%CLANG%%llvm-devel/include/clang/AST/DeclFriend.h +%%CLANG%%llvm-devel/include/clang/AST/DeclGroup.h +%%CLANG%%llvm-devel/include/clang/AST/DeclLookups.h +%%CLANG%%llvm-devel/include/clang/AST/DeclNodes.inc +%%CLANG%%llvm-devel/include/clang/AST/DeclObjC.h +%%CLANG%%llvm-devel/include/clang/AST/DeclOpenMP.h +%%CLANG%%llvm-devel/include/clang/AST/DeclTemplate.h +%%CLANG%%llvm-devel/include/clang/AST/DeclVisitor.h +%%CLANG%%llvm-devel/include/clang/AST/DeclarationName.h +%%CLANG%%llvm-devel/include/clang/AST/DependentDiagnostic.h +%%CLANG%%llvm-devel/include/clang/AST/EvaluatedExprVisitor.h +%%CLANG%%llvm-devel/include/clang/AST/Expr.h +%%CLANG%%llvm-devel/include/clang/AST/ExprCXX.h +%%CLANG%%llvm-devel/include/clang/AST/ExprObjC.h +%%CLANG%%llvm-devel/include/clang/AST/ExternalASTSource.h +%%CLANG%%llvm-devel/include/clang/AST/GlobalDecl.h +%%CLANG%%llvm-devel/include/clang/AST/LambdaCapture.h +%%CLANG%%llvm-devel/include/clang/AST/Mangle.h +%%CLANG%%llvm-devel/include/clang/AST/MangleNumberingContext.h +%%CLANG%%llvm-devel/include/clang/AST/NSAPI.h +%%CLANG%%llvm-devel/include/clang/AST/NestedNameSpecifier.h +%%CLANG%%llvm-devel/include/clang/AST/OpenMPClause.h +%%CLANG%%llvm-devel/include/clang/AST/OperationKinds.h +%%CLANG%%llvm-devel/include/clang/AST/ParentMap.h +%%CLANG%%llvm-devel/include/clang/AST/PrettyPrinter.h +%%CLANG%%llvm-devel/include/clang/AST/RawCommentList.h +%%CLANG%%llvm-devel/include/clang/AST/RecordLayout.h +%%CLANG%%llvm-devel/include/clang/AST/RecursiveASTVisitor.h +%%CLANG%%llvm-devel/include/clang/AST/Redeclarable.h +%%CLANG%%llvm-devel/include/clang/AST/SelectorLocationsKind.h +%%CLANG%%llvm-devel/include/clang/AST/Stmt.h +%%CLANG%%llvm-devel/include/clang/AST/StmtCXX.h +%%CLANG%%llvm-devel/include/clang/AST/StmtGraphTraits.h +%%CLANG%%llvm-devel/include/clang/AST/StmtIterator.h +%%CLANG%%llvm-devel/include/clang/AST/StmtNodes.inc +%%CLANG%%llvm-devel/include/clang/AST/StmtObjC.h +%%CLANG%%llvm-devel/include/clang/AST/StmtOpenMP.h +%%CLANG%%llvm-devel/include/clang/AST/StmtVisitor.h +%%CLANG%%llvm-devel/include/clang/AST/TemplateBase.h +%%CLANG%%llvm-devel/include/clang/AST/TemplateName.h +%%CLANG%%llvm-devel/include/clang/AST/Type.h +%%CLANG%%llvm-devel/include/clang/AST/TypeLoc.h +%%CLANG%%llvm-devel/include/clang/AST/TypeLocNodes.def +%%CLANG%%llvm-devel/include/clang/AST/TypeLocVisitor.h +%%CLANG%%llvm-devel/include/clang/AST/TypeNodes.def +%%CLANG%%llvm-devel/include/clang/AST/TypeOrdering.h +%%CLANG%%llvm-devel/include/clang/AST/TypeVisitor.h +%%CLANG%%llvm-devel/include/clang/AST/UnresolvedSet.h +%%CLANG%%llvm-devel/include/clang/AST/VTTBuilder.h +%%CLANG%%llvm-devel/include/clang/AST/VTableBuilder.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/ASTMatchFinder.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/ASTMatchers.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/ASTMatchersInternal.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/ASTMatchersMacros.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/Dynamic/Diagnostics.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/Dynamic/Parser.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/Dynamic/Registry.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/Dynamic/VariantValue.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/Consumed.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/Dominators.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/FormatString.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/LiveVariables.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/PostOrderCFGView.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ReachableCode.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ThreadSafety.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ThreadSafetyCommon.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ThreadSafetyLogical.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ThreadSafetyOps.def +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ThreadSafetyTIL.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ThreadSafetyUtil.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/UninitializedValues.h +%%CLANG%%llvm-devel/include/clang/Analysis/AnalysisContext.h +%%CLANG%%llvm-devel/include/clang/Analysis/AnalysisDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Analysis/CFG.h +%%CLANG%%llvm-devel/include/clang/Analysis/CFGStmtMap.h +%%CLANG%%llvm-devel/include/clang/Analysis/CallGraph.h +%%CLANG%%llvm-devel/include/clang/Analysis/CodeInjector.h +%%CLANG%%llvm-devel/include/clang/Analysis/DomainSpecific/CocoaConventions.h +%%CLANG%%llvm-devel/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h +%%CLANG%%llvm-devel/include/clang/Analysis/FlowSensitive/DataflowValues.h +%%CLANG%%llvm-devel/include/clang/Analysis/ProgramPoint.h +%%CLANG%%llvm-devel/include/clang/Analysis/Support/BumpVector.h +%%CLANG%%llvm-devel/include/clang/Basic/ABI.h +%%CLANG%%llvm-devel/include/clang/Basic/AddressSpaces.h +%%CLANG%%llvm-devel/include/clang/Basic/AllDiagnostics.h +%%CLANG%%llvm-devel/include/clang/Basic/AttrHasAttributeImpl.inc +%%CLANG%%llvm-devel/include/clang/Basic/AttrKinds.h +%%CLANG%%llvm-devel/include/clang/Basic/AttrList.inc +%%CLANG%%llvm-devel/include/clang/Basic/Attributes.h +%%CLANG%%llvm-devel/include/clang/Basic/Builtins.def +%%CLANG%%llvm-devel/include/clang/Basic/Builtins.h +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsAArch64.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsAMDGPU.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsARM.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsHexagon.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsLe64.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsMips.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsNEON.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsNVPTX.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsPPC.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSystemZ.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsX86.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsXCore.def +%%CLANG%%llvm-devel/include/clang/Basic/CapturedStmt.h +%%CLANG%%llvm-devel/include/clang/Basic/CharInfo.h +%%CLANG%%llvm-devel/include/clang/Basic/CommentOptions.h +%%CLANG%%llvm-devel/include/clang/Basic/Diagnostic.h +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCategories.h +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommentKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommonKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriverKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontendKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticGroups.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticIDs.h +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticIndexName.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLexKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticOptions.def +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticOptions.h +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParseKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/ExceptionSpecificationType.h +%%CLANG%%llvm-devel/include/clang/Basic/ExpressionTraits.h +%%CLANG%%llvm-devel/include/clang/Basic/FileManager.h +%%CLANG%%llvm-devel/include/clang/Basic/FileSystemOptions.h +%%CLANG%%llvm-devel/include/clang/Basic/FileSystemStatCache.h +%%CLANG%%llvm-devel/include/clang/Basic/IdentifierTable.h +%%CLANG%%llvm-devel/include/clang/Basic/LLVM.h +%%CLANG%%llvm-devel/include/clang/Basic/Lambda.h +%%CLANG%%llvm-devel/include/clang/Basic/LangOptions.def +%%CLANG%%llvm-devel/include/clang/Basic/LangOptions.h +%%CLANG%%llvm-devel/include/clang/Basic/Linkage.h +%%CLANG%%llvm-devel/include/clang/Basic/MacroBuilder.h +%%CLANG%%llvm-devel/include/clang/Basic/Module.h +%%CLANG%%llvm-devel/include/clang/Basic/ObjCRuntime.h +%%CLANG%%llvm-devel/include/clang/Basic/OpenCLExtensions.def +%%CLANG%%llvm-devel/include/clang/Basic/OpenMPKinds.def +%%CLANG%%llvm-devel/include/clang/Basic/OpenMPKinds.h +%%CLANG%%llvm-devel/include/clang/Basic/OperatorKinds.def +%%CLANG%%llvm-devel/include/clang/Basic/OperatorKinds.h +%%CLANG%%llvm-devel/include/clang/Basic/OperatorPrecedence.h +%%CLANG%%llvm-devel/include/clang/Basic/PartialDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Basic/PlistSupport.h +%%CLANG%%llvm-devel/include/clang/Basic/PrettyStackTrace.h +%%CLANG%%llvm-devel/include/clang/Basic/SanitizerBlacklist.h +%%CLANG%%llvm-devel/include/clang/Basic/Sanitizers.def +%%CLANG%%llvm-devel/include/clang/Basic/Sanitizers.h +%%CLANG%%llvm-devel/include/clang/Basic/SourceLocation.h +%%CLANG%%llvm-devel/include/clang/Basic/SourceManager.h +%%CLANG%%llvm-devel/include/clang/Basic/SourceManagerInternals.h +%%CLANG%%llvm-devel/include/clang/Basic/Specifiers.h +%%CLANG%%llvm-devel/include/clang/Basic/TargetBuiltins.h +%%CLANG%%llvm-devel/include/clang/Basic/TargetCXXABI.h +%%CLANG%%llvm-devel/include/clang/Basic/TargetInfo.h +%%CLANG%%llvm-devel/include/clang/Basic/TargetOptions.h +%%CLANG%%llvm-devel/include/clang/Basic/TemplateKinds.h +%%CLANG%%llvm-devel/include/clang/Basic/TokenKinds.def +%%CLANG%%llvm-devel/include/clang/Basic/TokenKinds.h +%%CLANG%%llvm-devel/include/clang/Basic/TypeTraits.h +%%CLANG%%llvm-devel/include/clang/Basic/Version.h +%%CLANG%%llvm-devel/include/clang/Basic/Version.inc +%%CLANG%%llvm-devel/include/clang/Basic/VersionTuple.h +%%CLANG%%llvm-devel/include/clang/Basic/VirtualFileSystem.h +%%CLANG%%llvm-devel/include/clang/Basic/Visibility.h +%%CLANG%%llvm-devel/include/clang/Basic/arm_neon.inc +%%CLANG%%llvm-devel/include/clang/CodeGen/BackendUtil.h +%%CLANG%%llvm-devel/include/clang/CodeGen/CGFunctionInfo.h +%%CLANG%%llvm-devel/include/clang/CodeGen/CodeGenABITypes.h +%%CLANG%%llvm-devel/include/clang/CodeGen/CodeGenAction.h +%%CLANG%%llvm-devel/include/clang/CodeGen/ModuleBuilder.h +%%CLANG%%llvm-devel/include/clang/CodeGen/ObjectFilePCHContainerOperations.h +%%CLANG%%llvm-devel/include/clang/Config/config.h +%%CLANG%%llvm-devel/include/clang/Driver/Action.h +%%CLANG%%llvm-devel/include/clang/Driver/Compilation.h +%%CLANG%%llvm-devel/include/clang/Driver/Driver.h +%%CLANG%%llvm-devel/include/clang/Driver/DriverDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Driver/Job.h +%%CLANG%%llvm-devel/include/clang/Driver/Multilib.h +%%CLANG%%llvm-devel/include/clang/Driver/Options.h +%%CLANG%%llvm-devel/include/clang/Driver/Options.inc +%%CLANG%%llvm-devel/include/clang/Driver/Phases.h +%%CLANG%%llvm-devel/include/clang/Driver/SanitizerArgs.h +%%CLANG%%llvm-devel/include/clang/Driver/Tool.h +%%CLANG%%llvm-devel/include/clang/Driver/ToolChain.h +%%CLANG%%llvm-devel/include/clang/Driver/Types.def +%%CLANG%%llvm-devel/include/clang/Driver/Types.h +%%CLANG%%llvm-devel/include/clang/Driver/Util.h +%%CLANG%%llvm-devel/include/clang/Edit/Commit.h +%%CLANG%%llvm-devel/include/clang/Edit/EditedSource.h +%%CLANG%%llvm-devel/include/clang/Edit/EditsReceiver.h +%%CLANG%%llvm-devel/include/clang/Edit/FileOffset.h +%%CLANG%%llvm-devel/include/clang/Edit/Rewriters.h +%%CLANG%%llvm-devel/include/clang/Format/Format.h +%%CLANG%%llvm-devel/include/clang/Frontend/ASTConsumers.h +%%CLANG%%llvm-devel/include/clang/Frontend/ASTUnit.h +%%CLANG%%llvm-devel/include/clang/Frontend/ChainedDiagnosticConsumer.h +%%CLANG%%llvm-devel/include/clang/Frontend/CodeGenOptions.def +%%CLANG%%llvm-devel/include/clang/Frontend/CodeGenOptions.h +%%CLANG%%llvm-devel/include/clang/Frontend/CommandLineSourceLoc.h +%%CLANG%%llvm-devel/include/clang/Frontend/CompilerInstance.h +%%CLANG%%llvm-devel/include/clang/Frontend/CompilerInvocation.h +%%CLANG%%llvm-devel/include/clang/Frontend/DependencyOutputOptions.h +%%CLANG%%llvm-devel/include/clang/Frontend/DiagnosticRenderer.h +%%CLANG%%llvm-devel/include/clang/Frontend/FrontendAction.h +%%CLANG%%llvm-devel/include/clang/Frontend/FrontendActions.h +%%CLANG%%llvm-devel/include/clang/Frontend/FrontendDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Frontend/FrontendOptions.h +%%CLANG%%llvm-devel/include/clang/Frontend/FrontendPluginRegistry.h +%%CLANG%%llvm-devel/include/clang/Frontend/LangStandard.h +%%CLANG%%llvm-devel/include/clang/Frontend/LangStandards.def +%%CLANG%%llvm-devel/include/clang/Frontend/LayoutOverrideSource.h +%%CLANG%%llvm-devel/include/clang/Frontend/LogDiagnosticPrinter.h +%%CLANG%%llvm-devel/include/clang/Frontend/MigratorOptions.h +%%CLANG%%llvm-devel/include/clang/Frontend/MultiplexConsumer.h +%%CLANG%%llvm-devel/include/clang/Frontend/PCHContainerOperations.h +%%CLANG%%llvm-devel/include/clang/Frontend/PreprocessorOutputOptions.h +%%CLANG%%llvm-devel/include/clang/Frontend/SerializedDiagnosticPrinter.h +%%CLANG%%llvm-devel/include/clang/Frontend/SerializedDiagnosticReader.h +%%CLANG%%llvm-devel/include/clang/Frontend/SerializedDiagnostics.h +%%CLANG%%llvm-devel/include/clang/Frontend/TextDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Frontend/TextDiagnosticBuffer.h +%%CLANG%%llvm-devel/include/clang/Frontend/TextDiagnosticPrinter.h +%%CLANG%%llvm-devel/include/clang/Frontend/Utils.h +%%CLANG%%llvm-devel/include/clang/Frontend/VerifyDiagnosticConsumer.h +%%CLANG%%llvm-devel/include/clang/FrontendTool/Utils.h +%%CLANG%%llvm-devel/include/clang/Index/CommentToXML.h +%%CLANG%%llvm-devel/include/clang/Index/USRGeneration.h +%%CLANG%%llvm-devel/include/clang/Lex/CodeCompletionHandler.h +%%CLANG%%llvm-devel/include/clang/Lex/DirectoryLookup.h +%%CLANG%%llvm-devel/include/clang/Lex/ExternalPreprocessorSource.h +%%CLANG%%llvm-devel/include/clang/Lex/HeaderMap.h +%%CLANG%%llvm-devel/include/clang/Lex/HeaderSearch.h +%%CLANG%%llvm-devel/include/clang/Lex/HeaderSearchOptions.h +%%CLANG%%llvm-devel/include/clang/Lex/LexDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Lex/Lexer.h +%%CLANG%%llvm-devel/include/clang/Lex/LiteralSupport.h +%%CLANG%%llvm-devel/include/clang/Lex/MacroArgs.h +%%CLANG%%llvm-devel/include/clang/Lex/MacroInfo.h +%%CLANG%%llvm-devel/include/clang/Lex/ModuleLoader.h +%%CLANG%%llvm-devel/include/clang/Lex/ModuleMap.h +%%CLANG%%llvm-devel/include/clang/Lex/MultipleIncludeOpt.h +%%CLANG%%llvm-devel/include/clang/Lex/PPCallbacks.h +%%CLANG%%llvm-devel/include/clang/Lex/PPConditionalDirectiveRecord.h +%%CLANG%%llvm-devel/include/clang/Lex/PTHLexer.h +%%CLANG%%llvm-devel/include/clang/Lex/PTHManager.h +%%CLANG%%llvm-devel/include/clang/Lex/Pragma.h +%%CLANG%%llvm-devel/include/clang/Lex/PreprocessingRecord.h +%%CLANG%%llvm-devel/include/clang/Lex/Preprocessor.h +%%CLANG%%llvm-devel/include/clang/Lex/PreprocessorLexer.h +%%CLANG%%llvm-devel/include/clang/Lex/PreprocessorOptions.h +%%CLANG%%llvm-devel/include/clang/Lex/ScratchBuffer.h +%%CLANG%%llvm-devel/include/clang/Lex/Token.h +%%CLANG%%llvm-devel/include/clang/Lex/TokenConcatenation.h +%%CLANG%%llvm-devel/include/clang/Lex/TokenLexer.h +%%CLANG%%llvm-devel/include/clang/Parse/AttrParserStringSwitches.inc +%%CLANG%%llvm-devel/include/clang/Parse/ParseAST.h +%%CLANG%%llvm-devel/include/clang/Parse/ParseDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Parse/Parser.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Core/DeltaTree.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Core/HTMLRewrite.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Core/RewriteBuffer.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Core/RewriteRope.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Core/Rewriter.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Core/TokenRewriter.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Frontend/ASTConsumers.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Frontend/FixItRewriter.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Frontend/FrontendActions.h +%%CLANG%%llvm-devel/include/clang/Rewrite/Frontend/Rewriters.h +%%CLANG%%llvm-devel/include/clang/Sema/AnalysisBasedWarnings.h +%%CLANG%%llvm-devel/include/clang/Sema/AttrParsedAttrImpl.inc +%%CLANG%%llvm-devel/include/clang/Sema/AttrParsedAttrKinds.inc +%%CLANG%%llvm-devel/include/clang/Sema/AttrParsedAttrList.inc +%%CLANG%%llvm-devel/include/clang/Sema/AttrSpellingListIndex.inc +%%CLANG%%llvm-devel/include/clang/Sema/AttrTemplateInstantiate.inc +%%CLANG%%llvm-devel/include/clang/Sema/AttributeList.h +%%CLANG%%llvm-devel/include/clang/Sema/CXXFieldCollector.h +%%CLANG%%llvm-devel/include/clang/Sema/CodeCompleteConsumer.h +%%CLANG%%llvm-devel/include/clang/Sema/CodeCompleteOptions.h +%%CLANG%%llvm-devel/include/clang/Sema/DeclSpec.h +%%CLANG%%llvm-devel/include/clang/Sema/DelayedDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Sema/Designator.h +%%CLANG%%llvm-devel/include/clang/Sema/ExternalSemaSource.h +%%CLANG%%llvm-devel/include/clang/Sema/IdentifierResolver.h +%%CLANG%%llvm-devel/include/clang/Sema/Initialization.h +%%CLANG%%llvm-devel/include/clang/Sema/LocInfoType.h +%%CLANG%%llvm-devel/include/clang/Sema/Lookup.h +%%CLANG%%llvm-devel/include/clang/Sema/LoopHint.h +%%CLANG%%llvm-devel/include/clang/Sema/MultiplexExternalSemaSource.h +%%CLANG%%llvm-devel/include/clang/Sema/ObjCMethodList.h +%%CLANG%%llvm-devel/include/clang/Sema/Overload.h +%%CLANG%%llvm-devel/include/clang/Sema/Ownership.h +%%CLANG%%llvm-devel/include/clang/Sema/ParsedTemplate.h +%%CLANG%%llvm-devel/include/clang/Sema/PrettyDeclStackTrace.h +%%CLANG%%llvm-devel/include/clang/Sema/Scope.h +%%CLANG%%llvm-devel/include/clang/Sema/ScopeInfo.h +%%CLANG%%llvm-devel/include/clang/Sema/Sema.h +%%CLANG%%llvm-devel/include/clang/Sema/SemaConsumer.h +%%CLANG%%llvm-devel/include/clang/Sema/SemaDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Sema/SemaFixItUtils.h +%%CLANG%%llvm-devel/include/clang/Sema/SemaInternal.h +%%CLANG%%llvm-devel/include/clang/Sema/SemaLambda.h +%%CLANG%%llvm-devel/include/clang/Sema/Template.h +%%CLANG%%llvm-devel/include/clang/Sema/TemplateDeduction.h +%%CLANG%%llvm-devel/include/clang/Sema/TypoCorrection.h +%%CLANG%%llvm-devel/include/clang/Sema/Weak.h +%%CLANG%%llvm-devel/include/clang/Serialization/ASTBitCodes.h +%%CLANG%%llvm-devel/include/clang/Serialization/ASTDeserializationListener.h +%%CLANG%%llvm-devel/include/clang/Serialization/ASTReader.h +%%CLANG%%llvm-devel/include/clang/Serialization/ASTWriter.h +%%CLANG%%llvm-devel/include/clang/Serialization/AttrPCHRead.inc +%%CLANG%%llvm-devel/include/clang/Serialization/AttrPCHWrite.inc +%%CLANG%%llvm-devel/include/clang/Serialization/ContinuousRangeMap.h +%%CLANG%%llvm-devel/include/clang/Serialization/GlobalModuleIndex.h +%%CLANG%%llvm-devel/include/clang/Serialization/Module.h +%%CLANG%%llvm-devel/include/clang/Serialization/ModuleManager.h +%%CLANG%%llvm-devel/include/clang/Serialization/SerializationDiagnostic.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/Analyses.def +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/Checker.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/CheckerManager.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/CheckerOptInfo.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/CheckerRegistry.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Frontend/FrontendActions.h +%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h +%%CLANG%%llvm-devel/include/clang/Tooling/ArgumentsAdjusters.h +%%CLANG%%llvm-devel/include/clang/Tooling/CommonOptionsParser.h +%%CLANG%%llvm-devel/include/clang/Tooling/CompilationDatabase.h +%%CLANG%%llvm-devel/include/clang/Tooling/CompilationDatabasePluginRegistry.h +%%CLANG%%llvm-devel/include/clang/Tooling/Core/Replacement.h +%%CLANG%%llvm-devel/include/clang/Tooling/FileMatchTrie.h +%%CLANG%%llvm-devel/include/clang/Tooling/JSONCompilationDatabase.h +%%CLANG%%llvm-devel/include/clang/Tooling/Refactoring.h +%%CLANG%%llvm-devel/include/clang/Tooling/RefactoringCallbacks.h +%%CLANG%%llvm-devel/include/clang/Tooling/ReplacementsYaml.h +%%CLANG%%llvm-devel/include/clang/Tooling/Tooling.h llvm-devel/include/llvm-c/Analysis.h llvm-devel/include/llvm-c/BitReader.h llvm-devel/include/llvm-c/BitWriter.h @@ -173,7 +618,6 @@ llvm-devel/include/llvm/Analysis/Interva llvm-devel/include/llvm/Analysis/IntervalIterator.h llvm-devel/include/llvm/Analysis/IntervalPartition.h llvm-devel/include/llvm/Analysis/IteratedDominanceFrontier.h -llvm-devel/include/llvm/Analysis/JumpInstrTableInfo.h llvm-devel/include/llvm/Analysis/LazyCallGraph.h llvm-devel/include/llvm/Analysis/LazyValueInfo.h llvm-devel/include/llvm/Analysis/LibCallAliasAnalysis.h @@ -187,6 +631,7 @@ llvm-devel/include/llvm/Analysis/LoopIte llvm-devel/include/llvm/Analysis/LoopPass.h llvm-devel/include/llvm/Analysis/MemoryBuiltins.h llvm-devel/include/llvm/Analysis/MemoryDependenceAnalysis.h +llvm-devel/include/llvm/Analysis/MemoryLocation.h llvm-devel/include/llvm/Analysis/PHITransAddr.h llvm-devel/include/llvm/Analysis/Passes.h llvm-devel/include/llvm/Analysis/PostDominators.h @@ -208,7 +653,9 @@ llvm-devel/include/llvm/Analysis/TargetT llvm-devel/include/llvm/Analysis/TargetTransformInfoImpl.h llvm-devel/include/llvm/Analysis/Trace.h llvm-devel/include/llvm/Analysis/ValueTracking.h +llvm-devel/include/llvm/Analysis/VectorUtils.h llvm-devel/include/llvm/AsmParser/Parser.h +llvm-devel/include/llvm/AsmParser/SlotMapping.h llvm-devel/include/llvm/Bitcode/BitCodes.h llvm-devel/include/llvm/Bitcode/BitcodeWriterPass.h llvm-devel/include/llvm/Bitcode/BitstreamReader.h @@ -224,8 +671,11 @@ llvm-devel/include/llvm/CodeGen/CommandF llvm-devel/include/llvm/CodeGen/DAGCombine.h llvm-devel/include/llvm/CodeGen/DFAPacketizer.h llvm-devel/include/llvm/CodeGen/DIE.h +llvm-devel/include/llvm/CodeGen/DIEValue.def +llvm-devel/include/llvm/CodeGen/DwarfStringPoolEntry.h llvm-devel/include/llvm/CodeGen/EdgeBundles.h llvm-devel/include/llvm/CodeGen/FastISel.h +llvm-devel/include/llvm/CodeGen/FaultMaps.h llvm-devel/include/llvm/CodeGen/FunctionLoweringInfo.h llvm-devel/include/llvm/CodeGen/GCMetadata.h llvm-devel/include/llvm/CodeGen/GCMetadataPrinter.h @@ -245,6 +695,8 @@ llvm-devel/include/llvm/CodeGen/LiveRang llvm-devel/include/llvm/CodeGen/LiveRegMatrix.h llvm-devel/include/llvm/CodeGen/LiveStackAnalysis.h llvm-devel/include/llvm/CodeGen/LiveVariables.h +llvm-devel/include/llvm/CodeGen/MIRParser/MIRParser.h +llvm-devel/include/llvm/CodeGen/MIRYamlMapping.h llvm-devel/include/llvm/CodeGen/MachORelocation.h llvm-devel/include/llvm/CodeGen/MachineBasicBlock.h llvm-devel/include/llvm/CodeGen/MachineBlockFrequencyInfo.h @@ -256,6 +708,7 @@ llvm-devel/include/llvm/CodeGen/MachineD llvm-devel/include/llvm/CodeGen/MachineFrameInfo.h llvm-devel/include/llvm/CodeGen/MachineFunction.h llvm-devel/include/llvm/CodeGen/MachineFunctionAnalysis.h +llvm-devel/include/llvm/CodeGen/MachineFunctionInitializer.h llvm-devel/include/llvm/CodeGen/MachineFunctionPass.h llvm-devel/include/llvm/CodeGen/MachineInstr.h llvm-devel/include/llvm/CodeGen/MachineInstrBuilder.h @@ -311,7 +764,6 @@ llvm-devel/include/llvm/Config/AsmParser llvm-devel/include/llvm/Config/AsmPrinters.def llvm-devel/include/llvm/Config/Disassemblers.def llvm-devel/include/llvm/Config/Targets.def -llvm-devel/include/llvm/Config/config.h llvm-devel/include/llvm/Config/llvm-config.h llvm-devel/include/llvm/DebugInfo/DIContext.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h @@ -403,7 +855,10 @@ llvm-devel/include/llvm/ExecutionEngine/ llvm-devel/include/llvm/ExecutionEngine/Orc/JITSymbol.h llvm-devel/include/llvm/ExecutionEngine/Orc/LambdaResolver.h llvm-devel/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h +llvm-devel/include/llvm/ExecutionEngine/Orc/LogicalDylib.h +llvm-devel/include/llvm/ExecutionEngine/Orc/NullResolver.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h +llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h llvm-devel/include/llvm/ExecutionEngine/OrcMCJITReplacement.h llvm-devel/include/llvm/ExecutionEngine/RTDyldMemoryManager.h @@ -454,14 +909,15 @@ llvm-devel/include/llvm/IR/Intrinsics.ge llvm-devel/include/llvm/IR/Intrinsics.h llvm-devel/include/llvm/IR/Intrinsics.td llvm-devel/include/llvm/IR/IntrinsicsAArch64.td +llvm-devel/include/llvm/IR/IntrinsicsAMDGPU.td llvm-devel/include/llvm/IR/IntrinsicsARM.td llvm-devel/include/llvm/IR/IntrinsicsBPF.td llvm-devel/include/llvm/IR/IntrinsicsHexagon.td llvm-devel/include/llvm/IR/IntrinsicsMips.td llvm-devel/include/llvm/IR/IntrinsicsNVVM.td llvm-devel/include/llvm/IR/IntrinsicsPowerPC.td -llvm-devel/include/llvm/IR/IntrinsicsR600.td llvm-devel/include/llvm/IR/IntrinsicsSystemZ.td +llvm-devel/include/llvm/IR/IntrinsicsWebAssembly.td llvm-devel/include/llvm/IR/IntrinsicsX86.td llvm-devel/include/llvm/IR/IntrinsicsXCore.td llvm-devel/include/llvm/IR/LLVMContext.h @@ -474,6 +930,7 @@ llvm-devel/include/llvm/IR/Metadata.def llvm-devel/include/llvm/IR/Metadata.h llvm-devel/include/llvm/IR/MetadataTracking.h llvm-devel/include/llvm/IR/Module.h +llvm-devel/include/llvm/IR/ModuleSlotTracker.h llvm-devel/include/llvm/IR/NoFolder.h llvm-devel/include/llvm/IR/OperandTraits.h llvm-devel/include/llvm/IR/Operator.h @@ -490,6 +947,7 @@ llvm-devel/include/llvm/IR/TypeFinder.h llvm-devel/include/llvm/IR/Use.h llvm-devel/include/llvm/IR/UseListOrder.h llvm-devel/include/llvm/IR/User.h +llvm-devel/include/llvm/IR/Value.def llvm-devel/include/llvm/IR/Value.h llvm-devel/include/llvm/IR/ValueHandle.h llvm-devel/include/llvm/IR/ValueMap.h @@ -499,6 +957,7 @@ llvm-devel/include/llvm/IRReader/IRReade llvm-devel/include/llvm/InitializePasses.h llvm-devel/include/llvm/LTO/LTOCodeGenerator.h llvm-devel/include/llvm/LTO/LTOModule.h +llvm-devel/include/llvm/LibDriver/LibDriver.h llvm-devel/include/llvm/LineEditor/LineEditor.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Fri Jul 24 23:41:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 072109AAE33; Fri, 24 Jul 2015 23:41:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE8DA1D7B; Fri, 24 Jul 2015 23:41:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ONfGIN097504; Fri, 24 Jul 2015 23:41:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ONfGOO097502; Fri, 24 Jul 2015 23:41:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242341.t6ONfGOO097502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 23:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392852 - head/deskutils/owncloudclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 23:41:17 -0000 Author: antoine Date: Fri Jul 24 23:41:15 2015 New Revision: 392852 URL: https://svnweb.freebsd.org/changeset/ports/392852 Log: Fix packaging after sphinx update Reported by: pkg-fallout Modified: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/pkg-plist Modified: head/deskutils/owncloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Fri Jul 24 23:40:09 2015 (r392851) +++ head/deskutils/owncloudclient/Makefile Fri Jul 24 23:41:15 2015 (r392852) @@ -3,7 +3,7 @@ PORTNAME= owncloudclient PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/desktop/stable/ Modified: head/deskutils/owncloudclient/pkg-plist ============================================================================== --- head/deskutils/owncloudclient/pkg-plist Fri Jul 24 23:40:09 2015 (r392851) +++ head/deskutils/owncloudclient/pkg-plist Fri Jul 24 23:41:15 2015 (r392852) @@ -67,20 +67,22 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/visualtour.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/ajax-loader.gif %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/basic.css +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/classic.css %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/down.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/jquery-1.11.1.js %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/jquery.js %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/searchtools.js %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/underscore-1.3.1.js %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/up.png From owner-svn-ports-all@freebsd.org Fri Jul 24 23:43:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7931B9AAE8A; Fri, 24 Jul 2015 23:43:27 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 696971FD1; Fri, 24 Jul 2015 23:43:27 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ONhR43097719; Fri, 24 Jul 2015 23:43:27 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ONhQpT097715; Fri, 24 Jul 2015 23:43:26 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201507242343.t6ONhQpT097715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 24 Jul 2015 23:43:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392853 - in head/lang/gcc5: . 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.20 Precedence: 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, 24 Jul 2015 23:43:27 -0000 Author: gerald Date: Fri Jul 24 23:43:26 2015 New Revision: 392853 URL: https://svnweb.freebsd.org/changeset/ports/392853 Log: Update from GCC 5.1 (the first release of GCC 5) to GCC 5.2. This mostly brings bug fixes across teh board plus, thanks to andreast@, support for position independent code directly upstream, so we can remove files/patch-pie-support. Deleted: head/lang/gcc5/files/patch-pie-support Modified: head/lang/gcc5/Makefile head/lang/gcc5/distinfo Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Fri Jul 24 23:41:15 2015 (r392852) +++ head/lang/gcc5/Makefile Fri Jul 24 23:43:26 2015 (r392853) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.1.0 -PORTREVISION= 1 +PORTVERSION= 5.2.0 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc5/distinfo ============================================================================== --- head/lang/gcc5/distinfo Fri Jul 24 23:41:15 2015 (r392852) +++ head/lang/gcc5/distinfo Fri Jul 24 23:43:26 2015 (r392853) @@ -1,2 +1,2 @@ -SHA256 (gcc-5.1.0.tar.bz2) = b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad -SIZE (gcc-5.1.0.tar.bz2) = 94954411 +SHA256 (gcc-5.2.0.tar.bz2) = 5f835b04b5f7dd4f4d2dc96190ec1621b8d89f2dc6f638f9f8bc1b1014ba8cad +SIZE (gcc-5.2.0.tar.bz2) = 95221552 From owner-svn-ports-all@freebsd.org Fri Jul 24 23:45:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76DB69AAEFC; Fri, 24 Jul 2015 23:45:45 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 668F413DE; Fri, 24 Jul 2015 23:45:45 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ONjjf6097951; Fri, 24 Jul 2015 23:45:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ONjix5097949; Fri, 24 Jul 2015 23:45:44 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242345.t6ONjix5097949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 23:45:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392854 - head/x11-toolkits/py-kivy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 24 Jul 2015 23:45:45 -0000 Author: antoine Date: Fri Jul 24 23:45:43 2015 New Revision: 392854 URL: https://svnweb.freebsd.org/changeset/ports/392854 Log: Fix packaging after sphinx update Reported by: pkg-fallout Modified: head/x11-toolkits/py-kivy/Makefile head/x11-toolkits/py-kivy/pkg-plist Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Fri Jul 24 23:43:26 2015 (r392853) +++ head/x11-toolkits/py-kivy/Makefile Fri Jul 24 23:45:43 2015 (r392854) @@ -3,7 +3,7 @@ PORTNAME= kivy PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits python MASTER_SITES= GH LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/x11-toolkits/py-kivy/pkg-plist ============================================================================== --- head/x11-toolkits/py-kivy/pkg-plist Fri Jul 24 23:43:26 2015 (r392853) +++ head/x11-toolkits/py-kivy/pkg-plist Fri Jul 24 23:45:43 2015 (r392854) @@ -121,7 +121,6 @@ %%DOCS%%%%DOCSDIR%%/_modules/kivy/base.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/cache.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/clock.html -%%DOCS%%%%DOCSDIR%%/_modules/kivy/compat.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/config.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/context.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/core/audio.html @@ -136,14 +135,10 @@ %%DOCS%%%%DOCSDIR%%/_modules/kivy/effects/kinetic.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/effects/opacityscroll.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/effects/scroll.html -%%DOCS%%%%DOCSDIR%%/_modules/kivy/event.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/ext.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/factory.html -%%DOCS%%%%DOCSDIR%%/_modules/kivy/garden.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/geometry.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/gesture.html -%%DOCS%%%%DOCSDIR%%/_modules/kivy/graphics.html -%%DOCS%%%%DOCSDIR%%/_modules/kivy/input.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/input/factory.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/input/motionevent.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/input/postproc/dejitter.html @@ -221,6 +216,7 @@ %%DOCS%%%%DOCSDIR%%/_modules/kivy/utils.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/vector.html %%DOCS%%%%DOCSDIR%%/_modules/kivy/weakmethod.html +%%DOCS%%%%DOCSDIR%%/_modules/logging.html %%DOCS%%%%DOCSDIR%%/_sources/api-index.txt %%DOCS%%%%DOCSDIR%%/_sources/api-kivy.adapters.adapter.txt %%DOCS%%%%DOCSDIR%%/_sources/api-kivy.adapters.args_converters.txt @@ -426,11 +422,11 @@ %%DOCS%%%%DOCSDIR%%/_sources/tutorials/pong.txt %%DOCS%%%%DOCSDIR%%/_sources/user-guide.txt %%DOCS%%%%DOCSDIR%%/_static/ajax-loader.gif +%%DOCS%%%%DOCSDIR%%/_static/alabaster.css %%DOCS%%%%DOCSDIR%%/_static/basic.css %%DOCS%%%%DOCSDIR%%/_static/comment-bright.png %%DOCS%%%%DOCSDIR%%/_static/comment-close.png %%DOCS%%%%DOCSDIR%%/_static/comment.png -%%DOCS%%%%DOCSDIR%%/_static/default.css %%DOCS%%%%DOCSDIR%%/_static/disclosure_down.png %%DOCS%%%%DOCSDIR%%/_static/disclosure_up.png %%DOCS%%%%DOCSDIR%%/_static/doctools.js @@ -444,6 +440,7 @@ %%DOCS%%%%DOCSDIR%%/_static/element-structure-16.png %%DOCS%%%%DOCSDIR%%/_static/file.png %%DOCS%%%%DOCSDIR%%/_static/fresh.css +%%DOCS%%%%DOCSDIR%%/_static/jquery-1.11.1.js %%DOCS%%%%DOCSDIR%%/_static/jquery-ui.min.js %%DOCS%%%%DOCSDIR%%/_static/jquery.cookie.js %%DOCS%%%%DOCSDIR%%/_static/jquery.js @@ -453,7 +450,7 @@ %%DOCS%%%%DOCSDIR%%/_static/plus.png %%DOCS%%%%DOCSDIR%%/_static/pygments.css %%DOCS%%%%DOCSDIR%%/_static/searchtools.js -%%DOCS%%%%DOCSDIR%%/_static/sidebar.js +%%DOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js %%DOCS%%%%DOCSDIR%%/_static/underscore.js %%DOCS%%%%DOCSDIR%%/_static/up-pressed.png %%DOCS%%%%DOCSDIR%%/_static/up.png From owner-svn-ports-all@freebsd.org Sat Jul 25 05:24:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 651689A9757; Sat, 25 Jul 2015 05:24:04 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D16EA3; Sat, 25 Jul 2015 05:24:04 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P5O4m1043712; Sat, 25 Jul 2015 05:24:04 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P5O3cC043710; Sat, 25 Jul 2015 05:24:03 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507250524.t6P5O3cC043710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 25 Jul 2015 05:24:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392855 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 05:24:04 -0000 Author: riggs Date: Sat Jul 25 05:24:02 2015 New Revision: 392855 URL: https://svnweb.freebsd.org/changeset/ports/392855 Log: Update to upstream version 2.7.2 (bugfix release, no API/ABI change) Modified: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg/distinfo Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Jul 24 23:45:43 2015 (r392854) +++ head/multimedia/ffmpeg/Makefile Sat Jul 25 05:24:02 2015 (r392855) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpeg -PORTVERSION= 2.7.1 -PORTREVISION= 1 +PORTVERSION= 2.7.2 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg/distinfo ============================================================================== --- head/multimedia/ffmpeg/distinfo Fri Jul 24 23:45:43 2015 (r392854) +++ head/multimedia/ffmpeg/distinfo Sat Jul 25 05:24:02 2015 (r392855) @@ -1,2 +1,2 @@ -SHA256 (ffmpeg-2.7.1.tar.bz2) = 7e07b97d2415feeae9c9b5595e35e7b7aab33207e81bf9f8c0d1eece43f7f720 -SIZE (ffmpeg-2.7.1.tar.bz2) = 8152634 +SHA256 (ffmpeg-2.7.2.tar.bz2) = 7ceb7550ad628c526fa6c9ff23fdfb687a62f54d90c4a730998d8c2b417b9ef2 +SIZE (ffmpeg-2.7.2.tar.bz2) = 8157217 From owner-svn-ports-all@freebsd.org Sat Jul 25 07:40:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14A979AADE4; Sat, 25 Jul 2015 07:40:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7D2E12EA; Sat, 25 Jul 2015 07:40:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P7eWIW099116; Sat, 25 Jul 2015 07:40:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P7eW06099114; Sat, 25 Jul 2015 07:40:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507250740.t6P7eW06099114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 07:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392856 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 07:40:34 -0000 Author: sunpoet Date: Sat Jul 25 07:40:31 2015 New Revision: 392856 URL: https://svnweb.freebsd.org/changeset/ports/392856 Log: - Update to 7.4.796 Changes: https://github.com/vim/vim/commits/master Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Jul 25 05:24:02 2015 (r392855) +++ head/editors/vim/Makefile Sat Jul 25 07:40:31 2015 (r392856) @@ -3,7 +3,7 @@ PORTNAME= vim DISTVERSIONPREFIX= v -DISTVERSION= 7-4-778 +DISTVERSION= 7-4-796 CATEGORIES?= editors MAINTAINER?= sunpoet@FreeBSD.org Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Jul 25 05:24:02 2015 (r392855) +++ head/editors/vim/distinfo Sat Jul 25 07:40:31 2015 (r392856) @@ -1,2 +1,2 @@ -SHA256 (vim-vim-v7-4-778_GH0.tar.bz2) = fd64aa38ad1ab5f2920bd4eb57f634baa31b118fb62ce4142c1ca0a327642d02 -SIZE (vim-vim-v7-4-778_GH0.tar.bz2) = 12190994 +SHA256 (vim-vim-v7-4-796_GH0.tar.bz2) = 302b0fa6ff002bb194276b42a9a8a89b88a8b67fb231c9305badf09576b895b7 +SIZE (vim-vim-v7-4-796_GH0.tar.bz2) = 12201382 From owner-svn-ports-all@freebsd.org Sat Jul 25 07:40:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A830B9AAE0B; Sat, 25 Jul 2015 07:40:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F1B313E0; Sat, 25 Jul 2015 07:40:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P7edPx099244; Sat, 25 Jul 2015 07:40:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P7edTr099241; Sat, 25 Jul 2015 07:40:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507250740.t6P7edTr099241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 07:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392857 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 07:40:40 -0000 Author: sunpoet Date: Sat Jul 25 07:40:38 2015 New Revision: 392857 URL: https://svnweb.freebsd.org/changeset/ports/392857 Log: - Update to 20150722 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150722.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Sat Jul 25 07:40:31 2015 (r392856) +++ head/misc/pciids/Makefile Sat Jul 25 07:40:38 2015 (r392857) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20150710 +PORTVERSION= 20150722 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Sat Jul 25 07:40:31 2015 (r392856) +++ head/misc/pciids/distinfo Sat Jul 25 07:40:38 2015 (r392857) @@ -1,2 +1,2 @@ -SHA256 (pciids-20150710.tar.xz) = 96e161b5e24ea811b847ca43d0370c3df507a19d1abfd0e47ef503926e71fa63 -SIZE (pciids-20150710.tar.xz) = 178216 +SHA256 (pciids-20150722.tar.xz) = b143c5126d3ab186f8244cc1433c49c746f9d3bd586e838d49d8f56c5722a065 +SIZE (pciids-20150722.tar.xz) = 178536 From owner-svn-ports-all@freebsd.org Sat Jul 25 07:40:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2B9C9AAE33; Sat, 25 Jul 2015 07:40:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A5931554; Sat, 25 Jul 2015 07:40:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P7ejkm099383; Sat, 25 Jul 2015 07:40:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P7ei83099380; Sat, 25 Jul 2015 07:40:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507250740.t6P7ei83099380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 07:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392858 - 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.20 Precedence: 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, 25 Jul 2015 07:40:46 -0000 Author: sunpoet Date: Sat Jul 25 07:40:44 2015 New Revision: 392858 URL: https://svnweb.freebsd.org/changeset/ports/392858 Log: - Update to 2.13.2 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 Sat Jul 25 07:40:38 2015 (r392857) +++ head/www/npm/Makefile Sat Jul 25 07:40:44 2015 (r392858) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.12.1 +PORTVERSION= 2.13.2 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sat Jul 25 07:40:38 2015 (r392857) +++ head/www/npm/distinfo Sat Jul 25 07:40:44 2015 (r392858) @@ -1,2 +1,2 @@ -SHA256 (npm-2.12.1.tar.xz) = 76bc36039f2b5141ad89149e09b92bdadff6a7efb9eef36f4ea36ca088ee84b4 -SIZE (npm-2.12.1.tar.xz) = 2508192 +SHA256 (npm-2.13.2.tar.xz) = a576e116dedf3d6796fe4741523e671de671f73b5b12c267de03fe58e5832343 +SIZE (npm-2.13.2.tar.xz) = 2480304 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sat Jul 25 07:40:38 2015 (r392857) +++ head/www/npm/pkg-plist Sat Jul 25 07:40:44 2015 (r392858) @@ -36,6 +36,7 @@ lib/node_modules/npm/doc/api/npm-ls.md lib/node_modules/npm/doc/api/npm-outdated.md lib/node_modules/npm/doc/api/npm-owner.md lib/node_modules/npm/doc/api/npm-pack.md +lib/node_modules/npm/doc/api/npm-ping.md lib/node_modules/npm/doc/api/npm-prefix.md lib/node_modules/npm/doc/api/npm-prune.md lib/node_modules/npm/doc/api/npm-publish.md @@ -82,6 +83,7 @@ lib/node_modules/npm/doc/cli/npm-ls.md lib/node_modules/npm/doc/cli/npm-outdated.md lib/node_modules/npm/doc/cli/npm-owner.md lib/node_modules/npm/doc/cli/npm-pack.md +lib/node_modules/npm/doc/cli/npm-ping.md lib/node_modules/npm/doc/cli/npm-prefix.md lib/node_modules/npm/doc/cli/npm-prune.md lib/node_modules/npm/doc/cli/npm-publish.md @@ -139,6 +141,7 @@ lib/node_modules/npm/html/doc/api/npm-ls lib/node_modules/npm/html/doc/api/npm-outdated.html lib/node_modules/npm/html/doc/api/npm-owner.html lib/node_modules/npm/html/doc/api/npm-pack.html +lib/node_modules/npm/html/doc/api/npm-ping.html lib/node_modules/npm/html/doc/api/npm-prefix.html lib/node_modules/npm/html/doc/api/npm-prune.html lib/node_modules/npm/html/doc/api/npm-publish.html @@ -185,6 +188,7 @@ lib/node_modules/npm/html/doc/cli/npm-ls lib/node_modules/npm/html/doc/cli/npm-outdated.html lib/node_modules/npm/html/doc/cli/npm-owner.html lib/node_modules/npm/html/doc/cli/npm-pack.html +lib/node_modules/npm/html/doc/cli/npm-ping.html lib/node_modules/npm/html/doc/cli/npm-prefix.html lib/node_modules/npm/html/doc/cli/npm-prune.html lib/node_modules/npm/html/doc/cli/npm-publish.html @@ -249,6 +253,7 @@ lib/node_modules/npm/html/partial/doc/ap lib/node_modules/npm/html/partial/doc/api/npm-outdated.html lib/node_modules/npm/html/partial/doc/api/npm-owner.html lib/node_modules/npm/html/partial/doc/api/npm-pack.html +lib/node_modules/npm/html/partial/doc/api/npm-ping.html lib/node_modules/npm/html/partial/doc/api/npm-prefix.html lib/node_modules/npm/html/partial/doc/api/npm-prune.html lib/node_modules/npm/html/partial/doc/api/npm-publish.html @@ -295,6 +300,7 @@ lib/node_modules/npm/html/partial/doc/cl lib/node_modules/npm/html/partial/doc/cli/npm-outdated.html lib/node_modules/npm/html/partial/doc/cli/npm-owner.html lib/node_modules/npm/html/partial/doc/cli/npm-pack.html +lib/node_modules/npm/html/partial/doc/cli/npm-ping.html lib/node_modules/npm/html/partial/doc/cli/npm-prefix.html lib/node_modules/npm/html/partial/doc/cli/npm-prune.html lib/node_modules/npm/html/partial/doc/cli/npm-publish.html @@ -384,6 +390,7 @@ lib/node_modules/npm/lib/npm.js lib/node_modules/npm/lib/outdated.js lib/node_modules/npm/lib/owner.js lib/node_modules/npm/lib/pack.js +lib/node_modules/npm/lib/ping.js lib/node_modules/npm/lib/prefix.js lib/node_modules/npm/lib/prune.js lib/node_modules/npm/lib/publish.js @@ -457,6 +464,7 @@ lib/node_modules/npm/man/man1/npm-ls.1.g lib/node_modules/npm/man/man1/npm-outdated.1.gz lib/node_modules/npm/man/man1/npm-owner.1.gz lib/node_modules/npm/man/man1/npm-pack.1.gz +lib/node_modules/npm/man/man1/npm-ping.1.gz lib/node_modules/npm/man/man1/npm-prefix.1.gz lib/node_modules/npm/man/man1/npm-prune.1.gz lib/node_modules/npm/man/man1/npm-publish.1.gz @@ -499,6 +507,7 @@ lib/node_modules/npm/man/man3/npm-ls.3.g lib/node_modules/npm/man/man3/npm-outdated.3.gz lib/node_modules/npm/man/man3/npm-owner.3.gz lib/node_modules/npm/man/man3/npm-pack.3.gz +lib/node_modules/npm/man/man3/npm-ping.3.gz lib/node_modules/npm/man/man3/npm-prefix.3.gz lib/node_modules/npm/man/man3/npm-prune.3.gz lib/node_modules/npm/man/man3/npm-publish.3.gz @@ -542,7 +551,6 @@ lib/node_modules/npm/node_modules/.bin/n lib/node_modules/npm/node_modules/.bin/opener lib/node_modules/npm/node_modules/.bin/rimraf lib/node_modules/npm/node_modules/.bin/semver -lib/node_modules/npm/node_modules/.bin/strip-ansi lib/node_modules/npm/node_modules/.bin/which lib/node_modules/npm/node_modules/abbrev/.npmignore lib/node_modules/npm/node_modules/abbrev/.travis.yml @@ -552,10 +560,6 @@ lib/node_modules/npm/node_modules/abbrev lib/node_modules/npm/node_modules/abbrev/abbrev.js lib/node_modules/npm/node_modules/abbrev/package.json lib/node_modules/npm/node_modules/abbrev/test.js -lib/node_modules/npm/node_modules/ansi-regex/index.js -lib/node_modules/npm/node_modules/ansi-regex/license -lib/node_modules/npm/node_modules/ansi-regex/package.json -lib/node_modules/npm/node_modules/ansi-regex/readme.md lib/node_modules/npm/node_modules/ansi/.jshintrc lib/node_modules/npm/node_modules/ansi/.npmignore lib/node_modules/npm/node_modules/ansi/History.md @@ -633,6 +637,17 @@ lib/node_modules/npm/node_modules/cmd-sh lib/node_modules/npm/node_modules/cmd-shim/LICENSE lib/node_modules/npm/node_modules/cmd-shim/README.md lib/node_modules/npm/node_modules/cmd-shim/index.js +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/cmd-shim/package.json lib/node_modules/npm/node_modules/cmd-shim/test/00-setup.js lib/node_modules/npm/node_modules/cmd-shim/test/basic.js @@ -642,6 +657,14 @@ lib/node_modules/npm/node_modules/column lib/node_modules/npm/node_modules/columnify/Readme.md lib/node_modules/npm/node_modules/columnify/columnify.js lib/node_modules/npm/node_modules/columnify/index.js +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/cli.js +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/index.js +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/index.js +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/license +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/package.json +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/package.json +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/readme.md lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/.npmignore lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/LICENSE lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/Readme.md @@ -709,6 +732,17 @@ lib/node_modules/npm/node_modules/fs-vac lib/node_modules/npm/node_modules/fs-vacuum/.npmignore lib/node_modules/npm/node_modules/fs-vacuum/LICENSE lib/node_modules/npm/node_modules/fs-vacuum/README.md +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/fs-vacuum/node_modules/graceful-fs/test/write-then-read.js 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 @@ -722,6 +756,17 @@ lib/node_modules/npm/node_modules/fs-vac 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/node_modules/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/graceful-fs/test/write-then-read.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/fs-write-stream-atomic/test/toolong.js @@ -775,6 +820,17 @@ lib/node_modules/npm/node_modules/fstrea lib/node_modules/npm/node_modules/fstream/lib/reader.js lib/node_modules/npm/node_modules/fstream/lib/socket-reader.js lib/node_modules/npm/node_modules/fstream/lib/writer.js +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/fstream/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/fstream/package.json lib/node_modules/npm/node_modules/github-url-from-git/.npmignore lib/node_modules/npm/node_modules/github-url-from-git/LICENSE @@ -800,17 +856,13 @@ lib/node_modules/npm/node_modules/glob/n lib/node_modules/npm/node_modules/glob/node_modules/path-is-absolute/readme.md lib/node_modules/npm/node_modules/glob/package.json lib/node_modules/npm/node_modules/glob/sync.js -lib/node_modules/npm/node_modules/graceful-fs/.npmignore lib/node_modules/npm/node_modules/graceful-fs/LICENSE lib/node_modules/npm/node_modules/graceful-fs/README.md lib/node_modules/npm/node_modules/graceful-fs/fs.js lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js lib/node_modules/npm/node_modules/graceful-fs/package.json lib/node_modules/npm/node_modules/graceful-fs/polyfills.js -lib/node_modules/npm/node_modules/graceful-fs/test/max-open.js -lib/node_modules/npm/node_modules/graceful-fs/test/open.js -lib/node_modules/npm/node_modules/graceful-fs/test/readdir-sort.js -lib/node_modules/npm/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/hosted-git-info/.npmignore lib/node_modules/npm/node_modules/hosted-git-info/.travis.yml lib/node_modules/npm/node_modules/hosted-git-info/LICENSE @@ -896,6 +948,7 @@ lib/node_modules/npm/node_modules/lockfi lib/node_modules/npm/node_modules/lockfile/test/retry-time.js lib/node_modules/npm/node_modules/lockfile/test/stale-contention.js lib/node_modules/npm/node_modules/lru-cache/.npmignore +lib/node_modules/npm/node_modules/lru-cache/.travis.yml lib/node_modules/npm/node_modules/lru-cache/CONTRIBUTORS lib/node_modules/npm/node_modules/lru-cache/LICENSE lib/node_modules/npm/node_modules/lru-cache/README.md @@ -1116,6 +1169,17 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.npmignore lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.travis.yml lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE @@ -1287,6 +1351,7 @@ lib/node_modules/npm/node_modules/npm-re 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/logout.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/ping.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 @@ -1294,9 +1359,52 @@ 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/whoami.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/.npmignore lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/LICENSE lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/.travis.yml +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/.zuul.yml +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/doc/stream.markdown +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/float.patch +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/util.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/build/build.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/component.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/test.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/History.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/browser.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/node.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/util-deprecate/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/writable.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/.travis.yml lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/LICENSE lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/example/tarray.js @@ -1307,14 +1415,17 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/test/tarray.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/package.json lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/readme.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/array.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/buffer.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/infer.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/nothing.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/objects.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/server/ls.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/string.js -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/typedarray.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/graceful-fs/test/write-then-read.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/access.js @@ -1336,12 +1447,14 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-basic.js lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-github-api-json.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-403.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/initialize.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/logout.js +lib/node_modules/npm/node_modules/npm-registry-client/test/ping.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-failed-no-message.js @@ -1442,6 +1555,10 @@ lib/node_modules/npm/node_modules/osenv/ lib/node_modules/npm/node_modules/osenv/.travis.yml lib/node_modules/npm/node_modules/osenv/LICENSE lib/node_modules/npm/node_modules/osenv/README.md +lib/node_modules/npm/node_modules/osenv/node_modules/os-homedir/index.js +lib/node_modules/npm/node_modules/osenv/node_modules/os-homedir/license +lib/node_modules/npm/node_modules/osenv/node_modules/os-homedir/package.json +lib/node_modules/npm/node_modules/osenv/node_modules/os-homedir/readme.md lib/node_modules/npm/node_modules/osenv/node_modules/os-tmpdir/index.js lib/node_modules/npm/node_modules/osenv/node_modules/os-tmpdir/license lib/node_modules/npm/node_modules/osenv/node_modules/os-tmpdir/package.json @@ -1450,6 +1567,7 @@ lib/node_modules/npm/node_modules/osenv/ lib/node_modules/npm/node_modules/osenv/package.json lib/node_modules/npm/node_modules/osenv/test/unix.js lib/node_modules/npm/node_modules/osenv/test/windows.js +lib/node_modules/npm/node_modules/osenv/x.tap lib/node_modules/npm/node_modules/path-is-inside/LICENSE.txt lib/node_modules/npm/node_modules/path-is-inside/README.md lib/node_modules/npm/node_modules/path-is-inside/lib/path-is-inside.js @@ -1462,6 +1580,17 @@ lib/node_modules/npm/node_modules/read-i 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/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs/test/write-then-read.js 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 @@ -1503,6 +1632,17 @@ lib/node_modules/npm/node_modules/read-i 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/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/read-package-json/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.editorconfig lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.npmignore lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/LICENSE @@ -1710,31 +1850,10 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/form-data/License lib/node_modules/npm/node_modules/request/node_modules/form-data/Readme.md lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/form_data.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/LICENSE lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/bower.json -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/component.json -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/base.css -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/index.html -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/base.css -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/index.html -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/lib/async.js.html -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/lib/index.html -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/prettify.css -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/prettify.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/sort-arrow-sprite.png -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov-report/sorter.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lcov.info -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lib/async.js.html -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/lib/index.html -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/prettify.css -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/prettify.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/sort-arrow-sprite.png -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/coverage/sorter.js lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/nyc_output/5074.json lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/support/sync-package-managers.js lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/HISTORY.md @@ -1752,6 +1871,24 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/har-validator/LICENSE lib/node_modules/npm/node_modules/request/node_modules/har-validator/README.md lib/node_modules/npm/node_modules/request/node_modules/har-validator/bin/har-validator +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/error.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/cache.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/cacheEntry.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/content.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/cookie.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/creator.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/entry.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/har.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/log.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/page.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/pageTimings.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/postData.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/record.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/request.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/response.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/timings.json lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/bluebird/LICENSE lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/bluebird/README.md lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/bluebird/changelog.md @@ -1807,15 +1944,22 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/license lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/package.json lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/readme.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/cli.js lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/index.js lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/license -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/get-stdin/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/get-stdin/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/get-stdin/readme.md +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/license +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/package.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/readme.md lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/package.json lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/readme.md -lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/cli.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/license +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/index.js +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/license +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/package.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/package.json +lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/readme.md lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/index.js lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/license lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/package.json @@ -1909,24 +2053,6 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema.js lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/misc.js lib/node_modules/npm/node_modules/request/node_modules/har-validator/package.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/error.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/cache.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/cacheEntry.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/content.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/cookie.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/creator.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/entry.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/har.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/index.js -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/log.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/page.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/pageTimings.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/postData.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/record.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/request.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/response.json -lib/node_modules/npm/node_modules/request/node_modules/har-validator/src/schemas/timings.json lib/node_modules/npm/node_modules/request/node_modules/hawk/.npmignore lib/node_modules/npm/node_modules/request/node_modules/hawk/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/hawk/LICENSE @@ -2200,6 +2326,17 @@ lib/node_modules/npm/node_modules/sha/.n lib/node_modules/npm/node_modules/sha/LICENSE lib/node_modules/npm/node_modules/sha/README.md lib/node_modules/npm/node_modules/sha/index.js +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/sha/node_modules/graceful-fs/test/write-then-read.js lib/node_modules/npm/node_modules/sha/package.json lib/node_modules/npm/node_modules/slide/LICENSE lib/node_modules/npm/node_modules/slide/README.md @@ -2225,10 +2362,6 @@ lib/node_modules/npm/node_modules/spdx/s lib/node_modules/npm/node_modules/spdx/source/parser.generated.js lib/node_modules/npm/node_modules/spdx/source/ranges.json lib/node_modules/npm/node_modules/spdx/source/spdx.js -lib/node_modules/npm/node_modules/strip-ansi/cli.js -lib/node_modules/npm/node_modules/strip-ansi/index.js -lib/node_modules/npm/node_modules/strip-ansi/package.json -lib/node_modules/npm/node_modules/strip-ansi/readme.md lib/node_modules/npm/node_modules/tar/.npmignore lib/node_modules/npm/node_modules/tar/.travis.yml lib/node_modules/npm/node_modules/tar/LICENSE @@ -2298,6 +2431,7 @@ lib/node_modules/npm/node_modules/valida lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/spdx-correct.js lib/node_modules/npm/node_modules/validate-npm-package-license/package.json lib/node_modules/npm/node_modules/validate-npm-package-name/.npmignore +lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE lib/node_modules/npm/node_modules/validate-npm-package-name/README.md lib/node_modules/npm/node_modules/validate-npm-package-name/index.js lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/.travis.yml @@ -2330,6 +2464,17 @@ lib/node_modules/npm/node_modules/write- lib/node_modules/npm/node_modules/write-file-atomic/LICENSE 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/node_modules/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/write-file-atomic/node_modules/graceful-fs/test/write-then-read.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/npmrc @@ -2552,6 +2697,7 @@ lib/node_modules/npm/test/tap/peer-deps- lib/node_modules/npm/test/tap/peer-deps-toplevel.js lib/node_modules/npm/test/tap/peer-deps-without-package-json.js lib/node_modules/npm/test/tap/peer-deps.js +lib/node_modules/npm/test/tap/ping.js lib/node_modules/npm/test/tap/prepublish.js lib/node_modules/npm/test/tap/prune.js lib/node_modules/npm/test/tap/publish-access-scoped.js @@ -2578,6 +2724,7 @@ lib/node_modules/npm/test/tap/shrinkwrap lib/node_modules/npm/test/tap/sorted-package-json.js lib/node_modules/npm/test/tap/spawn-enoent-help.js lib/node_modules/npm/test/tap/spawn-enoent.js +lib/node_modules/npm/test/tap/splat-with-only-prerelease-to-latest.js lib/node_modules/npm/test/tap/startstop.js lib/node_modules/npm/test/tap/tag-version-prefix.js lib/node_modules/npm/test/tap/test-run-ls.js From owner-svn-ports-all@freebsd.org Sat Jul 25 07:40:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2C0B9AAF23; Sat, 25 Jul 2015 07:40:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 829BE1631; Sat, 25 Jul 2015 07:40:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P7epW7099524; Sat, 25 Jul 2015 07:40:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P7eo90099519; Sat, 25 Jul 2015 07:40:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507250740.t6P7eo90099519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 07:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392859 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 07:40:52 -0000 Author: sunpoet Date: Sat Jul 25 07:40:50 2015 New Revision: 392859 URL: https://svnweb.freebsd.org/changeset/ports/392859 Log: - Update to 1.1.2 Changes: https://github.com/tatsuhiro-t/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sat Jul 25 07:40:44 2015 (r392858) +++ head/www/nghttp2/Makefile Sat Jul 25 07:40:50 2015 (r392859) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.0.5 +PORTVERSION= 1.1.2 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Sat Jul 25 07:40:44 2015 (r392858) +++ head/www/nghttp2/distinfo Sat Jul 25 07:40:50 2015 (r392859) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-1.0.5.tar.xz) = 8515822015016008ac536de92a7e3652c7dd4f67315ee415f26a30a505f8c821 -SIZE (nghttp2-1.0.5.tar.xz) = 910360 +SHA256 (nghttp2-1.1.2.tar.xz) = 8bd4a1dde16bf82fbacfe26ba48f22f6758c2d38202e7a956e0d070372699237 +SIZE (nghttp2-1.1.2.tar.xz) = 918148 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Sat Jul 25 07:40:44 2015 (r392858) +++ head/www/nghttp2/pkg-plist Sat Jul 25 07:40:50 2015 (r392859) @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.0.5 +lib/libnghttp2.so.14.0.6 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 From owner-svn-ports-all@freebsd.org Sat Jul 25 07:40:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5F239AAF4A; Sat, 25 Jul 2015 07:40:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8DED16C1; Sat, 25 Jul 2015 07:40:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P7eveO099647; Sat, 25 Jul 2015 07:40:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P7euPl099643; Sat, 25 Jul 2015 07:40:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507250740.t6P7euPl099643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 07:40:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392860 - head/net/rubygem-fog-profitbricks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 07:40:57 -0000 Author: sunpoet Date: Sat Jul 25 07:40:55 2015 New Revision: 392860 URL: https://svnweb.freebsd.org/changeset/ports/392860 Log: - Update to 0.0.4 Changes: https://github.com/fog/fog-profitbricks/releases Modified: head/net/rubygem-fog-profitbricks/Makefile head/net/rubygem-fog-profitbricks/distinfo Modified: head/net/rubygem-fog-profitbricks/Makefile ============================================================================== --- head/net/rubygem-fog-profitbricks/Makefile Sat Jul 25 07:40:50 2015 (r392859) +++ head/net/rubygem-fog-profitbricks/Makefile Sat Jul 25 07:40:55 2015 (r392860) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-profitbricks -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.4 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-profitbricks/distinfo ============================================================================== --- head/net/rubygem-fog-profitbricks/distinfo Sat Jul 25 07:40:50 2015 (r392859) +++ head/net/rubygem-fog-profitbricks/distinfo Sat Jul 25 07:40:55 2015 (r392860) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-profitbricks-0.0.3.gem) = b9da50b55c02902d526b3ed91d47beea5f20b6e8e975b2887bca4f391df54305 -SIZE (rubygem/fog-profitbricks-0.0.3.gem) = 27648 +SHA256 (rubygem/fog-profitbricks-0.0.4.gem) = bff4aa6c3f15e218602020e1a6438da5a2c9bacfaa25d78370e0b5e18a8ce937 +SIZE (rubygem/fog-profitbricks-0.0.4.gem) = 28160 From owner-svn-ports-all@freebsd.org Sat Jul 25 07:41:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 006E69AAF74; Sat, 25 Jul 2015 07:41:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3AF41977; Sat, 25 Jul 2015 07:41:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P7f2pF000207; Sat, 25 Jul 2015 07:41:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P7f2bt099780; Sat, 25 Jul 2015 07:41:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507250741.t6P7f2bt099780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 07:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392861 - head/net/p5-URI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 07:41:04 -0000 Author: sunpoet Date: Sat Jul 25 07:41:01 2015 New Revision: 392861 URL: https://svnweb.freebsd.org/changeset/ports/392861 Log: - Update to 1.69 - Add NO_ARCH Changes: http://search.cpan.org/dist/URI/Changes Modified: head/net/p5-URI/Makefile head/net/p5-URI/distinfo Modified: head/net/p5-URI/Makefile ============================================================================== --- head/net/p5-URI/Makefile Sat Jul 25 07:40:55 2015 (r392860) +++ head/net/p5-URI/Makefile Sat Jul 25 07:41:01 2015 (r392861) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= URI -PORTVERSION= 1.68 +PORTVERSION= 1.69 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,7 @@ COMMENT= Perl5 interface to Uniform Reso LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/net/p5-URI/distinfo ============================================================================== --- head/net/p5-URI/distinfo Sat Jul 25 07:40:55 2015 (r392860) +++ head/net/p5-URI/distinfo Sat Jul 25 07:41:01 2015 (r392861) @@ -1,2 +1,2 @@ -SHA256 (URI-1.68.tar.gz) = c840d30f7657bfd4b2acbb311bd764232911cd3dc97e92415fbd0a242185c358 -SIZE (URI-1.68.tar.gz) = 99425 +SHA256 (URI-1.69.tar.gz) = b74b16ea626b6f8061821bb350674c638a98be1fc766eadb24fec6635998b42d +SIZE (URI-1.69.tar.gz) = 99836 From owner-svn-ports-all@freebsd.org Sat Jul 25 07:41:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92E979AAFA2; Sat, 25 Jul 2015 07:41:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FC511A6E; Sat, 25 Jul 2015 07:41:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P7f8ul000656; Sat, 25 Jul 2015 07:41:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P7f85k000654; Sat, 25 Jul 2015 07:41:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507250741.t6P7f85k000654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 07:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392862 - head/www/p5-Catalyst-Runtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 07:41:09 -0000 Author: sunpoet Date: Sat Jul 25 07:41:07 2015 New Revision: 392862 URL: https://svnweb.freebsd.org/changeset/ports/392862 Log: - Update to 5.90094 - Add NO_ARCH Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes Modified: head/www/p5-Catalyst-Runtime/Makefile head/www/p5-Catalyst-Runtime/distinfo Modified: head/www/p5-Catalyst-Runtime/Makefile ============================================================================== --- head/www/p5-Catalyst-Runtime/Makefile Sat Jul 25 07:41:01 2015 (r392861) +++ head/www/p5-Catalyst-Runtime/Makefile Sat Jul 25 07:41:07 2015 (r392862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90093 +PORTVERSION= 5.90094 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JJNAPIORK @@ -69,6 +69,7 @@ TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDI PORTSCOUT= limit:^[0-9\.]*$$ +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Catalyst-Runtime/distinfo ============================================================================== --- head/www/p5-Catalyst-Runtime/distinfo Sat Jul 25 07:41:01 2015 (r392861) +++ head/www/p5-Catalyst-Runtime/distinfo Sat Jul 25 07:41:07 2015 (r392862) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.90093.tar.gz) = 548d312afbe66dd0c60570e9166b0bbd751d5f41499b39539b5f3a89954ba6ab -SIZE (Catalyst-Runtime-5.90093.tar.gz) = 375863 +SHA256 (Catalyst-Runtime-5.90094.tar.gz) = 0319ecb5fa3524fda19a125b0a07ab12076485affc8c2fc0f9c16534278ce217 +SIZE (Catalyst-Runtime-5.90094.tar.gz) = 377651 From owner-svn-ports-all@freebsd.org Sat Jul 25 07:57:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B45A9AA235; Sat, 25 Jul 2015 07:57:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C162A137; Sat, 25 Jul 2015 07:57:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P7vBkf007376; Sat, 25 Jul 2015 07:57:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P7vBVZ007374; Sat, 25 Jul 2015 07:57:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507250757.t6P7vBVZ007374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 07:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392863 - head/devel/p5-B-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.20 Precedence: 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, 25 Jul 2015 07:57:13 -0000 Author: sunpoet Date: Sat Jul 25 07:57:10 2015 New Revision: 392863 URL: https://svnweb.freebsd.org/changeset/ports/392863 Log: - Update to 0.27 Changes: http://search.cpan.org/dist/B-Utils/Changes Modified: head/devel/p5-B-Utils/Makefile head/devel/p5-B-Utils/distinfo Modified: head/devel/p5-B-Utils/Makefile ============================================================================== --- head/devel/p5-B-Utils/Makefile Sat Jul 25 07:41:07 2015 (r392862) +++ head/devel/p5-B-Utils/Makefile Sat Jul 25 07:57:10 2015 (r392863) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= B-Utils -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-B-Utils/distinfo ============================================================================== --- head/devel/p5-B-Utils/distinfo Sat Jul 25 07:41:07 2015 (r392862) +++ head/devel/p5-B-Utils/distinfo Sat Jul 25 07:57:10 2015 (r392863) @@ -1,2 +1,2 @@ -SHA256 (B-Utils-0.26.tar.gz) = 15f9143bb86893813f5acdbe01deb84bafd45e725b536e15984fefc9f64c97e0 -SIZE (B-Utils-0.26.tar.gz) = 73325 +SHA256 (B-Utils-0.27.tar.gz) = f97f53f6a3050109aa414feeb184cad101812d41760e952b5d84993f6685ffea +SIZE (B-Utils-0.27.tar.gz) = 74612 From owner-svn-ports-all@freebsd.org Sat Jul 25 09:40:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C17B9A9F42; Sat, 25 Jul 2015 09:40:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D021FAD; Sat, 25 Jul 2015 09:40:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P9eZ7D048219; Sat, 25 Jul 2015 09:40:35 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P9eZvq048218; Sat, 25 Jul 2015 09:40:35 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507250940.t6P9eZvq048218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 25 Jul 2015 09:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392864 - head/graphics/ImageMagick7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 09:40:36 -0000 Author: kwm Date: Sat Jul 25 09:40:34 2015 New Revision: 392864 URL: https://svnweb.freebsd.org/changeset/ports/392864 Log: Catch up with ghostscript changes. Modified: head/graphics/ImageMagick7/Makefile Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Sat Jul 25 07:57:10 2015 (r392863) +++ head/graphics/ImageMagick7/Makefile Sat Jul 25 09:40:34 2015 (r392864) @@ -225,7 +225,11 @@ PLIST_SUB+= TIFF="@comment " .if ${PORT_OPTIONS:MGSLIB} CONFIGURE_ARGS+= --with-gslib -USE_GHOSTSCRIPT= yes +. if ${PORT_OPTIONS:MX11} +USES+= ghostscript +. else +USES+= ghostscript:nox11 +. endif .else CONFIGURE_ARGS+= --without-gslib .endif @@ -358,7 +362,7 @@ PLIST_SUB+= PANGO="@comment " # PDF (Adobe Portable Document Format) support .if ${PORT_OPTIONS:MPDF} -USE_GHOSTSCRIPT= yes +USES+= ghostscript .endif .if ! ${PORT_OPTIONS:MX11} @@ -381,7 +385,7 @@ INSTALL_TARGET= install-strip .endif .if ${PORT_OPTIONS:MTESTS} -USE_GHOSTSCRIPT_BUILD=yes +USES+= ghostscript:build .endif .if defined(USER) && ${USER} == kwm From owner-svn-ports-all@freebsd.org Sat Jul 25 09:57:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29B069A81C9; Sat, 25 Jul 2015 09:57:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19CAF16AA; Sat, 25 Jul 2015 09:57:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6P9veYl055696; Sat, 25 Jul 2015 09:57:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6P9veP8055693; Sat, 25 Jul 2015 09:57:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507250957.t6P9veP8055693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 25 Jul 2015 09:57:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392865 - head/devel/binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 09:57:41 -0000 Author: bapt Date: Sat Jul 25 09:57:39 2015 New Revision: 392865 URL: https://svnweb.freebsd.org/changeset/ports/392865 Log: Update to 2.25.1 Modified: head/devel/binutils/Makefile head/devel/binutils/distinfo Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Sat Jul 25 09:40:34 2015 (r392864) +++ head/devel/binutils/Makefile Sat Jul 25 09:57:39 2015 (r392865) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= binutils -PORTVERSION= 2.25 +PORTVERSION= 2.25.1 PORTREVISION?= 0 CATEGORIES= devel MASTER_SITES= SOURCEWARE/binutils/releases Modified: head/devel/binutils/distinfo ============================================================================== --- head/devel/binutils/distinfo Sat Jul 25 09:40:34 2015 (r392864) +++ head/devel/binutils/distinfo Sat Jul 25 09:57:39 2015 (r392865) @@ -1,2 +1,2 @@ -SHA256 (binutils-2.25.tar.bz2) = 22defc65cfa3ef2a3395faaea75d6331c6e62ea5dfacfed3e2ec17b08c882923 -SIZE (binutils-2.25.tar.bz2) = 24049133 +SHA256 (binutils-2.25.1.tar.bz2) = b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22 +SIZE (binutils-2.25.1.tar.bz2) = 24163561 From owner-svn-ports-all@freebsd.org Sat Jul 25 10:27:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8B7E9A86E1; Sat, 25 Jul 2015 10:27:22 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF6921FDF; Sat, 25 Jul 2015 10:27:22 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PARMH6067806; Sat, 25 Jul 2015 10:27:22 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PARKaN067796; Sat, 25 Jul 2015 10:27:20 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201507251027.t6PARKaN067796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sat, 25 Jul 2015 10:27:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392866 - in branches/2015Q3/net-mgmt/icinga2: . 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.20 Precedence: 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, 25 Jul 2015 10:27:22 -0000 Author: lme Date: Sat Jul 25 10:27:19 2015 New Revision: 392866 URL: https://svnweb.freebsd.org/changeset/ports/392866 Log: MFH: r392046 - Update to 2.3.6 - Install more config files as sample config - Fix directory permissions under /var - Change database backend options to GROUP, so one can de-select both [1] PR: 201114 [1] Submitted by: Niels Kristensen Approved by: portmgr (delphij) Added: branches/2015Q3/net-mgmt/icinga2/files/patch-itl_CMakeLists.txt - copied unchanged from r392046, head/net-mgmt/icinga2/files/patch-itl_CMakeLists.txt branches/2015Q3/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt - copied unchanged from r392046, head/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt Modified: branches/2015Q3/net-mgmt/icinga2/Makefile branches/2015Q3/net-mgmt/icinga2/distinfo branches/2015Q3/net-mgmt/icinga2/files/icinga2.in branches/2015Q3/net-mgmt/icinga2/files/patch-etc_CMakeLists.txt branches/2015Q3/net-mgmt/icinga2/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-mgmt/icinga2/Makefile ============================================================================== --- branches/2015Q3/net-mgmt/icinga2/Makefile Sat Jul 25 09:57:39 2015 (r392865) +++ branches/2015Q3/net-mgmt/icinga2/Makefile Sat Jul 25 10:27:19 2015 (r392866) @@ -2,7 +2,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v -DISTVERSION= 2.3.4 +DISTVERSION= 2.3.6 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org @@ -24,8 +24,8 @@ USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DOCS -OPTIONS_MULTI= BACKEND -OPTIONS_MULTI_BACKEND= MYSQL PGSQL +OPTIONS_GROUP= BACKEND +OPTIONS_GROUP_BACKEND= MYSQL PGSQL OPTIONS_RADIO= PLUGINS OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS @@ -50,6 +50,7 @@ CMAKE_ARGS+= -DICINGA2_USER=${ICINGA2USE -DICINGA2_COMMAND_USER=${ICINGA2USER} \ -DICINGA2_COMMAND_GROUP=${ICINGA2USER} \ -DICINGA2_PLUGINDIR=${LOCALBASE}/libexec/nagios \ + -DICINGA2_RUNDIR=/var/run \ -DCMAKE_INSTALL_SYSCONFDIR=${PREFIX}/etc \ -DCMAKE_INSTALL_LOCALSTATEDIR=${LOCALSTATEDIR} \ -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ @@ -59,6 +60,10 @@ SUB_LIST= ICINGA2LOGDIR=${ICINGA2LOGDIR} ICINGA2GROUP=${ICINGA2GROUP} \ WWWGRP=${WWWGRP} +PLIST_SUB= ICINGA2USER=${ICINGA2USER} \ + ICINGA2GROUP=${ICINGA2GROUP} \ + WWWGRP=${WWWGRP} + # Config files with references to "Linux" LINUX_CONFIG= groups.conf services.conf hosts.conf @@ -81,6 +86,7 @@ post-patch: pre-install: ${FIND} ${WRKSRC}/etc -type f -name "*.conf" -exec ${MV} {} {}.sample \; + ${FIND} ${WRKSRC}/itl -type f -name "*.conf" -exec ${MV} {} {}.sample \; ${FIND} ${WRKSRC}/etc/icinga2/scripts -type f -name "*.sh" \ -exec ${MV} {} {}.sample \; Modified: branches/2015Q3/net-mgmt/icinga2/distinfo ============================================================================== --- branches/2015Q3/net-mgmt/icinga2/distinfo Sat Jul 25 09:57:39 2015 (r392865) +++ branches/2015Q3/net-mgmt/icinga2/distinfo Sat Jul 25 10:27:19 2015 (r392866) @@ -1,2 +1,2 @@ -SHA256 (icinga-icinga2-v2.3.4_GH0.tar.gz) = 3a6d23214c90c1e308df784254659c51962f4c49b13093aff2095e1dfa06cdaa -SIZE (icinga-icinga2-v2.3.4_GH0.tar.gz) = 782506 +SHA256 (icinga-icinga2-v2.3.6_GH0.tar.gz) = 96453fbfa418329b74d45bd2a202302add03d907fac28644e1228d869c478093 +SIZE (icinga-icinga2-v2.3.6_GH0.tar.gz) = 816718 Modified: branches/2015Q3/net-mgmt/icinga2/files/icinga2.in ============================================================================== --- branches/2015Q3/net-mgmt/icinga2/files/icinga2.in Sat Jul 25 09:57:39 2015 (r392865) +++ branches/2015Q3/net-mgmt/icinga2/files/icinga2.in Sat Jul 25 10:27:19 2015 (r392866) @@ -78,18 +78,22 @@ reload_precmd() { } start_precmd() { - # Create necessary directories / change ownership - for d in "${icinga2_logdir}" "${icinga2_logdir}/compat" \ - "${icinga2_logdir}/compat/archives" "${icinga2_libdir}" \ - "${icinga2_spooldir}" "${icinga2_spooldir}/tmp" \ - "${icinga2_rundir}" "${icinga2_cachedir}"; do - install -d -o ${icinga2_user} -g ${icinga2_group} "${d}" - done - - install -d -o ${icinga2_user} -g %%WWWGRP%% "${icinga2_rundir}/cmd" - - chown -R ${icinga2_user}:${icinga2_user} "${icinga2_libdir}" - chown -R ${icinga2_user}:${icinga2_user} "${icinga2_spooldir}" +# # Create necessary directories / change ownership +# for d in "${icinga2_logdir}" "${icinga2_logdir}/compat" \ +# "${icinga2_logdir}/compat/archives" "${icinga2_libdir}" \ +# "${icinga2_spooldir}" "${icinga2_spooldir}/tmp" \ +# "${icinga2_rundir}" "${icinga2_cachedir}"; do +# if [ ! -d "${d}" ]; then +# install -d -o ${icinga2_user} -g ${icinga2_group} "${d}" +# else +# chown ${icinga2_user}:${icinga2_group} "${d}" +# fi +# done +# +# install -d -o ${icinga2_user} -g %%WWWGRP%% "${icinga2_rundir}/cmd" +# +# chown -R ${icinga2_user}:${icinga2_user} "${icinga2_libdir}" +# chown -R ${icinga2_user}:${icinga2_user} "${icinga2_spooldir}" if ! icinga2_checkconfig; then return 1 Modified: branches/2015Q3/net-mgmt/icinga2/files/patch-etc_CMakeLists.txt ============================================================================== --- branches/2015Q3/net-mgmt/icinga2/files/patch-etc_CMakeLists.txt Sat Jul 25 09:57:39 2015 (r392865) +++ branches/2015Q3/net-mgmt/icinga2/files/patch-etc_CMakeLists.txt Sat Jul 25 10:27:19 2015 (r392866) @@ -1,20 +1,20 @@ ---- etc/CMakeLists.txt.orig 2015-03-26 09:50:40.000000000 +0100 -+++ etc/CMakeLists.txt 2015-03-26 20:46:49.751242000 +0100 -@@ -26,39 +26,39 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" +--- etc/CMakeLists.txt.orig 2015-07-08 10:17:44.000000000 +0200 ++++ etc/CMakeLists.txt 2015-07-13 22:06:31.230363000 +0200 +@@ -26,43 +26,43 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" configure_file(logrotate.d/icinga2.cmake ${CMAKE_CURRENT_BINARY_DIR}/logrotate.d/icinga2 @ONLY) endif() -install_if_not_exists(${CMAKE_CURRENT_BINARY_DIR}/icinga2/init.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) --install_if_not_exists(icinga2/icinga2.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) +install_if_not_exists(${CMAKE_CURRENT_BINARY_DIR}/icinga2/init.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) -+install_if_not_exists(icinga2/icinga2.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) if(NOT WIN32) - install_if_not_exists(${CMAKE_CURRENT_BINARY_DIR}/icinga2/constants.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) +- install_if_not_exists(icinga2/icinga2.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) + install_if_not_exists(${CMAKE_CURRENT_BINARY_DIR}/icinga2/constants.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) ++ install_if_not_exists(icinga2/icinga2.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) else() -- install_if_not_exists(${CMAKE_CURRENT_SOURCE_DIR}/icinga2/win32/constants.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) -+ install_if_not_exists(${CMAKE_CURRENT_SOURCE_DIR}/icinga2/win32/constants.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) + install_if_not_exists(${CMAKE_CURRENT_SOURCE_DIR}/icinga2/win32/constants.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) + install_if_not_exists(icinga2/win32/icinga2.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) endif() -install_if_not_exists(icinga2/zones.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) @@ -28,14 +28,16 @@ if(NOT WIN32) - install_if_not_exists(icinga2/conf.d/hosts.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) +- install_if_not_exists(icinga2/conf.d/services.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) + install_if_not_exists(icinga2/conf.d/hosts.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) ++ install_if_not_exists(icinga2/conf.d/services.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) else() install_if_not_exists(icinga2/conf.d/win32/hosts.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) + install_if_not_exists(icinga2/conf.d/win32/services.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) endif() -install_if_not_exists(icinga2/conf.d/notifications.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) -install_if_not_exists(icinga2/conf.d/satellite.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) --install_if_not_exists(icinga2/conf.d/services.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) -install_if_not_exists(icinga2/conf.d/templates.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) -install_if_not_exists(icinga2/conf.d/timeperiods.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) -install_if_not_exists(icinga2/conf.d/users.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) @@ -43,12 +45,8 @@ -install_if_not_exists(icinga2/features-available/debuglog.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) -install_if_not_exists(icinga2/features-available/icingastatus.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) -install_if_not_exists(icinga2/features-available/mainlog.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) --install_if_not_exists(icinga2/features-available/syslog.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) --install_if_not_exists(icinga2/scripts/mail-host-notification.sh ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/scripts) --install_if_not_exists(icinga2/scripts/mail-service-notification.sh ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/scripts) +install_if_not_exists(icinga2/conf.d/notifications.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) +install_if_not_exists(icinga2/conf.d/satellite.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) -+install_if_not_exists(icinga2/conf.d/services.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) +install_if_not_exists(icinga2/conf.d/templates.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) +install_if_not_exists(icinga2/conf.d/timeperiods.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) +install_if_not_exists(icinga2/conf.d/users.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) @@ -56,9 +54,14 @@ +install_if_not_exists(icinga2/features-available/debuglog.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) +install_if_not_exists(icinga2/features-available/icingastatus.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) +install_if_not_exists(icinga2/features-available/mainlog.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) -+install_if_not_exists(icinga2/features-available/syslog.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) -+install_if_not_exists(icinga2/scripts/mail-host-notification.sh.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/scripts) -+install_if_not_exists(icinga2/scripts/mail-service-notification.sh.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/scripts) + if(NOT WIN32) +- install_if_not_exists(icinga2/features-available/syslog.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) ++ install_if_not_exists(icinga2/features-available/syslog.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) + endif() +-install_if_not_exists(icinga2/scripts/mail-host-notification.sh ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/scripts) +-install_if_not_exists(icinga2/scripts/mail-service-notification.sh ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/scripts) ++ install_if_not_exists(icinga2/scripts/mail-host-notification.sh.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/scripts) ++ install_if_not_exists(icinga2/scripts/mail-service-notification.sh.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/scripts) install_if_not_exists(icinga2/zones.d/README ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/zones.d) install_if_not_exists(icinga2/repository.d/README ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/repository.d) Copied: branches/2015Q3/net-mgmt/icinga2/files/patch-itl_CMakeLists.txt (from r392046, head/net-mgmt/icinga2/files/patch-itl_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/net-mgmt/icinga2/files/patch-itl_CMakeLists.txt Sat Jul 25 10:27:19 2015 (r392866, copy of r392046, head/net-mgmt/icinga2/files/patch-itl_CMakeLists.txt) @@ -0,0 +1,10 @@ +--- itl/CMakeLists.txt.orig 2015-07-13 22:14:51.872881000 +0200 ++++ itl/CMakeLists.txt 2015-07-13 22:15:19.702183000 +0200 +@@ -18,6 +18,6 @@ + add_subdirectory(plugins-contrib.d) + + install( +- FILES itl command.conf command-icinga.conf hangman timeperiod.conf plugins command-plugins.conf manubulon command-plugins-manubulon.conf windows-plugins command-plugins-windows.conf nscp command-nscp-local.conf plugins-contrib ++ FILES itl command.conf.sample command-icinga.conf.sample hangman timeperiod.conf.sample plugins command-plugins.conf.sample manubulon command-plugins-manubulon.conf.sample windows-plugins command-plugins-windows.conf.sample nscp command-nscp-local.conf.sample plugins-contrib + DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include + ) Copied: branches/2015Q3/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt (from r392046, head/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt Sat Jul 25 10:27:19 2015 (r392866, copy of r392046, head/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt) @@ -0,0 +1,10 @@ +--- itl/plugins-contrib.d/CMakeLists.txt.orig 2015-07-13 22:15:59.084514000 +0200 ++++ itl/plugins-contrib.d/CMakeLists.txt 2015-07-13 22:16:44.501021000 +0200 +@@ -16,6 +16,6 @@ + # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + + install( +- FILES databases.conf ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf web.conf ++ FILES databases.conf.sample ipmi.conf.sample network-components.conf.sample operating-system.conf.sample virtualization.conf.sample vmware.conf.sample web.conf.sample + DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include/plugins-contrib.d + ) Modified: branches/2015Q3/net-mgmt/icinga2/pkg-plist ============================================================================== --- branches/2015Q3/net-mgmt/icinga2/pkg-plist Sat Jul 25 09:57:39 2015 (r392865) +++ branches/2015Q3/net-mgmt/icinga2/pkg-plist Sat Jul 25 10:27:19 2015 (r392866) @@ -18,8 +18,8 @@ etc/bash_completion.d/icinga2 @sample %%ETCDIR%%/features-available/gelf.conf.sample @sample %%ETCDIR%%/features-available/graphite.conf.sample @sample %%ETCDIR%%/features-available/icingastatus.conf.sample -%%MYSQL%%@sample(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-mysql.conf.sample -%%PGSQL%%@sample(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-pgsql.conf.sample +%%MYSQL%%@sample(%%ICINGA2USER%%,%%ICINGA2GROUP%%,0640) %%ETCDIR%%/features-available/ido-mysql.conf.sample +%%PGSQL%%@sample(%%ICINGA2USER%%,%%ICINGA2GROUP%%,0640) %%ETCDIR%%/features-available/ido-pgsql.conf.sample @sample %%ETCDIR%%/features-available/livestatus.conf.sample @sample %%ETCDIR%%/features-available/mainlog.conf.sample @sample %%ETCDIR%%/features-available/notification.conf.sample @@ -42,7 +42,7 @@ lib/icinga2/libchecker.so lib/icinga2/libcli.so lib/icinga2/libcompat.so lib/icinga2/libconfig.so -lib/icinga2/libdb_ido.so +%%MYSQL%%%%PGSQL%%llib/icinga2/libdb_ido.so %%MYSQL%%lib/icinga2/libdb_ido_mysql.so %%PGSQL%%lib/icinga2/libdb_ido_pgsql.so lib/icinga2/libexecvpe.so @@ -78,8 +78,8 @@ sbin/icinga2 %%PORTDOCS%%%%DOCSDIR%%/markdown/21-debug.md %%PORTDOCS%%%%DOCSDIR%%/markdown/22-appendix.md %%PORTDOCS%%%%DOCSDIR%%/markdown/3-monitoring-basics.md -%%PORTDOCS%%%%DOCSDIR%%/markdown/4-advanced-topics.md -%%PORTDOCS%%%%DOCSDIR%%/markdown/5-configuring-icinga-2.md +%%PORTDOCS%%%%DOCSDIR%%/markdown/4-configuring-icinga-2.md +%%PORTDOCS%%%%DOCSDIR%%/markdown/5-advanced-topics.md %%PORTDOCS%%%%DOCSDIR%%/markdown/6-object-types.md %%PORTDOCS%%%%DOCSDIR%%/markdown/7-icinga-template-library.md %%PORTDOCS%%%%DOCSDIR%%/markdown/8-cli-commands.md @@ -94,39 +94,41 @@ sbin/icinga2 %%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.1.0.sql %%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.2.0.sql %%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.3.0.sql -%%DATADIR%%/include/command-icinga.conf -%%DATADIR%%/include/command-nscp-local.conf -%%DATADIR%%/include/command-plugins-manubulon.conf -%%DATADIR%%/include/command-plugins.conf -%%DATADIR%%/include/command.conf +@sample %%DATADIR%%/include/command-icinga.conf.sample +@sample %%DATADIR%%/include/command-nscp-local.conf.sample +@sample %%DATADIR%%/include/command-plugins-manubulon.conf.sample +@sample %%DATADIR%%/include/command-plugins.conf.sample +@sample %%DATADIR%%/include/command.conf.sample %%DATADIR%%/include/hangman %%DATADIR%%/include/itl %%DATADIR%%/include/manubulon %%DATADIR%%/include/nscp %%DATADIR%%/include/plugins %%DATADIR%%/include/plugins-contrib -%%DATADIR%%/include/plugins-contrib.d/databases.conf -%%DATADIR%%/include/plugins-contrib.d/ipmi.conf -%%DATADIR%%/include/plugins-contrib.d/network-components.conf -%%DATADIR%%/include/plugins-contrib.d/operating-system.conf -%%DATADIR%%/include/plugins-contrib.d/virtualization.conf -%%DATADIR%%/include/plugins-contrib.d/vmware.conf -%%DATADIR%%/include/plugins-contrib.d/web.conf -%%DATADIR%%/include/timeperiod.conf +@sample %%DATADIR%%/include/plugins-contrib.d/databases.conf.sample +@sample %%DATADIR%%/include/plugins-contrib.d/ipmi.conf.sample +@sample %%DATADIR%%/include/plugins-contrib.d/network-components.conf.sample +@sample %%DATADIR%%/include/plugins-contrib.d/operating-system.conf.sample +@sample %%DATADIR%%/include/plugins-contrib.d/virtualization.conf.sample +@sample %%DATADIR%%/include/plugins-contrib.d/vmware.conf.sample +@sample %%DATADIR%%/include/plugins-contrib.d/web.conf.sample +@sample %%DATADIR%%/include/timeperiod.conf.sample +@sample %%DATADIR%%/include/command-plugins-windows.conf.sample +%%DATADIR%%/include/windows-plugins @dir %%ETCDIR%%/pki -@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(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/cache/icinga2 +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/lib/icinga2/api/log +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/lib/icinga2/api/repository +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/lib/icinga2/api/zones +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/lib/icinga2/api +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/lib/icinga2 @dir /var/lib -@dir /var/log/icinga2/compat/archives -@dir /var/log/icinga2/compat -@dir /var/log/icinga2/crash -@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 +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/log/icinga2/compat/archives +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/log/icinga2/compat +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/log/icinga2/crash +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/log/icinga2 +@dir(%%ICINGA2USER%%,%%WWWGRP%%,2750) /var/run/icinga2/cmd +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/run/icinga2 +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/spool/icinga2/perfdata +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/spool/icinga2/tmp +@dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/spool/icinga2 From owner-svn-ports-all@freebsd.org Sat Jul 25 10:28:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 297A19A874F; Sat, 25 Jul 2015 10:28:32 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A61811C9; Sat, 25 Jul 2015 10:28:32 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PASVBj068002; Sat, 25 Jul 2015 10:28:31 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PASVM2068000; Sat, 25 Jul 2015 10:28:31 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201507251028.t6PASVM2068000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sat, 25 Jul 2015 10:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392867 - branches/2015Q3/net-mgmt/icinga2 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.20 Precedence: 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, 25 Jul 2015 10:28:32 -0000 Author: lme Date: Sat Jul 25 10:28:30 2015 New Revision: 392867 URL: https://svnweb.freebsd.org/changeset/ports/392867 Log: MFH: r392076 - Fix typo in plist [1] - Install libdb_ido.so conditionally Noticed by: pi [1] Approved by: portmgr (delphij) Modified: branches/2015Q3/net-mgmt/icinga2/Makefile branches/2015Q3/net-mgmt/icinga2/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-mgmt/icinga2/Makefile ============================================================================== --- branches/2015Q3/net-mgmt/icinga2/Makefile Sat Jul 25 10:27:19 2015 (r392866) +++ branches/2015Q3/net-mgmt/icinga2/Makefile Sat Jul 25 10:28:30 2015 (r392867) @@ -73,6 +73,13 @@ PGSQL_USES= pgsql OPTIONS_SUB= yes .include + +.if ! ${PORT_OPTIONS:MMYSQL} && ! ${PORT_OPTIONS:MPGSQL} +PLIST_SUB+= DBBACKEND="@comment " +.else +PLIST_SUB+= DBBACKEND="" +.endif + .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= flex>=2.5.31:${PORTSDIR}/textproc/flex CMAKE_ARGS+= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex Modified: branches/2015Q3/net-mgmt/icinga2/pkg-plist ============================================================================== --- branches/2015Q3/net-mgmt/icinga2/pkg-plist Sat Jul 25 10:27:19 2015 (r392866) +++ branches/2015Q3/net-mgmt/icinga2/pkg-plist Sat Jul 25 10:28:30 2015 (r392867) @@ -42,7 +42,7 @@ lib/icinga2/libchecker.so lib/icinga2/libcli.so lib/icinga2/libcompat.so lib/icinga2/libconfig.so -%%MYSQL%%%%PGSQL%%llib/icinga2/libdb_ido.so +%%DBBACKEND%%lib/icinga2/libdb_ido.so %%MYSQL%%lib/icinga2/libdb_ido_mysql.so %%PGSQL%%lib/icinga2/libdb_ido_pgsql.so lib/icinga2/libexecvpe.so From owner-svn-ports-all@freebsd.org Sat Jul 25 10:29:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCB009A87BC; Sat, 25 Jul 2015 10:29:58 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD7D212BC; Sat, 25 Jul 2015 10:29:58 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PATwY2068199; Sat, 25 Jul 2015 10:29:58 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PATw71068197; Sat, 25 Jul 2015 10:29:58 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201507251029.t6PATw71068197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sat, 25 Jul 2015 10:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392868 - branches/2015Q3/net-mgmt/icinga2 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.20 Precedence: 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, 25 Jul 2015 10:29:58 -0000 Author: lme Date: Sat Jul 25 10:29:57 2015 New Revision: 392868 URL: https://svnweb.freebsd.org/changeset/ports/392868 Log: MFH: r392847 Update to 2.3.8 Changelog: https://github.com/Icinga/icinga2/blob/v2.3.8/ChangeLog Committed from: Essen FreeBSD Hackathon Approved by: portmgr (erwin) Modified: branches/2015Q3/net-mgmt/icinga2/Makefile branches/2015Q3/net-mgmt/icinga2/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-mgmt/icinga2/Makefile ============================================================================== --- branches/2015Q3/net-mgmt/icinga2/Makefile Sat Jul 25 10:28:30 2015 (r392867) +++ branches/2015Q3/net-mgmt/icinga2/Makefile Sat Jul 25 10:29:57 2015 (r392868) @@ -2,7 +2,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v -DISTVERSION= 2.3.6 +DISTVERSION= 2.3.8 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org Modified: branches/2015Q3/net-mgmt/icinga2/distinfo ============================================================================== --- branches/2015Q3/net-mgmt/icinga2/distinfo Sat Jul 25 10:28:30 2015 (r392867) +++ branches/2015Q3/net-mgmt/icinga2/distinfo Sat Jul 25 10:29:57 2015 (r392868) @@ -1,2 +1,2 @@ -SHA256 (icinga-icinga2-v2.3.6_GH0.tar.gz) = 96453fbfa418329b74d45bd2a202302add03d907fac28644e1228d869c478093 -SIZE (icinga-icinga2-v2.3.6_GH0.tar.gz) = 816718 +SHA256 (icinga-icinga2-v2.3.8_GH0.tar.gz) = 43bf41a7afc03c1527c82139e74cce17c5b3609a8ec14bb0db1f8df193a14054 +SIZE (icinga-icinga2-v2.3.8_GH0.tar.gz) = 817951 From owner-svn-ports-all@freebsd.org Sat Jul 25 10:39:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 061A09A8B67; Sat, 25 Jul 2015 10:39:45 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6F411A64; Sat, 25 Jul 2015 10:39:44 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PAdibi072273; Sat, 25 Jul 2015 10:39:44 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PAdhUi072270; Sat, 25 Jul 2015 10:39:43 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201507251039.t6PAdhUi072270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sat, 25 Jul 2015 10:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392869 - head/www/phpmyfaq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 10:39:45 -0000 Author: flo Date: Sat Jul 25 10:39:43 2015 New Revision: 392869 URL: https://svnweb.freebsd.org/changeset/ports/392869 Log: Update to 2.8.23 Committed from: Essen FreeBSD Hackathon Modified: head/www/phpmyfaq/Makefile head/www/phpmyfaq/distinfo head/www/phpmyfaq/pkg-plist Modified: head/www/phpmyfaq/Makefile ============================================================================== --- head/www/phpmyfaq/Makefile Sat Jul 25 10:29:57 2015 (r392868) +++ head/www/phpmyfaq/Makefile Sat Jul 25 10:39:43 2015 (r392869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmyfaq -PORTVERSION= 2.8.22 +PORTVERSION= 2.8.23 CATEGORIES= www MASTER_SITES= http://www.phpmyfaq.de/download/ DISTNAME= phpMyFAQ-${PORTVERSION} Modified: head/www/phpmyfaq/distinfo ============================================================================== --- head/www/phpmyfaq/distinfo Sat Jul 25 10:29:57 2015 (r392868) +++ head/www/phpmyfaq/distinfo Sat Jul 25 10:39:43 2015 (r392869) @@ -1,2 +1,2 @@ -SHA256 (phpMyFAQ-2.8.22.tar.gz) = 9579c7ea3b8f76ab3910745cc231075052fa1ccd5af212d93d92194888c1c0e7 -SIZE (phpMyFAQ-2.8.22.tar.gz) = 5715066 +SHA256 (phpMyFAQ-2.8.23.tar.gz) = 6ab6c0bc19c910fc367e315376a5862df17edec915ccab1a6deedaa50f4a9b72 +SIZE (phpMyFAQ-2.8.23.tar.gz) = 5741249 Modified: head/www/phpmyfaq/pkg-plist ============================================================================== --- head/www/phpmyfaq/pkg-plist Sat Jul 25 10:29:57 2015 (r392868) +++ head/www/phpmyfaq/pkg-plist Sat Jul 25 10:39:43 2015 (r392869) @@ -1044,7 +1044,6 @@ %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/MapClassLoader.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/README.md %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Psr4ClassLoader.php -%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php @@ -1073,6 +1072,8 @@ %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php +%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/F.php +%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/G.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php @@ -1122,21 +1123,26 @@ %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php +%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/LegacyApcUniversalClassLoaderTest.php +%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/LegacyUniversalClassLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php -%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/UniversalClassLoader.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/WinCacheClassLoader.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/XcacheClassLoader.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/composer.json %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/phpunit.xml.dist %%WWWDIR%%/inc/libs/phpseclib/Crypt/AES.php +%%WWWDIR%%/inc/libs/phpseclib/Crypt/Base.php +%%WWWDIR%%/inc/libs/phpseclib/Crypt/Blowfish.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/DES.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/Hash.php +%%WWWDIR%%/inc/libs/phpseclib/Crypt/RC2.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/RC4.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/Random.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/Rijndael.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/TripleDES.php +%%WWWDIR%%/inc/libs/phpseclib/Crypt/Twofish.php %%WWWDIR%%/inc/libs/tcpdf/LICENSE.TXT %%WWWDIR%%/inc/libs/tcpdf/README.TXT %%WWWDIR%%/inc/libs/tcpdf/fonts/almohanad.ctg.z From owner-svn-ports-all@freebsd.org Sat Jul 25 10:44:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AC499A8E31; Sat, 25 Jul 2015 10:44:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1001EBD; Sat, 25 Jul 2015 10:44:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PAibbK076136; Sat, 25 Jul 2015 10:44:37 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PAiaYA076134; Sat, 25 Jul 2015 10:44:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507251044.t6PAiaYA076134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 25 Jul 2015 10:44:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392870 - head/math/py-networkx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 10:44:37 -0000 Author: riggs Date: Sat Jul 25 10:44:35 2015 New Revision: 392870 URL: https://svnweb.freebsd.org/changeset/ports/392870 Log: Allow for many run dependencies to be OPTIONs, as by upstream suggestion PR: 201349 Submitted by: john@saltant.com Approved by: maintainer timeout Modified: head/math/py-networkx/Makefile head/math/py-networkx/pkg-descr Modified: head/math/py-networkx/Makefile ============================================================================== --- head/math/py-networkx/Makefile Sat Jul 25 10:39:43 2015 (r392869) +++ head/math/py-networkx/Makefile Sat Jul 25 10:44:35 2015 (r392870) @@ -3,6 +3,7 @@ PORTNAME= networkx PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= http://networkx.lanl.gov/download/networkx/ \ CHEESESHOP @@ -13,14 +14,10 @@ COMMENT= Tools for complex networks LICENSE= BSD3CLAUSE -RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}graphviz>=1.2:${PORTSDIR}/graphics/py-graphviz \ - ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.0:${PORTSDIR}/math/py-matplotlib \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2:${PORTSDIR}/math/py-numpy \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.15.1:${PORTSDIR}/science/py-scipy \ - ${PYTHON_PKGNAMEPREFIX}scikit-sparse>=0.2:${PORTSDIR}/science/py-scikit-sparse \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.3:${PORTSDIR}/textproc/py-sphinx \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:${PORTSDIR}/textproc/py-docutils +RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator + +# ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.3:${PORTSDIR}/textproc/py-sphinx \ +# ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:${PORTSDIR}/textproc/py-docutils USES= python shebangfix USE_PYTHON= distutils autoplist @@ -28,6 +25,24 @@ USE_PYTHON= distutils autoplist PLIST_SUB+= PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER} OPTIONS_DEFINE= EXAMPLES +OPTIONS_GROUP= MATRIX RENDER +OPTIONS_GROUP_MATRIX= NUMPY SCIPY +OPTIONS_GROUP_RENDER= MPL GRAPHVIZ +OPTIONS_DEFAULT= NUMPY SCIPY MPL GRAPHVIZ + +NUMPY_DESC= Support matrix representation of graphs +NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2:${PORTSDIR}/math/py-numpy + +SCIPY_DESC= Support sparse matrix representation of graphs +SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.15.1:${PORTSDIR}/science/py-scipy \ + ${PYTHON_PKGNAMEPREFIX}scikit-sparse>=0.2:${PORTSDIR}/science/py-scikit-sparse + +MPL_DESC= Support flexible graph rendering +MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.0:${PORTSDIR}/math/py-matplotlib + +GRAPHVIZ_DESC= Support additional graph layout and rendering algorithms +GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>=1.2:${PORTSDIR}/graphics/py-graphviz + EXAMPLESDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} PORTEXAMPLES= * Modified: head/math/py-networkx/pkg-descr ============================================================================== --- head/math/py-networkx/pkg-descr Sat Jul 25 10:39:43 2015 (r392869) +++ head/math/py-networkx/pkg-descr Sat Jul 25 10:44:35 2015 (r392870) @@ -18,4 +18,4 @@ Additional benefits due to Python: * Multi-platform * Allows easy access to almost any database -WWW: http://networkx.lanl.gov +WWW: https://networkx.github.io/ From owner-svn-ports-all@freebsd.org Sat Jul 25 10:53:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94C239AA343; Sat, 25 Jul 2015 10:53:13 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84DB815D1; Sat, 25 Jul 2015 10:53:13 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PArDY8080195; Sat, 25 Jul 2015 10:53:13 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PArCJ7080192; Sat, 25 Jul 2015 10:53:12 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201507251053.t6PArCJ7080192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Sat, 25 Jul 2015 10:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392871 - in head: editors/libreoffice emulators/xen emulators/xen-kernel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 10:53:13 -0000 Author: ak Date: Sat Jul 25 10:53:11 2015 New Revision: 392871 URL: https://svnweb.freebsd.org/changeset/ports/392871 Log: - Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS Approved by: bapt (manintainer), office (bapt) Modified: head/editors/libreoffice/Makefile.common head/emulators/xen-kernel/Makefile head/emulators/xen/Makefile Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Sat Jul 25 10:44:35 2015 (r392870) +++ head/editors/libreoffice/Makefile.common Sat Jul 25 10:53:11 2015 (r392871) @@ -17,7 +17,7 @@ MASTER_SITES?= http://dev-builds.libreof MASTER_SITES?= http://download.documentfoundation.org/libreoffice/${MASTER_SITE_SUBDIR}/ .endif -ONLY_FOR_ARCH= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 # for dynamic plist generation PLISTD?= ${WRKDIR}/plist_dirs Modified: head/emulators/xen-kernel/Makefile ============================================================================== --- head/emulators/xen-kernel/Makefile Sat Jul 25 10:44:35 2015 (r392870) +++ head/emulators/xen-kernel/Makefile Sat Jul 25 10:53:11 2015 (r392871) @@ -12,7 +12,7 @@ COMMENT= Hypervisor using a microkernel LICENSE= GPLv2 -ONLY_FOR_ARCH= amd64 +ONLY_FOR_ARCHS= amd64 USES= cpe gmake python:build MAKE_ARGS= HOSTCC="${CC}" CC="${CC}" PYTHON=${PYTHON_CMD} \ Modified: head/emulators/xen/Makefile ============================================================================== --- head/emulators/xen/Makefile Sat Jul 25 10:44:35 2015 (r392870) +++ head/emulators/xen/Makefile Sat Jul 25 10:53:11 2015 (r392871) @@ -9,7 +9,7 @@ COMMENT= Xen Hyvervisor meta port LICENSE= GPLv2 -ONLY_FOR_ARCH= amd64 +ONLY_FOR_ARCHS= amd64 RUN_DEPENDS= /boot/xen:${PORTSDIR}/emulators/xen-kernel \ xl:${PORTSDIR}/sysutils/xen-tools From owner-svn-ports-all@freebsd.org Sat Jul 25 11:10:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 988559AA6C1; Sat, 25 Jul 2015 11:10:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 893681E7C; Sat, 25 Jul 2015 11:10:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PBA4RH084570; Sat, 25 Jul 2015 11:10:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PBA4nR084569; Sat, 25 Jul 2015 11:10:04 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507251110.t6PBA4nR084569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 25 Jul 2015 11:10:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392872 - 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.20 Precedence: 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, 25 Jul 2015 11:10:04 -0000 Author: bapt Date: Sat Jul 25 11:10:03 2015 New Revision: 392872 URL: https://svnweb.freebsd.org/changeset/ports/392872 Log: Fix date Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jul 25 10:53:11 2015 (r392871) +++ head/MOVED Sat Jul 25 11:10:03 2015 (r392872) @@ -7731,4 +7731,4 @@ graphics/sng||2015-07-21|Has expired: Br japanese/netype||2015-07-21|Has expired: Broken for more than 6 months databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead -devel/libiomp5-devel|devel/llvm-devel|2015-73-24|Merged with devel/llvm-devel +devel/libiomp5-devel|devel/llvm-devel|2015-07-24|Merged with devel/llvm-devel From owner-svn-ports-all@freebsd.org Sat Jul 25 11:13:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F30C9AA824; Sat, 25 Jul 2015 11:13:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FB021486; Sat, 25 Jul 2015 11:13:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PBDKIX088424; Sat, 25 Jul 2015 11:13:20 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PBDJ9h088422; Sat, 25 Jul 2015 11:13:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507251113.t6PBDJ9h088422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 25 Jul 2015 11:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392873 - in head: . devel devel/amd64-binutils devel/amd64-gcc devel/amd64-xtoolchain-gcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 11:13:20 -0000 Author: bapt Date: Sat Jul 25 11:13:18 2015 New Revision: 392873 URL: https://svnweb.freebsd.org/changeset/ports/392873 Log: amd64 cross toolchain was somewhere broken and not really useful, let's focus on gcc cross toolchain for arches not supporting clang for now Deleted: head/devel/amd64-binutils/ head/devel/amd64-gcc/ head/devel/amd64-xtoolchain-gcc/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jul 25 11:10:03 2015 (r392872) +++ head/MOVED Sat Jul 25 11:13:18 2015 (r392873) @@ -7732,3 +7732,6 @@ japanese/netype||2015-07-21|Has expired: databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead devel/libiomp5-devel|devel/llvm-devel|2015-07-24|Merged with devel/llvm-devel +amd64-binutils||2015-07-25|No real use +amd64-gcc||2015-07-25|No real use +amd64-xtoolchain-gcc||2015-07-25|No real use Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 25 11:10:03 2015 (r392872) +++ head/devel/Makefile Sat Jul 25 11:13:18 2015 (r392873) @@ -53,9 +53,6 @@ SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += alog - SUBDIR += amd64-binutils - SUBDIR += amd64-gcc - SUBDIR += amd64-xtoolchain-gcc SUBDIR += android-tools-adb SUBDIR += android-tools-adb-devel SUBDIR += android-tools-fastboot From owner-svn-ports-all@freebsd.org Sat Jul 25 11:30:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B7B49AAA79; Sat, 25 Jul 2015 11:30:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4955A1C7F; Sat, 25 Jul 2015 11:30:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PBUTNr094828; Sat, 25 Jul 2015 11:30:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PBUS8N094822; Sat, 25 Jul 2015 11:30:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507251130.t6PBUS8N094822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 25 Jul 2015 11:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392874 - in head/devel: arm-none-eabi-gcc mips-gcc mips64-gcc powerpc64-gcc powerpc64-gcc/files sparc64-gcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 11:30:29 -0000 Author: bapt Date: Sat Jul 25 11:30:27 2015 New Revision: 392874 URL: https://svnweb.freebsd.org/changeset/ports/392874 Log: Update the cross gcc to 5.2.0 Simplify a bit the plist Drop upstreamed arm support patches not needed anymore Deleted: head/devel/powerpc64-gcc/files/patch-gcc-freebsd-arm Modified: head/devel/arm-none-eabi-gcc/Makefile head/devel/arm-none-eabi-gcc/pkg-plist head/devel/mips-gcc/pkg-plist head/devel/mips64-gcc/pkg-plist head/devel/powerpc64-gcc/Makefile head/devel/powerpc64-gcc/distinfo head/devel/powerpc64-gcc/pkg-plist head/devel/sparc64-gcc/Makefile head/devel/sparc64-gcc/pkg-plist Modified: head/devel/arm-none-eabi-gcc/Makefile ============================================================================== --- head/devel/arm-none-eabi-gcc/Makefile Sat Jul 25 11:13:18 2015 (r392873) +++ head/devel/arm-none-eabi-gcc/Makefile Sat Jul 25 11:30:27 2015 (r392874) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 4 PKGNAMEPREFIX= arm-none-eabi- COMMENT= GNU Compiler Collection for bare metal arm cross-development GCC_TARGET= arm-none-eabi Modified: head/devel/arm-none-eabi-gcc/pkg-plist ============================================================================== --- head/devel/arm-none-eabi-gcc/pkg-plist Sat Jul 25 11:13:18 2015 (r392873) +++ head/devel/arm-none-eabi-gcc/pkg-plist Sat Jul 25 11:30:27 2015 (r392874) @@ -2,259 +2,413 @@ bin/%%GCC_TARGET%%-c++ bin/%%GCC_TARGET%%-cpp bin/%%GCC_TARGET%%-g++ bin/%%GCC_TARGET%%-gcc -bin/%%GCC_TARGET%%-gcc-4.9.2 +bin/%%GCC_TARGET%%-gcc-%%GCC_VERSION%% bin/%%GCC_TARGET%%-gcc-ar bin/%%GCC_TARGET%%-gcc-nm bin/%%GCC_TARGET%%-gcc-ranlib bin/%%GCC_TARGET%%-gcov -lib/gcc/%%GCC_TARGET%%/4.9.2/libgcc.a -lib/gcc/%%GCC_TARGET%%/4.9.2/crtbegin.o -lib/gcc/%%GCC_TARGET%%/4.9.2/crtend.o -lib/gcc/%%GCC_TARGET%%/4.9.2/crti.o -lib/gcc/%%GCC_TARGET%%/4.9.2/crtn.o -lib/gcc/%%GCC_TARGET%%/4.9.2/include-fixed/README -lib/gcc/%%GCC_TARGET%%/4.9.2/include-fixed/limits.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include-fixed/syslimits.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/arm_acle.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/arm_neon.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/float.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/iso646.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/mmintrin.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdalign.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdarg.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdatomic.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdbool.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stddef.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdfix.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdint-gcc.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdint.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdnoreturn.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/tgmath.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/unwind-arm-common.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/varargs.h -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/fixinc_list -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/gsyslimits.h -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/include/README -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/include/limits.h -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/macro_list -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/mkheaders.conf -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/gtype.state -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ada/gcc-interface/ada-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/alias.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/all-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/alloc-pool.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ansidecl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/attribs.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/auto-host.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/b-header-vars -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/basic-block.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/bitmap.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/bversion.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-common.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-common.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-objc.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-pragma.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/calls.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfg-flags.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfgexpand.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfghooks.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfgloop.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cgraph.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cif-code.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cilk-builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cilkplus.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/aarch-common-protos.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/aout.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm-cores.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm-opts.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm-protos.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/bpabi.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/elf.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/unknown-elf.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/dbxelf.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/elfos.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/initfini-array.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/newlib-stdint.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/vxworks-dummy.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/configargs.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/context.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/coretypes.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/cp-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/cp-tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/cxx-pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/name-lookup.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/type-utils.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cppdefault.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cpplib.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/debug.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/defaults.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/df.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic-color.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic-core.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/double-int.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/dumpfile.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/emit-rtl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/except.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/filenames.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/fixed-value.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/flag-types.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/flags.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/fold-const.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/function.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gcc-plugin.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gcc-symtab.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/genrtl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ggc.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-builder.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-expr.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-fold.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-iterator.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-low.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-ssa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-walk.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimplify-me.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimplify.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gsstruct.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gtm-builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gtype-desc.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hard-reg-set.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hash-table.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hashtab.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/highlev-plugin-common.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hwint.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/incpath.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/input.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-codes.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-constants.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-flags.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-modes.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-notes.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/internal-fn.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/internal-fn.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/intl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-prop.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-ref-inline.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-ref.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-reference.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-utils.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/is-a.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/java/java-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/langhooks.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/libiberty.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/line-map.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/machmode.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/md5.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/mode-classes.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/objc/objc-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/obstack.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/omp-builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/options.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/opts.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/output.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/params.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/params.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/pass_manager.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/plugin-api.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/plugin-version.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/plugin.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/plugin.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/pointer-set.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/predict.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/predict.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/prefix.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/print-rtl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/print-tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/real.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/realmpfr.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/reg-notes.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/regset.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/resource.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/rtl.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/rtl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/safe-ctype.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/sanitizer.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/sbitmap.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/splay-tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ssa-iterators.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/statistics.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/stmt.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/stor-layout.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/stringpool.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/symtab.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/sync-builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/system.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/target-hooks-macros.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/target.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/target.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/timevar.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/timevar.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tm-preds.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tm.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tm_p.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/toplev.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-cfg.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-cfgcleanup.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-check.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-core.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-dfa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-dump.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-eh.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-hasher.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-inline.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-into-ssa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-iterator.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-nested.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-object-size.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-outof-ssa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-parloops.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-pass.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-phinodes.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-address.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-alias.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-coalesce.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-dom.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-loop-ivopts.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-loop-manip.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-loop-niter.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-loop.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-operands.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-sccvn.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-ter.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-threadedge.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-threadupdate.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssanames.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/treestruct.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/varasm.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/vec.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/version.h -libexec/gcc/%%GCC_TARGET%%/4.9.2/cc1 -libexec/gcc/%%GCC_TARGET%%/4.9.2/cc1plus -libexec/gcc/%%GCC_TARGET%%/4.9.2/collect2 -libexec/gcc/%%GCC_TARGET%%/4.9.2/install-tools/fixinc.sh -libexec/gcc/%%GCC_TARGET%%/4.9.2/install-tools/fixincl -libexec/gcc/%%GCC_TARGET%%/4.9.2/install-tools/mkheaders -libexec/gcc/%%GCC_TARGET%%/4.9.2/install-tools/mkinstalldirs -libexec/gcc/%%GCC_TARGET%%/4.9.2/liblto_plugin.so -libexec/gcc/%%GCC_TARGET%%/4.9.2/liblto_plugin.so.0 -libexec/gcc/%%GCC_TARGET%%/4.9.2/liblto_plugin.so.0.0.0 -libexec/gcc/%%GCC_TARGET%%/4.9.2/lto-wrapper -libexec/gcc/%%GCC_TARGET%%/4.9.2/lto1 -libexec/gcc/%%GCC_TARGET%%/4.9.2/plugin/gengtype +bin/%%GCC_TARGET%%-gcov-tool +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtbegin.o +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtend.o +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crti.o +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtn.o +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_acle.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_neon.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/iso646.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/mmintrin.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdalign.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdarg.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdatomic.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdbool.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stddef.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdfix.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdint-gcc.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdint.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdnoreturn.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tgmath.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/unwind-arm-common.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/unwind.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/varargs.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixinc_list +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/gsyslimits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/README +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/limits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/macro_list +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders.conf +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/libgcc.a +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/libgcov.a +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/gtype.state +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ada/gcc-interface/ada-tree.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/addresses.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/alias.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/all-tree.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/alloc-pool.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ansidecl.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/asan.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/attribs.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-host.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-profile.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/b-header-vars +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/basic-block.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bitmap.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-attrs.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-types.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bversion.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-objc.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pragma.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pretty-print.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-tree.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/calls.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ccmp.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfg-flags.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfg.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfganal.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgbuild.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgcleanup.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgexpand.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfghooks.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloop.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloopmanip.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgrtl.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cgraph.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/chkp-builtins.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cif-code.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cilk-builtins.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cilk.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cilkplus.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/collect-utils.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/collect2-aix.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/collect2.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/conditions.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/aarch-common-protos.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/aout.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/arm-cores.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/arm-opts.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/arm-protos.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/arm.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/bpabi.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/elf.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/unknown-elf.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/dbxelf.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/elfos.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/initfini-array.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/newlib-stdint.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/vxworks-dummy.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/configargs.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/context.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/convert.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/coretypes.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/coverage.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cxx-pretty-print.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/name-lookup.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/type-utils.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cppbuiltin.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cppdefault.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cpplib.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cselib.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/data-streamer.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dbxout.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dce.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ddg.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/debug.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/defaults.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/df.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dfp.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-color.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-core.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dojump.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dominance.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/domwalk.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/double-int.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dumpfile.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2asm.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2out.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/emit-rtl.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/errors.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/et-forest.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/except.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/explow.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/expmed.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/expr.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fibonacci_heap.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/file-find.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/filenames.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fixed-value.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flag-types.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flags.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/function.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-plugin.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-symtab.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-counter.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-io.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcse-common.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcse.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/generic-match.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gengtype.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/genrtl.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gensupport.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ggc-internal.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ggc.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-builder.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-expr.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-fold.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-iterator.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-low.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-match.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-pretty-print.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-streamer.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-walk.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify-me.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/glimits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graph.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphds.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-isl-ast-to-gimple.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-poly.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-scop-detection.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-sese-to-poly.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsstruct.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gstab.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsyms.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsyslimits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtm-builtins.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtype-desc.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hard-reg-set.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-set.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-table.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hashtab.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/highlev-plugin-common.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hooks.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks-def.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hw-doloop.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hwint.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ifcvt.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/inchash.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/incpath.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/input.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-addr.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-codes.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-constants.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-flags.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-modes.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-notes.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/intl.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-chkp.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf-gimple.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-inline.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-prop.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-ref.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-reference.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-utils.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ira-int.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ira.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/is-a.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/java/java-tree.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks-def.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lcm.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/libfuncs.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/libiberty.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/limitx.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/limity.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/line-map.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/loop-unroll.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lower-subreg.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lra-int.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lra.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-compress.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-section-names.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-streamer.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/md5.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/mode-classes.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/objc/objc-tree.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/obstack.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omega.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-builtins.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-low.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/options.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts-diagnostic.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/output.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass-instances.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass_manager.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/passes.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-api.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-version.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/predict.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/predict.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/prefix.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pretty-print.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/print-rtl.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/print-tree.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/profile.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/read-md.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/real.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/realmpfr.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/recog.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/reg-notes.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regcprop.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regrename.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regs.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regset.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/reload.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/resource.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-chkp.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-error.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-iter.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhash.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhooks-def.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/safe-ctype.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sanitizer.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sbitmap.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sched-int.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sdbout.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-dump.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-ir.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sese.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/shrink-wrap.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/signop.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sparseset.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/splay-tree.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sreal.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ssa-iterators.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stab.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/statistics.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stmt.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stor-layout.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/streamer-hooks.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stringpool.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/symbol-summary.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/symtab.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sync-builtins.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/system.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-def.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-globals.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-hooks-macros.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/targhooks.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm-preds.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm_p.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/toplev.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/trans-mem.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-affine.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-browser.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfg.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfgcleanup.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-check.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-chkp.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-chrec.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-core.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-data-ref.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dfa.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-diagnostic.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dump.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-eh.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hasher.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-inline.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-into-ssa.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-iterator.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-nested.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-object-size.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-outof-ssa.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-parloops.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pass.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-phinodes.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pretty-print.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-scalar-evolution.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-address.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-alias.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-coalesce.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dom.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-live.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-ivopts.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-manip.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-niter.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-operands.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-propagate.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-sccvn.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ter.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadedge.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadupdate.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssanames.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-stdarg.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-streamer.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-vectorizer.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/treestruct.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tsan.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tsystem.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/typeclass.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/typed-splay-tree.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ubsan.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/valtrack.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/value-prof.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/varasm.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vec.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/version.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vmsdbg.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vtable-verify.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int-print.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/xcoff.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/xcoffout.h +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/cc1 +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/cc1plus +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/collect2 +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixinc.sh +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixincl +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkinstalldirs +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/liblto_plugin.so +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0 +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0.0.0 +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/lto-wrapper +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/lto1 +libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/gengtype man/man1/%%GCC_TARGET%%-cpp.1.gz man/man1/%%GCC_TARGET%%-g++.1.gz man/man1/%%GCC_TARGET%%-gcc.1.gz Modified: head/devel/mips-gcc/pkg-plist ============================================================================== --- head/devel/mips-gcc/pkg-plist Sat Jul 25 11:13:18 2015 (r392873) +++ head/devel/mips-gcc/pkg-plist Sat Jul 25 11:30:27 2015 (r392874) @@ -1,250 +1,402 @@ -bin/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-c++ -bin/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-cpp -bin/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-g++ -bin/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-gcc -bin/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-gcc-4.9.2 -bin/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-gcc-ar -bin/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-gcc-nm -bin/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-gcc-ranlib -bin/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-gcov -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include-fixed/README -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include-fixed/limits.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include-fixed/syslimits.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/float.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/iso646.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/loongson.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/stdalign.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/stdarg.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/stdatomic.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/stdbool.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/stddef.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/stdfix.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/stdint-gcc.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/stdint.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/stdnoreturn.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/tgmath.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/include/varargs.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/fixinc_list -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/gsyslimits.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/include/README -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/include/limits.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/macro_list -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/mkheaders.conf -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/gtype.state -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/ada/gcc-interface/ada-tree.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/alias.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/all-tree.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/alloc-pool.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/ansidecl.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/attribs.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/auto-host.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/b-header-vars -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/basic-block.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/bitmap.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/builtins.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/bversion.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/c-family/c-common.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/c-family/c-common.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/c-family/c-objc.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/c-family/c-pragma.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/c-family/c-pretty-print.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/c-tree.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/calls.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cfg-flags.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cfgexpand.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cfghooks.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cfgloop.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cgraph.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cif-code.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cilk-builtins.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cilkplus.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/elfos.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/%%OPSYS%%-spec.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/%%OPSYS%%-stdint.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/%%OPSYS%%.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/initfini-array.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/mips/elf.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/mips/%%OPSYS%%.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/mips/mips-opts.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/mips/mips-protos.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/mips/mips.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/config/vxworks-dummy.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/configargs.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/context.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/coretypes.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cp/cp-tree.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cp/cp-tree.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cp/cxx-pretty-print.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cp/name-lookup.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cp/type-utils.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cppdefault.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/cpplib.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/debug.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/defaults.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/df.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/diagnostic-color.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/diagnostic-core.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/diagnostic.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/diagnostic.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/double-int.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/dumpfile.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/emit-rtl.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/except.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/filenames.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/fixed-value.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/flag-types.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/flags.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/fold-const.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/function.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gcc-plugin.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gcc-symtab.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/genrtl.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/ggc.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple-builder.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple-expr.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple-fold.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple-iterator.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple-low.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple-pretty-print.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple-ssa.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple-walk.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimple.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimplify-me.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gimplify.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gsstruct.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gtm-builtins.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/gtype-desc.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/hard-reg-set.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/hash-table.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/hashtab.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/highlev-plugin-common.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/hwint.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/incpath.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/input.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/insn-codes.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/insn-constants.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/insn-flags.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/insn-modes.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/insn-notes.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/internal-fn.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/internal-fn.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/intl.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/ipa-prop.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/ipa-ref-inline.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/ipa-ref.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/ipa-reference.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/ipa-utils.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/is-a.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/java/java-tree.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/langhooks.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/libiberty.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/line-map.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/machmode.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/md5.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/mode-classes.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/objc/objc-tree.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/obstack.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/omp-builtins.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/options.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/opts.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/output.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/params.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/params.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/pass_manager.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/plugin-api.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/plugin-version.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/plugin.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/plugin.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/pointer-set.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/predict.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/predict.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/prefix.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/pretty-print.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/print-rtl.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/print-tree.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/real.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/realmpfr.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/reg-notes.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/regset.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/resource.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/rtl.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/rtl.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/safe-ctype.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/sanitizer.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/sbitmap.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/splay-tree.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/ssa-iterators.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/statistics.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/stmt.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/stor-layout.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/stringpool.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/symtab.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/sync-builtins.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/system.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/target-hooks-macros.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/target.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/target.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/timevar.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/timevar.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tm-preds.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tm.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tm_p.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/toplev.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-cfg.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-cfgcleanup.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-check.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-core.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-dfa.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-dump.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-eh.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-hasher.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-inline.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-into-ssa.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-iterator.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-nested.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-object-size.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-outof-ssa.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-parloops.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-pass.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-phinodes.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-pretty-print.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-address.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-alias.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-coalesce.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-dom.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-loop-ivopts.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-loop-manip.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-loop-niter.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-loop.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-operands.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-sccvn.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-ter.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-threadedge.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa-threadupdate.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssa.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree-ssanames.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/tree.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/treestruct.def -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/varasm.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/vec.h -lib/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/include/version.h -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/cc1 -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/cc1plus -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/collect2 -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/fixinc.sh -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/fixincl -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/mkheaders -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/install-tools/mkinstalldirs -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/liblto_plugin.so -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/liblto_plugin.so.0 -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/liblto_plugin.so.0.0.0 -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/lto-wrapper -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/lto1 -libexec/gcc/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%/4.9.2/plugin/gengtype -man/man1/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-cpp.1.gz -man/man1/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-g++.1.gz -man/man1/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-gcc.1.gz -man/man1/%%TARGETARCH%%-portbld-%%OPSYS%%%%OSREL%%-gcov.1.gz +bin/%%GCC_TARGET%%-c++ +bin/%%GCC_TARGET%%-cpp +bin/%%GCC_TARGET%%-g++ +bin/%%GCC_TARGET%%-gcc +bin/%%GCC_TARGET%%-gcc-%%GCC_VERSION%% +bin/%%GCC_TARGET%%-gcc-ar +bin/%%GCC_TARGET%%-gcc-nm +bin/%%GCC_TARGET%%-gcc-ranlib +bin/%%GCC_TARGET%%-gcov +bin/%%GCC_TARGET%%-gcov-tool +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/iso646.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/loongson.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdalign.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdarg.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdatomic.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdbool.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stddef.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdfix.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdint-gcc.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdint.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdnoreturn.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tgmath.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/varargs.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixinc_list +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/gsyslimits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/README +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/limits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/macro_list +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders.conf +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/gtype.state +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ada/gcc-interface/ada-tree.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/addresses.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/alias.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/all-tree.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/alloc-pool.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ansidecl.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/asan.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/attribs.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-host.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-profile.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/b-header-vars +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/basic-block.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bitmap.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-attrs.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-types.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bversion.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-objc.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pragma.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pretty-print.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-tree.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/calls.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ccmp.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfg-flags.def +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfg.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfganal.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgbuild.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgcleanup.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgexpand.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfghooks.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloop.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloopmanip.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgrtl.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cgraph.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/chkp-builtins.def *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Jul 25 11:38:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90E099AACD5; Sat, 25 Jul 2015 11:38:15 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81930105D; Sat, 25 Jul 2015 11:38:15 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PBcFVn096875; Sat, 25 Jul 2015 11:38:15 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PBcFlS096874; Sat, 25 Jul 2015 11:38:15 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <201507251138.t6PBcFlS096874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Sat, 25 Jul 2015 11:38:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392875 - head/devel/pear-PHP_CodeSniffer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 11:38:15 -0000 Author: netchild Date: Sat Jul 25 11:38:14 2015 New Revision: 392875 URL: https://svnweb.freebsd.org/changeset/ports/392875 Log: Add missing dependencies. PR: 191912 Sponsored by: Essen FreeBSD Hackathon 2015 Modified: head/devel/pear-PHP_CodeSniffer/Makefile Modified: head/devel/pear-PHP_CodeSniffer/Makefile ============================================================================== --- head/devel/pear-PHP_CodeSniffer/Makefile Sat Jul 25 11:30:27 2015 (r392874) +++ head/devel/pear-PHP_CodeSniffer/Makefile Sat Jul 25 11:38:14 2015 (r392875) @@ -3,6 +3,7 @@ PORTNAME= PHP_CodeSniffer PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org @@ -12,5 +13,6 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes USES= pear +USE_PHP= simplexml tokenizer .include From owner-svn-ports-all@freebsd.org Sat Jul 25 11:38:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F1759AAD1F; Sat, 25 Jul 2015 11:38:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F61D11C8; Sat, 25 Jul 2015 11:38:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PBcrDt097019; Sat, 25 Jul 2015 11:38:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PBcqkS097017; Sat, 25 Jul 2015 11:38:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507251138.t6PBcqkS097017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Jul 2015 11:38:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392876 - head/devel/libmsiecf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 11:38:53 -0000 Author: antoine Date: Sat Jul 25 11:38:51 2015 New Revision: 392876 URL: https://svnweb.freebsd.org/changeset/ports/392876 Log: Update to alpha-20150708 Modified: head/devel/libmsiecf/Makefile head/devel/libmsiecf/distinfo Modified: head/devel/libmsiecf/Makefile ============================================================================== --- head/devel/libmsiecf/Makefile Sat Jul 25 11:38:14 2015 (r392875) +++ head/devel/libmsiecf/Makefile Sat Jul 25 11:38:51 2015 (r392876) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmsiecf -DISTVERSION= alpha-20150314 +DISTVERSION= alpha-20150708 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libmsiecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libmsiecf/distinfo ============================================================================== --- head/devel/libmsiecf/distinfo Sat Jul 25 11:38:14 2015 (r392875) +++ head/devel/libmsiecf/distinfo Sat Jul 25 11:38:51 2015 (r392876) @@ -1,2 +1,2 @@ -SHA256 (libmsiecf-alpha-20150314.tar.gz) = 1fb1fc2f7955ffc2c1daae757d8194ba0db955ed4f9caad18a1153028366be1f -SIZE (libmsiecf-alpha-20150314.tar.gz) = 1383534 +SHA256 (libmsiecf-alpha-20150708.tar.gz) = 96e5e8a4a3100fe811567ed1c4c1511a166a311693a220ba697c771b416b71a2 +SIZE (libmsiecf-alpha-20150708.tar.gz) = 1383357 From owner-svn-ports-all@freebsd.org Sat Jul 25 11:39:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7102E9AAD5F; Sat, 25 Jul 2015 11:39:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 615BD12D6; Sat, 25 Jul 2015 11:39:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PBdTgW097155; Sat, 25 Jul 2015 11:39:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PBdSYC097153; Sat, 25 Jul 2015 11:39:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507251139.t6PBdSYC097153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Jul 2015 11:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392877 - head/devel/libsigscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 11:39:29 -0000 Author: antoine Date: Sat Jul 25 11:39:27 2015 New Revision: 392877 URL: https://svnweb.freebsd.org/changeset/ports/392877 Log: Update to experimental-20150714 Modified: head/devel/libsigscan/Makefile head/devel/libsigscan/distinfo Modified: head/devel/libsigscan/Makefile ============================================================================== --- head/devel/libsigscan/Makefile Sat Jul 25 11:38:51 2015 (r392876) +++ head/devel/libsigscan/Makefile Sat Jul 25 11:39:27 2015 (r392877) @@ -3,7 +3,7 @@ PORTNAME= libsigscan # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20150627 +DISTVERSION= experimental-20150714 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsigscan/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libsigscan/distinfo ============================================================================== --- head/devel/libsigscan/distinfo Sat Jul 25 11:38:51 2015 (r392876) +++ head/devel/libsigscan/distinfo Sat Jul 25 11:39:27 2015 (r392877) @@ -1,2 +1,2 @@ -SHA256 (libsigscan-experimental-20150627.tar.gz) = feed1443a9f1e4518335d0a89a81a7f068074f2829921b2959ad4f3dfac68936 -SIZE (libsigscan-experimental-20150627.tar.gz) = 1224022 +SHA256 (libsigscan-experimental-20150714.tar.gz) = 7d15e825e9e54afc7d76274b7de82d767cfdf2f81bf619fe1c95fc6f48d0390c +SIZE (libsigscan-experimental-20150714.tar.gz) = 1224083 From owner-svn-ports-all@freebsd.org Sat Jul 25 11:40:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 467CA9AAD9E; Sat, 25 Jul 2015 11:40:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3799514EC; Sat, 25 Jul 2015 11:40:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PBeBvt097322; Sat, 25 Jul 2015 11:40:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PBeAj5097320; Sat, 25 Jul 2015 11:40:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507251140.t6PBeAj5097320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Jul 2015 11:40:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392878 - head/devel/libevt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 11:40:11 -0000 Author: antoine Date: Sat Jul 25 11:40:09 2015 New Revision: 392878 URL: https://svnweb.freebsd.org/changeset/ports/392878 Log: Update to alpha-20150706 Modified: head/devel/libevt/Makefile head/devel/libevt/distinfo Modified: head/devel/libevt/Makefile ============================================================================== --- head/devel/libevt/Makefile Sat Jul 25 11:39:27 2015 (r392877) +++ head/devel/libevt/Makefile Sat Jul 25 11:40:09 2015 (r392878) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20150105 +DISTVERSION= alpha-20150706 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -13,8 +13,8 @@ COMMENT= Library and tooling to access t LICENSE= LGPL3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix python +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/libevt/distinfo ============================================================================== --- head/devel/libevt/distinfo Sat Jul 25 11:39:27 2015 (r392877) +++ head/devel/libevt/distinfo Sat Jul 25 11:40:09 2015 (r392878) @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20150105.tar.gz) = 8a98618f35885ed13ca961024b21d36e4d9f50a3ca6704fcbc462f3b2da6e3a7 -SIZE (libevt-alpha-20150105.tar.gz) = 1744945 +SHA256 (libevt-alpha-20150706.tar.gz) = 92b5ff3b5e1e0f2d0be31eeae98c8425df8ded112439dd50670cf99dab1c9705 +SIZE (libevt-alpha-20150706.tar.gz) = 1747560 From owner-svn-ports-all@freebsd.org Sat Jul 25 11:51:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FD059AA03C; Sat, 25 Jul 2015 11:51:32 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF6941BEC; Sat, 25 Jul 2015 11:51:31 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PBpVWg004428; Sat, 25 Jul 2015 11:51:31 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PBpUs8004424; Sat, 25 Jul 2015 11:51:30 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201507251151.t6PBpUs8004424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sat, 25 Jul 2015 11:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392879 - in head/databases: percona55-client percona55-client/files percona55-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.20 Precedence: 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, 25 Jul 2015 11:51:32 -0000 Author: flo Date: Sat Jul 25 11:51:29 2015 New Revision: 392879 URL: https://svnweb.freebsd.org/changeset/ports/392879 Log: Update to 5.5.44-37.3 Committed from: Essen FreeBSD Hackathon Modified: head/databases/percona55-client/Makefile head/databases/percona55-client/files/patch-extra_CMakeLists.txt head/databases/percona55-server/Makefile head/databases/percona55-server/distinfo Modified: head/databases/percona55-client/Makefile ============================================================================== --- head/databases/percona55-client/Makefile Sat Jul 25 11:40:09 2015 (r392878) +++ head/databases/percona55-client/Makefile Sat Jul 25 11:51:29 2015 (r392879) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= percona -PORTREVISION= 1 PKGNAMESUFFIX= 55-client COMMENT= Multithreaded SQL database (client) Modified: head/databases/percona55-client/files/patch-extra_CMakeLists.txt ============================================================================== --- head/databases/percona55-client/files/patch-extra_CMakeLists.txt Sat Jul 25 11:40:09 2015 (r392878) +++ head/databases/percona55-client/files/patch-extra_CMakeLists.txt Sat Jul 25 11:51:29 2015 (r392879) @@ -1,6 +1,6 @@ ---- extra/CMakeLists.txt.orig 2010-12-03 18:58:24.000000000 +0100 -+++ extra/CMakeLists.txt 2010-12-23 14:45:36.000000000 +0100 -@@ -50,6 +50,7 @@ +--- extra/CMakeLists.txt.orig 2015-07-25 11:30:53 UTC ++++ extra/CMakeLists.txt +@@ -50,6 +50,7 @@ ADD_CUSTOM_TARGET(GenError ${PROJECT_BINARY_DIR}/sql/share/english/errmsg.sys ${PROJECT_SOURCE_DIR}/sql/share/errmsg-utf8.txt) @@ -8,7 +8,7 @@ MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c) TARGET_LINK_LIBRARIES(my_print_defaults mysys) -@@ -69,11 +70,14 @@ +@@ -69,12 +70,15 @@ ENDIF() MYSQL_ADD_EXECUTABLE(replace replace.c) TARGET_LINK_LIBRARIES(replace mysys) @@ -16,6 +16,7 @@ IF(UNIX) +IF(FALSE) MYSQL_ADD_EXECUTABLE(innochecksum innochecksum.c) + TARGET_LINK_LIBRARIES(innochecksum ${ZLIB_LIBRARY}) MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) Modified: head/databases/percona55-server/Makefile ============================================================================== --- head/databases/percona55-server/Makefile Sat Jul 25 11:40:09 2015 (r392878) +++ head/databases/percona55-server/Makefile Sat Jul 25 11:51:29 2015 (r392879) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= percona -DISTVERSION= 5.5.43-37.2 +DISTVERSION= 5.5.44-37.3 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-${DISTVERSION}/source/tarball/ Modified: head/databases/percona55-server/distinfo ============================================================================== --- head/databases/percona55-server/distinfo Sat Jul 25 11:40:09 2015 (r392878) +++ head/databases/percona55-server/distinfo Sat Jul 25 11:51:29 2015 (r392879) @@ -1,2 +1,2 @@ -SHA256 (percona-server-5.5.43-37.2.tar.gz) = f3ee6cce2062ddc45ea8da7e93a49e069c80e4ce2c520282486ded14a4088ef0 -SIZE (percona-server-5.5.43-37.2.tar.gz) = 22707580 +SHA256 (percona-server-5.5.44-37.3.tar.gz) = 0fa6d5203eda766778cb26cbc70fbc3d50a3472322d30a2afffb5c3ab12eaed2 +SIZE (percona-server-5.5.44-37.3.tar.gz) = 22724202 From owner-svn-ports-all@freebsd.org Sat Jul 25 12:00:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 152199AA602; Sat, 25 Jul 2015 12:00:18 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03D161F6D; Sat, 25 Jul 2015 12:00:18 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PC0Hfa006143; Sat, 25 Jul 2015 12:00:17 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PC0Hnk006140; Sat, 25 Jul 2015 12:00:17 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201507251200.t6PC0Hnk006140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sat, 25 Jul 2015 12:00:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392880 - head/www/phpbb3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 12:00:18 -0000 Author: flo Date: Sat Jul 25 12:00:16 2015 New Revision: 392880 URL: https://svnweb.freebsd.org/changeset/ports/392880 Log: - Update to 3.1.5 - don't make all files/directories writable by the web server, only the ones phpbb3 actually needs to write to PR: 200770 Approved by: maintainer timeout Committed from: Essen FreeBSD Hackathon Modified: head/www/phpbb3/Makefile head/www/phpbb3/distinfo head/www/phpbb3/pkg-plist Modified: head/www/phpbb3/Makefile ============================================================================== --- head/www/phpbb3/Makefile Sat Jul 25 11:51:29 2015 (r392879) +++ head/www/phpbb3/Makefile Sat Jul 25 12:00:16 2015 (r392880) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phpbb -PORTVERSION= 3.0.12 -PORTREVISION= 1 +PORTVERSION= 3.1.5 CATEGORIES= www MASTER_SITES= https://www.phpbb.com/files/release/ PKGNAMESUFFIX= 3 Modified: head/www/phpbb3/distinfo ============================================================================== --- head/www/phpbb3/distinfo Sat Jul 25 11:51:29 2015 (r392879) +++ head/www/phpbb3/distinfo Sat Jul 25 12:00:16 2015 (r392880) @@ -1,2 +1,2 @@ -SHA256 (phpBB-3.0.12.tar.bz2) = 14f216807063017a0110c6b36f1e4c0131e0ba4c42322ec6be77392059a197a8 -SIZE (phpBB-3.0.12.tar.bz2) = 1600626 +SHA256 (phpBB-3.1.5.tar.bz2) = 8a9f845f0c3cdb9dad8ee35ca40e4bb96f82c6305313766658b31442234ee144 +SIZE (phpBB-3.1.5.tar.bz2) = 2126815 Modified: head/www/phpbb3/pkg-plist ============================================================================== --- head/www/phpbb3/pkg-plist Sat Jul 25 11:51:29 2015 (r392879) +++ head/www/phpbb3/pkg-plist Sat Jul 25 12:00:16 2015 (r392880) @@ -1,7 +1,5 @@ -@group %%WWWGRP%% -@owner %%WWWOWN%% -@mode 0644 %%PHPBBDIR%%/.htaccess +%%PHPBBDIR%%/adm/images/alert_close.png %%PHPBBDIR%%/adm/images/arrow_down.gif %%PHPBBDIR%%/adm/images/arrow_left.gif %%PHPBBDIR%%/adm/images/arrow_right.gif @@ -13,15 +11,9 @@ %%PHPBBDIR%%/adm/images/bg_hash4.gif %%PHPBBDIR%%/adm/images/bg_header.gif %%PHPBBDIR%%/adm/images/bg_header.jpg -%%PHPBBDIR%%/adm/images/bg_tabs1.gif -%%PHPBBDIR%%/adm/images/bg_tabs2.gif %%PHPBBDIR%%/adm/images/bg_tabs_alt1.gif %%PHPBBDIR%%/adm/images/bg_tabs_alt2.gif %%PHPBBDIR%%/adm/images/cellpic3.gif -%%PHPBBDIR%%/adm/images/corners_left.gif -%%PHPBBDIR%%/adm/images/corners_left2.gif -%%PHPBBDIR%%/adm/images/corners_right.gif -%%PHPBBDIR%%/adm/images/corners_right2.gif %%PHPBBDIR%%/adm/images/file_conflict.gif %%PHPBBDIR%%/adm/images/file_modified.gif %%PHPBBDIR%%/adm/images/file_new.gif @@ -45,25 +37,36 @@ %%PHPBBDIR%%/adm/images/icon_up.gif %%PHPBBDIR%%/adm/images/icon_up_disabled.gif %%PHPBBDIR%%/adm/images/innerbox_bg.gif +%%PHPBBDIR%%/adm/images/loading.gif %%PHPBBDIR%%/adm/images/no_avatar.gif %%PHPBBDIR%%/adm/images/no_image.png %%PHPBBDIR%%/adm/images/phpbb_logo.png %%PHPBBDIR%%/adm/images/progress_bar.gif %%PHPBBDIR%%/adm/images/spacer.gif -%%PHPBBDIR%%/adm/images/toggle.gif %%PHPBBDIR%%/adm/index.php %%PHPBBDIR%%/adm/style/acp_attachments.html +%%PHPBBDIR%%/adm/style/acp_avatar_options_gravatar.html +%%PHPBBDIR%%/adm/style/acp_avatar_options_local.html +%%PHPBBDIR%%/adm/style/acp_avatar_options_remote.html +%%PHPBBDIR%%/adm/style/acp_avatar_options_upload.html %%PHPBBDIR%%/adm/style/acp_ban.html %%PHPBBDIR%%/adm/style/acp_bbcodes.html %%PHPBBDIR%%/adm/style/acp_board.html %%PHPBBDIR%%/adm/style/acp_bots.html %%PHPBBDIR%%/adm/style/acp_captcha.html +%%PHPBBDIR%%/adm/style/acp_contact.html %%PHPBBDIR%%/adm/style/acp_database.html %%PHPBBDIR%%/adm/style/acp_disallow.html %%PHPBBDIR%%/adm/style/acp_email.html +%%PHPBBDIR%%/adm/style/acp_ext_delete_data.html +%%PHPBBDIR%%/adm/style/acp_ext_details.html +%%PHPBBDIR%%/adm/style/acp_ext_disable.html +%%PHPBBDIR%%/adm/style/acp_ext_enable.html +%%PHPBBDIR%%/adm/style/acp_ext_list.html %%PHPBBDIR%%/adm/style/acp_forums.html %%PHPBBDIR%%/adm/style/acp_forums_copy_perm.html %%PHPBBDIR%%/adm/style/acp_groups.html +%%PHPBBDIR%%/adm/style/acp_groups_position.html %%PHPBBDIR%%/adm/style/acp_icons.html %%PHPBBDIR%%/adm/style/acp_inactive.html %%PHPBBDIR%%/adm/style/acp_jabber.html @@ -74,6 +77,7 @@ %%PHPBBDIR%%/adm/style/acp_permission_roles.html %%PHPBBDIR%%/adm/style/acp_permissions.html %%PHPBBDIR%%/adm/style/acp_php_info.html +%%PHPBBDIR%%/adm/style/acp_posting_buttons.html %%PHPBBDIR%%/adm/style/acp_profile.html %%PHPBBDIR%%/adm/style/acp_prune_forums.html %%PHPBBDIR%%/adm/style/acp_prune_users.html @@ -93,18 +97,19 @@ %%PHPBBDIR%%/adm/style/acp_users_warnings.html %%PHPBBDIR%%/adm/style/acp_words.html %%PHPBBDIR%%/adm/style/admin.css +%%PHPBBDIR%%/adm/style/admin.js +%%PHPBBDIR%%/adm/style/ajax.js +%%PHPBBDIR%%/adm/style/auth_provider_ldap.html +%%PHPBBDIR%%/adm/style/auth_provider_oauth.html %%PHPBBDIR%%/adm/style/captcha_default_acp_demo.html %%PHPBBDIR%%/adm/style/captcha_gd_acp.html %%PHPBBDIR%%/adm/style/captcha_qa_acp.html %%PHPBBDIR%%/adm/style/captcha_qa_acp_demo.html %%PHPBBDIR%%/adm/style/captcha_recaptcha.html %%PHPBBDIR%%/adm/style/captcha_recaptcha_acp.html -%%PHPBBDIR%%/adm/style/colour_swatch.html %%PHPBBDIR%%/adm/style/confirm_bbcode.html %%PHPBBDIR%%/adm/style/confirm_body.html %%PHPBBDIR%%/adm/style/confirm_body_prune.html -%%PHPBBDIR%%/adm/style/custom_profile_fields.html -%%PHPBBDIR%%/adm/style/editor.js %%PHPBBDIR%%/adm/style/install_convert.html %%PHPBBDIR%%/adm/style/install_error.html %%PHPBBDIR%%/adm/style/install_footer.html @@ -116,43 +121,78 @@ %%PHPBBDIR%%/adm/style/message_body.html %%PHPBBDIR%%/adm/style/overall_footer.html %%PHPBBDIR%%/adm/style/overall_header.html +%%PHPBBDIR%%/adm/style/pagination.html %%PHPBBDIR%%/adm/style/permission_forum_copy.html %%PHPBBDIR%%/adm/style/permission_mask.html %%PHPBBDIR%%/adm/style/permission_roles_mask.html %%PHPBBDIR%%/adm/style/permission_trace.html %%PHPBBDIR%%/adm/style/permissions.js +%%PHPBBDIR%%/adm/style/profilefields/bool.html +%%PHPBBDIR%%/adm/style/profilefields/date.html +%%PHPBBDIR%%/adm/style/profilefields/dropdown.html +%%PHPBBDIR%%/adm/style/profilefields/int.html +%%PHPBBDIR%%/adm/style/profilefields/string.html +%%PHPBBDIR%%/adm/style/profilefields/text.html +%%PHPBBDIR%%/adm/style/profilefields/url.html %%PHPBBDIR%%/adm/style/progress_bar.html %%PHPBBDIR%%/adm/style/simple_body.html %%PHPBBDIR%%/adm/style/simple_footer.html %%PHPBBDIR%%/adm/style/simple_header.html +%%PHPBBDIR%%/adm/style/timezone.js +%%PHPBBDIR%%/adm/style/timezone_option.html %%PHPBBDIR%%/adm/style/tooltip.js -%%PHPBBDIR%%/adm/style/viewsource.html -%%PHPBBDIR%%/adm/swatch.php +%%PHPBBDIR%%/app.php +%%PHPBBDIR%%/assets/javascript/core.js +%%PHPBBDIR%%/assets/javascript/editor.js +%%PHPBBDIR%%/assets/javascript/jquery.min.js +%%PHPBBDIR%%/assets/javascript/plupload.js +%%PHPBBDIR%%/assets/plupload/plupload.full.min.js +%%PHPBBDIR%%/bin/phpbbcli.php %%PHPBBDIR%%/cache/.htaccess %%PHPBBDIR%%/cache/index.htm %%PHPBBDIR%%/common.php -@sample %%PHPBBDIR%%/config.php.sample +%%PHPBBDIR%%/composer.json +%%PHPBBDIR%%/composer.lock +%%PHPBBDIR%%/config.php.sample +%%PHPBBDIR%%/config/.htaccess +%%PHPBBDIR%%/config/auth.yml +%%PHPBBDIR%%/config/avatar.yml +%%PHPBBDIR%%/config/captcha.yml +%%PHPBBDIR%%/config/console.yml +%%PHPBBDIR%%/config/content.yml +%%PHPBBDIR%%/config/cron.yml +%%PHPBBDIR%%/config/db.yml +%%PHPBBDIR%%/config/event.yml +%%PHPBBDIR%%/config/feed.yml +%%PHPBBDIR%%/config/mimetype_guesser.yml +%%PHPBBDIR%%/config/notification.yml +%%PHPBBDIR%%/config/parameters.yml +%%PHPBBDIR%%/config/password.yml +%%PHPBBDIR%%/config/profilefield.yml +%%PHPBBDIR%%/config/routing.yml +%%PHPBBDIR%%/config/services.yml +%%PHPBBDIR%%/config/tables.yml +%%PHPBBDIR%%/config/user.yml %%PHPBBDIR%%/cron.php -%%PHPBBDIR%%/docs/AUTHORS %%PHPBBDIR%%/docs/CHANGELOG.html -%%PHPBBDIR%%/docs/COPYING +%%PHPBBDIR%%/docs/CREDITS.txt %%PHPBBDIR%%/docs/FAQ.html %%PHPBBDIR%%/docs/INSTALL.html +%%PHPBBDIR%%/docs/LICENSE.txt %%PHPBBDIR%%/docs/README.html +%%PHPBBDIR%%/docs/assets/css/stylesheet.css +%%PHPBBDIR%%/docs/assets/images/bg_header.gif +%%PHPBBDIR%%/docs/assets/images/icon_back_top.gif +%%PHPBBDIR%%/docs/assets/images/site_logo.gif %%PHPBBDIR%%/docs/auth_api.html -%%PHPBBDIR%%/docs/bg_header.gif %%PHPBBDIR%%/docs/coding-guidelines.html -%%PHPBBDIR%%/docs/corners_left.gif -%%PHPBBDIR%%/docs/corners_left.png -%%PHPBBDIR%%/docs/corners_right.gif -%%PHPBBDIR%%/docs/corners_right.png -%%PHPBBDIR%%/docs/hook_system.html +%%PHPBBDIR%%/docs/events.md %%PHPBBDIR%%/docs/lighttpd.sample.conf %%PHPBBDIR%%/docs/nginx.sample.conf -%%PHPBBDIR%%/docs/site_logo.gif -%%PHPBBDIR%%/docs/stylesheet.css +%%PHPBBDIR%%/docs/sphinx.sample.conf %%PHPBBDIR%%/download/file.php %%PHPBBDIR%%/download/index.htm +%%PHPBBDIR%%/ext/index.htm %%PHPBBDIR%%/faq.php %%PHPBBDIR%%/feed.php %%PHPBBDIR%%/files/.htaccess @@ -222,24 +262,17 @@ %%PHPBBDIR%%/images/upload_icons/xls.gif %%PHPBBDIR%%/images/upload_icons/zip.gif %%PHPBBDIR%%/includes/.htaccess -%%PHPBBDIR%%/includes/acm/acm_apc.php -%%PHPBBDIR%%/includes/acm/acm_eaccelerator.php -%%PHPBBDIR%%/includes/acm/acm_file.php -%%PHPBBDIR%%/includes/acm/acm_memcache.php -%%PHPBBDIR%%/includes/acm/acm_memory.php -%%PHPBBDIR%%/includes/acm/acm_null.php -%%PHPBBDIR%%/includes/acm/acm_redis.php -%%PHPBBDIR%%/includes/acm/acm_wincache.php -%%PHPBBDIR%%/includes/acm/acm_xcache.php %%PHPBBDIR%%/includes/acp/acp_attachments.php %%PHPBBDIR%%/includes/acp/acp_ban.php %%PHPBBDIR%%/includes/acp/acp_bbcodes.php %%PHPBBDIR%%/includes/acp/acp_board.php %%PHPBBDIR%%/includes/acp/acp_bots.php %%PHPBBDIR%%/includes/acp/acp_captcha.php +%%PHPBBDIR%%/includes/acp/acp_contact.php %%PHPBBDIR%%/includes/acp/acp_database.php %%PHPBBDIR%%/includes/acp/acp_disallow.php %%PHPBBDIR%%/includes/acp/acp_email.php +%%PHPBBDIR%%/includes/acp/acp_extensions.php %%PHPBBDIR%%/includes/acp/acp_forums.php %%PHPBBDIR%%/includes/acp/acp_groups.php %%PHPBBDIR%%/includes/acp/acp_icons.php @@ -269,9 +302,11 @@ %%PHPBBDIR%%/includes/acp/info/acp_board.php %%PHPBBDIR%%/includes/acp/info/acp_bots.php %%PHPBBDIR%%/includes/acp/info/acp_captcha.php +%%PHPBBDIR%%/includes/acp/info/acp_contact.php %%PHPBBDIR%%/includes/acp/info/acp_database.php %%PHPBBDIR%%/includes/acp/info/acp_disallow.php %%PHPBBDIR%%/includes/acp/info/acp_email.php +%%PHPBBDIR%%/includes/acp/info/acp_extensions.php %%PHPBBDIR%%/includes/acp/info/acp_forums.php %%PHPBBDIR%%/includes/acp/info/acp_groups.php %%PHPBBDIR%%/includes/acp/info/acp_icons.php @@ -294,57 +329,32 @@ %%PHPBBDIR%%/includes/acp/info/acp_update.php %%PHPBBDIR%%/includes/acp/info/acp_users.php %%PHPBBDIR%%/includes/acp/info/acp_words.php -%%PHPBBDIR%%/includes/auth.php -%%PHPBBDIR%%/includes/auth/auth_apache.php -%%PHPBBDIR%%/includes/auth/auth_db.php -%%PHPBBDIR%%/includes/auth/auth_ldap.php -%%PHPBBDIR%%/includes/auth/index.htm %%PHPBBDIR%%/includes/bbcode.php -%%PHPBBDIR%%/includes/cache.php -%%PHPBBDIR%%/includes/captcha/captcha_factory.php -%%PHPBBDIR%%/includes/captcha/captcha_gd.php -%%PHPBBDIR%%/includes/captcha/captcha_gd_wave.php -%%PHPBBDIR%%/includes/captcha/captcha_non_gd.php -%%PHPBBDIR%%/includes/captcha/plugins/captcha_abstract.php -%%PHPBBDIR%%/includes/captcha/plugins/phpbb_captcha_gd_plugin.php -%%PHPBBDIR%%/includes/captcha/plugins/phpbb_captcha_gd_wave_plugin.php -%%PHPBBDIR%%/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php -%%PHPBBDIR%%/includes/captcha/plugins/phpbb_captcha_qa_plugin.php -%%PHPBBDIR%%/includes/captcha/plugins/phpbb_recaptcha_plugin.php +%%PHPBBDIR%%/includes/compatibility_globals.php %%PHPBBDIR%%/includes/constants.php -%%PHPBBDIR%%/includes/db/db_tools.php -%%PHPBBDIR%%/includes/db/dbal.php -%%PHPBBDIR%%/includes/db/firebird.php -%%PHPBBDIR%%/includes/db/index.htm -%%PHPBBDIR%%/includes/db/mssql.php -%%PHPBBDIR%%/includes/db/mssql_odbc.php -%%PHPBBDIR%%/includes/db/mssqlnative.php -%%PHPBBDIR%%/includes/db/mysql.php -%%PHPBBDIR%%/includes/db/mysqli.php -%%PHPBBDIR%%/includes/db/oracle.php -%%PHPBBDIR%%/includes/db/postgres.php -%%PHPBBDIR%%/includes/db/sqlite.php %%PHPBBDIR%%/includes/diff/diff.php %%PHPBBDIR%%/includes/diff/engine.php %%PHPBBDIR%%/includes/diff/renderer.php -%%PHPBBDIR%%/includes/error_collector.php %%PHPBBDIR%%/includes/functions.php +%%PHPBBDIR%%/includes/functions_acp.php %%PHPBBDIR%%/includes/functions_admin.php +%%PHPBBDIR%%/includes/functions_compatibility.php %%PHPBBDIR%%/includes/functions_compress.php %%PHPBBDIR%%/includes/functions_content.php %%PHPBBDIR%%/includes/functions_convert.php %%PHPBBDIR%%/includes/functions_database_helper.php %%PHPBBDIR%%/includes/functions_display.php +%%PHPBBDIR%%/includes/functions_download.php %%PHPBBDIR%%/includes/functions_install.php %%PHPBBDIR%%/includes/functions_jabber.php +%%PHPBBDIR%%/includes/functions_mcp.php %%PHPBBDIR%%/includes/functions_messenger.php %%PHPBBDIR%%/includes/functions_module.php %%PHPBBDIR%%/includes/functions_posting.php %%PHPBBDIR%%/includes/functions_privmsgs.php -%%PHPBBDIR%%/includes/functions_profile_fields.php -%%PHPBBDIR%%/includes/functions_template.php %%PHPBBDIR%%/includes/functions_transfer.php %%PHPBBDIR%%/includes/functions_upload.php +%%PHPBBDIR%%/includes/functions_url_matcher.php %%PHPBBDIR%%/includes/functions_user.php %%PHPBBDIR%%/includes/hooks/index.php %%PHPBBDIR%%/includes/index.htm @@ -370,25 +380,25 @@ %%PHPBBDIR%%/includes/mcp/mcp_warn.php %%PHPBBDIR%%/includes/message_parser.php %%PHPBBDIR%%/includes/questionnaire/questionnaire.php -%%PHPBBDIR%%/includes/search/fulltext_mysql.php -%%PHPBBDIR%%/includes/search/fulltext_native.php -%%PHPBBDIR%%/includes/search/index.htm -%%PHPBBDIR%%/includes/search/search.php -%%PHPBBDIR%%/includes/session.php +%%PHPBBDIR%%/includes/sphinxapi.php %%PHPBBDIR%%/includes/startup.php -%%PHPBBDIR%%/includes/template.php %%PHPBBDIR%%/includes/ucp/info/ucp_attachments.php +%%PHPBBDIR%%/includes/ucp/info/ucp_auth_link.php %%PHPBBDIR%%/includes/ucp/info/ucp_groups.php %%PHPBBDIR%%/includes/ucp/info/ucp_main.php +%%PHPBBDIR%%/includes/ucp/info/ucp_notifications.php %%PHPBBDIR%%/includes/ucp/info/ucp_pm.php %%PHPBBDIR%%/includes/ucp/info/ucp_prefs.php %%PHPBBDIR%%/includes/ucp/info/ucp_profile.php %%PHPBBDIR%%/includes/ucp/info/ucp_zebra.php %%PHPBBDIR%%/includes/ucp/ucp_activate.php %%PHPBBDIR%%/includes/ucp/ucp_attachments.php +%%PHPBBDIR%%/includes/ucp/ucp_auth_link.php %%PHPBBDIR%%/includes/ucp/ucp_confirm.php %%PHPBBDIR%%/includes/ucp/ucp_groups.php +%%PHPBBDIR%%/includes/ucp/ucp_login_link.php %%PHPBBDIR%%/includes/ucp/ucp_main.php +%%PHPBBDIR%%/includes/ucp/ucp_notifications.php %%PHPBBDIR%%/includes/ucp/ucp_pm.php %%PHPBBDIR%%/includes/ucp/ucp_pm_compose.php %%PHPBBDIR%%/includes/ucp/ucp_pm_options.php @@ -444,15 +454,10 @@ %%PHPBBDIR%%/install/install_install.php %%PHPBBDIR%%/install/install_main.php %%PHPBBDIR%%/install/phpinfo.php -%%PHPBBDIR%%/install/schemas/firebird_schema.sql %%PHPBBDIR%%/install/schemas/index.htm -%%PHPBBDIR%%/install/schemas/mssql_schema.sql -%%PHPBBDIR%%/install/schemas/mysql_40_schema.sql -%%PHPBBDIR%%/install/schemas/mysql_41_schema.sql %%PHPBBDIR%%/install/schemas/oracle_schema.sql %%PHPBBDIR%%/install/schemas/postgres_schema.sql %%PHPBBDIR%%/install/schemas/schema_data.sql -%%PHPBBDIR%%/install/schemas/sqlite_schema.sql %%PHPBBDIR%%/language/en/acp/attachments.php %%PHPBBDIR%%/language/en/acp/ban.php %%PHPBBDIR%%/language/en/acp/board.php @@ -460,6 +465,7 @@ %%PHPBBDIR%%/language/en/acp/common.php %%PHPBBDIR%%/language/en/acp/database.php %%PHPBBDIR%%/language/en/acp/email.php +%%PHPBBDIR%%/language/en/acp/extensions.php %%PHPBBDIR%%/language/en/acp/forums.php %%PHPBBDIR%%/language/en/acp/groups.php %%PHPBBDIR%%/language/en/acp/index.htm @@ -473,19 +479,22 @@ %%PHPBBDIR%%/language/en/acp/search.php %%PHPBBDIR%%/language/en/acp/styles.php %%PHPBBDIR%%/language/en/acp/users.php +%%PHPBBDIR%%/language/en/app.php %%PHPBBDIR%%/language/en/captcha_qa.php %%PHPBBDIR%%/language/en/captcha_recaptcha.php +%%PHPBBDIR%%/language/en/cli.php %%PHPBBDIR%%/language/en/common.php %%PHPBBDIR%%/language/en/email/admin_activate.txt %%PHPBBDIR%%/language/en/email/admin_send_email.txt %%PHPBBDIR%%/language/en/email/admin_welcome_activated.txt %%PHPBBDIR%%/language/en/email/admin_welcome_inactive.txt +%%PHPBBDIR%%/language/en/email/bookmark.txt +%%PHPBBDIR%%/language/en/email/contact_admin.txt %%PHPBBDIR%%/language/en/email/coppa_resend_inactive.txt %%PHPBBDIR%%/language/en/email/coppa_welcome_inactive.txt %%PHPBBDIR%%/language/en/email/email_notify.txt %%PHPBBDIR%%/language/en/email/forum_notify.txt %%PHPBBDIR%%/language/en/email/group_added.txt -%%PHPBBDIR%%/language/en/email/group_approved.txt %%PHPBBDIR%%/language/en/email/group_request.txt %%PHPBBDIR%%/language/en/email/index.htm %%PHPBBDIR%%/language/en/email/installed.txt @@ -494,13 +503,31 @@ %%PHPBBDIR%%/language/en/email/pm_report_deleted.txt %%PHPBBDIR%%/language/en/email/post_approved.txt %%PHPBBDIR%%/language/en/email/post_disapproved.txt +%%PHPBBDIR%%/language/en/email/post_in_queue.txt %%PHPBBDIR%%/language/en/email/privmsg_notify.txt %%PHPBBDIR%%/language/en/email/profile_send_email.txt %%PHPBBDIR%%/language/en/email/profile_send_im.txt +%%PHPBBDIR%%/language/en/email/quote.txt %%PHPBBDIR%%/language/en/email/report_closed.txt %%PHPBBDIR%%/language/en/email/report_deleted.txt +%%PHPBBDIR%%/language/en/email/report_pm.txt +%%PHPBBDIR%%/language/en/email/report_post.txt +%%PHPBBDIR%%/language/en/email/short/bookmark.txt +%%PHPBBDIR%%/language/en/email/short/newtopic_notify.txt +%%PHPBBDIR%%/language/en/email/short/post_approved.txt +%%PHPBBDIR%%/language/en/email/short/post_disapproved.txt +%%PHPBBDIR%%/language/en/email/short/post_in_queue.txt +%%PHPBBDIR%%/language/en/email/short/privmsg_notify.txt +%%PHPBBDIR%%/language/en/email/short/quote.txt +%%PHPBBDIR%%/language/en/email/short/report_pm.txt +%%PHPBBDIR%%/language/en/email/short/report_post.txt +%%PHPBBDIR%%/language/en/email/short/topic_approved.txt +%%PHPBBDIR%%/language/en/email/short/topic_disapproved.txt +%%PHPBBDIR%%/language/en/email/short/topic_in_queue.txt +%%PHPBBDIR%%/language/en/email/short/topic_notify.txt %%PHPBBDIR%%/language/en/email/topic_approved.txt %%PHPBBDIR%%/language/en/email/topic_disapproved.txt +%%PHPBBDIR%%/language/en/email/topic_in_queue.txt %%PHPBBDIR%%/language/en/email/topic_notify.txt %%PHPBBDIR%%/language/en/email/user_activate.txt %%PHPBBDIR%%/language/en/email/user_activate_inactive.txt @@ -518,7 +545,8 @@ %%PHPBBDIR%%/language/en/iso.txt %%PHPBBDIR%%/language/en/mcp.php %%PHPBBDIR%%/language/en/memberlist.php -%%PHPBBDIR%%/language/en/mods/index.htm +%%PHPBBDIR%%/language/en/migrator.php +%%PHPBBDIR%%/language/en/plupload.php %%PHPBBDIR%%/language/en/posting.php %%PHPBBDIR%%/language/en/search.php %%PHPBBDIR%%/language/en/search_ignore_words.php @@ -529,98 +557,486 @@ %%PHPBBDIR%%/language/index.htm %%PHPBBDIR%%/mcp.php %%PHPBBDIR%%/memberlist.php +%%PHPBBDIR%%/phpbb/auth/auth.php +%%PHPBBDIR%%/phpbb/auth/index.htm +%%PHPBBDIR%%/phpbb/auth/provider/apache.php +%%PHPBBDIR%%/phpbb/auth/provider/base.php +%%PHPBBDIR%%/phpbb/auth/provider/db.php +%%PHPBBDIR%%/phpbb/auth/provider/index.htm +%%PHPBBDIR%%/phpbb/auth/provider/ldap.php +%%PHPBBDIR%%/phpbb/auth/provider/oauth/oauth.php +%%PHPBBDIR%%/phpbb/auth/provider/oauth/service/base.php +%%PHPBBDIR%%/phpbb/auth/provider/oauth/service/bitly.php +%%PHPBBDIR%%/phpbb/auth/provider/oauth/service/exception.php +%%PHPBBDIR%%/phpbb/auth/provider/oauth/service/facebook.php +%%PHPBBDIR%%/phpbb/auth/provider/oauth/service/google.php +%%PHPBBDIR%%/phpbb/auth/provider/oauth/service/service_interface.php +%%PHPBBDIR%%/phpbb/auth/provider/oauth/token_storage.php +%%PHPBBDIR%%/phpbb/auth/provider/provider_interface.php +%%PHPBBDIR%%/phpbb/auth/provider_collection.php +%%PHPBBDIR%%/phpbb/avatar/driver/driver.php +%%PHPBBDIR%%/phpbb/avatar/driver/driver_interface.php +%%PHPBBDIR%%/phpbb/avatar/driver/gravatar.php +%%PHPBBDIR%%/phpbb/avatar/driver/local.php +%%PHPBBDIR%%/phpbb/avatar/driver/remote.php +%%PHPBBDIR%%/phpbb/avatar/driver/upload.php +%%PHPBBDIR%%/phpbb/avatar/manager.php +%%PHPBBDIR%%/phpbb/cache/driver/apc.php +%%PHPBBDIR%%/phpbb/cache/driver/base.php +%%PHPBBDIR%%/phpbb/cache/driver/driver_interface.php +%%PHPBBDIR%%/phpbb/cache/driver/eaccelerator.php +%%PHPBBDIR%%/phpbb/cache/driver/file.php +%%PHPBBDIR%%/phpbb/cache/driver/memcache.php +%%PHPBBDIR%%/phpbb/cache/driver/memory.php +%%PHPBBDIR%%/phpbb/cache/driver/null.php +%%PHPBBDIR%%/phpbb/cache/driver/redis.php +%%PHPBBDIR%%/phpbb/cache/driver/wincache.php +%%PHPBBDIR%%/phpbb/cache/driver/xcache.php +%%PHPBBDIR%%/phpbb/cache/service.php +%%PHPBBDIR%%/phpbb/captcha/char_cube3d.php +%%PHPBBDIR%%/phpbb/captcha/colour_manager.php +%%PHPBBDIR%%/phpbb/captcha/factory.php +%%PHPBBDIR%%/phpbb/captcha/gd.php +%%PHPBBDIR%%/phpbb/captcha/gd_wave.php +%%PHPBBDIR%%/phpbb/captcha/non_gd.php +%%PHPBBDIR%%/phpbb/captcha/plugins/captcha_abstract.php +%%PHPBBDIR%%/phpbb/captcha/plugins/gd.php +%%PHPBBDIR%%/phpbb/captcha/plugins/gd_wave.php +%%PHPBBDIR%%/phpbb/captcha/plugins/nogd.php +%%PHPBBDIR%%/phpbb/captcha/plugins/qa.php +%%PHPBBDIR%%/phpbb/captcha/plugins/recaptcha.php +%%PHPBBDIR%%/phpbb/class_loader.php +%%PHPBBDIR%%/phpbb/composer.json +%%PHPBBDIR%%/phpbb/config/config.php +%%PHPBBDIR%%/phpbb/config/db.php +%%PHPBBDIR%%/phpbb/config/db_text.php +%%PHPBBDIR%%/phpbb/config_php_file.php +%%PHPBBDIR%%/phpbb/console/application.php +%%PHPBBDIR%%/phpbb/console/command/cache/purge.php +%%PHPBBDIR%%/phpbb/console/command/command.php +%%PHPBBDIR%%/phpbb/console/command/config/command.php +%%PHPBBDIR%%/phpbb/console/command/config/delete.php +%%PHPBBDIR%%/phpbb/console/command/config/get.php +%%PHPBBDIR%%/phpbb/console/command/config/increment.php +%%PHPBBDIR%%/phpbb/console/command/config/set.php +%%PHPBBDIR%%/phpbb/console/command/config/set_atomic.php +%%PHPBBDIR%%/phpbb/console/command/cron/cron_list.php +%%PHPBBDIR%%/phpbb/console/command/cron/run.php +%%PHPBBDIR%%/phpbb/console/command/db/console_migrator_output_handler.php +%%PHPBBDIR%%/phpbb/console/command/db/migrate.php +%%PHPBBDIR%%/phpbb/console/command/dev/migration_tips.php +%%PHPBBDIR%%/phpbb/console/command/extension/command.php +%%PHPBBDIR%%/phpbb/console/command/extension/disable.php +%%PHPBBDIR%%/phpbb/console/command/extension/enable.php +%%PHPBBDIR%%/phpbb/console/command/extension/purge.php +%%PHPBBDIR%%/phpbb/console/command/extension/show.php +%%PHPBBDIR%%/phpbb/console/command/fixup/recalculate_email_hash.php +%%PHPBBDIR%%/phpbb/content_visibility.php +%%PHPBBDIR%%/phpbb/controller/exception.php +%%PHPBBDIR%%/phpbb/controller/helper.php +%%PHPBBDIR%%/phpbb/controller/provider.php +%%PHPBBDIR%%/phpbb/controller/resolver.php +%%PHPBBDIR%%/phpbb/cron/manager.php +%%PHPBBDIR%%/phpbb/cron/task/base.php +%%PHPBBDIR%%/phpbb/cron/task/core/prune_all_forums.php +%%PHPBBDIR%%/phpbb/cron/task/core/prune_forum.php +%%PHPBBDIR%%/phpbb/cron/task/core/prune_notifications.php +%%PHPBBDIR%%/phpbb/cron/task/core/prune_shadow_topics.php +%%PHPBBDIR%%/phpbb/cron/task/core/queue.php +%%PHPBBDIR%%/phpbb/cron/task/core/tidy_cache.php +%%PHPBBDIR%%/phpbb/cron/task/core/tidy_database.php +%%PHPBBDIR%%/phpbb/cron/task/core/tidy_plupload.php +%%PHPBBDIR%%/phpbb/cron/task/core/tidy_search.php +%%PHPBBDIR%%/phpbb/cron/task/core/tidy_sessions.php +%%PHPBBDIR%%/phpbb/cron/task/core/tidy_warnings.php +%%PHPBBDIR%%/phpbb/cron/task/parametrized.php +%%PHPBBDIR%%/phpbb/cron/task/task.php +%%PHPBBDIR%%/phpbb/cron/task/wrapper.php +%%PHPBBDIR%%/phpbb/datetime.php +%%PHPBBDIR%%/phpbb/db/driver/driver.php +%%PHPBBDIR%%/phpbb/db/driver/driver_interface.php +%%PHPBBDIR%%/phpbb/db/driver/factory.php +%%PHPBBDIR%%/phpbb/db/driver/mssql.php +%%PHPBBDIR%%/phpbb/db/driver/mssql_base.php +%%PHPBBDIR%%/phpbb/db/driver/mssql_odbc.php +%%PHPBBDIR%%/phpbb/db/driver/mssqlnative.php +%%PHPBBDIR%%/phpbb/db/driver/mysql.php +%%PHPBBDIR%%/phpbb/db/driver/mysql_base.php +%%PHPBBDIR%%/phpbb/db/driver/mysqli.php +%%PHPBBDIR%%/phpbb/db/driver/oracle.php +%%PHPBBDIR%%/phpbb/db/driver/postgres.php +%%PHPBBDIR%%/phpbb/db/driver/sqlite.php +%%PHPBBDIR%%/phpbb/db/driver/sqlite3.php +%%PHPBBDIR%%/phpbb/db/html_migrator_output_handler.php +%%PHPBBDIR%%/phpbb/db/log_wrapper_migrator_output_handler.php +%%PHPBBDIR%%/phpbb/db/migration/container_aware_migration.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/local_url_bbcode.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_0.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_10.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_10_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_10_rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_10_rc3.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_11.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_11_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_11_rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_12.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_12_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_12_rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_12_rc3.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_13.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_13_pl1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_13_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_14.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_14_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_1_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_2_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_2_rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_3.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_3_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_4.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_4_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_5.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_5_rc1part2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_6.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_6_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_6_rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_6_rc3.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_6_rc4.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_7.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_7_pl1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_7_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_7_rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_8.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_9.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_9_rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_9_rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_9_rc3.php +%%PHPBBDIR%%/phpbb/db/migration/data/v30x/release_3_0_9_rc4.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/acp_prune_users_module.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/acp_style_components_module.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/allow_cdn.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/alpha1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/alpha2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/alpha3.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/auth_provider_oauth.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/auth_provider_oauth2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/avatar_types.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/avatars.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/beta1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/beta2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/beta3.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/beta4.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/board_contact_name.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/boardindex.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/bot_update.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/captcha_plugins.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/config_db_text.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/contact_admin_acp_module.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/contact_admin_form.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/dev.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/extensions.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/extensions_version_check_force_unstable.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/forgot_password.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/gold.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/jquery_update.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/jquery_update2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/live_searches_config.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/migrations_table.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/mod_rewrite.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/mysql_fulltext_drop.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/namespaces.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/notification_options_reconvert.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/notifications.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/notifications_cron.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/notifications_cron_p2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/notifications_schema_fix.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/notifications_use_full_name.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/passwords.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/passwords_convert_p1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/passwords_convert_p2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/passwords_p2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/plupload.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/postgres_fulltext_drop.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_aol.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_aol_cleanup.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_change_load_settings.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_cleanup.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_contact_field.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_facebook.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_field_validation_length.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_googleplus.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_icq.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_icq_cleanup.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_interests.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_location.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_location_cleanup.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_occupation.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_on_memberlist.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_show_novalue.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_skype.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_twitter.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_types.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_website.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_website_cleanup.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_wlm.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_wlm_cleanup.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_yahoo.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_yahoo_cleanup.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/profilefield_youtube.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/prune_shadow_topics.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/rc3.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/rc4.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/rc5.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/rc6.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/remove_acp_styles_cache.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/rename_too_long_indexes.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/reported_posts_display.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/reset_missing_captcha_plugin.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/search_type.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/signature_module_auth.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/soft_delete_mod_convert.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/soft_delete_mod_convert2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/softdelete_mcp_modules.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/softdelete_p1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/softdelete_p2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/style_update_p1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/style_update_p2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/teampage.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/timezone.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/timezone_p2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/topic_sort_username.php +%%PHPBBDIR%%/phpbb/db/migration/data/v310/ucp_popuppm_module.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/m_softdelete_global.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/plupload_last_gc_dynamic.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/profilefield_remove_underscore_from_alpha.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/profilefield_yahoo_update_url.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/style_update.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/update_custom_bbcodes_with_idn.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v311.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v312.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v312rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v313.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v313rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v313rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v314.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v314rc1.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v314rc2.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v315.php +%%PHPBBDIR%%/phpbb/db/migration/data/v31x/v315rc1.php +%%PHPBBDIR%%/phpbb/db/migration/exception.php +%%PHPBBDIR%%/phpbb/db/migration/helper.php +%%PHPBBDIR%%/phpbb/db/migration/migration.php +%%PHPBBDIR%%/phpbb/db/migration/profilefield_base_migration.php +%%PHPBBDIR%%/phpbb/db/migration/schema_generator.php +%%PHPBBDIR%%/phpbb/db/migration/tool/config.php +%%PHPBBDIR%%/phpbb/db/migration/tool/config_text.php +%%PHPBBDIR%%/phpbb/db/migration/tool/module.php +%%PHPBBDIR%%/phpbb/db/migration/tool/permission.php +%%PHPBBDIR%%/phpbb/db/migration/tool/tool_interface.php +%%PHPBBDIR%%/phpbb/db/migrator.php +%%PHPBBDIR%%/phpbb/db/migrator_output_handler_interface.php +%%PHPBBDIR%%/phpbb/db/null_migrator_output_handler.php +%%PHPBBDIR%%/phpbb/db/sql_insert_buffer.php +%%PHPBBDIR%%/phpbb/db/tools.php +%%PHPBBDIR%%/phpbb/di/container_builder.php +%%PHPBBDIR%%/phpbb/di/extension/config.php +%%PHPBBDIR%%/phpbb/di/extension/core.php +%%PHPBBDIR%%/phpbb/di/extension/ext.php +%%PHPBBDIR%%/phpbb/di/pass/collection_pass.php +%%PHPBBDIR%%/phpbb/di/service_collection.php +%%PHPBBDIR%%/phpbb/di/service_collection_iterator.php +%%PHPBBDIR%%/phpbb/error_collector.php +%%PHPBBDIR%%/phpbb/event/data.php +%%PHPBBDIR%%/phpbb/event/dispatcher.php +%%PHPBBDIR%%/phpbb/event/dispatcher_interface.php +%%PHPBBDIR%%/phpbb/event/kernel_exception_subscriber.php +%%PHPBBDIR%%/phpbb/event/kernel_request_subscriber.php +%%PHPBBDIR%%/phpbb/event/kernel_terminate_subscriber.php +%%PHPBBDIR%%/phpbb/event/md_exporter.php +%%PHPBBDIR%%/phpbb/event/php_exporter.php +%%PHPBBDIR%%/phpbb/event/recursive_event_filter_iterator.php +%%PHPBBDIR%%/phpbb/exception/exception_interface.php +%%PHPBBDIR%%/phpbb/exception/http_exception.php +%%PHPBBDIR%%/phpbb/exception/runtime_exception.php +%%PHPBBDIR%%/phpbb/extension/base.php +%%PHPBBDIR%%/phpbb/extension/exception.php +%%PHPBBDIR%%/phpbb/extension/extension_interface.php +%%PHPBBDIR%%/phpbb/extension/manager.php +%%PHPBBDIR%%/phpbb/extension/metadata_manager.php +%%PHPBBDIR%%/phpbb/extension/provider.php +%%PHPBBDIR%%/phpbb/feed/attachments_base.php +%%PHPBBDIR%%/phpbb/feed/base.php +%%PHPBBDIR%%/phpbb/feed/factory.php +%%PHPBBDIR%%/phpbb/feed/forum.php +%%PHPBBDIR%%/phpbb/feed/forums.php +%%PHPBBDIR%%/phpbb/feed/helper.php +%%PHPBBDIR%%/phpbb/feed/news.php +%%PHPBBDIR%%/phpbb/feed/overall.php +%%PHPBBDIR%%/phpbb/feed/post_base.php +%%PHPBBDIR%%/phpbb/feed/topic.php +%%PHPBBDIR%%/phpbb/feed/topic_base.php +%%PHPBBDIR%%/phpbb/feed/topics.php +%%PHPBBDIR%%/phpbb/feed/topics_active.php +%%PHPBBDIR%%/phpbb/file_downloader.php +%%PHPBBDIR%%/phpbb/filesystem.php +%%PHPBBDIR%%/phpbb/finder.php +%%PHPBBDIR%%/phpbb/groupposition/exception.php +%%PHPBBDIR%%/phpbb/groupposition/groupposition_interface.php +%%PHPBBDIR%%/phpbb/groupposition/legend.php +%%PHPBBDIR%%/phpbb/groupposition/teampage.php +%%PHPBBDIR%%/phpbb/hook/finder.php +%%PHPBBDIR%%/phpbb/json_response.php +%%PHPBBDIR%%/phpbb/lock/db.php +%%PHPBBDIR%%/phpbb/lock/flock.php +%%PHPBBDIR%%/phpbb/log/log.php +%%PHPBBDIR%%/phpbb/log/log_interface.php +%%PHPBBDIR%%/phpbb/log/null.php +%%PHPBBDIR%%/phpbb/message/admin_form.php +%%PHPBBDIR%%/phpbb/message/form.php +%%PHPBBDIR%%/phpbb/message/message.php +%%PHPBBDIR%%/phpbb/message/topic_form.php +%%PHPBBDIR%%/phpbb/message/user_form.php +%%PHPBBDIR%%/phpbb/mimetype/content_guesser.php +%%PHPBBDIR%%/phpbb/mimetype/extension_guesser.php +%%PHPBBDIR%%/phpbb/mimetype/guesser.php +%%PHPBBDIR%%/phpbb/mimetype/guesser_base.php +%%PHPBBDIR%%/phpbb/mimetype/guesser_interface.php +%%PHPBBDIR%%/phpbb/notification/exception.php +%%PHPBBDIR%%/phpbb/notification/manager.php +%%PHPBBDIR%%/phpbb/notification/method/base.php +%%PHPBBDIR%%/phpbb/notification/method/email.php +%%PHPBBDIR%%/phpbb/notification/method/jabber.php +%%PHPBBDIR%%/phpbb/notification/method/messenger_base.php +%%PHPBBDIR%%/phpbb/notification/method/method_interface.php +%%PHPBBDIR%%/phpbb/notification/type/admin_activate_user.php +%%PHPBBDIR%%/phpbb/notification/type/approve_post.php +%%PHPBBDIR%%/phpbb/notification/type/approve_topic.php +%%PHPBBDIR%%/phpbb/notification/type/base.php +%%PHPBBDIR%%/phpbb/notification/type/bookmark.php +%%PHPBBDIR%%/phpbb/notification/type/disapprove_post.php +%%PHPBBDIR%%/phpbb/notification/type/disapprove_topic.php +%%PHPBBDIR%%/phpbb/notification/type/group_request.php +%%PHPBBDIR%%/phpbb/notification/type/group_request_approved.php +%%PHPBBDIR%%/phpbb/notification/type/pm.php +%%PHPBBDIR%%/phpbb/notification/type/post.php +%%PHPBBDIR%%/phpbb/notification/type/post_in_queue.php +%%PHPBBDIR%%/phpbb/notification/type/quote.php +%%PHPBBDIR%%/phpbb/notification/type/report_pm.php +%%PHPBBDIR%%/phpbb/notification/type/report_pm_closed.php +%%PHPBBDIR%%/phpbb/notification/type/report_post.php +%%PHPBBDIR%%/phpbb/notification/type/report_post_closed.php +%%PHPBBDIR%%/phpbb/notification/type/topic.php +%%PHPBBDIR%%/phpbb/notification/type/topic_in_queue.php +%%PHPBBDIR%%/phpbb/notification/type/type_interface.php +%%PHPBBDIR%%/phpbb/pagination.php +%%PHPBBDIR%%/phpbb/passwords/driver/base.php +%%PHPBBDIR%%/phpbb/passwords/driver/bcrypt.php +%%PHPBBDIR%%/phpbb/passwords/driver/bcrypt_2y.php +%%PHPBBDIR%%/phpbb/passwords/driver/bcrypt_wcf2.php +%%PHPBBDIR%%/phpbb/passwords/driver/convert_password.php +%%PHPBBDIR%%/phpbb/passwords/driver/driver_interface.php +%%PHPBBDIR%%/phpbb/passwords/driver/helper.php +%%PHPBBDIR%%/phpbb/passwords/driver/md5_mybb.php +%%PHPBBDIR%%/phpbb/passwords/driver/md5_phpbb2.php +%%PHPBBDIR%%/phpbb/passwords/driver/md5_vb.php +%%PHPBBDIR%%/phpbb/passwords/driver/phpass.php +%%PHPBBDIR%%/phpbb/passwords/driver/salted_md5.php +%%PHPBBDIR%%/phpbb/passwords/driver/sha1.php +%%PHPBBDIR%%/phpbb/passwords/driver/sha1_smf.php +%%PHPBBDIR%%/phpbb/passwords/driver/sha1_wcf1.php +%%PHPBBDIR%%/phpbb/passwords/driver/sha_xf1.php +%%PHPBBDIR%%/phpbb/passwords/helper.php +%%PHPBBDIR%%/phpbb/passwords/manager.php +%%PHPBBDIR%%/phpbb/path_helper.php +%%PHPBBDIR%%/phpbb/permissions.php +%%PHPBBDIR%%/phpbb/php/ini.php +%%PHPBBDIR%%/phpbb/plupload/plupload.php +%%PHPBBDIR%%/phpbb/profilefields/lang_helper.php +%%PHPBBDIR%%/phpbb/profilefields/manager.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_base.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_bool.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_date.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_dropdown.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_googleplus.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_int.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_interface.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_string.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_string_common.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_text.php +%%PHPBBDIR%%/phpbb/profilefields/type/type_url.php +%%PHPBBDIR%%/phpbb/recursive_dot_prefix_filter_iterator.php +%%PHPBBDIR%%/phpbb/request/deactivated_super_global.php +%%PHPBBDIR%%/phpbb/request/request.php +%%PHPBBDIR%%/phpbb/request/request_interface.php +%%PHPBBDIR%%/phpbb/request/type_cast_helper.php +%%PHPBBDIR%%/phpbb/request/type_cast_helper_interface.php +%%PHPBBDIR%%/phpbb/search/base.php +%%PHPBBDIR%%/phpbb/search/fulltext_mysql.php +%%PHPBBDIR%%/phpbb/search/fulltext_native.php +%%PHPBBDIR%%/phpbb/search/fulltext_postgres.php +%%PHPBBDIR%%/phpbb/search/fulltext_sphinx.php +%%PHPBBDIR%%/phpbb/search/index.htm +%%PHPBBDIR%%/phpbb/search/sphinx/config.php +%%PHPBBDIR%%/phpbb/search/sphinx/config_comment.php +%%PHPBBDIR%%/phpbb/search/sphinx/config_section.php +%%PHPBBDIR%%/phpbb/search/sphinx/config_variable.php +%%PHPBBDIR%%/phpbb/session.php +%%PHPBBDIR%%/phpbb/symfony_request.php +%%PHPBBDIR%%/phpbb/template/asset.php +%%PHPBBDIR%%/phpbb/template/base.php +%%PHPBBDIR%%/phpbb/template/context.php +%%PHPBBDIR%%/phpbb/template/template.php +%%PHPBBDIR%%/phpbb/template/twig/definition.php +%%PHPBBDIR%%/phpbb/template/twig/environment.php +%%PHPBBDIR%%/phpbb/template/twig/extension.php +%%PHPBBDIR%%/phpbb/template/twig/lexer.php +%%PHPBBDIR%%/phpbb/template/twig/loader.php +%%PHPBBDIR%%/phpbb/template/twig/node/definenode.php +%%PHPBBDIR%%/phpbb/template/twig/node/event.php +%%PHPBBDIR%%/phpbb/template/twig/node/expression/binary/equalequal.php +%%PHPBBDIR%%/phpbb/template/twig/node/expression/binary/notequalequal.php +%%PHPBBDIR%%/phpbb/template/twig/node/includeasset.php +%%PHPBBDIR%%/phpbb/template/twig/node/includecss.php +%%PHPBBDIR%%/phpbb/template/twig/node/includejs.php +%%PHPBBDIR%%/phpbb/template/twig/node/includenode.php +%%PHPBBDIR%%/phpbb/template/twig/node/includephp.php +%%PHPBBDIR%%/phpbb/template/twig/node/php.php +%%PHPBBDIR%%/phpbb/template/twig/tokenparser/defineparser.php +%%PHPBBDIR%%/phpbb/template/twig/tokenparser/event.php +%%PHPBBDIR%%/phpbb/template/twig/tokenparser/includecss.php +%%PHPBBDIR%%/phpbb/template/twig/tokenparser/includejs.php +%%PHPBBDIR%%/phpbb/template/twig/tokenparser/includeparser.php +%%PHPBBDIR%%/phpbb/template/twig/tokenparser/includephp.php +%%PHPBBDIR%%/phpbb/template/twig/tokenparser/php.php +%%PHPBBDIR%%/phpbb/template/twig/twig.php +%%PHPBBDIR%%/phpbb/tree/nestedset.php +%%PHPBBDIR%%/phpbb/tree/nestedset_forum.php +%%PHPBBDIR%%/phpbb/tree/tree_interface.php +%%PHPBBDIR%%/phpbb/user.php +%%PHPBBDIR%%/phpbb/user_loader.php +%%PHPBBDIR%%/phpbb/version_helper.php +%%PHPBBDIR%%/phpbb/viewonline_helper.php %%PHPBBDIR%%/posting.php %%PHPBBDIR%%/report.php %%PHPBBDIR%%/search.php %%PHPBBDIR%%/store/.htaccess %%PHPBBDIR%%/store/index.htm -%%PHPBBDIR%%/style.php -%%PHPBBDIR%%/styles/prosilver/imageset/announce_read.gif -%%PHPBBDIR%%/styles/prosilver/imageset/announce_read_locked.gif -%%PHPBBDIR%%/styles/prosilver/imageset/announce_read_locked_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/announce_read_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/announce_unread.gif -%%PHPBBDIR%%/styles/prosilver/imageset/announce_unread_locked.gif -%%PHPBBDIR%%/styles/prosilver/imageset/announce_unread_locked_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/announce_unread_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/button_pm_forward.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/button_pm_new.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/button_pm_reply.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/button_topic_locked.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/button_topic_new.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/button_topic_reply.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/icon_contact_pm.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/icon_post_edit.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/icon_post_quote.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/icon_user_online.gif -%%PHPBBDIR%%/styles/prosilver/imageset/en/imageset.cfg -%%PHPBBDIR%%/styles/prosilver/imageset/en/index.htm -%%PHPBBDIR%%/styles/prosilver/imageset/forum_link.gif -%%PHPBBDIR%%/styles/prosilver/imageset/forum_read.gif -%%PHPBBDIR%%/styles/prosilver/imageset/forum_read_locked.gif -%%PHPBBDIR%%/styles/prosilver/imageset/forum_read_subforum.gif -%%PHPBBDIR%%/styles/prosilver/imageset/forum_unread.gif -%%PHPBBDIR%%/styles/prosilver/imageset/forum_unread_locked.gif -%%PHPBBDIR%%/styles/prosilver/imageset/forum_unread_subforum.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_back_top.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_contact_aim.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_contact_email.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_contact_icq.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_contact_jabber.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_contact_msnm.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_contact_www.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_contact_yahoo.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_offline.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_online.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_post_delete.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_post_info.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_post_report.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_post_target.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_post_target_unread.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_rate_bad.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_rate_good.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_topic_attach.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_topic_latest.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_topic_newest.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_topic_reported.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_topic_unapproved.gif -%%PHPBBDIR%%/styles/prosilver/imageset/icon_user_warn.gif -%%PHPBBDIR%%/styles/prosilver/imageset/imageset.cfg -%%PHPBBDIR%%/styles/prosilver/imageset/index.htm -%%PHPBBDIR%%/styles/prosilver/imageset/site_logo.gif -%%PHPBBDIR%%/styles/prosilver/imageset/sticky_read.gif -%%PHPBBDIR%%/styles/prosilver/imageset/sticky_read_locked.gif -%%PHPBBDIR%%/styles/prosilver/imageset/sticky_read_locked_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/sticky_read_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/sticky_unread.gif -%%PHPBBDIR%%/styles/prosilver/imageset/sticky_unread_locked.gif -%%PHPBBDIR%%/styles/prosilver/imageset/sticky_unread_locked_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/sticky_unread_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/subforum_read.gif -%%PHPBBDIR%%/styles/prosilver/imageset/subforum_unread.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_moved.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_read.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_read_hot.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_read_hot_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_read_locked.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_read_locked_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_read_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_unread.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_unread_hot.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_unread_hot_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_unread_locked.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_unread_locked_mine.gif -%%PHPBBDIR%%/styles/prosilver/imageset/topic_unread_mine.gif %%PHPBBDIR%%/styles/prosilver/style.cfg +%%PHPBBDIR%%/styles/prosilver/template/ajax.js %%PHPBBDIR%%/styles/prosilver/template/attachment.html %%PHPBBDIR%%/styles/prosilver/template/bbcode.html %%PHPBBDIR%%/styles/prosilver/template/captcha_default.html %%PHPBBDIR%%/styles/prosilver/template/captcha_qa.html %%PHPBBDIR%%/styles/prosilver/template/captcha_recaptcha.html %%PHPBBDIR%%/styles/prosilver/template/confirm_body.html -%%PHPBBDIR%%/styles/prosilver/template/custom_profile_fields.html +%%PHPBBDIR%%/styles/prosilver/template/confirm_delete_body.html %%PHPBBDIR%%/styles/prosilver/template/drafts.html -%%PHPBBDIR%%/styles/prosilver/template/editor.js %%PHPBBDIR%%/styles/prosilver/template/faq_body.html %%PHPBBDIR%%/styles/prosilver/template/forum_fn.js %%PHPBBDIR%%/styles/prosilver/template/forumlist_body.html @@ -628,6 +1044,7 @@ %%PHPBBDIR%%/styles/prosilver/template/index_body.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Jul 25 12:32:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9C029AAC85; Sat, 25 Jul 2015 12:32:19 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B81A11F58; Sat, 25 Jul 2015 12:32:19 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PCWJ4T021231; Sat, 25 Jul 2015 12:32:19 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PCWIsM021228; Sat, 25 Jul 2015 12:32:18 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201507251232.t6PCWIsM021228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Sat, 25 Jul 2015 12:32:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392881 - head/www/yabb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 12:32:20 -0000 Author: rodrigo Date: Sat Jul 25 12:32:17 2015 New Revision: 392881 URL: https://svnweb.freebsd.org/changeset/ports/392881 Log: Upgrade yabb to 2.6.11 and update master site Modified: head/www/yabb/Makefile head/www/yabb/distinfo head/www/yabb/pkg-plist Modified: head/www/yabb/Makefile ============================================================================== --- head/www/yabb/Makefile Sat Jul 25 12:00:16 2015 (r392880) +++ head/www/yabb/Makefile Sat Jul 25 12:32:17 2015 (r392881) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= yabb -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.6.11 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/YaBB%202/${PORTVERSION} +MASTER_SITES= http://www.yabbforum.com/downloads/release/ DISTNAME= YaBB_${PORTVERSION} MAINTAINER= rodrigo@FreeBSD.org @@ -32,11 +31,14 @@ WCGI= ${WRKSRC}/cgi-bin/yabb2 SUB_FILES= pkg-message SUB_LIST= DIR=${DIR} PKGMESSAGE= ${WRKDIR}/pkg-message -ISOFILES= Admin/ManageTemplates.pl Admin/ModuleChecker.pl Languages/English/Admin.lng \ - Languages/English/Email.lng Languages/English/Main.lng \ - Setup.pl Sources/Palette.pl Sources/Post.pl Sources/Profile.pl \ - Templates/blue_1/AdminCentre.template Templates/default/AdminCentre.template \ - Templates/yabb21/AdminCentre.template Templates/yabb25/AdminCentre.template +ISOFILES= Admin/NewSettings.pm \ + Admin/Settings_Main.pm \ + Convert.pl Languages/English/Admin.lng \ + Setup.pl Sources/InstantMessage.pm \ + Sources/Post.pm Sources/Profile.pm \ + Sources/Subs.pm +PERLFILES= AdminIndex.pl BoardConvert.pl Convert.pl \ + Convert2x.pl Setup.pl Sources/SpellChecker.pl YaBB.pl .include @@ -49,11 +51,9 @@ post-extract: @${CHMOD} -R u+w ${WDIR}/Attachments ${WDIR}/Templates do-patch: - @${SED} -i.tmp -e 's/Upload:://' ${WCGI}/Sources/Subs.pl && \ - ${RM} -f ${WCGI}/Sources/Subs.pl.tmp -.for _I in ${ISOFILES} - @${SED} -i.tmp -e 's/[iI][sS][oO]-8859-1/UTF-8/' ${WCGI}/${_I} && \ - ${RM} -f ${WCGI}/${_I}.tmp +.for _I in ${PERLFILES} + @${SED} -i.tmp -e 's|/usr/bin/perl|/usr/local/bin/perl|' ${WCGI}/${_I} && \ + ${RM} -f ${_I}.tmp .endfor do-install: Modified: head/www/yabb/distinfo ============================================================================== --- head/www/yabb/distinfo Sat Jul 25 12:00:16 2015 (r392880) +++ head/www/yabb/distinfo Sat Jul 25 12:32:17 2015 (r392881) @@ -1,2 +1,2 @@ -SHA256 (YaBB_2.5.2.zip) = 295f50ba0e968676f6bde4306a4bf20d192f8d9ea88570cd91d55397d23e6e18 -SIZE (YaBB_2.5.2.zip) = 2970143 +SHA256 (YaBB_2.6.11.zip) = 07a918c091238c4c408508f028720c8fc36104aac01665c6738e2f9abb1028c5 +SIZE (YaBB_2.6.11.zip) = 2046350 Modified: head/www/yabb/pkg-plist ============================================================================== --- head/www/yabb/pkg-plist Sat Jul 25 12:00:16 2015 (r392880) +++ head/www/yabb/pkg-plist Sat Jul 25 12:32:17 2015 (r392881) @@ -1,117 +1,46 @@ -@unexec i='Members/members.ttl'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/admin.ims'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/admin.imstore'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/admin.log'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/admin.outbox'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/admin.rlog'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/admin.vars'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/broadcast.messages'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/index.html'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/memberinfo.txt'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/memberlist.txt'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Members/.htaccess'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Messages/.htaccess'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Messages/1278201900.ctb'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Messages/1278201900.txt'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Messages/index.html'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/blue_1/Display.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/blue_1/blue_1.html'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/blue_1/BoardIndex.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/blue_1/AdminCentre.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/blue_1/HelpCentre.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/blue_1/MessageIndex.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/blue_1/MyCenter.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/default/Display.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/default/BoardIndex.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/default/default.html'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/default/AdminCentre.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/default/HelpCentre.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/default/MessageIndex.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/default/MyCenter.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb21/HelpCentre.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb21/BoardIndex.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb21/Display.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb21/AdminCentre.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb21/MessageIndex.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb21/MyCenter.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb21/yabb21.html'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb25/HelpCentre.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb25/BoardIndex.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb25/Display.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb25/AdminCentre.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb25/MessageIndex.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb25/MyCenter.template'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/yabb25/yabb25.html'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/.htaccess'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/index.html'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Admin/default.css'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/blue_1/aarea.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/blue_1/catbg2.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/blue_1/Thumbs.db'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/blue_1/yabbchelp.swf'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/yabb25/aarea.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/yabb25/catbg2.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/yabb25/Thumbs.db'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/yabb25/yabbchelp.swf'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/default/aarea.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/default/catbg.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/default/grad_bottom.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/default/mediacenter.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/default/menutop.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/default/searchbg211.jpg'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/default/Thumbs.db'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/default/yabbchelp.swf'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/default.css'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/yabb21.css'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/blue_1.css'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Templates/Forum/yabb25.css'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/User.helporder'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/Admin.helporder'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/bots.hosts'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/email_domain_filter.txt'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/Gmod.helporder'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/index.html'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/Menu0.def'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/Menu1.def'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/Menu2.def'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/Moderator.helporder'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/spamrules.txt'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Variables/.htaccess'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -@unexec i='Paths.pl'; cd %D/%%YABBDIR%% && if [ k`sha256 -q $i` = k`grep "$i\$" checksum.sha256 | cut -c-64` ]; then rm -f $i; fi -%%YABBDIR%%/Admin/ViewMembers.pl -%%YABBDIR%%/Admin/Admin.pl -%%YABBDIR%%/Admin/AdminEdit.pl -%%YABBDIR%%/Admin/AdminSubList.pl -%%YABBDIR%%/Admin/AntispamQuestions.pl -%%YABBDIR%%/Admin/Attachments.pl -%%YABBDIR%%/Admin/Backup.pl -%%YABBDIR%%/Admin/EditEmailTemplates.pl -%%YABBDIR%%/Admin/EditHelpCentre.pl -%%YABBDIR%%/Admin/ErrorLog.pl -%%YABBDIR%%/Admin/GuardianAdmin.pl -%%YABBDIR%%/Admin/index.html -%%YABBDIR%%/Admin/MailMembers.pl -%%YABBDIR%%/Admin/Maintenance.pl -%%YABBDIR%%/Admin/ManageBoards.pl -%%YABBDIR%%/Admin/ManageCats.pl -%%YABBDIR%%/Admin/ManageTemplates.pl -%%YABBDIR%%/Admin/MemberGroups.pl -%%YABBDIR%%/Admin/ModList.pl -%%YABBDIR%%/Admin/NewSettings.pl -%%YABBDIR%%/Admin/ModuleChecker.pl -%%YABBDIR%%/Admin/RegistrationLog.pl -%%YABBDIR%%/Admin/RemoveOldTopics.pl -%%YABBDIR%%/Admin/Settings_Advanced.pl -%%YABBDIR%%/Admin/Settings_Antispam.pl -%%YABBDIR%%/Admin/Settings_Main.pl -%%YABBDIR%%/Admin/Settings_Maintenance.pl -%%YABBDIR%%/Admin/Settings_News.pl -%%YABBDIR%%/Admin/Settings_Security.pl -%%YABBDIR%%/Admin/Smilies.pl +%%YABBDIR%%/AJS.js +%%YABBDIR%%/AJS_fx.js %%YABBDIR%%/Admin/.htaccess -%%YABBDIR%%/Attachments/index.html +%%YABBDIR%%/Admin/Admin.pm +%%YABBDIR%%/Admin/AdminEdit.pm +%%YABBDIR%%/Admin/AdminSubList.pm +%%YABBDIR%%/Admin/AntispamQuestions.pm +%%YABBDIR%%/Admin/Attachments.pm +%%YABBDIR%%/Admin/Backup.pm +%%YABBDIR%%/Admin/Ban.pm +%%YABBDIR%%/Admin/Checkspace.pm +%%YABBDIR%%/Admin/EditEmailTemplates.pm +%%YABBDIR%%/Admin/EditHelpCentre.pm +%%YABBDIR%%/Admin/ErrorLog.pm +%%YABBDIR%%/Admin/EventCalSet.pm +%%YABBDIR%%/Admin/GuardianAdmin.pm +%%YABBDIR%%/Admin/HoneyPot.pm +%%YABBDIR%%/Admin/MailMembers.pm +%%YABBDIR%%/Admin/Maintenance.pm +%%YABBDIR%%/Admin/ManageBoards.pm +%%YABBDIR%%/Admin/ManageCats.pm +%%YABBDIR%%/Admin/ManageTemplates.pm +%%YABBDIR%%/Admin/MemberGroups.pm +%%YABBDIR%%/Admin/ModList.pm +%%YABBDIR%%/Admin/ModuleChecker.pm +%%YABBDIR%%/Admin/NewSettings.pm +%%YABBDIR%%/Admin/RegistrationLog.pm +%%YABBDIR%%/Admin/RemoveOldTopics.pm +%%YABBDIR%%/Admin/Settings_Advanced.pm +%%YABBDIR%%/Admin/Settings_Antispam.pm +%%YABBDIR%%/Admin/Settings_Bookmarks.pm +%%YABBDIR%%/Admin/Settings_ExtendedProfiles.pm +%%YABBDIR%%/Admin/Settings_Main.pm +%%YABBDIR%%/Admin/Settings_Maintenance.pm +%%YABBDIR%%/Admin/Settings_News.pm +%%YABBDIR%%/Admin/Settings_Security.pm +%%YABBDIR%%/Admin/Smilies.pm +%%YABBDIR%%/Admin/ViewMembers.pm +%%YABBDIR%%/Admin/index.html +@(,,755) %%YABBDIR%%/AdminIndex.pl %%YABBDIR%%/Backups/.htaccess -%%YABBDIR%%/Boards/test.txt +@(,,755) %%YABBDIR%%/BoardConvert.pl +%%YABBDIR%%/Boards/.htaccess %%YABBDIR%%/Boards/announcements.txt %%YABBDIR%%/Boards/forum.control %%YABBDIR%%/Boards/forum.master @@ -119,126 +48,105 @@ %%YABBDIR%%/Boards/general.txt %%YABBDIR%%/Boards/index.html %%YABBDIR%%/Boards/recycle.txt -%%YABBDIR%%/Boards/.htaccess -%%YABBDIR%%/Buttons/English/yim.png -%%YABBDIR%%/Buttons/English/addfav.png -%%YABBDIR%%/Buttons/English/add_notify.png -%%YABBDIR%%/Buttons/English/admin.png -%%YABBDIR%%/Buttons/English/admin_move_split_splice.png -%%YABBDIR%%/Buttons/English/admin_rem.png -%%YABBDIR%%/Buttons/English/admin_split.png -%%YABBDIR%%/Buttons/English/aim.png -%%YABBDIR%%/Buttons/English/alert.png -%%YABBDIR%%/Buttons/English/collapse.png -%%YABBDIR%%/Buttons/English/delete.png -%%YABBDIR%%/Buttons/English/delselected.png -%%YABBDIR%%/Buttons/English/del_notify.png -%%YABBDIR%%/Buttons/English/email.png -%%YABBDIR%%/Buttons/English/email_sm.png -%%YABBDIR%%/Buttons/English/expand.png -%%YABBDIR%%/Buttons/English/facebook.png -%%YABBDIR%%/Buttons/English/favorites.png -%%YABBDIR%%/Buttons/English/forward.png -%%YABBDIR%%/Buttons/English/go_down.png -%%YABBDIR%%/Buttons/English/go_up.png -%%YABBDIR%%/Buttons/English/icq.png -%%YABBDIR%%/Buttons/English/gtalk.png -%%YABBDIR%%/Buttons/English/guest.png -%%YABBDIR%%/Buttons/English/help.png -%%YABBDIR%%/Buttons/English/hide.png -%%YABBDIR%%/Buttons/English/home.png -%%YABBDIR%%/Buttons/English/ignored.png -%%YABBDIR%%/Buttons/English/locked.png -%%YABBDIR%%/Buttons/English/login.png -%%YABBDIR%%/Buttons/English/logout.png -%%YABBDIR%%/Buttons/English/markallread.png -%%YABBDIR%%/Buttons/English/markread.png -%%YABBDIR%%/Buttons/English/markunread.png -%%YABBDIR%%/Buttons/English/mark_quote.png -%%YABBDIR%%/Buttons/English/message.png -%%YABBDIR%%/Buttons/English/modify.png -%%YABBDIR%%/Buttons/English/modmenu.png -%%YABBDIR%%/Buttons/English/msn.png -%%YABBDIR%%/Buttons/English/mycenter.png -%%YABBDIR%%/Buttons/English/myspace.png -%%YABBDIR%%/Buttons/English/new_bcpm.png -%%YABBDIR%%/Buttons/English/new_pm.png -%%YABBDIR%%/Buttons/English/new_thread.png -%%YABBDIR%%/Buttons/English/notification.png -%%YABBDIR%%/Buttons/English/notify.png -%%YABBDIR%%/Buttons/English/poll_add.png -%%YABBDIR%%/Buttons/English/poll_create.png -%%YABBDIR%%/Buttons/English/poll_del.png -%%YABBDIR%%/Buttons/English/poll_dvote.png -%%YABBDIR%%/Buttons/English/poll_lock.png -%%YABBDIR%%/Buttons/English/poll_mod.png -%%YABBDIR%%/Buttons/English/poll_modify.png -%%YABBDIR%%/Buttons/English/poll_new.png -%%YABBDIR%%/Buttons/English/poll_new2.png -%%YABBDIR%%/Buttons/English/poll_new3.png -%%YABBDIR%%/Buttons/English/poll_open.png -%%YABBDIR%%/Buttons/English/poll_unlock.png -%%YABBDIR%%/Buttons/English/poll_vvote.png -%%YABBDIR%%/Buttons/English/print.png -%%YABBDIR%%/Buttons/English/profile.png -%%YABBDIR%%/Buttons/English/quote.png -%%YABBDIR%%/Buttons/English/register.png -%%YABBDIR%%/Buttons/English/remfav.png -%%YABBDIR%%/Buttons/English/remove.png -%%YABBDIR%%/Buttons/English/reply.png -%%YABBDIR%%/Buttons/English/search.png -%%YABBDIR%%/Buttons/English/sendtopic.png -%%YABBDIR%%/Buttons/English/session.png -%%YABBDIR%%/Buttons/English/skype.png -%%YABBDIR%%/Buttons/English/sticky.png -%%YABBDIR%%/Buttons/English/thread.png -%%YABBDIR%%/Buttons/English/www.png -%%YABBDIR%%/Buttons/English/addbuddy.png -%%YABBDIR%%/Help/English/Admin/admin03_members.help +%%YABBDIR%%/Boards/test.txt +%%YABBDIR%%/Bookmarks/bebo.png +%%YABBDIR%%/Bookmarks/delicious.png +%%YABBDIR%%/Bookmarks/digg.png +%%YABBDIR%%/Bookmarks/facebook.png +%%YABBDIR%%/Bookmarks/google+.png +%%YABBDIR%%/Bookmarks/google.png +%%YABBDIR%%/Bookmarks/linkedin.png +%%YABBDIR%%/Bookmarks/myspace.png +%%YABBDIR%%/Bookmarks/reddit.png +%%YABBDIR%%/Bookmarks/stumbleupon.png +%%YABBDIR%%/Bookmarks/twitter.png +%%YABBDIR%%/Bookmarks/yahoo.png +%%YABBDIR%%/Buttons/Button22_left.png +%%YABBDIR%%/Buttons/Button22_right.png +%%YABBDIR%%/Buttons/Button22big_left.png +%%YABBDIR%%/Buttons/Button22big_right.png +%%YABBDIR%%/Buttons/Button22black_left.png +%%YABBDIR%%/Buttons/Button22black_right.png +%%YABBDIR%%/Buttons/Button22blue_left.png +%%YABBDIR%%/Buttons/Button22blue_right.png +%%YABBDIR%%/Buttons/Button22green_left.png +%%YABBDIR%%/Buttons/Button22green_right.png +%%YABBDIR%%/Buttons/Button22red_left.png +%%YABBDIR%%/Buttons/Button22red_right.png +%%YABBDIR%%/Buttons/LightBlueHigh_left.png +%%YABBDIR%%/Buttons/LightBlueHigh_right.png +%%YABBDIR%%/Buttons/LightGreenHigh_left.png +%%YABBDIR%%/Buttons/LightGreenHigh_right.png +%%YABBDIR%%/Buttons/LightRedHigh_left.png +%%YABBDIR%%/Buttons/LightRedHigh_right.png +%%YABBDIR%%/Buttons/WaterBlue_left.png +%%YABBDIR%%/Buttons/WaterBlue_right.png +%%YABBDIR%%/Buttons/Wooden_left.png +%%YABBDIR%%/Buttons/Wooden_right.png +@(,,755) %%YABBDIR%%/Convert.pl +@(,,755) %%YABBDIR%%/Convert2x.pl +%%YABBDIR%%/EventIcons/eventannounce.gif +%%YABBDIR%%/EventIcons/eventcelebration.gif +%%YABBDIR%%/EventIcons/eventholiday.gif +%%YABBDIR%%/EventIcons/eventinfo.gif +%%YABBDIR%%/EventIcons/eventmedia.gif +%%YABBDIR%%/EventIcons/eventmeeting.gif +%%YABBDIR%%/EventIcons/eventnote.gif +%%YABBDIR%%/EventIcons/eventparty.gif +%%YABBDIR%%/EventIcons/eventsport.gif +%%YABBDIR%%/Help/.htaccess +%%YABBDIR%%/Help/English/Admin/001.help %%YABBDIR%%/Help/English/Admin/admin01_cats.help %%YABBDIR%%/Help/English/Admin/admin02_boards.help -%%YABBDIR%%/Help/English/Admin/001.help +%%YABBDIR%%/Help/English/Admin/admin03_members.help %%YABBDIR%%/Help/English/Admin/admin04_security.help -%%YABBDIR%%/Help/English/Admin/admin05_misc.help -%%YABBDIR%%/Help/English/Admin/admin06_index.help +%%YABBDIR%%/Help/English/Admin/admin05_templates.help +%%YABBDIR%%/Help/English/Admin/admin06_misc.help +%%YABBDIR%%/Help/English/Admin/admin07_index.help %%YABBDIR%%/Help/English/Gmod/001.help %%YABBDIR%%/Help/English/Gmod/gmod01_threads.help %%YABBDIR%%/Help/English/Gmod/gmod02_posts.help -%%YABBDIR%%/Help/English/Gmod/gmod03_security.help +%%YABBDIR%%/Help/English/Gmod/gmod03_ban.help +%%YABBDIR%%/Help/English/Gmod/gmod04_security.help %%YABBDIR%%/Help/English/Moderator/001.help %%YABBDIR%%/Help/English/Moderator/moderator01_threads.help %%YABBDIR%%/Help/English/Moderator/moderator02_posts.help -%%YABBDIR%%/Help/English/User/user02_profile.help +%%YABBDIR%%/Help/English/Moderator/moderator03_ban.help +%%YABBDIR%%/Help/English/User/001.help %%YABBDIR%%/Help/English/User/user00_agreement.help %%YABBDIR%%/Help/English/User/user01_begin.help -%%YABBDIR%%/Help/English/User/001.help +%%YABBDIR%%/Help/English/User/user02_profile.help %%YABBDIR%%/Help/English/User/user03_posting.help %%YABBDIR%%/Help/English/User/user04_im.help %%YABBDIR%%/Help/English/User/user05_gloss.help -%%YABBDIR%%/Help/.htaccess %%YABBDIR%%/Help/index.html -%%YABBDIR%%/Languages/English/version.txt -%%YABBDIR%%/Languages/English/agreement.txt +%%YABBDIR%%/Languages/.htaccess +%%YABBDIR%%/Languages/English/AddModerators.lng +%%YABBDIR%%/Languages/English/Admin.lng %%YABBDIR%%/Languages/English/Backup.lng %%YABBDIR%%/Languages/English/BoardIndex.lng -%%YABBDIR%%/Languages/English/censor.txt +%%YABBDIR%%/Languages/English/Bookmarks.lng %%YABBDIR%%/Languages/English/ContextHelp.lng +%%YABBDIR%%/Languages/English/Countries.lng +%%YABBDIR%%/Languages/English/Credits.lng %%YABBDIR%%/Languages/English/Debug.lng %%YABBDIR%%/Languages/English/Display.lng %%YABBDIR%%/Languages/English/Email.lng %%YABBDIR%%/Languages/English/Error.lng +%%YABBDIR%%/Languages/English/EventCal.lng %%YABBDIR%%/Languages/English/ExtendedProfiles.lng %%YABBDIR%%/Languages/English/FA.lng %%YABBDIR%%/Languages/English/GModPrivileges.lng %%YABBDIR%%/Languages/English/Guardian.lng %%YABBDIR%%/Languages/English/HelpCentre.lng -%%YABBDIR%%/Languages/English/honey.txt %%YABBDIR%%/Languages/English/InstantMessage.lng +%%YABBDIR%%/Languages/English/LivePreview.lng %%YABBDIR%%/Languages/English/LogInOut.lng %%YABBDIR%%/Languages/English/Main.lng %%YABBDIR%%/Languages/English/MemberList.lng %%YABBDIR%%/Languages/English/Menu.lng %%YABBDIR%%/Languages/English/MessageIndex.lng +%%YABBDIR%%/Languages/English/Micon.lng %%YABBDIR%%/Languages/English/MoveSplitSplice.lng %%YABBDIR%%/Languages/English/MyCenter.lng %%YABBDIR%%/Languages/English/Notify.lng @@ -251,14 +159,33 @@ %%YABBDIR%%/Languages/English/SendTopic.lng %%YABBDIR%%/Languages/English/Sessions.lng %%YABBDIR%%/Languages/English/Smtp.lng -%%YABBDIR%%/Languages/English/spam.questions %%YABBDIR%%/Languages/English/TabMenu.lng %%YABBDIR%%/Languages/English/Templates.lng %%YABBDIR%%/Languages/English/UserSelect.lng -%%YABBDIR%%/Languages/English/Admin.lng -%%YABBDIR%%/Languages/.htaccess +%%YABBDIR%%/Languages/English/agreement.txt +%%YABBDIR%%/Languages/English/censor.txt +%%YABBDIR%%/Languages/English/honey.txt +%%YABBDIR%%/Languages/English/version.txt %%YABBDIR%%/Languages/index.html -%%YABBDIR%%/Smilies/wink.gif +%%YABBDIR%%/Members/.htaccess +%%YABBDIR%%/Members/admin.ims +%%YABBDIR%%/Members/admin.imstore +%%YABBDIR%%/Members/admin.log +%%YABBDIR%%/Members/admin.outbox +%%YABBDIR%%/Members/admin.rlog +%%YABBDIR%%/Members/admin.vars +%%YABBDIR%%/Members/broadcast.messages +%%YABBDIR%%/Members/index.html +%%YABBDIR%%/Members/memberinfo.txt +%%YABBDIR%%/Members/memberlist.txt +%%YABBDIR%%/Members/members.ttl +%%YABBDIR%%/MessageIndex.js +%%YABBDIR%%/Messages/.htaccess +%%YABBDIR%%/Messages/index.html +%%YABBDIR%%/PMAttachments/index.html +%%YABBDIR%%/Paths.pm +@(,,755) %%YABBDIR%%/Setup.pl +%%YABBDIR%%/Smilies/2vrolijk_08.gif %%YABBDIR%%/Smilies/angry.gif %%YABBDIR%%/Smilies/bath.gif %%YABBDIR%%/Smilies/beer.gif @@ -281,918 +208,135 @@ %%YABBDIR%%/Smilies/sad.gif %%YABBDIR%%/Smilies/shocked.gif %%YABBDIR%%/Smilies/smiley.gif -%%YABBDIR%%/Smilies/thumbup.gif %%YABBDIR%%/Smilies/smiley_down.gif %%YABBDIR%%/Smilies/smiley_up.gif %%YABBDIR%%/Smilies/tekst-toppie.gif %%YABBDIR%%/Smilies/thumbdown.gif %%YABBDIR%%/Smilies/thumbsup.gif +%%YABBDIR%%/Smilies/thumbup.gif %%YABBDIR%%/Smilies/tongue.gif %%YABBDIR%%/Smilies/undecided.gif %%YABBDIR%%/Smilies/vrolijk_1.gif %%YABBDIR%%/Smilies/vrolijk_26.gif -%%YABBDIR%%/Smilies/2vrolijk_08.gif -%%YABBDIR%%/Sources/YaBBC.pl -%%YABBDIR%%/Sources/AdvancedTabs.pl -%%YABBDIR%%/Sources/BoardIndex.pl -%%YABBDIR%%/Sources/Captcha.pl -%%YABBDIR%%/Sources/ContextHelp.pl -%%YABBDIR%%/Sources/DateTime.pl -%%YABBDIR%%/Sources/Debug.pl -%%YABBDIR%%/Sources/Decoder.pl -%%YABBDIR%%/Sources/Display.pl -%%YABBDIR%%/Sources/DoSmilies.pl -%%YABBDIR%%/Sources/Downloads.pl -%%YABBDIR%%/Sources/ExtendedProfiles.pl -%%YABBDIR%%/Sources/Favorites.pl -%%YABBDIR%%/Sources/Guardian.pl -%%YABBDIR%%/Sources/HelpCentre.pl -%%YABBDIR%%/Sources/index.html -%%YABBDIR%%/Sources/InstantMessage.pl -%%YABBDIR%%/Sources/Load.pl -%%YABBDIR%%/Sources/LogInOut.pl -%%YABBDIR%%/Sources/Mailer.pl -%%YABBDIR%%/Sources/MediaCenter.pl -%%YABBDIR%%/Sources/Memberlist.pl -%%YABBDIR%%/Sources/MessageIndex.pl -%%YABBDIR%%/Sources/ModifyMessage.pl -%%YABBDIR%%/Sources/MoveSplitSplice.pl -%%YABBDIR%%/Sources/MyCenter.pl -%%YABBDIR%%/Sources/Notify.pl -%%YABBDIR%%/Sources/Palette.pl -%%YABBDIR%%/Sources/Poll.pl -%%YABBDIR%%/Sources/Post.pl -%%YABBDIR%%/Sources/Printpage.pl -%%YABBDIR%%/Sources/Profile.pl -%%YABBDIR%%/Sources/Recent.pl -%%YABBDIR%%/Sources/Register.pl -%%YABBDIR%%/Sources/RemoveTopic.pl -%%YABBDIR%%/Sources/RSS.pl -%%YABBDIR%%/Sources/Search.pl -%%YABBDIR%%/Sources/Security.pl -%%YABBDIR%%/Sources/SendTopic.pl -%%YABBDIR%%/Sources/Sessions.pl -%%YABBDIR%%/Sources/SetStatus.pl -%%YABBDIR%%/Sources/Smtp.pl -%%YABBDIR%%/Sources/SpamCheck.pl -%%YABBDIR%%/Sources/SpellChecker.pl -%%YABBDIR%%/Sources/SubList.pl -%%YABBDIR%%/Sources/Subs.pl -%%YABBDIR%%/Sources/System.pl -%%YABBDIR%%/Sources/TabMenu.pl -%%YABBDIR%%/Sources/UserSelect.pl +%%YABBDIR%%/Smilies/wink.gif %%YABBDIR%%/Sources/.htaccess -%%YABBDIR%%/Members/.htaccess -%%YABBDIR%%/Members/admin.ims -%%YABBDIR%%/Members/admin.imstore -%%YABBDIR%%/Members/admin.log -%%YABBDIR%%/Members/admin.outbox -%%YABBDIR%%/Members/admin.rlog -%%YABBDIR%%/Members/admin.vars -%%YABBDIR%%/Members/broadcast.messages -%%YABBDIR%%/Members/index.html -%%YABBDIR%%/Members/memberinfo.txt -%%YABBDIR%%/Members/memberlist.txt -%%YABBDIR%%/Members/members.ttl -%%YABBDIR%%/Messages/.htaccess -%%YABBDIR%%/Messages/1278201900.ctb -%%YABBDIR%%/Messages/1278201900.txt -%%YABBDIR%%/Messages/index.html -%%YABBDIR%%/Paths.pl +%%YABBDIR%%/Sources/AddModerators.pm +%%YABBDIR%%/Sources/AdvancedTabs.pm +%%YABBDIR%%/Sources/BoardIndex.pm +%%YABBDIR%%/Sources/Captcha.pm +%%YABBDIR%%/Sources/ContextHelp.pm +%%YABBDIR%%/Sources/DateTime.pm +%%YABBDIR%%/Sources/Debug.pm +%%YABBDIR%%/Sources/Decoder.pm +%%YABBDIR%%/Sources/Display.pm +%%YABBDIR%%/Sources/DoSmilies.pm +%%YABBDIR%%/Sources/Downloads.pm +%%YABBDIR%%/Sources/EventCal.pm +%%YABBDIR%%/Sources/EventCalBirthdays.pm +%%YABBDIR%%/Sources/EventCalSSI.pm +%%YABBDIR%%/Sources/ExtendedProfiles.pm +%%YABBDIR%%/Sources/Favorites.pm +%%YABBDIR%%/Sources/Freespace.pm +%%YABBDIR%%/Sources/Guardian.pm +%%YABBDIR%%/Sources/HelpCentre.pm +%%YABBDIR%%/Sources/IPLookup.pm +%%YABBDIR%%/Sources/InstantMessage.pm +%%YABBDIR%%/Sources/LivePreview.pm +%%YABBDIR%%/Sources/Load.pm +%%YABBDIR%%/Sources/LogInOut.pm +%%YABBDIR%%/Sources/Mailer.pm +%%YABBDIR%%/Sources/MediaCenter.pm +%%YABBDIR%%/Sources/Memberlist.pm +%%YABBDIR%%/Sources/Menu.pm +%%YABBDIR%%/Sources/MessageIndex.pm +%%YABBDIR%%/Sources/ModifyMessage.pm +%%YABBDIR%%/Sources/MoveSplitSplice.pm +%%YABBDIR%%/Sources/MyCenter.pm +%%YABBDIR%%/Sources/Notify.pm +%%YABBDIR%%/Sources/Palette.pm +%%YABBDIR%%/Sources/Poll.pm +%%YABBDIR%%/Sources/Post.pm +%%YABBDIR%%/Sources/PostBox.pm +%%YABBDIR%%/Sources/Printpage.pm +%%YABBDIR%%/Sources/Profile.pm +%%YABBDIR%%/Sources/RSS.pm +%%YABBDIR%%/Sources/Recent.pm +%%YABBDIR%%/Sources/Register.pm +%%YABBDIR%%/Sources/RemoveTopic.pm +%%YABBDIR%%/Sources/Search.pm +%%YABBDIR%%/Sources/Security.pm +%%YABBDIR%%/Sources/SendTopic.pm +%%YABBDIR%%/Sources/Sessions.pm +%%YABBDIR%%/Sources/SetStatus.pm +%%YABBDIR%%/Sources/Smtp.pm +%%YABBDIR%%/Sources/SpamCheck.pm +@(,,755) %%YABBDIR%%/Sources/SpellChecker.pl +%%YABBDIR%%/Sources/SubList.pm +%%YABBDIR%%/Sources/Subs.pm +%%YABBDIR%%/Sources/System.pm +%%YABBDIR%%/Sources/TabMenu.pm +%%YABBDIR%%/Sources/UserSelect.pm +%%YABBDIR%%/Sources/YaBBC.pm +%%YABBDIR%%/Sources/index.html %%YABBDIR%%/Templates/.htaccess %%YABBDIR%%/Templates/Admin/default.css -%%YABBDIR%%/Templates/Forum/blue_1.css -%%YABBDIR%%/Templates/Forum/blue_1/Thumbs.db -%%YABBDIR%%/Templates/Forum/blue_1/aarea.jpg -%%YABBDIR%%/Templates/Forum/blue_1/catbg2.jpg -%%YABBDIR%%/Templates/Forum/blue_1/yabbchelp.swf -%%YABBDIR%%/Templates/Forum/default.css -%%YABBDIR%%/Templates/Forum/default/Thumbs.db -%%YABBDIR%%/Templates/Forum/default/aarea.jpg -%%YABBDIR%%/Templates/Forum/default/catbg.jpg -%%YABBDIR%%/Templates/Forum/default/grad_bottom.jpg -%%YABBDIR%%/Templates/Forum/default/mediacenter.jpg -%%YABBDIR%%/Templates/Forum/default/menutop.jpg -%%YABBDIR%%/Templates/Forum/default/searchbg211.jpg -%%YABBDIR%%/Templates/Forum/default/yabbchelp.swf -%%YABBDIR%%/Templates/Forum/yabb21.css -%%YABBDIR%%/Templates/Forum/yabb25.css -%%YABBDIR%%/Templates/Forum/yabb25/Thumbs.db -%%YABBDIR%%/Templates/Forum/yabb25/aarea.jpg -%%YABBDIR%%/Templates/Forum/yabb25/catbg2.jpg -%%YABBDIR%%/Templates/Forum/yabb25/yabbchelp.swf -%%YABBDIR%%/Templates/blue_1/AdminCentre.template -%%YABBDIR%%/Templates/blue_1/BoardIndex.template -%%YABBDIR%%/Templates/blue_1/Display.template -%%YABBDIR%%/Templates/blue_1/HelpCentre.template -%%YABBDIR%%/Templates/blue_1/MessageIndex.template -%%YABBDIR%%/Templates/blue_1/MyCenter.template -%%YABBDIR%%/Templates/blue_1/blue_1.html -%%YABBDIR%%/Templates/default/AdminCentre.template -%%YABBDIR%%/Templates/default/BoardIndex.template -%%YABBDIR%%/Templates/default/Display.template -%%YABBDIR%%/Templates/default/HelpCentre.template -%%YABBDIR%%/Templates/default/MessageIndex.template -%%YABBDIR%%/Templates/default/MyCenter.template -%%YABBDIR%%/Templates/default/default.html -%%YABBDIR%%/Templates/index.html -%%YABBDIR%%/Templates/yabb21/AdminCentre.template -%%YABBDIR%%/Templates/yabb21/BoardIndex.template -%%YABBDIR%%/Templates/yabb21/Display.template -%%YABBDIR%%/Templates/yabb21/HelpCentre.template -%%YABBDIR%%/Templates/yabb21/MessageIndex.template -%%YABBDIR%%/Templates/yabb21/MyCenter.template -%%YABBDIR%%/Templates/yabb21/yabb21.html -%%YABBDIR%%/Templates/yabb25/AdminCentre.template -%%YABBDIR%%/Templates/yabb25/BoardIndex.template -%%YABBDIR%%/Templates/yabb25/Display.template -%%YABBDIR%%/Templates/yabb25/HelpCentre.template -%%YABBDIR%%/Templates/yabb25/MessageIndex.template -%%YABBDIR%%/Templates/yabb25/MyCenter.template -%%YABBDIR%%/Templates/yabb25/yabb25.html -%%YABBDIR%%/Variables/.htaccess -%%YABBDIR%%/Variables/Admin.helporder -%%YABBDIR%%/Variables/Gmod.helporder -%%YABBDIR%%/Variables/Menu0.def -%%YABBDIR%%/Variables/Menu1.def -%%YABBDIR%%/Variables/Menu2.def -%%YABBDIR%%/Variables/Moderator.helporder -%%YABBDIR%%/Variables/User.helporder -%%YABBDIR%%/Variables/bots.hosts -%%YABBDIR%%/Variables/email_domain_filter.txt -%%YABBDIR%%/Variables/index.html -%%YABBDIR%%/Variables/spamrules.txt -%%YABBDIR%%/avatars/UserAvatars/index.html -%%YABBDIR%%/avatars/baby.gif -%%YABBDIR%%/avatars/bart.gif -%%YABBDIR%%/avatars/batman.gif -%%YABBDIR%%/avatars/blank.gif -%%YABBDIR%%/avatars/bobafett.gif -%%YABBDIR%%/avatars/boyandmower.gif -%%YABBDIR%%/avatars/boyandpc.gif -%%YABBDIR%%/avatars/bunny.gif -%%YABBDIR%%/avatars/charlie_brown.gif -%%YABBDIR%%/avatars/devil.gif -%%YABBDIR%%/avatars/digimon.gif -%%YABBDIR%%/avatars/dilbert.gif -%%YABBDIR%%/avatars/dino.gif -%%YABBDIR%%/avatars/dog.gif -%%YABBDIR%%/avatars/duck.gif -%%YABBDIR%%/avatars/elmerfudd.gif -%%YABBDIR%%/avatars/fredflinstone.gif -%%YABBDIR%%/avatars/garfield.gif -%%YABBDIR%%/avatars/gopher.gif -%%YABBDIR%%/avatars/greenhead.gif -%%YABBDIR%%/avatars/homer.gif -%%YABBDIR%%/avatars/iceskatekid.gif -%%YABBDIR%%/avatars/kid.gif -%%YABBDIR%%/avatars/linux.gif -%%YABBDIR%%/avatars/lisa.gif -%%YABBDIR%%/avatars/lovebird.gif -%%YABBDIR%%/avatars/marge.gif -%%YABBDIR%%/avatars/maul.gif -%%YABBDIR%%/avatars/mib.gif -%%YABBDIR%%/avatars/nn.gif -%%YABBDIR%%/avatars/paintingbird.gif -%%YABBDIR%%/avatars/redcreature.gif -%%YABBDIR%%/avatars/ryu.gif -%%YABBDIR%%/avatars/sexy.gif -%%YABBDIR%%/avatars/smiley.gif -%%YABBDIR%%/avatars/smurfs.gif -%%YABBDIR%%/avatars/sonic.gif -%%YABBDIR%%/avatars/speedy.gif -%%YABBDIR%%/avatars/superman.gif -%%YABBDIR%%/avatars/sylvester.gif -%%YABBDIR%%/avatars/thomas.gif -%%YABBDIR%%/avatars/tigger.gif -%%YABBDIR%%/avatars/wacko.gif -%%YABBDIR%%/avatars/winnie.gif -%%YABBDIR%%/avatars/angryboy.gif -%%YABBDIR%%/avatars/xena.gif -%%YABBDIR%%/googiespell/spellc.gif -%%YABBDIR%%/googiespell/change_lang.gif -%%YABBDIR%%/googiespell/cookiesupport.js -%%YABBDIR%%/googiespell/googiespell.css -%%YABBDIR%%/googiespell/googiespell.js -%%YABBDIR%%/googiespell/googiespell_multiple.js -%%YABBDIR%%/googiespell/GPL.txt -%%YABBDIR%%/googiespell/indicator.gif -%%YABBDIR%%/googiespell/logo.png -%%YABBDIR%%/googiespell/ok.gif -%%YABBDIR%%/googiespell/blank.gif -%%YABBDIR%%/greybox/w_close.gif -%%YABBDIR%%/greybox/gb_styles.css -%%YABBDIR%%/greybox/g_close.gif -%%YABBDIR%%/greybox/header_bg.gif -%%YABBDIR%%/greybox/indicator.gif -%%YABBDIR%%/greybox/loader_frame.html -%%YABBDIR%%/greybox/next.gif -%%YABBDIR%%/greybox/prev.gif -%%YABBDIR%%/greybox/gb_scripts.js -%%YABBDIR%%/shjs/styles/sh_style.css -%%YABBDIR%%/shjs/sh_css.js -%%YABBDIR%%/shjs/sh_html.js -%%YABBDIR%%/shjs/sh_java.js -%%YABBDIR%%/shjs/sh_javascript.js -%%YABBDIR%%/shjs/sh_cpp.js -%%YABBDIR%%/shjs/sh_pascal.js -%%YABBDIR%%/shjs/sh_perl.js -%%YABBDIR%%/shjs/sh_php.js -%%YABBDIR%%/shjs/sh_sql.js -%%YABBDIR%%/shjs/sh_main.js +%%YABBDIR%%/Templates/Admin/default/aarea.jpg +%%YABBDIR%%/Templates/Admin/default/ad_info.png +%%YABBDIR%%/Templates/Admin/default/add_sub.png %%YABBDIR%%/Templates/Admin/default/adminbg.gif -%%YABBDIR%%/Templates/Admin/default/admincatbg.gif -%%YABBDIR%%/Templates/Admin/default/adminlogo.gif -%%YABBDIR%%/Templates/Admin/default/admintopbg.gif +%%YABBDIR%%/Templates/Admin/default/adminlogo.png +%%YABBDIR%%/Templates/Admin/default/ban.gif +%%YABBDIR%%/Templates/Admin/default/board.gif +%%YABBDIR%%/Templates/Admin/default/cat.gif %%YABBDIR%%/Templates/Admin/default/css.gif +%%YABBDIR%%/Templates/Admin/default/delete_sub.png +%%YABBDIR%%/Templates/Admin/default/edit_sub.png +%%YABBDIR%%/Templates/Admin/default/empty_bar.gif +%%YABBDIR%%/Templates/Admin/default/guardian-1.png +%%YABBDIR%%/Templates/Admin/default/guardian.png +%%YABBDIR%%/Templates/Admin/default/palette1.gif +%%YABBDIR%%/Templates/Admin/default/preferences.png +%%YABBDIR%%/Templates/Admin/default/profile.gif +%%YABBDIR%%/Templates/Admin/default/reorder.gif +%%YABBDIR%%/Templates/Admin/default/reorder_sub.png %%YABBDIR%%/Templates/Admin/default/xhtml.gif -%%YABBDIR%%/Templates/Forum/blue_1/zip.gif -%%YABBDIR%%/Templates/Forum/blue_1/addbuddy.gif -%%YABBDIR%%/Templates/Forum/blue_1/addfav.gif -%%YABBDIR%%/Templates/Forum/blue_1/admin.gif -%%YABBDIR%%/Templates/Forum/blue_1/admin_move.gif -%%YABBDIR%%/Templates/Forum/blue_1/admin_move_split_splice.gif -%%YABBDIR%%/Templates/Forum/blue_1/admin_rem.gif -%%YABBDIR%%/Templates/Forum/blue_1/admin_split.gif -%%YABBDIR%%/Templates/Forum/blue_1/aim.gif -%%YABBDIR%%/Templates/Forum/blue_1/alert.gif -%%YABBDIR%%/Templates/Forum/blue_1/alertmod.gif -%%YABBDIR%%/Templates/Forum/blue_1/angry.gif -%%YABBDIR%%/Templates/Forum/blue_1/ann.gif -%%YABBDIR%%/Templates/Forum/blue_1/announcement.gif -%%YABBDIR%%/Templates/Forum/blue_1/announcementlock.gif -%%YABBDIR%%/Templates/Forum/blue_1/answered.gif -%%YABBDIR%%/Templates/Forum/blue_1/arrow.gif -%%YABBDIR%%/Templates/Forum/blue_1/arrow_down.gif -%%YABBDIR%%/Templates/Forum/blue_1/arrow_up.gif -%%YABBDIR%%/Templates/Forum/blue_1/ban.gif -%%YABBDIR%%/Templates/Forum/blue_1/bar.gif -%%YABBDIR%%/Templates/Forum/blue_1/bars.gif -%%YABBDIR%%/Templates/Forum/blue_1/bdaycake.gif -%%YABBDIR%%/Templates/Forum/blue_1/blank.gif -%%YABBDIR%%/Templates/Forum/blue_1/bmp.gif -%%YABBDIR%%/Templates/Forum/blue_1/board.gif -%%YABBDIR%%/Templates/Forum/blue_1/boards.gif -%%YABBDIR%%/Templates/Forum/blue_1/bold.gif -%%YABBDIR%%/Templates/Forum/blue_1/buddylist.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-blackarrow.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-blackball.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-blackcheck.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-blackpin.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-blacksq.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-bluearrow.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-blueball.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-bluecheck.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-bluepin.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-bluesq.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-greenarrow.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-greenball.gif -%%YABBDIR%%/Templates/Forum/blue_1/cat.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-greencheck.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-greenpin.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-greensq.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-redarrow.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-redball.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-redcheck.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-redpin.gif -%%YABBDIR%%/Templates/Forum/blue_1/bull-redsq.gif -%%YABBDIR%%/Templates/Forum/blue_1/catbg.png -%%YABBDIR%%/Templates/Forum/blue_1/catbg2.png -%%YABBDIR%%/Templates/Forum/blue_1/catbg_a.png -%%YABBDIR%%/Templates/Forum/blue_1/cat_collall.gif -%%YABBDIR%%/Templates/Forum/blue_1/cat_collapse.gif -%%YABBDIR%%/Templates/Forum/blue_1/cat_expand.gif -%%YABBDIR%%/Templates/Forum/blue_1/center.gif -%%YABBDIR%%/Templates/Forum/blue_1/check.png -%%YABBDIR%%/Templates/Forum/blue_1/cheesy.gif -%%YABBDIR%%/Templates/Forum/blue_1/closed.gif -%%YABBDIR%%/Templates/Forum/blue_1/code.gif -%%YABBDIR%%/Templates/Forum/blue_1/code1.gif -%%YABBDIR%%/Templates/Forum/blue_1/cool.gif -%%YABBDIR%%/Templates/Forum/blue_1/confidential.gif -%%YABBDIR%%/Templates/Forum/blue_1/cross.png -%%YABBDIR%%/Templates/Forum/blue_1/cry.gif -%%YABBDIR%%/Templates/Forum/blue_1/css.gif -%%YABBDIR%%/Templates/Forum/blue_1/cssbold.gif -%%YABBDIR%%/Templates/Forum/blue_1/cssitalic.gif -%%YABBDIR%%/Templates/Forum/blue_1/delete.gif -%%YABBDIR%%/Templates/Forum/blue_1/del_notify.gif -%%YABBDIR%%/Templates/Forum/blue_1/des.gif -%%YABBDIR%%/Templates/Forum/blue_1/doc.gif -%%YABBDIR%%/Templates/Forum/blue_1/docx.gif -%%YABBDIR%%/Templates/Forum/blue_1/edit.gif -%%YABBDIR%%/Templates/Forum/blue_1/email.gif -%%YABBDIR%%/Templates/Forum/blue_1/email2.gif -%%YABBDIR%%/Templates/Forum/blue_1/embarassed.gif -%%YABBDIR%%/Templates/Forum/blue_1/empty_bar.gif -%%YABBDIR%%/Templates/Forum/blue_1/exclamation.gif -%%YABBDIR%%/Templates/Forum/blue_1/face1.gif -%%YABBDIR%%/Templates/Forum/blue_1/facebook.gif -%%YABBDIR%%/Templates/Forum/blue_1/fade.gif -%%YABBDIR%%/Templates/Forum/blue_1/favboards.gif -%%YABBDIR%%/Templates/Forum/blue_1/favorites.gif -%%YABBDIR%%/Templates/Forum/blue_1/female.gif -%%YABBDIR%%/Templates/Forum/blue_1/fill.gif -%%YABBDIR%%/Templates/Forum/blue_1/forward.gif -%%YABBDIR%%/Templates/Forum/blue_1/fruitcheck.png -%%YABBDIR%%/Templates/Forum/blue_1/fruits.png -%%YABBDIR%%/Templates/Forum/blue_1/ftp.gif -%%YABBDIR%%/Templates/Forum/blue_1/gender.gif -%%YABBDIR%%/Templates/Forum/blue_1/gif.gif -%%YABBDIR%%/Templates/Forum/blue_1/grad_bottom.png -%%YABBDIR%%/Templates/Forum/blue_1/green0.gif -%%YABBDIR%%/Templates/Forum/blue_1/green1.gif -%%YABBDIR%%/Templates/Forum/blue_1/grin.gif -%%YABBDIR%%/Templates/Forum/blue_1/gtalk2.gif -%%YABBDIR%%/Templates/Forum/blue_1/guardian.gif -%%YABBDIR%%/Templates/Forum/blue_1/guardian_icon.gif -%%YABBDIR%%/Templates/Forum/blue_1/guest.gif -%%YABBDIR%%/Templates/Forum/blue_1/guestpm.gif -%%YABBDIR%%/Templates/Forum/blue_1/guestpmreply.gif -%%YABBDIR%%/Templates/Forum/blue_1/help.gif -%%YABBDIR%%/Templates/Forum/blue_1/help1.gif -%%YABBDIR%%/Templates/Forum/blue_1/hide.gif -%%YABBDIR%%/Templates/Forum/blue_1/hidelock.gif -%%YABBDIR%%/Templates/Forum/blue_1/hidesticky.gif -%%YABBDIR%%/Templates/Forum/blue_1/hidestickylock.gif -%%YABBDIR%%/Templates/Forum/blue_1/highlight.gif -%%YABBDIR%%/Templates/Forum/blue_1/home.gif -%%YABBDIR%%/Templates/Forum/blue_1/hotthread.gif -%%YABBDIR%%/Templates/Forum/blue_1/hr.gif -%%YABBDIR%%/Templates/Forum/blue_1/huh.gif -%%YABBDIR%%/Templates/Forum/blue_1/icqadd.gif -%%YABBDIR%%/Templates/Forum/blue_1/icqflow.gif -%%YABBDIR%%/Templates/Forum/blue_1/imcallback.gif -%%YABBDIR%%/Templates/Forum/blue_1/imcallback2.gif -%%YABBDIR%%/Templates/Forum/blue_1/imcallback3.gif -%%YABBDIR%%/Templates/Forum/blue_1/imclose.gif -%%YABBDIR%%/Templates/Forum/blue_1/imclose2.gif -%%YABBDIR%%/Templates/Forum/blue_1/img.gif -%%YABBDIR%%/Templates/Forum/blue_1/imopen.gif -%%YABBDIR%%/Templates/Forum/blue_1/imopen2.gif -%%YABBDIR%%/Templates/Forum/blue_1/imopen3.gif -%%YABBDIR%%/Templates/Forum/blue_1/imstore.gif -%%YABBDIR%%/Templates/Forum/blue_1/im_config.gif -%%YABBDIR%%/Templates/Forum/blue_1/im_delete.gif -%%YABBDIR%%/Templates/Forum/blue_1/im_inbox.gif -%%YABBDIR%%/Templates/Forum/blue_1/im_new.gif -%%YABBDIR%%/Templates/Forum/blue_1/im_outbox.gif -%%YABBDIR%%/Templates/Forum/blue_1/im_reload.gif -%%YABBDIR%%/Templates/Forum/blue_1/index_drop.gif -%%YABBDIR%%/Templates/Forum/blue_1/info.gif -%%YABBDIR%%/Templates/Forum/blue_1/index_left.gif -%%YABBDIR%%/Templates/Forum/blue_1/index_left0.gif -%%YABBDIR%%/Templates/Forum/blue_1/index_right.gif -%%YABBDIR%%/Templates/Forum/blue_1/index_right0.gif -%%YABBDIR%%/Templates/Forum/blue_1/index_text.gif -%%YABBDIR%%/Templates/Forum/blue_1/index_togl.gif -%%YABBDIR%%/Templates/Forum/blue_1/inputbutton.png -%%YABBDIR%%/Templates/Forum/blue_1/ip.gif -%%YABBDIR%%/Templates/Forum/blue_1/italicize.gif -%%YABBDIR%%/Templates/Forum/blue_1/jpe.gif -%%YABBDIR%%/Templates/Forum/blue_1/jpeg.gif -%%YABBDIR%%/Templates/Forum/blue_1/jpg.gif -%%YABBDIR%%/Templates/Forum/blue_1/kiss.gif -%%YABBDIR%%/Templates/Forum/blue_1/knapbagrms01.gif -%%YABBDIR%%/Templates/Forum/blue_1/knapblue.gif -%%YABBDIR%%/Templates/Forum/blue_1/knapgreen.gif -%%YABBDIR%%/Templates/Forum/blue_1/knapred.gif -%%YABBDIR%%/Templates/Forum/blue_1/lamp.gif -%%YABBDIR%%/Templates/Forum/blue_1/larger.gif -%%YABBDIR%%/Templates/Forum/blue_1/lastpost.gif -%%YABBDIR%%/Templates/Forum/blue_1/laugh.gif -%%YABBDIR%%/Templates/Forum/blue_1/left.gif -%%YABBDIR%%/Templates/Forum/blue_1/lipsrsealed.gif -%%YABBDIR%%/Templates/Forum/blue_1/list.gif -%%YABBDIR%%/Templates/Forum/blue_1/locked.gif -%%YABBDIR%%/Templates/Forum/blue_1/locked_moved.gif -%%YABBDIR%%/Templates/Forum/blue_1/lockmail.gif -%%YABBDIR%%/Templates/Forum/blue_1/login.gif -%%YABBDIR%%/Templates/Forum/blue_1/logout.gif -%%YABBDIR%%/Templates/Forum/blue_1/male.gif -%%YABBDIR%%/Templates/Forum/blue_1/markread.gif -%%YABBDIR%%/Templates/Forum/blue_1/markunread.gif -%%YABBDIR%%/Templates/Forum/blue_1/mark_quote.gif -%%YABBDIR%%/Templates/Forum/blue_1/me.gif -%%YABBDIR%%/Templates/Forum/blue_1/media.gif -%%YABBDIR%%/Templates/Forum/blue_1/menutop.png -%%YABBDIR%%/Templates/Forum/blue_1/message.gif -%%YABBDIR%%/Templates/Forum/blue_1/modify.gif -%%YABBDIR%%/Templates/Forum/blue_1/move.gif -%%YABBDIR%%/Templates/Forum/blue_1/mozilla_blu.gif -%%YABBDIR%%/Templates/Forum/blue_1/mozilla_gray.gif -%%YABBDIR%%/Templates/Forum/blue_1/msn.gif -%%YABBDIR%%/Templates/Forum/blue_1/mycenter.gif -%%YABBDIR%%/Templates/Forum/blue_1/myspace.gif -%%YABBDIR%%/Templates/Forum/blue_1/new.gif -%%YABBDIR%%/Templates/Forum/blue_1/news.gif -%%YABBDIR%%/Templates/Forum/blue_1/new_bcpm.gif -%%YABBDIR%%/Templates/Forum/blue_1/new_thread.gif -%%YABBDIR%%/Templates/Forum/blue_1/next.gif -%%YABBDIR%%/Templates/Forum/blue_1/nn.gif -%%YABBDIR%%/Templates/Forum/blue_1/noimg.gif -%%YABBDIR%%/Templates/Forum/blue_1/none.gif -%%YABBDIR%%/Templates/Forum/blue_1/notify.gif -%%YABBDIR%%/Templates/Forum/blue_1/no_postcount.gif -%%YABBDIR%%/Templates/Forum/blue_1/off.gif -%%YABBDIR%%/Templates/Forum/blue_1/on.gif -%%YABBDIR%%/Templates/Forum/blue_1/online.gif -%%YABBDIR%%/Templates/Forum/blue_1/open.gif -%%YABBDIR%%/Templates/Forum/blue_1/palette.gif -%%YABBDIR%%/Templates/Forum/blue_1/palette1.gif -%%YABBDIR%%/Templates/Forum/blue_1/palette_help.gif -%%YABBDIR%%/Templates/Forum/blue_1/paperclip.gif -%%YABBDIR%%/Templates/Forum/blue_1/pdf.gif -%%YABBDIR%%/Templates/Forum/blue_1/perl.gif -%%YABBDIR%%/Templates/Forum/blue_1/pie.gif -%%YABBDIR%%/Templates/Forum/blue_1/pmadmin.gif -%%YABBDIR%%/Templates/Forum/blue_1/png.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_animated.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_animated2.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_create.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_create2.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_del.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_del2.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_dvote.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_left.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_lock.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_lock2.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_middle.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_mod.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_new.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_open.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_right.gif -%%YABBDIR%%/Templates/Forum/blue_1/poll_vvote.gif -%%YABBDIR%%/Templates/Forum/blue_1/ppt.gif -%%YABBDIR%%/Templates/Forum/blue_1/pre.gif -%%YABBDIR%%/Templates/Forum/blue_1/preferences.gif -%%YABBDIR%%/Templates/Forum/blue_1/prev.gif -%%YABBDIR%%/Templates/Forum/blue_1/preview.gif -%%YABBDIR%%/Templates/Forum/blue_1/preview0.gif -%%YABBDIR%%/Templates/Forum/blue_1/preview1.gif -%%YABBDIR%%/Templates/Forum/blue_1/print.gif -%%YABBDIR%%/Templates/Forum/blue_1/profile.gif -%%YABBDIR%%/Templates/Forum/blue_1/psd.gif -%%YABBDIR%%/Templates/Forum/blue_1/qquname.gif -%%YABBDIR%%/Templates/Forum/blue_1/question.gif -%%YABBDIR%%/Templates/Forum/blue_1/quote.gif -%%YABBDIR%%/Templates/Forum/blue_1/quote2.gif -%%YABBDIR%%/Templates/Forum/blue_1/rar.gif -%%YABBDIR%%/Templates/Forum/blue_1/recycle.gif -%%YABBDIR%%/Templates/Forum/blue_1/red0.gif -%%YABBDIR%%/Templates/Forum/blue_1/red1.gif -%%YABBDIR%%/Templates/Forum/blue_1/register.gif -%%YABBDIR%%/Templates/Forum/blue_1/remfav.gif -%%YABBDIR%%/Templates/Forum/blue_1/remove.gif -%%YABBDIR%%/Templates/Forum/blue_1/reorder.gif -%%YABBDIR%%/Templates/Forum/blue_1/reply.gif -%%YABBDIR%%/Templates/Forum/blue_1/resize_hb.gif -%%YABBDIR%%/Templates/Forum/blue_1/resize_wb.gif -%%YABBDIR%%/Templates/Forum/blue_1/right.gif -%%YABBDIR%%/Templates/Forum/blue_1/rndcorner.png -%%YABBDIR%%/Templates/Forum/blue_1/rndcorner2.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Jul 25 12:38:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85F339AAD00; Sat, 25 Jul 2015 12:38:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6973F107A; Sat, 25 Jul 2015 12:38:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PCc2Zx021572; Sat, 25 Jul 2015 12:38:02 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PCc2G2021570; Sat, 25 Jul 2015 12:38:02 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507251238.t6PCc2G2021570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 25 Jul 2015 12:38:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392882 - 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.20 Precedence: 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, 25 Jul 2015 12:38:02 -0000 Author: rene Date: Sat Jul 25 12:38:01 2015 New Revision: 392882 URL: https://svnweb.freebsd.org/changeset/ports/392882 Log: Document new vulnerabilities in www/chromium < 44.0.2403.89 Obtained from: http://googlechromereleases.blogspot.nl/ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jul 25 12:32:17 2015 (r392881) +++ head/security/vuxml/vuln.xml Sat Jul 25 12:38:01 2015 (r392882) @@ -58,6 +58,107 @@ Notes: --> + + chromium -- multiple vulnerabilities + + + chromium + 44.0.2403.89 + + + + chromium-npapi + 44.0.2403.89 + + + + chromium-pulse + 44.0.2403.89 + + + + +

Google Chrome Releases reports:

+
+

43 security fixes in this release, including:

+
    +
  • [446032] High CVE-2015-1271: Heap-buffer-overflow in pdfium. + Credit to cloudfuzzer.
  • +
  • [459215] High CVE-2015-1273: Heap-buffer-overflow in pdfium. + Credit to makosoft.
  • +
  • [461858] High CVE-2015-1274: Settings allowed executable files + to run immediately after download. Credit to andrewm.bpi.
  • +
  • [462843] High CVE-2015-1275: UXSS in Chrome for Android. Credit + to WangTao(neobyte) of Baidu X-Team.
  • +
  • [472614] High CVE-2015-1276: Use-after-free in IndexedDB. + Credit to Collin Payne.
  • +
  • [483981] High CVE-2015-1279: Heap-buffer-overflow in pdfium. + Credit to mlafon.
  • +
  • [486947] High CVE-2015-1280: Memory corruption in skia. Credit + to cloudfuzzer.
  • +
  • [487155] High CVE-2015-1281: CSP bypass. Credit to Masato + Kinugawa.
  • +
  • [487928] High CVE-2015-1282: Use-after-free in pdfium. Credit + to Chamal de Silva.
  • +
  • [492052] High CVE-2015-1283: Heap-buffer-overflow in expat. + Credit to sidhpurwala.huzaifa.
  • +
  • [493243] High CVE-2015-1284: Use-after-free in blink. Credit to + Atte Kettunen of OUSPG.
  • +
  • [504011] High CVE-2015-1286: UXSS in blink. Credit to + anonymous.
  • +
  • [505374] High CVE-2015-1290: Memory corruption in V8. Credit to + Yongjun Liu of NSFOCUS Security Team.
  • +
  • [419383] Medium CVE-2015-1287: SOP bypass with CSS. Credit to + filedescriptor.
  • +
  • [444573] Medium CVE-2015-1270: Uninitialized memory read in + ICU. Credit to Atte Kettunen of OUSPG.
  • +
  • [451456] Medium CVE-2015-1272: Use-after-free related to + unexpected GPU process termination. Credit to Chamal de + Silva.
  • +
  • [479743] Medium CVE-2015-1277: Use-after-free in accessibility. + Credit to SkyLined.
  • +
  • [482380] Medium CVE-2015-1278: URL spoofing using pdf files. + Credit to Chamal de Silva.
  • +
  • [498982] Medium CVE-2015-1285: Information leak in XSS auditor. + Credit to gazheyes.
  • +
  • [479162] Low CVE-2015-1288: Spell checking dictionaries fetched + over HTTP. Credit to mike@michaelruddy.com.
  • +
  • [512110] CVE-2015-1289: Various fixes from internal audits, + fuzzing and other initiatives.
  • +
+
+ +
+ + CVE-2015-1270 + CVE-2015-1271 + CVE-2015-1272 + CVE-2015-1273 + CVE-2015-1274 + CVE-2015-1275 + CVE-2015-1276 + CVE-2015-1277 + CVE-2015-1278 + CVE-2015-1279 + CVE-2015-1280 + CVE-2015-1281 + CVE-2015-1282 + CVE-2015-1283 + CVE-2015-1284 + CVE-2015-1285 + CVE-2015-1286 + CVE-2015-1287 + CVE-2015-1288 + CVE-2015-1289 + CVE-2015-1290 + http://googlechromereleases.blogspot.nl/ + + + 2015-07-21 + 2015-07-25 + +
+ shibboleth-sp -- DoS vulnerability From owner-svn-ports-all@freebsd.org Sat Jul 25 12:54:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A86AF9AAFF5; Sat, 25 Jul 2015 12:54:46 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98D061A2A; Sat, 25 Jul 2015 12:54:46 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PCskDJ029474; Sat, 25 Jul 2015 12:54:46 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PCskk3029472; Sat, 25 Jul 2015 12:54:46 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201507251254.t6PCskk3029472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 25 Jul 2015 12:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392883 - head/finance/R-cran-quantmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 12:54:46 -0000 Author: tota Date: Sat Jul 25 12:54:45 2015 New Revision: 392883 URL: https://svnweb.freebsd.org/changeset/ports/392883 Log: - Update to 0.4-5 Modified: head/finance/R-cran-quantmod/Makefile head/finance/R-cran-quantmod/distinfo Modified: head/finance/R-cran-quantmod/Makefile ============================================================================== --- head/finance/R-cran-quantmod/Makefile Sat Jul 25 12:38:01 2015 (r392882) +++ head/finance/R-cran-quantmod/Makefile Sat Jul 25 12:54:45 2015 (r392883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quantmod -DISTVERSION= 0.4-4 +DISTVERSION= 0.4-5 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/finance/R-cran-quantmod/distinfo ============================================================================== --- head/finance/R-cran-quantmod/distinfo Sat Jul 25 12:38:01 2015 (r392882) +++ head/finance/R-cran-quantmod/distinfo Sat Jul 25 12:54:45 2015 (r392883) @@ -1,2 +1,2 @@ -SHA256 (quantmod_0.4-4.tar.gz) = c892b90f4d62e6d1c8c65d98c68ae3d1d77c571bdfafee3f2a5c2cb1b0c80f29 -SIZE (quantmod_0.4-4.tar.gz) = 133890 +SHA256 (quantmod_0.4-5.tar.gz) = c7889eb55a21296e7bda1242c46e734a0a8bd6dcbf5726aafae5313354eec893 +SIZE (quantmod_0.4-5.tar.gz) = 135004 From owner-svn-ports-all@freebsd.org Sat Jul 25 13:03:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D04D79AA16B; Sat, 25 Jul 2015 13:03:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C33541ECA; Sat, 25 Jul 2015 13:03:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C0FEA1D5A; Sat, 25 Jul 2015 13:03:48 +0000 (UTC) Date: Sat, 25 Jul 2015 13:03:48 +0000 From: Alexey Dokuchaev To: Bryan Drewery Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392818 - head/Mk/Scripts Message-ID: <20150725130348.GA17582@FreeBSD.org> References: <201507241105.t6OB5sfH046007@repo.freebsd.org> <55B2722C.40406@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55B2722C.40406@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 13:03:48 -0000 On Fri, Jul 24, 2015 at 10:13:16AM -0700, Bryan Drewery wrote: > On 7/24/15 4:05 AM, Mathieu Arnold wrote: > > New Revision: 392818 > > URL: https://svnweb.freebsd.org/changeset/ports/392818 > > > > Log: > > [Forced commit to explain the previous commit] > > God I wish these were blocked. I'm not sure I catch it, what's wrong with forced commits? (Modulo the fact that they have to be made in a hackish way with SVN.) ./danfe From owner-svn-ports-all@freebsd.org Sat Jul 25 13:09:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0072B9AA1DB; Sat, 25 Jul 2015 13:09:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E23DE101D; Sat, 25 Jul 2015 13:09:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PD9nlR033860; Sat, 25 Jul 2015 13:09:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PD9n4g033857; Sat, 25 Jul 2015 13:09:49 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507251309.t6PD9n4g033857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 25 Jul 2015 13:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392884 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 13:09:50 -0000 Author: feld Date: Sat Jul 25 13:09:48 2015 New Revision: 392884 URL: https://svnweb.freebsd.org/changeset/ports/392884 Log: Update to 0.9.12.6.1347 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Sat Jul 25 12:54:45 2015 (r392883) +++ head/multimedia/plexmediaserver-plexpass/Makefile Sat Jul 25 13:09:48 2015 (r392884) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 0.9.12.4.1192 +PORTVERSION= 0.9.12.6.1347 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 9a47d21 +PLEX_BUILD= 54c2e56 USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Sat Jul 25 12:54:45 2015 (r392883) +++ head/multimedia/plexmediaserver-plexpass/distinfo Sat Jul 25 13:09:48 2015 (r392884) @@ -1,2 +1,2 @@ -SHA256 (PlexMediaServer-0.9.12.4.1192-9a47d21-freebsd-amd64.tar.bz2) = fba8d1ac60705dfc43426f5a4fcb2908dd374a99f4917edb9eab56c05dd7d889 -SIZE (PlexMediaServer-0.9.12.4.1192-9a47d21-freebsd-amd64.tar.bz2) = 97168436 +SHA256 (PlexMediaServer-0.9.12.6.1347-54c2e56-freebsd-amd64.tar.bz2) = 562c96d256a5ae61353272ebf42971b1cea411cb022fc71ac0ddb0f80ffbf588 +SIZE (PlexMediaServer-0.9.12.6.1347-54c2e56-freebsd-amd64.tar.bz2) = 96371505 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Sat Jul 25 12:54:45 2015 (r392883) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Sat Jul 25 13:09:48 2015 (r392884) @@ -62,227 +62,228 @@ %%DATADIR%%/Resources/LICENSE %%DATADIR%%/Resources/Plex New Transcoder %%DATADIR%%/Resources/Plex Transcoder -%%DATADIR%%/Resources/Plug-ins/Fanart-tv.bundle/Contents/Code/__init__.py -%%DATADIR%%/Resources/Plug-ins/Fanart-tv.bundle/Contents/DefaultPrefs.json -%%DATADIR%%/Resources/Plug-ins/Fanart-tv.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins/Fanart-tv.bundle/Contents/Resources/attribution.png -%%DATADIR%%/Resources/Plug-ins/Fanart-tv.bundle/Contents/Resources/icon-default.png -%%DATADIR%%/Resources/Plug-ins/Fanart-tv.bundle/Contents/VERSION -%%DATADIR%%/Resources/Plug-ins/Fanart-tv.bundle/README.md +%%DATADIR%%/Resources/Plug-ins/Fanart-TV.bundle/Contents/Code/__init__.py +%%DATADIR%%/Resources/Plug-ins/Fanart-TV.bundle/Contents/DefaultPrefs.json +%%DATADIR%%/Resources/Plug-ins/Fanart-TV.bundle/Contents/Info.plist +%%DATADIR%%/Resources/Plug-ins/Fanart-TV.bundle/Contents/Resources/attribution.png +%%DATADIR%%/Resources/Plug-ins/Fanart-TV.bundle/Contents/Resources/icon-default.png +%%DATADIR%%/Resources/Plug-ins/Fanart-TV.bundle/Contents/VERSION +%%DATADIR%%/Resources/Plug-ins/Fanart-TV.bundle/README.md +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/.gitignore %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/FreeBSD/i386/Frameworks/README -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/FreeBSD/i386/Libraries/README -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/BeautifulSoup.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Eval.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Guards.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Limits.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/MutatingWalker.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/PrintCollector.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/RCompile.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Linux/i386/Frameworks/README +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Linux/i386/Libraries/README +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/BeautifulSoup.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Eval.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Guards.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Limits.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/MutatingWalker.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/PrintCollector.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/RCompile.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/README.txt -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/RestrictionMutator.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/SelectCompiler.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Utilities.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/__init__.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/RestrictionMutator.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/SelectCompiler.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Utilities.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/__init__.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/notes.txt -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after24.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after25.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after26.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/class.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/lambda.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/restricted_module.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/security_in_syntax.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/security_in_syntax26.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testCompile.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testREADME.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testRestrictions.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testUtiliities.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/unpack.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/verify.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/binascii_plus.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/cerealizer/__init__.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after24.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after25.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after26.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/class.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/lambda.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/restricted_module.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/security_in_syntax.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/security_in_syntax26.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testCompile.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testREADME.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testRestrictions.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testUtiliities.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/unpack.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/verify.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/binascii_plus.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/cerealizer/__init__.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/LICENSE.txt -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes_cbc.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes_sbox_analysis.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/arc4.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/base.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/cbc.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/ccm.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/icedoll.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/rijndael.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/tkip_encr.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/trolldoll.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/wep.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/common.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/pagingEntropy.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/prn_rijndael.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/errors.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/hash.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/md5Hash.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/sha1Hash.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/hmacHash.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/michael.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/pbkdf2.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/prf_dot11.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/tkip_key_mixing.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/tkip_mic.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/daemon.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/easter.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/parser.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/relativedelta.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/rrule.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/tz.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/tzwin.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/zoneinfo/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/demjson.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/feedparser.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/httplib_new.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/_version.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_array.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_collections.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_decimal.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_contrib_auth_models.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_base.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_fields.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_query.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_utils_translation.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_elixir.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_google_appengine_ext_blobstore.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_google_appengine_ext_db.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sets.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sqlalchemy_orm.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sqlalchemy_orm_collections.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/util.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/alias.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/amf0.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/amf3.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/codec.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/data.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/messaging.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/python.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/amf0.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/amf3.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/client/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/django.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/google.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/twisted.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/wsgi.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/sol.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/imports.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/pure.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/versions.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/xml.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes_cbc.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes_sbox_analysis.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/arc4.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/base.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/cbc.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/ccm.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/icedoll.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/rijndael.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/tkip_encr.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/trolldoll.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/wep.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/common.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/pagingEntropy.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/prn_rijndael.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/errors.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/hash.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/md5Hash.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/sha1Hash.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/hmacHash.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/michael.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/pbkdf2.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/prf_dot11.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/tkip_key_mixing.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/tkip_mic.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/daemon.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/easter.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/parser.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/relativedelta.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/rrule.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/tz.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/tzwin.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/zoneinfo/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/demjson.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/feedparser.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/httplib_new.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/_version.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_array.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_collections.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_decimal.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_contrib_auth_models.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_base.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_fields.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_query.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_utils_translation.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_elixir.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_google_appengine_ext_blobstore.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_google_appengine_ext_db.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sets.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sqlalchemy_orm.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sqlalchemy_orm_collections.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/util.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/alias.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/amf0.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/amf3.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/codec.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/data.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/messaging.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/python.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/amf0.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/amf3.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/client/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/django.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/google.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/twisted.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/wsgi.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/sol.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/imports.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/pure.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/versions.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/xml.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/LICENSE -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/base.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/lru.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/mapper.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/middleware.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/route.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/util.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/subprocess_new.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/threading_new.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/auth.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/autoreload.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/database.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/base.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/lru.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/mapper.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/middleware.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/route.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/util.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/subprocess_new.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/threading_new.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/auth.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/autoreload.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/database.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/epoll.c -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/escape.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpclient.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpserver.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httputil.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/ioloop.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/iostream.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/locale.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/options.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/s3server.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/stack_context.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/template.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/escape.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpclient.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpserver.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httputil.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/ioloop.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/iostream.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/locale.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/options.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/s3server.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/stack_context.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/template.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/README -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/httpserver_test.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/ioloop_test.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/runtests.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/stack_context_test.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/testing_test.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/web_test.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/testing.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/web.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/win32_support.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/wsgi.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/xpython.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/DB.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/FileTypes.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/HTTP.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/JSON.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Locale.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Log.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/MediaXML.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/httpserver_test.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/ioloop_test.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/runtests.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/stack_context_test.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/testing_test.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/web_test.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/testing.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/web.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/win32_support.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/wsgi.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/xpython.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/DB.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/FileTypes.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/HTTP.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/JSON.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Locale.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Log.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/MediaXML.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/MimeTypes.json -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Plugin.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Prefs.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/RSS.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Shorthand.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Thread.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Utils.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/XML.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/YAML.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/__error.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/oauth.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/bootstrap.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/importer.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/platform.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Client.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Constants.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Data.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Database.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Datetime.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Decorators.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Dict.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/HTTP.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Hash.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Helper.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/JSON.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Locale.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Plugin.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Prefs.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/RSS.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Shorthand.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Thread.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Utils.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/XML.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/YAML.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/__error.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/oauth.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/bootstrap.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/importer.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/0/Python/platform.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Client.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Constants.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Data.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Database.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Datetime.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Decorators.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Dict.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/HTTP.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Hash.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Helper.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/JSON.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Locale.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/MimeTypes.json -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Network.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Objects.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Platform.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Plist.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Plugin.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Prefs.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/RSS.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Request.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Resource.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Routes.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Shortcuts.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/String.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Thread.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/XML.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/YAML.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__error.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__objectManager.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/bootstrap.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/importer.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/platform.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Network.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Objects.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Platform.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Plist.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Plugin.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Prefs.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/RSS.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Request.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Resource.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Routes.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Shortcuts.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/String.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Thread.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/XML.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/YAML.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__error.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__objectManager.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/bootstrap.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/importer.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Python/platform.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Resources/Book1.png %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Resources/Book2.png %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/1/Resources/CD.png @@ -309,93 +310,93 @@ %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Models/Metadata/music_models.pym %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Models/Metadata/photo_models.pym %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Models/Metadata/tv_models.pym -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/agentkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/base.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/cloudkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/constkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/corekit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/cryptokit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/datakit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/helperkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/localekit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/logkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/messagekit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/modelkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/networkkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/objectkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/parsekit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/playerkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/resourcekit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/runtimekit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/servicekit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/streamkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/templatekit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/threadkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/utilkit.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/base.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/context.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/loader.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/preferences.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/base.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/caching.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/data.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/debugging.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/localization.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/messaging.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/myplex.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/notifications.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/services.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/storage.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/constants.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/core.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/docutils.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/exceptions.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/base.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/debugging.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/messaging.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/plugin.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/resources.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/runtime.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/services.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/base.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/pipeinterface.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/socketinterface.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/accessor.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/attributes.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/classes.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/combination.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/model.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/namespace.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/objects.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/serialization.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/templates.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/objects.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/base.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/cloudpolicy.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/elevatedpolicy.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/modelpolicy.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/servicepolicy.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/standardpolicy.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/unpicklepolicy.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/utils.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/config.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/__init__.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/importer.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/ospathfix.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/propertyfix.py -%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/weakreffix.py +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/agentkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/base.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/cloudkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/constkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/corekit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/cryptokit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/datakit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/helperkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/localekit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/logkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/messagekit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/modelkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/networkkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/objectkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/parsekit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/playerkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/resourcekit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/runtimekit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/servicekit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/streamkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/templatekit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/threadkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/utilkit.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/base.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/context.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/loader.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/preferences.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/base.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/caching.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/data.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/debugging.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/localization.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/messaging.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/myplex.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/notifications.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/services.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/storage.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/constants.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/core.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/docutils.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/exceptions.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/base.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/debugging.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/messaging.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/plugin.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/resources.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/runtime.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/services.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/base.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/pipeinterface.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/socketinterface.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/accessor.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/attributes.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/classes.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/combination.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/model.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/namespace.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/objects.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/serialization.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/templates.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/objects.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/base.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/cloudpolicy.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/elevatedpolicy.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/modelpolicy.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/servicepolicy.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/standardpolicy.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/unpicklepolicy.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/utils.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/config.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/importer.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/ospathfix.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/propertyfix.pyc +%%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/weakreffix.pyc %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Resources/Book1.png %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Resources/Book2.png %%DATADIR%%/Resources/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Resources/Bundle.png @@ -426,21 +427,13 @@ %%DATADIR%%/Resources/Plug-ins/HTbackdrops.bundle/Contents/Resources/icon-default.png %%DATADIR%%/Resources/Plug-ins/HTbackdrops.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins/HTbackdrops.bundle/README.md -%%DATADIR%%/Resources/Plug-ins/IMDB.bundle/Contents/Code/__init__.py -%%DATADIR%%/Resources/Plug-ins/IMDB.bundle/Contents/DefaultPrefs.json -%%DATADIR%%/Resources/Plug-ins/IMDB.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins/IMDB.bundle/Contents/Resources/attribution.png -%%DATADIR%%/Resources/Plug-ins/IMDB.bundle/Contents/Resources/icon-default.png -%%DATADIR%%/Resources/Plug-ins/IMDB.bundle/Contents/Services/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins/IMDB.bundle/Contents/Services/URL/IVA/ServiceCode.pys -%%DATADIR%%/Resources/Plug-ins/IMDB.bundle/Contents/VERSION -%%DATADIR%%/Resources/Plug-ins/IMDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins/LastFM.bundle/Contents/Code/__init__.py %%DATADIR%%/Resources/Plug-ins/LastFM.bundle/Contents/DefaultPrefs.json %%DATADIR%%/Resources/Plug-ins/LastFM.bundle/Contents/Info.plist %%DATADIR%%/Resources/Plug-ins/LastFM.bundle/Contents/Resources/icon-default.png %%DATADIR%%/Resources/Plug-ins/LastFM.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins/LastFM.bundle/README.md +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/.gitignore %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Code/__init__.py %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Code/audiohelpers.py %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Code/config.py @@ -450,44 +443,44 @@ %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Code/videohelpers.py %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/DefaultPrefs.json %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/ID3.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/ID3v2.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/UnicodeHelper.py +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/ID3.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/ID3v2.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/UnicodeHelper.pyc %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/PKG-INFO -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/__init__.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atom.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atomsearch.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atomsearch_test.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/mp4file.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/__init__.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_compat.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_constants.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3frames.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3specs.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3util.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_util.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_vorbis.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/aiff.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/apev2.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/asf.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/easyid3.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/easymp4.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/flac.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/id3.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/m4a.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/monkeysaudio.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/mp3.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/mp4.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/musepack.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/ogg.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggflac.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggopus.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggspeex.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggtheora.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggvorbis.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/optimfrog.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/trueaudio.py -%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/wavpack.py +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atom.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atomsearch.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atomsearch_test.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/mp4file.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/__init__.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_compat.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_constants.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3frames.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3specs.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3util.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_util.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_vorbis.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/aiff.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/apev2.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/asf.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/easyid3.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/easymp4.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/flac.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/id3.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/m4a.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/monkeysaudio.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/mp3.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/mp4.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/musepack.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/ogg.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggflac.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggopus.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggspeex.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggtheora.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggvorbis.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/optimfrog.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/trueaudio.pyc +%%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/wavpack.pyc %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/Resources/icon-default.png %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins/LocalMedia.bundle/README.md @@ -598,18 +591,20 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/40_acres.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/57_irving.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/777_film_corp.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/a24.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/a_and_e.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/aardman.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/abandon.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/abc.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/abc_australia.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/abc_family.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/actf.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/adult_swim.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/afi.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/after_dark.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alcon_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alfred_hitchcock_productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alliance_atlantis.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alliance.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alloy.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alphaville.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/amazon_studios.png @@ -620,6 +615,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/american_zoetrope.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/anchor_bay_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/animal_planet.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/anonymous_content.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/antena_3.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/apatow_productions.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/apple.png @@ -695,6 +691,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/channel_ten.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cheyenne.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cinemax.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/city.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cmt.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cnc.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/columbia_pictures.png @@ -705,6 +702,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/constellation.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cookie_jar.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cpfilms.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/crackle.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/criterion.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ctv.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cw.png @@ -714,7 +712,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dark_castle_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dark_horse.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/davis_entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dc_comics.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dc.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/de_laurentiis.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/destination_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dfi.png @@ -736,6 +734,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ealing.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/eclectic.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/edmonds_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/el_rey_network.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/electric_enterteinment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/electric_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/eleven_eleven.png @@ -743,6 +742,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/encore.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/endgame_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/entara.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/entertainment_one.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/entertainment_television.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/eon_productions.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/escape_artists.png @@ -776,6 +776,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fourhands_film.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fox.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fox_atomic.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fox_kids.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fox_searchlight_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/france_2.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/france_3.png @@ -784,6 +785,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fuji_tv.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/future_flix.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fx.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fxx.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/g4.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/gaumont.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/geffen.png @@ -804,16 +806,20 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/guinea_pig_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/gutek.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/halestorm.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hallmark_channel.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hallucination_on_film.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hand_made_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/happy_madison.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hasbro.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hbo.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hbo_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hemus_film.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/heyday_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hgtv.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/history_channel.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hollywood_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hopscotch_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hulu.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hustler_video.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hyde_park_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/icon_entertainment.png @@ -832,20 +838,20 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ingenious_film_partners.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ingenius_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/inside_track.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/insurge_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/interactual.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/intermedia.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/interscope_shady_aftermath.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/intrepid_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/island_world.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/itv.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/itv1.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/itv2.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/janus.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jarowskij.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jawa.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jerry_bruckheimer_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jersey_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jim_henson.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kaboom_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kadokawa_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kadr.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kamera.png @@ -873,6 +879,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lookout.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lucasfilm.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lucky_7.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/m6.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/madman.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/magnolia_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mandalay_pictures.png @@ -890,7 +897,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/midway_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mike_zoss_productions.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/milkshake.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/millenium.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/millennium_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/minds_eye_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mirage.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/miramax.png @@ -930,6 +937,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nordisk film.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/northern_lights_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nothing.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nrk1.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nuimage.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/o2_filmes.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/oddlot.png @@ -949,6 +957,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/peacearch.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/pecf.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/peters_entertainment2.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/phase_4_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/pheonix.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/picturehouse.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/pisf.png @@ -957,6 +966,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/platige.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/platinum_dunes.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/play_uk.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/playstation_network.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/playtone.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/polsat.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/polygram.png @@ -1006,7 +1016,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/sbs.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/scifi.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/scott_free.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/screen australia.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/screen_australia.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/screen_gems.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/selznick_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/semafor.png @@ -1041,6 +1051,8 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/studio_canal.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/studio_ghibli.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/summit.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/sundancetv.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/super_channel.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/svensk_filmindustri.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/svt.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/svt1.png @@ -1052,6 +1064,7 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/tbs.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/telecinco.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/telemundo.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/teletoon.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/telos.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/tf1.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/the_cw.png @@ -1118,7 +1131,9 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/working_title_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/xfilme.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/xxx_productions.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/yahoo_screen.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/yari_film_group.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/youtube.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/zaloom_mayfield.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/zdf.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/zebra.png @@ -1165,6 +1180,7 @@ %%DATADIR%%/Resources/Plug-ins/MoviePosterDB.bundle/Contents/Resources/attribution.png %%DATADIR%%/Resources/Plug-ins/MoviePosterDB.bundle/Contents/Resources/icon-default.png %%DATADIR%%/Resources/Plug-ins/MoviePosterDB.bundle/Contents/VERSION +%%DATADIR%%/Resources/Plug-ins/MoviePosterDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins/OpenSubtitles.bundle/Contents/Code/__init__.py %%DATADIR%%/Resources/Plug-ins/OpenSubtitles.bundle/Contents/DefaultPrefs.json %%DATADIR%%/Resources/Plug-ins/OpenSubtitles.bundle/Contents/Info.plist @@ -1176,6 +1192,18 @@ %%DATADIR%%/Resources/Plug-ins/PersonalMedia.bundle/Contents/Info.plist %%DATADIR%%/Resources/Plug-ins/PersonalMedia.bundle/Contents/Resources/icon-default.png %%DATADIR%%/Resources/Plug-ins/PersonalMedia.bundle/Contents/VERSION +%%DATADIR%%/Resources/Plug-ins/PersonalMedia.bundle/README.md +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/.gitignore +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/Contents/Code/__init__.py +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/Contents/Code/chapterdb.py +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/Contents/DefaultPrefs.json +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/Contents/Info.plist +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/Contents/Resources/attribution.png +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/Contents/Resources/icon-default.png +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/Contents/Services/ServiceInfo.plist +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/Contents/Services/URL/IVA/ServiceCode.pys +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/Contents/VERSION +%%DATADIR%%/Resources/Plug-ins/PlexMovie.bundle/README.md %%DATADIR%%/Resources/Plug-ins/PlexMusic.bundle/Contents/Code/Artist.py %%DATADIR%%/Resources/Plug-ins/PlexMusic.bundle/Contents/Code/Utils.py %%DATADIR%%/Resources/Plug-ins/PlexMusic.bundle/Contents/Code/__init__.py @@ -1190,6 +1218,7 @@ %%DATADIR%%/Resources/Plug-ins/PlexThemeMusic.bundle/Contents/Resources/icon-default.png %%DATADIR%%/Resources/Plug-ins/PlexThemeMusic.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins/PlexThemeMusic.bundle/README.md +%%DATADIR%%/Resources/Plug-ins/PlexVevo.bundle/.gitignore %%DATADIR%%/Resources/Plug-ins/PlexVevo.bundle/Contents/Code/__init__.py %%DATADIR%%/Resources/Plug-ins/PlexVevo.bundle/Contents/DefaultPrefs.json %%DATADIR%%/Resources/Plug-ins/PlexVevo.bundle/Contents/Info.plist @@ -1198,63 +1227,65 @@ %%DATADIR%%/Resources/Plug-ins/PlexVevo.bundle/Contents/Services/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins/PlexVevo.bundle/Contents/Services/URL/VEVO/ServiceCode.pys *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Jul 25 13:58:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22E8E9AACA1; Sat, 25 Jul 2015 13:58:35 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ACF41957; Sat, 25 Jul 2015 13:58:35 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PDwYVa053898; Sat, 25 Jul 2015 13:58:34 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PDwYac053896; Sat, 25 Jul 2015 13:58:34 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201507251358.t6PDwYac053896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sat, 25 Jul 2015 13:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392885 - 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.20 Precedence: 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, 25 Jul 2015 13:58:35 -0000 Author: flo Date: Sat Jul 25 13:58:33 2015 New Revision: 392885 URL: https://svnweb.freebsd.org/changeset/ports/392885 Log: Update to 2.2.14 Committed from: Essen FreeBSD Hackathon Modified: head/databases/percona-toolkit/Makefile head/databases/percona-toolkit/distinfo Modified: head/databases/percona-toolkit/Makefile ============================================================================== --- head/databases/percona-toolkit/Makefile Sat Jul 25 13:09:48 2015 (r392884) +++ head/databases/percona-toolkit/Makefile Sat Jul 25 13:58:33 2015 (r392885) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= percona-toolkit -PORTVERSION= 2.2.11 -PORTREVISION= 1 +PORTVERSION= 2.2.14 CATEGORIES= databases MASTER_SITES= http://www.percona.com/downloads/${PORTNAME}/${PORTVERSION}/tarball/ Modified: head/databases/percona-toolkit/distinfo ============================================================================== --- head/databases/percona-toolkit/distinfo Sat Jul 25 13:09:48 2015 (r392884) +++ head/databases/percona-toolkit/distinfo Sat Jul 25 13:58:33 2015 (r392885) @@ -1,2 +1,2 @@ -SHA256 (percona-toolkit-2.2.11.tar.gz) = 848a8a57bf04dc1b2cc2ab555dd594a2c708b76656042ff38b1a91b8ccb1df4b -SIZE (percona-toolkit-2.2.11.tar.gz) = 1389718 +SHA256 (percona-toolkit-2.2.14.tar.gz) = dd02bedef65536321af6ad3fc6fd8f088e60830267daa613189a14c10ad3a0d0 +SIZE (percona-toolkit-2.2.14.tar.gz) = 1399612 From owner-svn-ports-all@freebsd.org Sat Jul 25 14:31:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59E6D9AA2C0; Sat, 25 Jul 2015 14:31:43 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25BAB18D2; Sat, 25 Jul 2015 14:31:43 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PEVgOl069706; Sat, 25 Jul 2015 14:31:42 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PEVgIS069704; Sat, 25 Jul 2015 14:31:42 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201507251431.t6PEVgIS069704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sat, 25 Jul 2015 14:31:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392886 - head/net-mgmt/check_logfiles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 14:31:43 -0000 Author: flo Date: Sat Jul 25 14:31:41 2015 New Revision: 392886 URL: https://svnweb.freebsd.org/changeset/ports/392886 Log: Update to 3.7.1.1 Committed from: Essen FreeBSD Hackathon Modified: head/net-mgmt/check_logfiles/Makefile head/net-mgmt/check_logfiles/distinfo Modified: head/net-mgmt/check_logfiles/Makefile ============================================================================== --- head/net-mgmt/check_logfiles/Makefile Sat Jul 25 13:58:33 2015 (r392885) +++ head/net-mgmt/check_logfiles/Makefile Sat Jul 25 14:31:41 2015 (r392886) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= check_logfiles -PORTVERSION= 3.4.3.1 -PORTREVISION= 1 +PORTVERSION= 3.7.1.1 CATEGORIES= net-mgmt -MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/03/ +MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/ MAINTAINER= flo@FreeBSD.org COMMENT= Nagios plugin which scans log files for specific patterns @@ -14,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake perl5 GNU_CONFIGURE= yes +USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \ --libexecdir=${PREFIX}/libexec/nagios \ Modified: head/net-mgmt/check_logfiles/distinfo ============================================================================== --- head/net-mgmt/check_logfiles/distinfo Sat Jul 25 13:58:33 2015 (r392885) +++ head/net-mgmt/check_logfiles/distinfo Sat Jul 25 14:31:41 2015 (r392886) @@ -1,2 +1,2 @@ -SHA256 (check_logfiles-3.4.3.1.tar.gz) = f1555dc2e7008dbc3562746b9e106e51282917532c4db3ace6c9f966ed04fd1e -SIZE (check_logfiles-3.4.3.1.tar.gz) = 189867 +SHA256 (check_logfiles-3.7.1.1.tar.gz) = c241272c782d5417f7ca9450b67cf2aebf925d8cd77466c00eb222fe517c6e5f +SIZE (check_logfiles-3.7.1.1.tar.gz) = 226337 From owner-svn-ports-all@freebsd.org Sat Jul 25 15:06:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AAE59AA82E; Sat, 25 Jul 2015 15:06:50 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EF14799; Sat, 25 Jul 2015 15:06:50 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PF6oIZ083701; Sat, 25 Jul 2015 15:06:50 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PF6nta083698; Sat, 25 Jul 2015 15:06:49 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201507251506.t6PF6nta083698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 25 Jul 2015 15:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392887 - in head: biology/phylip editors/lfhex graphics/php-libpuzzle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 15:06:50 -0000 Author: danfe Date: Sat Jul 25 15:06:48 2015 New Revision: 392887 URL: https://svnweb.freebsd.org/changeset/ports/392887 Log: - Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE - While here: move knobs to their expected location, remove useless check for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize Makefile headers Modified: head/biology/phylip/Makefile head/editors/lfhex/Makefile head/graphics/php-libpuzzle/Makefile Modified: head/biology/phylip/Makefile ============================================================================== --- head/biology/phylip/Makefile Sat Jul 25 14:31:41 2015 (r392886) +++ head/biology/phylip/Makefile Sat Jul 25 15:06:48 2015 (r392887) @@ -1,4 +1,4 @@ -# Created by: dbader@eece.unm.edu +# Created by: David A. Bader # $FreeBSD$ PORTNAME= phylip @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Phylogeny Inference Package LICENSE= BSD2CLAUSE -LICENSE_FILES= ${WRKSRC}/COPYRIGHT +LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash Modified: head/editors/lfhex/Makefile ============================================================================== --- head/editors/lfhex/Makefile Sat Jul 25 14:31:41 2015 (r392886) +++ head/editors/lfhex/Makefile Sat Jul 25 15:06:48 2015 (r392887) @@ -1,4 +1,4 @@ -# Created by: ijliao +# Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= lfhex @@ -11,15 +11,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Large file hex editor LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../COPYING -USE_QT4= corelib gui moc_build rcc_build USES= bison qmake +USE_QT4= corelib gui moc_build rcc_build WRKSRC= ${WRKDIR}/${DISTNAME}/src PORTDOCS= README PLIST_FILES= bin/lfhex -LICENSE_FILES= ${WRKSRC}/../COPYING OPTIONS_DEFINE= DOCS @@ -31,9 +31,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lfhex ${STAGEDIR}${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/graphics/php-libpuzzle/Makefile ============================================================================== --- head/graphics/php-libpuzzle/Makefile Sat Jul 25 14:31:41 2015 (r392886) +++ head/graphics/php-libpuzzle/Makefile Sat Jul 25 15:06:48 2015 (r392887) @@ -13,20 +13,19 @@ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PHP extension for Puzzle library to find similar pictures LICENSE= BSD2CLAUSE -LICENSE_FILES= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpuzzle.so:${PORTSDIR}/graphics/libpuzzle \ libgd.so:${PORTSDIR}/graphics/gd USES= tar:bzip2 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} - USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes USE_PHP_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} + pre-install: @${STRIP_CMD} ${WRKSRC}/modules/libpuzzle.so From owner-svn-ports-all@freebsd.org Sat Jul 25 15:20:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC5979AAA03; Sat, 25 Jul 2015 15:20:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4836C16; Sat, 25 Jul 2015 15:20:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PFKq9M088857; Sat, 25 Jul 2015 15:20:52 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PFKq9P088856; Sat, 25 Jul 2015 15:20:52 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201507251520.t6PFKq9P088856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 25 Jul 2015 15:20:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392888 - head/games/dunelegacy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 15:20:52 -0000 Author: danfe Date: Sat Jul 25 15:20:51 2015 New Revision: 392888 URL: https://svnweb.freebsd.org/changeset/ports/392888 Log: Fix a typo: LICENSE_FILES -> LICENSE_FILE (should be part of r392887). Modified: head/games/dunelegacy/Makefile Modified: head/games/dunelegacy/Makefile ============================================================================== --- head/games/dunelegacy/Makefile Sat Jul 25 15:06:48 2015 (r392887) +++ head/games/dunelegacy/Makefile Sat Jul 25 15:20:51 2015 (r392888) @@ -12,7 +12,7 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Open source clone of Dune II LICENSE= GPLv2 -LICENSE_FILES= COPYING +LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 compiler:c++11-lib USE_AUTOTOOLS= autoconf From owner-svn-ports-all@freebsd.org Sat Jul 25 15:23:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BD029AAB15; Sat, 25 Jul 2015 15:23:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4BEEAE92; Sat, 25 Jul 2015 15:23:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 4A21C1137; Sat, 25 Jul 2015 15:23:25 +0000 (UTC) Date: Sat, 25 Jul 2015 15:23:25 +0000 From: Alexey Dokuchaev To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392888 - head/games/dunelegacy Message-ID: <20150725152325.GA69148@FreeBSD.org> References: <201507251520.t6PFKq9P088856@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201507251520.t6PFKq9P088856@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 15:23:25 -0000 On Sat, Jul 25, 2015 at 03:20:52PM +0000, Alexey Dokuchaev wrote: > New Revision: 392888 > URL: https://svnweb.freebsd.org/changeset/ports/392888 > > Log: > Fix a typo: LICENSE_FILES -> LICENSE_FILE (should be part of r392887). There are couple of more ports that look suspicious (relative filenames): $ find /usr/ports -name Makefile | xargs grep LICENSE_FILE= | grep -v { /usr/ports/lang/tinypy/Makefile:LICENSE_FILE= LICENSE.txt /usr/ports/lang/mlton/Makefile:LICENSE_FILE= doc/license/MLton-LICENSE /usr/ports/www/rubygem-mousetrap-rails/Makefile:LICENSE_FILE= LICENSE.md ./danfe From owner-svn-ports-all@freebsd.org Sat Jul 25 15:39:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D63A39AACED; Sat, 25 Jul 2015 15:39:13 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89DB41448; Sat, 25 Jul 2015 15:39:13 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PFdC8X098226; Sat, 25 Jul 2015 15:39:12 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PFdALP098216; Sat, 25 Jul 2015 15:39:10 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201507251539.t6PFdALP098216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sat, 25 Jul 2015 15:39:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392889 - in head/net-mgmt/icinga: . 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.20 Precedence: 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, 25 Jul 2015 15:39:14 -0000 Author: lme Date: Sat Jul 25 15:39:09 2015 New Revision: 392889 URL: https://svnweb.freebsd.org/changeset/ports/392889 Log: - Update to 1.13.3 - Remove no longer needed patches or convert them to use ${REINPLACE_CMD} - Without the patches autoconf is obsolete - Install Apache 2.x sample config to apache2 subdir - Do some more s/Linux/${OPSYS}/ in the sample config files - Set mode for the CGIs in plist Committed from: Essen FreeBSD Hackathon Deleted: head/net-mgmt/icinga/files/patch-cgi-Makefile.in head/net-mgmt/icinga/files/patch-configure.in head/net-mgmt/icinga/files/patch-contrib-Makefile.in head/net-mgmt/icinga/files/patch-include-locations.h.in head/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in head/net-mgmt/icinga/files/patch-sample-config-template-object-localhost.cfg.in head/net-mgmt/icinga/files/patch-sample-config-template-object-templates.cfg.in Modified: head/net-mgmt/icinga/Makefile head/net-mgmt/icinga/distinfo head/net-mgmt/icinga/files/patch-Makefile.in head/net-mgmt/icinga/files/patch-include_config.h.in head/net-mgmt/icinga/files/patch-module-idoutils-Makefile.in head/net-mgmt/icinga/files/pkg-message.in head/net-mgmt/icinga/pkg-plist Modified: head/net-mgmt/icinga/Makefile ============================================================================== --- head/net-mgmt/icinga/Makefile Sat Jul 25 15:20:51 2015 (r392888) +++ head/net-mgmt/icinga/Makefile Sat Jul 25 15:39:09 2015 (r392889) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= icinga -PORTVERSION= 1.13.1 -PORTREVISION= 1 +PORTVERSION= 1.13.3 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/Icinga/${PORTNAME}-core/releases/download/v${PORTVERSION}/ @@ -15,8 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ libgd.so:${PORTSDIR}/graphics/gd -USES= cpe gmake -USE_AUTOTOOLS= autoconf +USES= cpe gmake perl5 USE_RC_SUBR= icinga GNU_CONFIGURE= yes @@ -50,7 +48,7 @@ CONFIGURE_ARGS= --with-command-user=${IC --libexecdir=${PREFIX}/libexec/icinga \ --with-plugin-dir=${LOCALBASE}/libexec/nagios \ --with-log-dir=${ICINGALOGDIR} \ - --with-httpd-conf=${EXAMPLESDIR}/apache22 \ + --with-httpd-conf=${EXAMPLESDIR}/apache2 \ --enable-event-broker \ --enable-nanosleep \ ac_cv_lib_iconv_main=no @@ -58,6 +56,8 @@ CONFIGURE_ARGS= --with-command-user=${IC CONFIGURE_ENV= PERL=${PERL} \ HOME=${WRKDIR} # prevent creation of .rnd file +MAKE_ARGS= INSTALL_OPTS= INSTALL_OPTS_WEB= + INSTALL_TARGET= install install-config install-eventhandlers install-webconf PLIST_SUB= ICINGADIR=${ICINGADIR} \ @@ -105,8 +105,14 @@ CONFIGURE_ARGS+= --disable-idoutils post-patch: @${REINPLACE_CMD} -e 's#/bin/ping#/sbin/ping#' \ ${WRKSRC}/sample-config/cgi.cfg.in +.for f in icinga.cfg.in \ + cgiauth.cfg.in \ + template-object/localhost.cfg.in \ + template-object/templates.cfg.in @${REINPLACE_CMD} -e 's#Linux#${OPSYS}#' \ - ${WRKSRC}/sample-config/icinga.cfg.in + -e 's#linux#${OPSYS:tl}#' \ + ${WRKSRC}/sample-config/${f} +.endfor @${REINPLACE_CMD} -e 's#775#755#g; s#664#644#g' \ ${WRKSRC}/html/Makefile.in # Use correct make(1) syntax to unbreak parallel builds Modified: head/net-mgmt/icinga/distinfo ============================================================================== --- head/net-mgmt/icinga/distinfo Sat Jul 25 15:20:51 2015 (r392888) +++ head/net-mgmt/icinga/distinfo Sat Jul 25 15:39:09 2015 (r392889) @@ -1,2 +1,2 @@ -SHA256 (icinga-1.13.1.tar.gz) = 5dd382bb3bf7edb1dc87818fc74ad8e96b581f27c39a198e0afa7dd2776dcf7b -SIZE (icinga-1.13.1.tar.gz) = 18736941 +SHA256 (icinga-1.13.3.tar.gz) = d6994bcc9e137f6639b781a78a55d29c51d74cdfce7f35c13c47e09f200acd84 +SIZE (icinga-1.13.3.tar.gz) = 18738204 Modified: head/net-mgmt/icinga/files/patch-Makefile.in ============================================================================== --- head/net-mgmt/icinga/files/patch-Makefile.in Sat Jul 25 15:20:51 2015 (r392888) +++ head/net-mgmt/icinga/files/patch-Makefile.in Sat Jul 25 15:39:09 2015 (r392889) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2015-03-30 10:38:53.000000000 +0200 -+++ Makefile.in 2015-03-30 23:20:40.445568000 +0200 +--- Makefile.in.orig 2015-07-15 13:04:09.000000000 +0200 ++++ Makefile.in 2015-07-25 16:26:11.654840000 +0200 @@ -139,16 +139,16 @@ none: ############################### @@ -134,7 +134,7 @@ cp ${SRC_DOCBOOK_IMAGES}/*.png ${SRC_DOCS_IMAGES}/ @echo "updated docs :)" -@@ -349,37 +349,33 @@ submodule-update-latest: +@@ -349,37 +349,32 @@ submodule-update-latest: install-html: @@ -175,28 +175,30 @@ install-basic: - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(STATEDIR) - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBEXECDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBEXECDIR) - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR) - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CHECKRESULTDIR) if [ $(INSTALLPERLSTUFF) = yes ]; then \ $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(P1FILELOC); \ $(INSTALL) -m 664 $(INSTALL_OPTS) p1.pl $(DESTDIR)$(P1FILELOC); \ -@@ -425,8 +421,8 @@ install-basic: +@@ -424,32 +419,31 @@ install-basic: + @echo "" install-cgiconf: - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg.sample ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg.sample install-config: install-cgiconf -@@ -434,22 +430,21 @@ install-config: install-cgiconf - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/objects - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/conf.d - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/modules +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/objects +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/conf.d +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/modules - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg - $(INSTALL) -b -m 660 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg @@ -213,43 +215,51 @@ - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/modules/pnp4nagios.cfg $(DESTDIR)$(CFGDIR)/modules/pnp4nagios.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/modules/flapjack.cfg $(DESTDIR)$(CFGDIR)/modules/flapjack.cfg - -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg.sample -+ $(INSTALL) -b -m 660 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/notifications.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/objects/timeperiods.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/localhost.cfg $(DESTDIR)$(CFGDIR)/objects/localhost.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/windows.cfg $(DESTDIR)$(CFGDIR)/objects/windows.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/printer.cfg $(DESTDIR)$(CFGDIR)/objects/printer.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/switch.cfg $(DESTDIR)$(CFGDIR)/objects/switch.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/modules/livestatus.cfg $(DESTDIR)$(CFGDIR)/modules/livestatus.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/modules/mod_gearman.cfg $(DESTDIR)$(CFGDIR)/modules/mod_gearman.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/modules/pnp4nagios.cfg $(DESTDIR)$(CFGDIR)/modules/pnp4nagios.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/modules/flapjack.cfg $(DESTDIR)$(CFGDIR)/modules/flapjack.cfg.sample ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/objects ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/conf.d ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/modules ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg.sample ++ $(INSTALL) -b -m 640 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/notifications.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/objects/timeperiods.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/localhost.cfg $(DESTDIR)$(CFGDIR)/objects/localhost.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/windows.cfg $(DESTDIR)$(CFGDIR)/objects/windows.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/printer.cfg $(DESTDIR)$(CFGDIR)/objects/printer.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/switch.cfg $(DESTDIR)$(CFGDIR)/objects/switch.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/modules/livestatus.cfg $(DESTDIR)$(CFGDIR)/modules/livestatus.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/modules/mod_gearman.cfg $(DESTDIR)$(CFGDIR)/modules/mod_gearman.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/modules/pnp4nagios.cfg $(DESTDIR)$(CFGDIR)/modules/pnp4nagios.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/modules/flapjack.cfg $(DESTDIR)$(CFGDIR)/modules/flapjack.cfg.sample @echo "" @echo "*** Config files installed ***" @echo "" -@@ -466,7 +461,7 @@ install-testconfig: +@@ -465,8 +459,8 @@ install-testconfig: + install-webconf: - $(MKDIR) -p -m 775 $(DESTDIR)$(HTTPD_CONF) +- $(MKDIR) -p -m 775 $(DESTDIR)$(HTTPD_CONF) - $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/httpd.conf $(DESTDIR)$(HTTPDCONFFILE) ++ $(MKDIR) -p -m 755 $(DESTDIR)$(HTTPD_CONF) + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/httpd.conf $(DESTDIR)$(HTTPDCONFFILE).sample @if [ x$(APACHE24_DEBIAN) = xyes ]; then \ echo " Debian Apache 2.4 detected. " ;\ echo " Run 'a2enconf icinga' and 'service apache2 reload'" ;\ -@@ -479,7 +474,7 @@ install-webconf: +@@ -478,8 +472,8 @@ install-webconf: + install-webconf-auth: - $(MKDIR) -p -m 775 $(DESTDIR)$(HTTPD_CONF) +- $(MKDIR) -p -m 775 $(DESTDIR)$(HTTPD_CONF) - $(INSTALL) -b -m 644 $(INSTALL_OPTS) icinga.htpasswd $(DESTDIR)$(HTTPAUTHFILE) -+ $(INSTALL) -b -m 644 $(INSTALL_OPTS) icinga.htpasswd $(DESTDIR)$(HTTPAUTHFILE).sample ++ $(MKDIR) -p -m 755 $(DESTDIR)$(HTTPD_CONF) ++ $(INSTALL) -b -m 640 $(INSTALL_OPTS) icinga.htpasswd $(DESTDIR)$(HTTPAUTHFILE).sample @echo "" @echo "*** Icinga http auth file installed ***" -@@ -488,7 +483,7 @@ install-webconf-auth: +@@ -488,7 +482,7 @@ install-webconf-auth: install-idoutils: @if [ x$(USE_IDOUTILS) = xyes ]; then \ @@ -258,3 +268,61 @@ fi @if [ x$(USE_IDOUTILS) = xyes ]; then \ echo "" ;\ +@@ -537,27 +531,27 @@ install-commandmode: + @echo "" + + install-eventhandlers: +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1 +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/submit_check_result $(DESTDIR)$(EVENTHANDLERDIR)/submit_check_result +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/disable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/disable_active_service_checks +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/enable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/enable_active_service_checks +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/disable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/disable_notifications +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/enable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/enable_notifications +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/obsessive_svc_handler +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/submit_check_result_via_nsca +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-host-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-host-event +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-proc-event ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR) ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1 ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) contrib/eventhandlers/submit_check_result $(DESTDIR)$(EVENTHANDLERDIR)/submit_check_result ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) contrib/eventhandlers/disable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/disable_active_service_checks ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) contrib/eventhandlers/enable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/enable_active_service_checks ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) contrib/eventhandlers/disable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/disable_notifications ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) contrib/eventhandlers/enable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/enable_notifications ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/obsessive_svc_handler ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/submit_check_result_via_nsca ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-host-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-host-event ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-proc-event + + @echo "" + @echo "*** Sample Eventhandlers installed ***" + @echo "" + + install-downtimes: +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(DOWNTIMESDIR) +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) tools/downtimes/sched_down.pl $(DESTDIR)$(DOWNTIMESDIR)/sched_down.pl +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) tools/downtimes/sched_conv.pl $(DESTDIR)$(DOWNTIMESDIR)/sched_conv.pl ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(DOWNTIMESDIR) ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) tools/downtimes/sched_down.pl $(DESTDIR)$(DOWNTIMESDIR)/sched_down.pl ++ $(INSTALL) -b -m 744 $(INSTALL_OPTS) tools/downtimes/sched_conv.pl $(DESTDIR)$(DOWNTIMESDIR)/sched_conv.pl + + @echo "" + @echo "*** Recurring downtimes scripts installed ***" +@@ -572,10 +566,10 @@ install-classicui-standalone-conf: insta + install-classicui-standalone: install-cgis install-html + + # make sure we keep all the needed dirs for data +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(STATEDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives +- $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(EXTCMDFILEDIR) ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(STATEDIR) ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR) ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives ++ $(INSTALL) -m 755 $(COMMAND_OPTS) -d $(DESTDIR)$(EXTCMDFILEDIR) + + @echo "" + @echo "*** Icinga Classic UI Standalone installed. ***" Modified: head/net-mgmt/icinga/files/patch-include_config.h.in ============================================================================== --- head/net-mgmt/icinga/files/patch-include_config.h.in Sat Jul 25 15:20:51 2015 (r392888) +++ head/net-mgmt/icinga/files/patch-include_config.h.in Sat Jul 25 15:39:09 2015 (r392889) @@ -1,9 +1,10 @@ ---- include/config.h.in.orig 2014-03-13 11:46:50.000000000 +0100 -+++ include/config.h.in 2014-03-13 21:48:34.174302852 +0100 -@@ -217,10 +217,12 @@ +--- include/config.h.in.orig 2015-07-15 13:04:09.000000000 +0200 ++++ include/config.h.in 2015-07-25 16:05:16.168060000 +0200 +@@ -217,10 +217,13 @@ #include #endif ++/* remove inclusion of sys/timeb.h to suppress a lot of warnings during build */ +#if 0 #undef HAVE_SYS_TIMEB_H #if HAVE_SYS_TIMEB_H Modified: head/net-mgmt/icinga/files/patch-module-idoutils-Makefile.in ============================================================================== --- head/net-mgmt/icinga/files/patch-module-idoutils-Makefile.in Sat Jul 25 15:20:51 2015 (r392888) +++ head/net-mgmt/icinga/files/patch-module-idoutils-Makefile.in Sat Jul 25 15:39:09 2015 (r392889) @@ -33,8 +33,8 @@ - $(INSTALL) -b -m 664 $(INSTALL_OPTS) config/idomod.cfg-sample $(DESTDIR)$(CFGDIR) - $(INSTALL) -b -m 664 $(INSTALL_OPTS) config/idoutils.cfg-sample $(DESTDIR)$(CFGDIR)/modules - $(INSTALL) -b -m 664 $(INSTALL_OPTS) config/ido2db_check_proc.cfg $(DESTDIR)$(CFGDIR)/objects/ido2db_check_proc.cfg -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) config/ido2db.cfg-sample $(DESTDIR)$(CFGDIR)/ido2db.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) config/idomod.cfg-sample $(DESTDIR)$(CFGDIR)/idomod.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) config/idoutils.cfg-sample $(DESTDIR)$(CFGDIR)/modules/idoutils.cfg.sample -+ $(INSTALL) -b -m 664 $(INSTALL_OPTS) config/ido2db_check_proc.cfg $(DESTDIR)$(CFGDIR)/objects/ido2db_check_proc.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) config/ido2db.cfg-sample $(DESTDIR)$(CFGDIR)/ido2db.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) config/idomod.cfg-sample $(DESTDIR)$(CFGDIR)/idomod.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) config/idoutils.cfg-sample $(DESTDIR)$(CFGDIR)/modules/idoutils.cfg.sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) config/ido2db_check_proc.cfg $(DESTDIR)$(CFGDIR)/objects/ido2db_check_proc.cfg.sample Modified: head/net-mgmt/icinga/files/pkg-message.in ============================================================================== --- head/net-mgmt/icinga/files/pkg-message.in Sat Jul 25 15:20:51 2015 (r392888) +++ head/net-mgmt/icinga/files/pkg-message.in Sat Jul 25 15:39:09 2015 (r392889) @@ -11,10 +11,12 @@ install and configure one to finish off your Icinga installation. A sample Apache 2.x configuration is installed as - %%PREFIX%%/%%EXAMPLESDIR%%/apache22/icinga.conf-sample + %%PREFIX%%/%%EXAMPLESDIR%%/apache2/icinga.conf-sample If you like to use database backend with IDOutils the SQL scripts to setup the database have been installed in %%PREFIX%%/%%EXAMPLESDIR%%/idoutils/db/. + You also need to install databases/libdbi-drivers to connect to a + database. ************************************************************************* Modified: head/net-mgmt/icinga/pkg-plist ============================================================================== --- head/net-mgmt/icinga/pkg-plist Sat Jul 25 15:20:51 2015 (r392888) +++ head/net-mgmt/icinga/pkg-plist Sat Jul 25 15:39:09 2015 (r392889) @@ -33,7 +33,7 @@ libexec/icinga/eventhandlers/enable_noti libexec/icinga/eventhandlers/redundancy-scenario1/handle-master-host-event libexec/icinga/eventhandlers/redundancy-scenario1/handle-master-proc-event libexec/icinga/eventhandlers/submit_check_result -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache22/icinga.conf.sample +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache2/icinga.conf.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/ido2db.cfg-sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/ido2db.cfg-sample.in %%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/ido2db_check_proc.cfg @@ -156,6 +156,7 @@ libexec/icinga/eventhandlers/submit_chec %%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/prepsql.in %%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/upgradedb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/upgradedb.in +@mode 755 %%ICINGAWWWDIR%%/cgi-bin/avail.cgi %%ICINGAWWWDIR%%/cgi-bin/cmd.cgi %%ICINGAWWWDIR%%/cgi-bin/config.cgi @@ -170,6 +171,7 @@ libexec/icinga/eventhandlers/submit_chec %%ICINGAWWWDIR%%/cgi-bin/summary.cgi %%ICINGAWWWDIR%%/cgi-bin/tac.cgi %%ICINGAWWWDIR%%/cgi-bin/trends.cgi +@mode %%ICINGAWWWDIR%%/docs/de/about.html %%ICINGAWWWDIR%%/docs/de/activechecks.html %%ICINGAWWWDIR%%/docs/de/adaptive.html From owner-svn-ports-all@freebsd.org Sat Jul 25 16:01:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 426099AA209; Sat, 25 Jul 2015 16:01:16 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 260A31F51; Sat, 25 Jul 2015 16:01:16 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PG1G7H008108; Sat, 25 Jul 2015 16:01:16 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PG1FEM008104; Sat, 25 Jul 2015 16:01:15 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507251601.t6PG1FEM008104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 25 Jul 2015 16:01:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392890 - in head/print/freetype2: . 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.20 Precedence: 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, 25 Jul 2015 16:01:16 -0000 Author: kwm Date: Sat Jul 25 16:01:14 2015 New Revision: 392890 URL: https://svnweb.freebsd.org/changeset/ports/392890 Log: Revert a upstream commit that causes text getting cut off, while upstream investigates the issue. Submitted by: Daniel Kolesa Tested by: Daniel Kolesa Added: head/print/freetype2/files/patch-5cd2155 (contents, props changed) Modified: head/print/freetype2/Makefile head/print/freetype2/pkg-descr Modified: head/print/freetype2/Makefile ============================================================================== --- head/print/freetype2/Makefile Sat Jul 25 15:39:09 2015 (r392889) +++ head/print/freetype2/Makefile Sat Jul 25 16:01:14 2015 (r392890) @@ -3,6 +3,7 @@ PORTNAME= freetype2 PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://savannah.nongnu.org/download/freetype/ \ SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \ Added: head/print/freetype2/files/patch-5cd2155 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/freetype2/files/patch-5cd2155 Sat Jul 25 16:01:14 2015 (r392890) @@ -0,0 +1,163 @@ +Revert commit below to fix cut off text + +https://savannah.nongnu.org/bugs/?45520 + +From 5cd21551131ef3a9690ecbefcc9782286ee5199e Mon Sep 17 00:00:00 2001 +From: Werner Lemberg +Date: Fri, 10 Apr 2015 05:01:01 +0000 +Subject: [cff] Update advance width handling to OpenType 1.7. + +Problem reported by Behdad. + +* src/cff/cffdrivr.c (cff_get_advances): Handle SFNT case +separately. + +* src/cff/cffgload.c (cff_slot_load): Use advance width and side +bearing values from `hmtx' table if present. +--- + +--- src/cff/cffdrivr.c.orig 2015-04-28 09:15:13.000000000 +0200 ++++ src/cff/cffdrivr.c 2015-07-25 17:42:23.025572000 +0200 +@@ -195,68 +195,6 @@ + FT_GlyphSlot slot = face->glyph; + + +- if ( FT_IS_SFNT( face ) ) +- { +- /* OpenType 1.7 mandates that the data from `hmtx' table be used; */ +- /* it is no longer necessary that those values are identical to */ +- /* the values in the `CFF' table */ +- +- TT_Face ttface = (TT_Face)face; +- FT_Short dummy; +- +- +- if ( flags & FT_LOAD_VERTICAL_LAYOUT ) +- { +- /* check whether we have data from the `vmtx' table at all; */ +- /* otherwise we extract the info from the CFF glyphstrings */ +- /* (instead of synthesizing a global value using the `OS/2' */ +- /* table) */ +- if ( !ttface->vertical_info ) +- goto Missing_Table; +- +- for ( nn = 0; nn < count; nn++ ) +- { +- FT_UShort ah; +- +- +- ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, +- 1, +- start + nn, +- &dummy, +- &ah ); +- +- FT_TRACE5(( " idx %d: advance height %d font units\n", +- start + nn, ah )); +- advances[nn] = ah; +- } +- } +- else +- { +- /* check whether we have data from the `hmtx' table at all */ +- if ( !ttface->horizontal.number_Of_HMetrics ) +- goto Missing_Table; +- +- for ( nn = 0; nn < count; nn++ ) +- { +- FT_UShort aw; +- +- +- ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, +- 0, +- start + nn, +- &dummy, +- &aw ); +- +- FT_TRACE5(( " idx %d: advance width %d font units\n", +- start + nn, aw )); +- advances[nn] = aw; +- } +- } +- +- return error; +- } +- +- Missing_Table: + flags |= (FT_UInt32)FT_LOAD_ADVANCE_ONLY; + + for ( nn = 0; nn < count; nn++ ) +--- src/cff/cffgload.c.orig 2015-04-16 07:02:23.000000000 +0200 ++++ src/cff/cffgload.c 2015-07-25 17:42:23.027008000 +0200 +@@ -2725,7 +2725,7 @@ + face->vertical_info && + face->vertical.number_Of_VMetrics > 0 ); + +- /* get the vertical metrics from the vmtx table if we have one */ ++ /* get the vertical metrics from the vtmx table if we have one */ + if ( has_vertical_info ) + { + (void)( (SFNT_Service)face->sfnt )->get_metrics( face, 1, +@@ -2953,43 +2953,25 @@ + FT_Bool has_vertical_info; + + +- if ( face->horizontal.number_Of_HMetrics ) +- { +- FT_Short horiBearingX = 0; +- FT_UShort horiAdvance = 0; +- +- +- ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, +- glyph_index, +- &horiBearingX, +- &horiAdvance ); +- metrics->horiAdvance = horiAdvance; +- metrics->horiBearingX = horiBearingX; +- glyph->root.linearHoriAdvance = horiAdvance; +- } +- else +- { +- /* copy the _unscaled_ advance width */ +- metrics->horiAdvance = decoder.glyph_width; +- glyph->root.linearHoriAdvance = decoder.glyph_width; +- } +- ++ /* copy the _unscaled_ advance width */ ++ metrics->horiAdvance = decoder.glyph_width; ++ glyph->root.linearHoriAdvance = decoder.glyph_width; + glyph->root.internal->glyph_transformed = 0; + + has_vertical_info = FT_BOOL( face->vertical_info && + face->vertical.number_Of_VMetrics > 0 ); + +- /* get the vertical metrics from the vmtx table if we have one */ ++ /* get the vertical metrics from the vtmx table if we have one */ + if ( has_vertical_info ) + { + FT_Short vertBearingY = 0; + FT_UShort vertAdvance = 0; + + +- ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, +- glyph_index, +- &vertBearingY, +- &vertAdvance ); ++ (void)( (SFNT_Service)face->sfnt )->get_metrics( face, 1, ++ glyph_index, ++ &vertBearingY, ++ &vertAdvance ); + metrics->vertBearingY = vertBearingY; + metrics->vertAdvance = vertAdvance; + } +@@ -3064,9 +3046,7 @@ + metrics->width = cbox.xMax - cbox.xMin; + metrics->height = cbox.yMax - cbox.yMin; + +- if ( !face->horizontal.number_Of_HMetrics ) +- metrics->horiBearingX = cbox.xMin; +- ++ metrics->horiBearingX = cbox.xMin; + metrics->horiBearingY = cbox.yMax; + + if ( has_vertical_info ) Modified: head/print/freetype2/pkg-descr ============================================================================== --- head/print/freetype2/pkg-descr Sat Jul 25 15:39:09 2015 (r392889) +++ head/print/freetype2/pkg-descr Sat Jul 25 16:01:14 2015 (r392890) @@ -7,4 +7,4 @@ ttf2bdf: Produce bitmapped fonts from Tr applications. ttfbanner: make posters using a TrueType font -WWW: http://freetype.sourceforge.net/ +WWW: http://www.freetype.org/ From owner-svn-ports-all@freebsd.org Sat Jul 25 16:13:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B51C19AA556; Sat, 25 Jul 2015 16:13:55 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A59F2A98; Sat, 25 Jul 2015 16:13:55 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PGDt4V016598; Sat, 25 Jul 2015 16:13:55 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PGDtPJ016597; Sat, 25 Jul 2015 16:13:55 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507251613.t6PGDtPJ016597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 25 Jul 2015 16:13:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392891 - 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.20 Precedence: 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, 25 Jul 2015 16:13:55 -0000 Author: hrs Date: Sat Jul 25 16:13:54 2015 New Revision: 392891 URL: https://svnweb.freebsd.org/changeset/ports/392891 Log: - Fix a bug which prevented both a package version number and arguments at the same time in USE_TEX from working. - Enforce to use a package version number for dependency on base and texmf. Modified: head/Mk/bsd.tex.mk Modified: head/Mk/bsd.tex.mk ============================================================================== --- head/Mk/bsd.tex.mk Sat Jul 25 16:01:14 2015 (r392890) +++ head/Mk/bsd.tex.mk Sat Jul 25 16:13:54 2015 (r392891) @@ -157,7 +157,16 @@ USE_TEX:= ${USE_TEX:tu:NFULL} ${_USE_TEX .for _UU in ${USE_TEX:tu} _U:= ${_UU} # ugly but necessary in for loop _VOP:= -. if !empty(_U:tu:MKPATHSEA) || !empty(_U:tu:MPTEXENC) || !empty(_U:tu:MTEXLUA) || !empty(_U:tu:MTEXLUAJIT) +. if !empty(_U:tu:C/[<>=][^\:]*//:C/\:.*$//:MTEXMF) && empty(_U:M*[<>=]*) +_U:= ${_U}>=20150523 +. endif +. if !empty(_U:tu:C/[<>=][^\:]*//:C/\:.*$//:MBASE) && empty(_U:M*[<>=]*) +_U:= ${_U}>=20150521 +. endif +. if !empty(_U:tu:C/[<>=][^\:]*//:C/\:.*$//:MKPATHSEA) || \ + !empty(_U:tu:C/[<>=][^\:]*//:C/\:.*$//:MPTEXENC) || \ + !empty(_U:tu:C/[<>=][^\:]*//:C/\:.*$//:MTEXLUA) || \ + !empty(_U:tu:C/[<>=][^\:]*//:C/\:.*$//:MTEXLUAJIT) _U:= ${_U}:lib . endif . if !empty(_U:M*[<>=]*) @@ -166,8 +175,9 @@ _VOP:= ${_U:C/^[^<>=]*//:C/\:.*$//} . if empty(_U:M*\:*) _C:= BUILD RUN . else -_C:= ${_U:C/.*://:S/,/ /g} +_C:= ${_U:C/.*://:S/,/ /g:C/[<>=][^\:]*//g} . endif +#. warning DEBUG: ${_U}: _VOP=${_VOP}, _C=${_C} . for _CC in ${_C:tu} _V:=${_UU:C/[<>=][^\:]*//:C/\:.*$//} . if defined(_USE_TEX_${_V}_PORT) From owner-svn-ports-all@freebsd.org Sat Jul 25 16:30:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67E559AA913; Sat, 25 Jul 2015 16:30:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DAF6163C; Sat, 25 Jul 2015 16:30:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PGU0Lk022231; Sat, 25 Jul 2015 16:30:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PGTxX6022197; Sat, 25 Jul 2015 16:29:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507251629.t6PGTxX6022197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 16:29:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392892 - head/devel/p5-Attribute-Handlers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 16:30:00 -0000 Author: sunpoet Date: Sat Jul 25 16:29:58 2015 New Revision: 392892 URL: https://svnweb.freebsd.org/changeset/ports/392892 Log: - Update to 0.99 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Attribute-Handlers/Changes Modified: head/devel/p5-Attribute-Handlers/Makefile head/devel/p5-Attribute-Handlers/distinfo head/devel/p5-Attribute-Handlers/pkg-plist Modified: head/devel/p5-Attribute-Handlers/Makefile ============================================================================== --- head/devel/p5-Attribute-Handlers/Makefile Sat Jul 25 16:13:54 2015 (r392891) +++ head/devel/p5-Attribute-Handlers/Makefile Sat Jul 25 16:29:58 2015 (r392892) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Attribute-Handlers -PORTVERSION= 0.96 -PORTREVISION= 1 +PORTVERSION= 0.99 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Simpler definition of attribute LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Attribute-Handlers/distinfo ============================================================================== --- head/devel/p5-Attribute-Handlers/distinfo Sat Jul 25 16:13:54 2015 (r392891) +++ head/devel/p5-Attribute-Handlers/distinfo Sat Jul 25 16:29:58 2015 (r392892) @@ -1,2 +1,2 @@ -SHA256 (Attribute-Handlers-0.96.tar.gz) = 1ab66efbb4b78f1db962870f2ffcf4e81902a612618dd06b6f1c3d72ee021a72 -SIZE (Attribute-Handlers-0.96.tar.gz) = 23564 +SHA256 (Attribute-Handlers-0.99.tar.gz) = 937ea3ebfc9b14f4a4148bf3c32803709edbd12a387137a26370b38ee1fc9835 +SIZE (Attribute-Handlers-0.99.tar.gz) = 24045 Modified: head/devel/p5-Attribute-Handlers/pkg-plist ============================================================================== --- head/devel/p5-Attribute-Handlers/pkg-plist Sat Jul 25 16:13:54 2015 (r392891) +++ head/devel/p5-Attribute-Handlers/pkg-plist Sat Jul 25 16:29:58 2015 (r392892) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Attribute::Handlers.3.gz %%SITE_PERL%%/Attribute/Handlers.pm +%%PERL5_MAN3%%/Attribute::Handlers.3.gz From owner-svn-ports-all@freebsd.org Sat Jul 25 16:30:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 787FC9AA935; Sat, 25 Jul 2015 16:30:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FB2C165E; Sat, 25 Jul 2015 16:30:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PGU5dc022359; Sat, 25 Jul 2015 16:30:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PGU4Ox022357; Sat, 25 Jul 2015 16:30:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507251630.t6PGU4Ox022357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 16:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392893 - head/net/p5-XML-Compile-SOAP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 16:30:05 -0000 Author: sunpoet Date: Sat Jul 25 16:30:03 2015 New Revision: 392893 URL: https://svnweb.freebsd.org/changeset/ports/392893 Log: - Update to 3.09 - Add NO_ARCH Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog Modified: head/net/p5-XML-Compile-SOAP/Makefile head/net/p5-XML-Compile-SOAP/distinfo Modified: head/net/p5-XML-Compile-SOAP/Makefile ============================================================================== --- head/net/p5-XML-Compile-SOAP/Makefile Sat Jul 25 16:29:58 2015 (r392892) +++ head/net/p5-XML-Compile-SOAP/Makefile Sat Jul 25 16:30:03 2015 (r392893) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile-SOAP -PORTVERSION= 3.08 +PORTVERSION= 3.09 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +15,13 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \ p5-Log-Report>=1.05:${PORTSDIR}/devel/p5-Log-Report \ - p5-XML-Compile>=1.48:${PORTSDIR}/textproc/p5-XML-Compile \ + p5-XML-Compile>=1.50:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=1.03:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ p5-libwww>=6.08:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-XML-Compile-Tester>=0.90:${PORTSDIR}/devel/p5-XML-Compile-Tester +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/net/p5-XML-Compile-SOAP/distinfo ============================================================================== --- head/net/p5-XML-Compile-SOAP/distinfo Sat Jul 25 16:29:58 2015 (r392892) +++ head/net/p5-XML-Compile-SOAP/distinfo Sat Jul 25 16:30:03 2015 (r392893) @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-SOAP-3.08.tar.gz) = 47f0c42bbb888228b57195fdda6ed1aff2a015e0f4de9030d9998139f386d983 -SIZE (XML-Compile-SOAP-3.08.tar.gz) = 100501 +SHA256 (XML-Compile-SOAP-3.09.tar.gz) = cb27009b41069f6dc0fe799108c7adc4dc5673f4903238ed9c9d1338a1a23dee +SIZE (XML-Compile-SOAP-3.09.tar.gz) = 100306 From owner-svn-ports-all@freebsd.org Sat Jul 25 16:30:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD6099AAA3A; Sat, 25 Jul 2015 16:30:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD905189B; Sat, 25 Jul 2015 16:30:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PGU9XS022467; Sat, 25 Jul 2015 16:30:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PGU9D1022466; Sat, 25 Jul 2015 16:30:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507251630.t6PGU9D1022466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 16:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392894 - head/devel/rubygem-bugspots X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 16:30:09 -0000 Author: sunpoet Date: Sat Jul 25 16:30:08 2015 New Revision: 392894 URL: https://svnweb.freebsd.org/changeset/ports/392894 Log: - Add NO_ARCH Modified: head/devel/rubygem-bugspots/Makefile Modified: head/devel/rubygem-bugspots/Makefile ============================================================================== --- head/devel/rubygem-bugspots/Makefile Sat Jul 25 16:30:03 2015 (r392893) +++ head/devel/rubygem-bugspots/Makefile Sat Jul 25 16:30:08 2015 (r392894) @@ -14,6 +14,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rainbow>=0:${PORTSDIR}/devel/rubygem-rainbow \ rubygem-rugged>=0.21.0:${PORTSDIR}/devel/rubygem-rugged +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sat Jul 25 16:30:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8820D9AAA62; Sat, 25 Jul 2015 16:30:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A0F11A77; Sat, 25 Jul 2015 16:30:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PGUFZt022574; Sat, 25 Jul 2015 16:30:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PGUEVs022573; Sat, 25 Jul 2015 16:30:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507251630.t6PGUEVs022573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 16:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392895 - head/devel/rubygem-gemnasium-gitlab-service X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 16:30:15 -0000 Author: sunpoet Date: Sat Jul 25 16:30:14 2015 New Revision: 392895 URL: https://svnweb.freebsd.org/changeset/ports/392895 Log: - Add NO_ARCH Modified: head/devel/rubygem-gemnasium-gitlab-service/Makefile Modified: head/devel/rubygem-gemnasium-gitlab-service/Makefile ============================================================================== --- head/devel/rubygem-gemnasium-gitlab-service/Makefile Sat Jul 25 16:30:08 2015 (r392894) +++ head/devel/rubygem-gemnasium-gitlab-service/Makefile Sat Jul 25 16:30:14 2015 (r392895) @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rugged>=0.21:${PORTSDIR}/devel/rubygem-rugged +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sat Jul 25 16:30:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AAB09AAA86; Sat, 25 Jul 2015 16:30:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AD881B39; Sat, 25 Jul 2015 16:30:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PGUKFu023184; Sat, 25 Jul 2015 16:30:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PGUJTw023178; Sat, 25 Jul 2015 16:30:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507251630.t6PGUJTw023178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 16:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392896 - head/devel/rubygem-gitlab_git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 16:30:20 -0000 Author: sunpoet Date: Sat Jul 25 16:30:18 2015 New Revision: 392896 URL: https://svnweb.freebsd.org/changeset/ports/392896 Log: - Update to 7.2.5 Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG Modified: head/devel/rubygem-gitlab_git/Makefile head/devel/rubygem-gitlab_git/distinfo Modified: head/devel/rubygem-gitlab_git/Makefile ============================================================================== --- head/devel/rubygem-gitlab_git/Makefile Sat Jul 25 16:30:14 2015 (r392895) +++ head/devel/rubygem-gitlab_git/Makefile Sat Jul 25 16:30:18 2015 (r392896) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab_git -PORTVERSION= 7.1.13 +PORTVERSION= 7.2.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gitlab_git/distinfo ============================================================================== --- head/devel/rubygem-gitlab_git/distinfo Sat Jul 25 16:30:14 2015 (r392895) +++ head/devel/rubygem-gitlab_git/distinfo Sat Jul 25 16:30:18 2015 (r392896) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab_git-7.1.13.gem) = 81ac8b6781ef33163b7f784b449a70bc29da9325234754665591b626e9298f27 -SIZE (rubygem/gitlab_git-7.1.13.gem) = 21504 +SHA256 (rubygem/gitlab_git-7.2.5.gem) = 0e1f1d338ca2d50d66a44c8ae36be22ee2f59e011291e0453af4092e73053e4c +SIZE (rubygem/gitlab_git-7.2.5.gem) = 22016 From owner-svn-ports-all@freebsd.org Sat Jul 25 16:30:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FBEA9AAAB6; Sat, 25 Jul 2015 16:30:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3FB71C34; Sat, 25 Jul 2015 16:30:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PGUO2V023292; Sat, 25 Jul 2015 16:30:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PGUO8Y023291; Sat, 25 Jul 2015 16:30:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507251630.t6PGUO8Y023291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 16:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392897 - head/textproc/rubygem-github-linguist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 16:30:25 -0000 Author: sunpoet Date: Sat Jul 25 16:30:23 2015 New Revision: 392897 URL: https://svnweb.freebsd.org/changeset/ports/392897 Log: - Add NO_ARCH Modified: head/textproc/rubygem-github-linguist/Makefile Modified: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Sat Jul 25 16:30:18 2015 (r392896) +++ head/textproc/rubygem-github-linguist/Makefile Sat Jul 25 16:30:23 2015 (r392897) @@ -15,6 +15,7 @@ RUN_DEPENDS= rubygem-charlock_holmes>=0. rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \ rubygem-rugged>=0.22.0b4:${PORTSDIR}/devel/rubygem-rugged +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-all@freebsd.org Sat Jul 25 17:04:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6B949AB07B; Sat, 25 Jul 2015 17:04:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A56CC60; Sat, 25 Jul 2015 17:04:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PH4PUE038850; Sat, 25 Jul 2015 17:04:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PH4Oaw038846; Sat, 25 Jul 2015 17:04:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507251704.t6PH4Oaw038846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Jul 2015 17:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392898 - in head/security: . py-artifacts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 17:04:25 -0000 Author: antoine Date: Sat Jul 25 17:04:23 2015 New Revision: 392898 URL: https://svnweb.freebsd.org/changeset/ports/392898 Log: New port: security/py-artifacts A free, community-sourced, machine-readable knowledge base of forensic artifacts that the world can use both as an information source and within other tools. WWW: https://github.com/ForensicArtifacts/artifacts Added: head/security/py-artifacts/ head/security/py-artifacts/Makefile (contents, props changed) head/security/py-artifacts/distinfo (contents, props changed) head/security/py-artifacts/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jul 25 16:30:23 2015 (r392897) +++ head/security/Makefile Sat Jul 25 17:04:23 2015 (r392898) @@ -780,6 +780,7 @@ SUBDIR += py-Products.PluggableAuthService SUBDIR += py-RestrictedPython SUBDIR += py-SecretStorage + SUBDIR += py-artifacts SUBDIR += py-bcrypt SUBDIR += py-borg.localrole SUBDIR += py-cerealizer Added: head/security/py-artifacts/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-artifacts/Makefile Sat Jul 25 17:04:23 2015 (r392898) @@ -0,0 +1,22 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= artifacts +PORTVERSION= 20150409 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP \ + LOCAL/antoine +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= ForensicArtifacts.com Artifact Repository + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/security/py-artifacts/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-artifacts/distinfo Sat Jul 25 17:04:23 2015 (r392898) @@ -0,0 +1,2 @@ +SHA256 (artifacts-20150409.tar.gz) = 59f99a01e65d9fd96f97d7d7ba4eb53b9f3d56945dd8f3af6e02aeb964adaef8 +SIZE (artifacts-20150409.tar.gz) = 24936 Added: head/security/py-artifacts/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-artifacts/pkg-descr Sat Jul 25 17:04:23 2015 (r392898) @@ -0,0 +1,4 @@ +A free, community-sourced, machine-readable knowledge base of forensic artifacts +that the world can use both as an information source and within other tools. + +WWW: https://github.com/ForensicArtifacts/artifacts From owner-svn-ports-all@freebsd.org Sat Jul 25 17:05:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DF759AB0A1; Sat, 25 Jul 2015 17:05:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14017D39; Sat, 25 Jul 2015 17:05:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PH5a86039012; Sat, 25 Jul 2015 17:05:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PH5a1Q039010; Sat, 25 Jul 2015 17:05:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507251705.t6PH5a1Q039010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Jul 2015 17:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392899 - 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.20 Precedence: 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, 25 Jul 2015 17:05:37 -0000 Author: antoine Date: Sat Jul 25 17:05:35 2015 New Revision: 392899 URL: https://svnweb.freebsd.org/changeset/ports/392899 Log: Update to 20150708 Modified: head/security/py-dfvfs/Makefile head/security/py-dfvfs/distinfo Modified: head/security/py-dfvfs/Makefile ============================================================================== --- head/security/py-dfvfs/Makefile Sat Jul 25 17:04:23 2015 (r392898) +++ head/security/py-dfvfs/Makefile Sat Jul 25 17:05:35 2015 (r392899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfvfs -PORTVERSION= 20150129 +PORTVERSION= 20150708 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -25,19 +25,12 @@ RUN_DEPENDS= libbde>=a:${PORTSDIR}/devel libvshadow>=0:${PORTSDIR}/devel/libvshadow \ ${PYTHON_PKGNAMEPREFIX}construct>=0:${PORTSDIR}/devel/py-construct \ ${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \ - ${PYTHON_PKGNAMEPREFIX}pytsk>=0:${PORTSDIR}/sysutils/py-pytsk + ${PYTHON_PKGNAMEPREFIX}pytsk>=0:${PORTSDIR}/sysutils/py-pytsk \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 USES= python:2 USE_PYTHON= distutils autoplist -PORTDOCS= ACKNOWLEDGEMENTS AUTHORS - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - # Note: for regression tests set LANG to en_US.UTF-8 .include Modified: head/security/py-dfvfs/distinfo ============================================================================== --- head/security/py-dfvfs/distinfo Sat Jul 25 17:04:23 2015 (r392898) +++ head/security/py-dfvfs/distinfo Sat Jul 25 17:05:35 2015 (r392899) @@ -1,2 +1,2 @@ -SHA256 (dfvfs-20150129.tar.gz) = 276e0092a1226b65f18ac35e1c15cfc44341321855d27660c10fc825556e3b16 -SIZE (dfvfs-20150129.tar.gz) = 62429109 +SHA256 (dfvfs-20150708.tar.gz) = a0c8e6fe3789bcf60a277b8b7e7a4c3d2ba149bc0569b009b30952964ce70c3e +SIZE (dfvfs-20150708.tar.gz) = 62448603 From owner-svn-ports-all@freebsd.org Sat Jul 25 17:09:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB7569AB0E1; Sat, 25 Jul 2015 17:09:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C69A3E30; Sat, 25 Jul 2015 17:09:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PH93aL039286; Sat, 25 Jul 2015 17:09:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PH92qu039282; Sat, 25 Jul 2015 17:09:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507251709.t6PH92qu039282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Jul 2015 17:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392900 - in head/security/py-plaso: . 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.20 Precedence: 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, 25 Jul 2015 17:09:04 -0000 Author: antoine Date: Sat Jul 25 17:09:01 2015 New Revision: 392900 URL: https://svnweb.freebsd.org/changeset/ports/392900 Log: Update to 1.3.0 Announce: http://blog.kiddaland.net/2015/07/bringing-end-to-sorrow-new-plaso-release.html Modified: head/security/py-plaso/Makefile head/security/py-plaso/distinfo head/security/py-plaso/files/patch-plaso_output_elastic.py head/security/py-plaso/files/patch-setup.py Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Sat Jul 25 17:05:35 2015 (r392899) +++ head/security/py-plaso/Makefile Sat Jul 25 17:09:01 2015 (r392900) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= plaso -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= security python -MASTER_SITES= https://googledrive.com/host/0B30H7z4S52FleW5vUHBnblJfcjg/${PORTVERSION}/final/ \ +MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,6 +24,7 @@ RUN_DEPENDS= hachoir-core>=0:${PORTSDIR} libmsiecf>=a:${PORTSDIR}/devel/libmsiecf \ libolecf>=a:${PORTSDIR}/devel/libolecf \ libregf>=a:${PORTSDIR}/devel/libregf \ + ${PYTHON_PKGNAMEPREFIX}artifacts>=0:${PORTSDIR}/security/py-artifacts \ ${PYTHON_PKGNAMEPREFIX}bencode>=0:${PORTSDIR}/converters/py-bencode \ ${PYTHON_PKGNAMEPREFIX}binplist>=0:${PORTSDIR}/devel/py-binplist \ ${PYTHON_PKGNAMEPREFIX}construct>=0:${PORTSDIR}/devel/py-construct \ @@ -33,6 +33,7 @@ RUN_DEPENDS= hachoir-core>=0:${PORTSDIR} ${PYTHON_PKGNAMEPREFIX}dpkt>=0:${PORTSDIR}/net/py-dpkt \ ${PYTHON_PKGNAMEPREFIX}ipython>=0:${PORTSDIR}/devel/ipython \ ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing \ + ${PYTHON_PKGNAMEPREFIX}pefile>=0:${PORTSDIR}/devel/py-pefile \ ${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \ ${PYTHON_PKGNAMEPREFIX}psutil121>=0:${PORTSDIR}/sysutils/py-psutil121 \ ${PYTHON_PKGNAMEPREFIX}pyelasticsearch>=0:${PORTSDIR}/textproc/py-pyelasticsearch \ @@ -45,17 +46,6 @@ RUN_DEPENDS= hachoir-core>=0:${PORTSDIR} USES= python:2 USE_PYTHON= distutils autoplist -PORTDOCS= ACKNOWLEDGEMENTS AUTHORS README -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/extra/* ${STAGEDIR}${EXAMPLESDIR} - # Note: for regression tests set LANG to en_US.UTF-8 .include Modified: head/security/py-plaso/distinfo ============================================================================== --- head/security/py-plaso/distinfo Sat Jul 25 17:05:35 2015 (r392899) +++ head/security/py-plaso/distinfo Sat Jul 25 17:09:01 2015 (r392900) @@ -1,2 +1,2 @@ -SHA256 (plaso-1.2.0.tar.gz) = f6b073fbf967fbdc32cecae0f78ad26d4fa666e6f238304e796d8f3b5550b327 -SIZE (plaso-1.2.0.tar.gz) = 40215055 +SHA256 (plaso-1.3.0.tar.gz) = 2f73876ee716464a0593ffc92651ac6445413f15ae096f8e68193597a98db9fa +SIZE (plaso-1.3.0.tar.gz) = 110383339 Modified: head/security/py-plaso/files/patch-plaso_output_elastic.py ============================================================================== --- head/security/py-plaso/files/patch-plaso_output_elastic.py Sat Jul 25 17:05:35 2015 (r392899) +++ head/security/py-plaso/files/patch-plaso_output_elastic.py Sat Jul 25 17:09:01 2015 (r392900) @@ -1,11 +1,11 @@ ---- plaso/output/elastic.py.orig 2014-12-20 17:43:35 UTC +--- plaso/output/elastic.py.orig 2015-06-09 20:25:30 UTC +++ plaso/output/elastic.py -@@ -81,6 +81,8 @@ class Elastic(output.LogOutputFormatter) - elastic_port = getattr(config, 'elastic_port', 9200) +@@ -135,6 +135,8 @@ class ElasticSearchOutputModule(interfac + """ self._elastic_db = pyelasticsearch.ElasticSearch( u'http://{0:s}:{1:d}'.format(elastic_host, elastic_port)) + logging.getLogger('elasticsearch.trace').setLevel(logging.WARNING) + logging.getLogger('elasticsearch').setLevel(logging.WARNING) - case_name = getattr(config, 'case_name', u'') - document_type = getattr(config, 'document_type', u'') + def WriteEventBody(self, event_object): + """Writes the body of an event object to the output. Modified: head/security/py-plaso/files/patch-setup.py ============================================================================== --- head/security/py-plaso/files/patch-setup.py Sat Jul 25 17:05:35 2015 (r392899) +++ head/security/py-plaso/files/patch-setup.py Sat Jul 25 17:09:01 2015 (r392900) @@ -1,9 +1,10 @@ ---- setup.py.orig 2014-12-20 17:43:35 UTC +--- setup.py.orig 2015-06-15 05:38:55 UTC +++ setup.py -@@ -119,5 +119,5 @@ setup( - 'Programming Language :: Python', +@@ -104,7 +104,6 @@ setup( + }, + data_files=[ + ('share/plaso', glob.glob(os.path.join('data', '*'))), +- ('share/doc/plaso', glob.glob(os.path.join('docs', '*'))), ], - package_dir={'plaso': 'plaso'}, -- packages=find_packages('.'), -+ packages=find_packages('.', exclude=['test_data', 'tools']), - ) + # TODO: this is disabled for now since setup.py will actually try + # to install the depencies directly from pypi. From owner-svn-ports-all@freebsd.org Sat Jul 25 17:11:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E1789AB1CF; Sat, 25 Jul 2015 17:11:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6516610CB; Sat, 25 Jul 2015 17:11:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PHBc4q042588; Sat, 25 Jul 2015 17:11:38 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PHBbvt042586; Sat, 25 Jul 2015 17:11:37 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507251711.t6PHBbvt042586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 25 Jul 2015 17:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392901 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 17:11:38 -0000 Author: pi Date: Sat Jul 25 17:11:37 2015 New Revision: 392901 URL: https://svnweb.freebsd.org/changeset/ports/392901 Log: databases/cego: 2.23.11 -> 2.23.12 - In CegoQueryHelper::evalPredicate fixed termination for INSUB- and NOTINB queries. There was no reset at the end of the evaluation, which might lead to open table cursors. In case of procedure queries, this might lead to locking problems. Since the query is reset after evaluation, query caching is no more useful. This must be treated in an advanced way. - Further patches in CegoTableManager::deleteDataTable, CegoFactor::evalReferences and CegoSelect::nextTuple for advanced query cache handling. All patches have impact on queries of the form DELETE FROM t1 WHERE a IN ( SELECT ....) Submitted by: Björn Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Jul 25 17:09:01 2015 (r392900) +++ head/databases/cego/Makefile Sat Jul 25 17:11:37 2015 (r392901) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.23.11 +PORTVERSION= 2.23.12 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -20,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -USES= ncurses readline libtool shebangfix +USES= libtool ncurses readline shebangfix SHEBANG_FILES= tools/cgbackup tools/cgrecover USERS= cego Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Jul 25 17:09:01 2015 (r392900) +++ head/databases/cego/distinfo Sat Jul 25 17:11:37 2015 (r392901) @@ -1,2 +1,2 @@ -SHA256 (cego-2.23.11.tar.gz) = ed29fb27396cbbb0e8d9f68d354088397d3275ddd8b528b3ebe1ccc23db46fe2 -SIZE (cego-2.23.11.tar.gz) = 1097625 +SHA256 (cego-2.23.12.tar.gz) = 16e067c4023125a15b2dbddfb0c630b89f04da309285eaaf2750b0e1b2d0fd2b +SIZE (cego-2.23.12.tar.gz) = 1086254 From owner-svn-ports-all@freebsd.org Sat Jul 25 19:59:37 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F239B9AA790; Sat, 25 Jul 2015 19:59:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D93B61BF4; Sat, 25 Jul 2015 19:59:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PJxbNd007391; Sat, 25 Jul 2015 19:59:37 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PJxau6007387; Sat, 25 Jul 2015 19:59:36 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507251959.t6PJxau6007387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 25 Jul 2015 19:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392902 - in head/multimedia: . gstreamer1-plugins gstreamer1-plugins-hls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 19:59:38 -0000 Author: tijl Date: Sat Jul 25 19:59:35 2015 New Revision: 392902 URL: https://svnweb.freebsd.org/changeset/ports/392902 Log: Add Gstreamer plugin for HLS (HTTP Live Streaming) Added: head/multimedia/gstreamer1-plugins-hls/ head/multimedia/gstreamer1-plugins-hls/Makefile (contents, props changed) Modified: head/multimedia/Makefile head/multimedia/gstreamer1-plugins/Makefile head/multimedia/gstreamer1-plugins/Makefile.common Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sat Jul 25 17:11:37 2015 (r392901) +++ head/multimedia/Makefile Sat Jul 25 19:59:35 2015 (r392902) @@ -127,6 +127,7 @@ SUBDIR += gstreamer1-plugins-dvdread SUBDIR += gstreamer1-plugins-gnonlin SUBDIR += gstreamer1-plugins-good + SUBDIR += gstreamer1-plugins-hls SUBDIR += gstreamer1-plugins-kate SUBDIR += gstreamer1-plugins-mpeg2dec SUBDIR += gstreamer1-plugins-mpeg2enc Added: head/multimedia/gstreamer1-plugins-hls/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-plugins-hls/Makefile Sat Jul 25 19:59:35 2015 (r392902) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer HLS plugin + +GST_PLUGIN= hls +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Modified: head/multimedia/gstreamer1-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile Sat Jul 25 17:11:37 2015 (r392901) +++ head/multimedia/gstreamer1-plugins/Makefile Sat Jul 25 19:59:35 2015 (r392902) @@ -147,20 +147,8 @@ post-patch: s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_API_VERSION@.la|-lgstbasevideo-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la|-lgstvideo-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase-@GST_API_VERSION@.la|-lgstbadbase-${VERSION}|; \ + s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la|-lgsturidownloader-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la|-lgstbadvideo-${VERSION}|' - - @${FIND} ${WRKSRC}/ext ${WRKSRC}/sys -name Makefile.in | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - '/la_DEPENDENCIES/,/am__DEPENDENCIES/s,$$(top_builddir)/gst-libs/.*.la,,' -e \ - 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-$$(GST_API_VERSION).la|-lgsttag-${VERSION}|; \ - s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_API_VERSION).la|-lgstaudio-${VERSION}|; \ - s|$$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-$$(GST_API_VERSION).la|-lgstpbutils-${VERSION}|; \ - s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_API_VERSION).la|-lgstriff-${VERSION}|; \ - s|$$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-$$(GST_API_VERSION).la|-lgstsignalprocessor-${VERSION}|; \ - s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-$$(GST_API_VERSION).la|-lgstbasevideo-${VERSION}|; \ - s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-$$(GST_API_VERSION).la|-lgstvideo-${VERSION}|; \ - s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase-$$(GST_API_VERSION).la|-lgstbadbase-${VERSION}|; \ - s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-$$(GST_API_VERSION).la|-lgstbadvideo-${VERSION}|' .endif # workaround a crash in clang 3.3 crash llvm bug # 15840 Modified: head/multimedia/gstreamer1-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common Sat Jul 25 17:11:37 2015 (r392901) +++ head/multimedia/gstreamer1-plugins/Makefile.common Sat Jul 25 19:59:35 2015 (r392902) @@ -22,6 +22,7 @@ BAD_GST_ALL_PLUGINS+= \ flite \ gme \ gsm \ + hls \ kate \ libmms \ librfb \ @@ -267,6 +268,10 @@ gst_gme_LIB_DEPENDS= libgme.so:${PORTSDI # gsm gst_gsm_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm +# hls +gst_hls_LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle +gst_hls_PLIST_FILES= ${GST_LIB_DIR}/libgstfragmented.so + # jack gst_jack_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack From owner-svn-ports-all@freebsd.org Sat Jul 25 20:03:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEC899AA95F; Sat, 25 Jul 2015 20:03:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBCFA1E5; Sat, 25 Jul 2015 20:03:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PK3Yl7011220; Sat, 25 Jul 2015 20:03:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PK3YD5011219; Sat, 25 Jul 2015 20:03:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507252003.t6PK3YD5011219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 25 Jul 2015 20:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392903 - head/games/gno3dtet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 20:03:35 -0000 Author: amdmi3 Date: Sat Jul 25 20:03:34 2015 New Revision: 392903 URL: https://svnweb.freebsd.org/changeset/ports/392903 Log: - Add LICENSE_FILE Modified: head/games/gno3dtet/Makefile Modified: head/games/gno3dtet/Makefile ============================================================================== --- head/games/gno3dtet/Makefile Sat Jul 25 19:59:35 2015 (r392902) +++ head/games/gno3dtet/Makefile Sat Jul 25 20:03:34 2015 (r392903) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME version of the classic 3D-ified T*tris LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf pathfix gmake pkgconfig tar:tgz GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Sat Jul 25 20:12:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A3D09AAABA; Sat, 25 Jul 2015 20:12:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47B7C81C; Sat, 25 Jul 2015 20:12:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PKCFU8015243; Sat, 25 Jul 2015 20:12:15 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PKCEZD015239; Sat, 25 Jul 2015 20:12:14 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507252012.t6PKCEZD015239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 25 Jul 2015 20:12:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392904 - in head: . devel devel/p5-Test-Tester X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 20:12:15 -0000 Author: rene Date: Sat Jul 25 20:12:13 2015 New Revision: 392904 URL: https://svnweb.freebsd.org/changeset/ports/392904 Log: Remove expired port: 2015-07-24 devel/p5-Test-Tester: Part of p5-Test-Simple (use that instead), and included in perl 5.22 Deleted: head/devel/p5-Test-Tester/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jul 25 20:03:34 2015 (r392903) +++ head/MOVED Sat Jul 25 20:12:13 2015 (r392904) @@ -7735,3 +7735,4 @@ devel/libiomp5-devel|devel/llvm-devel|20 amd64-binutils||2015-07-25|No real use amd64-gcc||2015-07-25|No real use amd64-xtoolchain-gcc||2015-07-25|No real use +devel/p5-Test-Tester|devel/p5-Test-Simple|2015-07-25|Has expired: Part of p5-Test-Simple (use that instead), and included in perl 5.22 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 25 20:03:34 2015 (r392903) +++ head/devel/Makefile Sat Jul 25 20:12:13 2015 (r392904) @@ -3172,7 +3172,6 @@ SUBDIR += p5-Test-TableDriven SUBDIR += p5-Test-Taint SUBDIR += p5-Test-TempDir-Tiny - SUBDIR += p5-Test-Tester SUBDIR += p5-Test-Time SUBDIR += p5-Test-Timer SUBDIR += p5-Test-TinyMocker From owner-svn-ports-all@freebsd.org Sat Jul 25 20:20:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 599C99AAC3D; Sat, 25 Jul 2015 20:20:22 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49EA8ED7; Sat, 25 Jul 2015 20:20:22 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PKKMUr017744; Sat, 25 Jul 2015 20:20:22 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PKKM4x017743; Sat, 25 Jul 2015 20:20:22 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507252020.t6PKKM4x017743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 25 Jul 2015 20:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392905 - head/devel/p5-Hash-Util-FieldHash-Compat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 20:20:22 -0000 Author: rene Date: Sat Jul 25 20:20:21 2015 New Revision: 392905 URL: https://svnweb.freebsd.org/changeset/ports/392905 Log: Switch the test dependency from devel/p5-Test-use-ok (which is expired) to devel/p5-Test-Simple Approved by: perl (swills) Modified: head/devel/p5-Hash-Util-FieldHash-Compat/Makefile Modified: head/devel/p5-Hash-Util-FieldHash-Compat/Makefile ============================================================================== --- head/devel/p5-Hash-Util-FieldHash-Compat/Makefile Sat Jul 25 20:12:13 2015 (r392904) +++ head/devel/p5-Hash-Util-FieldHash-Compat/Makefile Sat Jul 25 20:20:21 2015 (r392905) @@ -16,7 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Tie-RefHash-Weak>=0.08:${PORTSDIR}/devel/p5-Tie-RefHash-Weak RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok +TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Sat Jul 25 20:21:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A2249AAD77; Sat, 25 Jul 2015 20:21:26 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A37010CB; Sat, 25 Jul 2015 20:21:26 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PKLQN7018465; Sat, 25 Jul 2015 20:21:26 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PKLPJQ018462; Sat, 25 Jul 2015 20:21:25 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507252021.t6PKLPJQ018462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 25 Jul 2015 20:21:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392906 - head/graphics/qgis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 20:21:26 -0000 Author: riggs Date: Sat Jul 25 20:21:24 2015 New Revision: 392906 URL: https://svnweb.freebsd.org/changeset/ports/392906 Log: Update to upstream version 2.10.1 PR: 201814 Submitted by: rhurlin@gwdg.de (maintainer) Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo head/graphics/qgis/pkg-plist Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Sat Jul 25 20:20:21 2015 (r392905) +++ head/graphics/qgis/Makefile Sat Jul 25 20:21:24 2015 (r392906) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qgis -PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTVERSION= 2.10.1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -24,9 +23,9 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/ USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} -GH_TAGNAME= 5cd8d08 +GH_TAGNAME= e5928c7 -USES= cpe bison cmake fortran gmake python +USES= cpe bison cmake fortran iconv:wchar_t gmake python USE_SQLITE= yes USE_QT4= gui svg xml network sql designer testlib linguist_build \ qmake_build moc_build rcc_build uic_build @@ -57,10 +56,8 @@ CXXFLAGS+= -I${LOCALBASE}/include/flex .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 BROKEN= GRASS plugin not supported on FreeBSD 8.x and 9.x .endif -BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass \ - ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass -RUN_DEPENDS+= grass64:${PORTSDIR}/databases/grass \ - ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass +BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass +RUN_DEPENDS+= grass64:${PORTSDIR}/databases/grass CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4 FORCE_MAKE_JOBS= NO PLIST_SUB+= GRASS="" Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Sat Jul 25 20:20:21 2015 (r392905) +++ head/graphics/qgis/distinfo Sat Jul 25 20:21:24 2015 (r392906) @@ -1,2 +1,2 @@ -SHA256 (qgis-QGIS-2.10.0-5cd8d08_GH0.tar.gz) = 75a387d30cefbe25b66706846960f6d1468c72059d22ba674baafe3f430db9df -SIZE (qgis-QGIS-2.10.0-5cd8d08_GH0.tar.gz) = 76598422 +SHA256 (qgis-QGIS-2.10.1-e5928c7_GH0.tar.gz) = 754c9fb0f44e4afd9f441cce5a66cb2efac03f1e28479e3abbea6fd2e55da825 +SIZE (qgis-QGIS-2.10.1-e5928c7_GH0.tar.gz) = 77333682 Modified: head/graphics/qgis/pkg-plist ============================================================================== --- head/graphics/qgis/pkg-plist Sat Jul 25 20:20:21 2015 (r392905) +++ head/graphics/qgis/pkg-plist Sat Jul 25 20:21:24 2015 (r392906) @@ -566,19 +566,19 @@ include/qgis/ui_qgsprojectionselectorbas include/qgis/ui_qgsquerybuilderbase.h include/qgis/ui_qgssublayersdialogbase.h lib/libqgis_analysis.so -lib/libqgis_analysis.so.2.10.0 +lib/libqgis_analysis.so.2.10.1 lib/libqgis_core.so -lib/libqgis_core.so.2.10.0 +lib/libqgis_core.so.2.10.1 lib/libqgis_gui.so -lib/libqgis_gui.so.2.10.0 +lib/libqgis_gui.so.2.10.1 lib/libqgis_networkanalysis.so -lib/libqgis_networkanalysis.so.2.10.0 +lib/libqgis_networkanalysis.so.2.10.1 %%QGIS_SERVER%%lib/libqgis_server.so -%%QGIS_SERVER%%lib/libqgis_server.so.2.10.0 +%%QGIS_SERVER%%lib/libqgis_server.so.2.10.1 %%GRASS%%lib/libqgisgrass6.so -%%GRASS%%lib/libqgisgrass6.so.2.10.0 +%%GRASS%%lib/libqgisgrass6.so.2.10.1 %%QGIS_PYTHON%%lib/libqgispython.so -%%QGIS_PYTHON%%lib/libqgispython.so.2.10.0 +%%QGIS_PYTHON%%lib/libqgispython.so.2.10.1 lib/qgis/crssync %%GRASS%%lib/qgis/grass/bin/qgis.g.browser6 %%GRASS%%lib/qgis/grass/modules/qgis.d.rast6 From owner-svn-ports-all@freebsd.org Sat Jul 25 20:46:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9AA39AB1BD; Sat, 25 Jul 2015 20:46:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D95D91B31; Sat, 25 Jul 2015 20:46:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PKknhG027880; Sat, 25 Jul 2015 20:46:49 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PKknHJ027877; Sat, 25 Jul 2015 20:46:49 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201507252046.t6PKknHJ027877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 25 Jul 2015 20:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392907 - in head: . devel devel/p5-Test-use-ok X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 20:46:50 -0000 Author: rene Date: Sat Jul 25 20:46:48 2015 New Revision: 392907 URL: https://svnweb.freebsd.org/changeset/ports/392907 Log: Remove expired port: 2015-07-24 devel/p5-Test-use-ok: Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22 Deleted: head/devel/p5-Test-use-ok/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jul 25 20:21:24 2015 (r392906) +++ head/MOVED Sat Jul 25 20:46:48 2015 (r392907) @@ -7736,3 +7736,4 @@ amd64-binutils||2015-07-25|No real use amd64-gcc||2015-07-25|No real use amd64-xtoolchain-gcc||2015-07-25|No real use devel/p5-Test-Tester|devel/p5-Test-Simple|2015-07-25|Has expired: Part of p5-Test-Simple (use that instead), and included in perl 5.22 +devel/p5-Test-use-ok|devel/p5-Test-Simple|2015-07-25|Has expired: Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 25 20:21:24 2015 (r392906) +++ head/devel/Makefile Sat Jul 25 20:46:48 2015 (r392907) @@ -3195,7 +3195,6 @@ SUBDIR += p5-Test-YAML SUBDIR += p5-Test-YAML-Meta SUBDIR += p5-Test-YAML-Valid - SUBDIR += p5-Test-use-ok SUBDIR += p5-Test-utf8 SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-Levenshtein-Damerau From owner-svn-ports-all@freebsd.org Sat Jul 25 21:14:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF4609AB518; Sat, 25 Jul 2015 21:14:45 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep27.mx.upcmail.net (fep27.mx.upcmail.net [62.179.121.47]) by mx1.freebsd.org (Postfix) with ESMTP id 87A31764; Sat, 25 Jul 2015 21:14:43 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep27-int.chello.at (InterMail vM.8.01.05.21 201-2260-151-156-20141103) with ESMTP id <20150725205832.LDQD1499.viefep27-int.chello.at@edge03.upcmail.net>; Sat, 25 Jul 2015 22:58:32 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id wlEb1q0062Rg3Ey01lEbDn; Sat, 25 Jul 2015 23:14:36 +0200 X-SourceIP: 178.84.134.112 Subject: Re: svn commit: r392902 - in head/multimedia: . gstreamer1-plugins gstreamer1-plugins-hls To: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201507251959.t6PJxau6007387@repo.freebsd.org> From: Koop Mast Message-ID: <55B3FC33.4000903@rainbow-runner.nl> Date: Sat, 25 Jul 2015 23:14:27 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <201507251959.t6PJxau6007387@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: 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, 25 Jul 2015 21:14:45 -0000 On 25-7-2015 21:59, Tijl Coosemans wrote: > Author: tijl > Date: Sat Jul 25 19:59:35 2015 > New Revision: 392902 > URL: https://svnweb.freebsd.org/changeset/ports/392902 > > Log: > Add Gstreamer plugin for HLS (HTTP Live Streaming) > > Added: > head/multimedia/gstreamer1-plugins-hls/ > head/multimedia/gstreamer1-plugins-hls/Makefile (contents, props changed) > Modified: > head/multimedia/Makefile > head/multimedia/gstreamer1-plugins/Makefile > head/multimedia/gstreamer1-plugins/Makefile.common > > Modified: head/multimedia/Makefile > ============================================================================== > --- head/multimedia/Makefile Sat Jul 25 17:11:37 2015 (r392901) > +++ head/multimedia/Makefile Sat Jul 25 19:59:35 2015 (r392902) > @@ -127,6 +127,7 @@ > SUBDIR += gstreamer1-plugins-dvdread > SUBDIR += gstreamer1-plugins-gnonlin > SUBDIR += gstreamer1-plugins-good > + SUBDIR += gstreamer1-plugins-hls > SUBDIR += gstreamer1-plugins-kate > SUBDIR += gstreamer1-plugins-mpeg2dec > SUBDIR += gstreamer1-plugins-mpeg2enc > > Added: head/multimedia/gstreamer1-plugins-hls/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/multimedia/gstreamer1-plugins-hls/Makefile Sat Jul 25 19:59:35 2015 (r392902) > @@ -0,0 +1,13 @@ > +# $FreeBSD$ > + > +PORTREVISION= 0 > +CATEGORIES= multimedia > + > +COMMENT= Gstreamer HLS plugin > + > +GST_PLUGIN= hls > +DIST= bad > + > +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins > + > +.include "${MASTERDIR}/Makefile" > > Modified: head/multimedia/gstreamer1-plugins/Makefile > ============================================================================== > --- head/multimedia/gstreamer1-plugins/Makefile Sat Jul 25 17:11:37 2015 (r392901) > +++ head/multimedia/gstreamer1-plugins/Makefile Sat Jul 25 19:59:35 2015 (r392902) > @@ -147,20 +147,8 @@ post-patch: > s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_API_VERSION@.la|-lgstbasevideo-${VERSION}|; \ > s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la|-lgstvideo-${VERSION}|; \ > s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase-@GST_API_VERSION@.la|-lgstbadbase-${VERSION}|; \ > + s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la|-lgsturidownloader-${VERSION}|; \ > s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la|-lgstbadvideo-${VERSION}|' > - > - @${FIND} ${WRKSRC}/ext ${WRKSRC}/sys -name Makefile.in | \ > - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ > - '/la_DEPENDENCIES/,/am__DEPENDENCIES/s,$$(top_builddir)/gst-libs/.*.la,,' -e \ > - 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-$$(GST_API_VERSION).la|-lgsttag-${VERSION}|; \ > - s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_API_VERSION).la|-lgstaudio-${VERSION}|; \ > - s|$$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-$$(GST_API_VERSION).la|-lgstpbutils-${VERSION}|; \ > - s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_API_VERSION).la|-lgstriff-${VERSION}|; \ > - s|$$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-$$(GST_API_VERSION).la|-lgstsignalprocessor-${VERSION}|; \ > - s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-$$(GST_API_VERSION).la|-lgstbasevideo-${VERSION}|; \ > - s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-$$(GST_API_VERSION).la|-lgstvideo-${VERSION}|; \ > - s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase-$$(GST_API_VERSION).la|-lgstbadbase-${VERSION}|; \ > - s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-$$(GST_API_VERSION).la|-lgstbadvideo-${VERSION}|' > .endif > > Just making sure, have you tested this change? Because the last time I looked it was still needed. Note the difference between $$(GST_API_VERSION) and @GST_API_VERSION@ -Koop From owner-svn-ports-all@freebsd.org Sat Jul 25 21:36:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40E069AB7DA; Sat, 25 Jul 2015 21:36:58 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B687E0A; Sat, 25 Jul 2015 21:36:58 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PLavHF050396; Sat, 25 Jul 2015 21:36:57 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PLav7e050394; Sat, 25 Jul 2015 21:36:57 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507252136.t6PLav7e050394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 25 Jul 2015 21:36:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392908 - in head/print/tex-ptexenc: . 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.20 Precedence: 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, 25 Jul 2015 21:36:58 -0000 Author: hrs Date: Sat Jul 25 21:36:56 2015 New Revision: 392908 URL: https://svnweb.freebsd.org/changeset/ports/392908 Log: - Add iconv support. - Add LICENSE. - Add CTAN mirror to MASTER_SITES. Added: head/print/tex-ptexenc/files/patch-configure (contents, props changed) Modified: head/print/tex-ptexenc/Makefile Modified: head/print/tex-ptexenc/Makefile ============================================================================== --- head/print/tex-ptexenc/Makefile Sat Jul 25 20:46:48 2015 (r392907) +++ head/print/tex-ptexenc/Makefile Sat Jul 25 21:36:56 2015 (r392908) @@ -2,9 +2,9 @@ PORTNAME= ptexenc PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ +MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMEPREFIX= tex- DISTNAME= texlive-20150521-source DIST_SUBDIR= TeX @@ -12,17 +12,22 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Library for Japanese pTeX and its tools -USES= tar:xz libtool pkgconfig +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +USES= iconv libtool pkgconfig tar:xz USE_TEX= kpathsea USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc -EXTRACT_AFTER_ARGS= ${EXTRACT_FILES} -EXTRACT_FILES= ${DISTNAME}/build-aux \ - ${DISTNAME}/texk/ptexenc +EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S/^/${DISTNAME}\//} +EXTRACT_FILES= build-aux texk/ptexenc GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-system-kpathsea \ +CONFIGURE_ARGS= --enable-kanji-iconv \ + --with-system-kpathsea \ --with-kpathsea-includes=${LOCALBASE}/include \ --with-kpathsea-libdir=${LOCALBASE}/lib +LIBS+= ${ICONV_LIB} +CPPFLAGS+= -I${ICONV_PREFIX}/include INSTALL_TARGET= install-strip .include Added: head/print/tex-ptexenc/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/tex-ptexenc/files/patch-configure Sat Jul 25 21:36:56 2015 (r392908) @@ -0,0 +1,38 @@ +--- configure.orig 2015-07-25 21:31:25 UTC ++++ configure +@@ -14889,7 +14889,7 @@ if ${ac_cv_lib_iconv_iconv_open+:} false + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-liconv $LIBS" ++LIBS="$LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -14924,7 +14924,7 @@ if test "x$ac_cv_lib_iconv_iconv_open" = + #define HAVE_LIBICONV 1 + _ACEOF + +- LIBS="-liconv $LIBS" ++ LIBS="$LIBS" + + else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiconv_open in -liconv" >&5 +@@ -14933,7 +14933,7 @@ if ${ac_cv_lib_iconv_libiconv_open+:} fa + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-liconv $LIBS" ++LIBS="$LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -14968,7 +14968,7 @@ if test "x$ac_cv_lib_iconv_libiconv_open + #define HAVE_LIBICONV 1 + _ACEOF + +- LIBS="-liconv $LIBS" ++ LIBS="$LIBS" + + fi +