From owner-svn-ports-all@freebsd.org Sun Oct 7 00:19:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 568C310CADBE; Sun, 7 Oct 2018 00:19:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 095068A459; Sun, 7 Oct 2018 00:19:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0412A418C; Sun, 7 Oct 2018 00:19:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w970JNUw085105; Sun, 7 Oct 2018 00:19:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w970JMDs085094; Sun, 7 Oct 2018 00:19:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070019.w970JMDs085094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 00:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481406 - in head: . biology biology/tinker science science/tinker science/tinker/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . biology biology/tinker science science/tinker science/tinker/files X-SVN-Commit-Revision: 481406 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 00:19:24 -0000 Author: yuri Date: Sun Oct 7 00:19:22 2018 New Revision: 481406 URL: https://svnweb.freebsd.org/changeset/ports/481406 Log: biology/tinker: Update 7.1.3 -> 8.4.4; Move to science/ Port changes: * Take maintainership * Implement the 'benchmarks' target, and stop installing benchmarks * Add USES=gmake * Update license * Change MASTER_SITES and WWW to https * Silence some commands Added: head/science/tinker/ - copied from r481405, head/biology/tinker/ head/science/tinker/files/patch-make_Makefile - copied, changed from r481405, head/biology/tinker/files/patch-make__Makefile Deleted: head/biology/tinker/ head/science/tinker/files/patch-bench__bench1.run head/science/tinker/files/patch-bench__bench2.run head/science/tinker/files/patch-bench__bench3.run head/science/tinker/files/patch-bench__bench4.run head/science/tinker/files/patch-bench__bench5.run head/science/tinker/files/patch-make__Makefile Modified: head/MOVED head/biology/Makefile head/science/Makefile head/science/tinker/Makefile head/science/tinker/distinfo head/science/tinker/pkg-descr head/science/tinker/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sat Oct 6 23:27:37 2018 (r481405) +++ head/MOVED Sun Oct 7 00:19:22 2018 (r481406) @@ -10566,3 +10566,4 @@ math/arpack-ng-mpich|math/arpack-ng|2018-10-04|math/ar editors/latexila|editors/gnome-latex|2018-10-05|Project was renamed math/arpack|math/arpack-ng|2018-10-06|math/arpack is the old, unmaintained version, math/arpack-ng should be used instead net-p2p/libtorrent-rasterbar-python|net-p2p/py-libtorrent-rasterbar|2018-10-06|Rename to the canonical name for a python port +biology/tinker|science/tinker|2018-10-06|Move to proper category Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sat Oct 6 23:27:37 2018 (r481405) +++ head/biology/Makefile Sun Oct 7 00:19:22 2018 (r481406) @@ -131,7 +131,6 @@ SUBDIR += tRNAscan-SE SUBDIR += t_coffee SUBDIR += tabixpp - SUBDIR += tinker SUBDIR += treepuzzle SUBDIR += trimadap SUBDIR += trimmomatic Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sat Oct 6 23:27:37 2018 (r481405) +++ head/science/Makefile Sun Oct 7 00:19:22 2018 (r481406) @@ -276,6 +276,7 @@ SUBDIR += szip SUBDIR += teem SUBDIR += tfel + SUBDIR += tinker SUBDIR += triqs SUBDIR += udunits SUBDIR += v_sim Modified: head/science/tinker/Makefile ============================================================================== --- head/biology/tinker/Makefile Sat Oct 6 23:27:37 2018 (r481405) +++ head/science/tinker/Makefile Sun Oct 7 00:19:22 2018 (r481406) @@ -2,21 +2,18 @@ # $FreeBSD$ PORTNAME= tinker -PORTVERSION= 7.1.3 -PORTREVISION= 5 -CATEGORIES= biology -MASTER_SITES= http://dasher.wustl.edu/tinker/downloads/ +DISTVERSION= 8.4.4 +CATEGORIES= science +MASTER_SITES= https://dasher.wustl.edu/tinker/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= General purpose molecular modelling package -LICENSE= tinker +LICENSE= TINKER LICENSE_NAME= TINKER license agreement -LICENSE_FILE= ${WRKSRC}/doc/license.txt -LICENSE_PERMS= auto-accept +LICENSE_FILE= ${WRKSRC}/doc/license.pdf +LICENSE_PERMS= auto-accept # internal academic purposes only, no commercial use -RESTRICTED= author requests no distribution except from his FTP site - OPTIONS_DEFINE= OPTIMIZED_FFLAGS DOCS EXAMPLES OPTIMIZED_FFLAGS_DESC= compilation optimizations @@ -24,15 +21,21 @@ WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/source INSTALL_WRKSRC= ${WRKSRC}/source -USES= fortran +LIB_DEPENDS= libfftw3.so:math/fftw3 + +USES= fortran gmake MAKE_ENV= HAVE_G2C=yes +MAKE_ARGS= RANLIB=ranlib BINDIR=${STAGEDIR}${PREFIX}/bin MAKEFILE= ${WRKSRC}/make/Makefile -ALL_TARGET= all -INSTALL_TARGET= rename EXTRACT_AFTER_ARGS=--exclude fftw --exclude windows --exclude macosx SUB_FILES= pkg-message +BINARY_ALIAS= gfortran=gfortran${GCC_DEFAULT} + +PORTDOCS= * +PORTEXAMPLES= * + .include .if ${PORT_OPTIONS:MOPTIMIZED_FFLAGS} @@ -42,26 +45,33 @@ FFLAGS+= -mfancy-math-387 -malign-double .endif # i386 .endif -pre-build: +post-extract: @${RM} ${BUILD_WRKSRC}/*.c + @${RM} ${WRKSRC}/other/eopbend.orig +post-patch: + @${REINPLACE_CMD} -i '' 's|\.\./bin/|${STAGEDIR}${PREFIX}/bin/|' ${BUILD_WRKSRC}/../bench/bench*.run + post-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${DATADIR}/bench - (cd ${WRKSRC}/bench && ${INSTALL_DATA} \ - 0README *.log *.key *.run *.xyz results* \ - ${STAGEDIR}${DATADIR}/bench) - ${MKDIR} ${STAGEDIR}${DATADIR}/params - (cd ${WRKSRC}/params && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}/params) - ${MKDIR} ${STAGEDIR}${DATADIR}/test - (cd ${WRKSRC}/test && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}/test) + @${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR}/params + cd ${WRKSRC}/params && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}/params + @${MKDIR} ${STAGEDIR}${DATADIR}/test + cd ${WRKSRC}/test && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}/test + post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${INSTALL_DATA} 0README *.pdf *.txt ${STAGEDIR}${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${INSTALL_DATA} 0README *.pdf ${STAGEDIR}${DOCSDIR} + post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/example && ${INSTALL_DATA} \ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/example && ${INSTALL_DATA} \ 0README *.make *.dyn *.int *.frac *.key *.seq *.pdb *.xyz \ - ${STAGEDIR}${EXAMPLESDIR}) + ${STAGEDIR}${EXAMPLESDIR} + +benchmarks: stage +.for n in 1 2 3 4 5 6 7 8 9 + @cd ${BUILD_WRKSRC}/../bench && ./bench${n}.run +.endfor .include Modified: head/science/tinker/distinfo ============================================================================== --- head/biology/tinker/distinfo Sat Oct 6 23:27:37 2018 (r481405) +++ head/science/tinker/distinfo Sun Oct 7 00:19:22 2018 (r481406) @@ -1,2 +1,3 @@ -SHA256 (tinker-7.1.3.tar.gz) = c221459ac1ac423ed8c99c7ba67eaab09821c970333cd2841efb20ccbfd59095 -SIZE (tinker-7.1.3.tar.gz) = 28655947 +TIMESTAMP = 1538861663 +SHA256 (tinker-8.4.4.tar.gz) = c263298383bcd5a72f281d25640f7be2e9c465e08c1a61c3c3de59b6bb828da6 +SIZE (tinker-8.4.4.tar.gz) = 35549655 Copied and modified: head/science/tinker/files/patch-make_Makefile (from r481405, head/biology/tinker/files/patch-make__Makefile) ============================================================================== --- head/biology/tinker/files/patch-make__Makefile Sat Oct 6 23:27:37 2018 (r481405, copy source) +++ head/science/tinker/files/patch-make_Makefile Sun Oct 7 00:19:22 2018 (r481406) @@ -1,99 +1,9 @@ ---- make/Makefile.orig 2015-05-18 16:58:50.748044000 +0800 -+++ make/Makefile 2015-05-18 17:07:06.767545000 +0800 -@@ -33,9 +33,9 @@ - ## BINDIR Hard Copies of TINKER Executables - ## LINKDIR Linked Copies of TINKER Executables +--- make/Makefile.orig 2018-10-06 22:01:02 UTC ++++ make/Makefile +@@ -754,130 +754,130 @@ listing: + cat *.f *.c > tinker.txt --TINKERDIR = $(HOME)/tinker --BINDIR = $(TINKERDIR)/bin --LINKDIR = /usr/local/bin -+TINKERDIR = ${WRKDIR} -+BINDIR = ${DESTDIR}${PREFIX}/bin -+#LINKDIR = /usr/local/bin - - #################################################################### - ## Known Machine Types; Uncomment One of the Following Sections ## -@@ -46,26 +46,26 @@ - ## CPU Type: Intel x86 Compatible - ## Compiler: GNU gfortran - --#F77 = gfortran --#LIBS = --#F77FLAGS = -c --#OPTFLAGS = -O3 -ffast-math --#LIBFLAGS = -crusv --#RANLIB = ranlib -c --#LINKFLAGS = $(OPTFLAGS) -static-libgcc -+F77 = ${FC} -+LIBS = -+F77FLAGS = -c ${FFLAGS} -+OPTFLAGS = -+LIBFLAGS = -crusv -+RANLIB = ranlib -+LINKFLAGS = ${LDFLAGS} - - ## Machine: Generic Linux or Macintosh - ## CPU Type: Intel x86 Compatible - ## Compiler: GNU gfortran - ## Parallel: OpenMP - --F77 = gfortran --LIBS = -L$(TINKERDIR)/fftw/lib -lfftw3_threads -lfftw3 --F77FLAGS = -c --OPTFLAGS = -O3 -ffast-math -fopenmp --LIBFLAGS = -crusv --RANLIB = ranlib -c --LINKFLAGS = $(OPTFLAGS) -static-libgcc -+#F77 = gfortran -+#LIBS = -L$(TINKERDIR)/fftw/lib -lfftw3_threads -lfftw3 -+#F77FLAGS = -c -+#OPTFLAGS = -O3 -ffast-math -fopenmp -+#LIBFLAGS = -crusv -+#RANLIB = ranlib -c -+#LINKFLAGS = $(OPTFLAGS) -static-libgcc - - ## Machine: Generic Linux - ## CPU Type: Intel x86 Compatible (also AMD) -@@ -106,7 +106,7 @@ - #LIBFLAGS = -crusv - #RANLIB = ranlib -c - #LINKFLAGS = $(OPTFLAGS) -static-intel -mmacosx-version-min=10.6 \ -- -Wl,-stack_size,0x10000000 -+# -Wl,-stack_size,0x10000000 - - ## Machine: Macintosh - ## CPU Type: Intel Xeon -@@ -710,92 +710,88 @@ - xyzpdb.x \ - xyzsybyl.x - --%.o: %.f -- ${F77} ${F77FLAGS} ${OPTFLAGS} $< -o $@ -+.SUFFIXES: .x - --%.o: %.c -- ${CC} ${CFLAGS} ${INCLUDEDIR} ${OPTFLAGS} $< -+.f.o: -+ ${F77} ${F77FLAGS} ${OPTFLAGS} $< -o $@ - --%.x: %.o libtinker.a -- ${F77} ${LINKFLAGS} -o $@ $^ ${LIBS}; strip $@ -+.o.x: libtinker.a -+ ${F77} ${LINKFLAGS} -o $@ $< libtinker.a ${LIBS} - - all: ${EXEFILES} - --install: -- rename -- - clean: - rm -f *.o *.mod *.a *.x - - listing: -- cat *.i *.f *.c > tinker.txt -+ cat *.i *.f > tinker.txt - - rename: + rename_bin: - mv alchemy.x $(BINDIR)/alchemy - mv analyze.x $(BINDIR)/analyze - mv anneal.x $(BINDIR)/anneal @@ -111,6 +21,7 @@ - mv minimize.x $(BINDIR)/minimize - mv minirot.x $(BINDIR)/minirot - mv minrigid.x $(BINDIR)/minrigid +- mv mol2xyz.x $(BINDIR)/mol2xyz - mv molxyz.x $(BINDIR)/molxyz - mv monte.x $(BINDIR)/monte - mv newton.x $(BINDIR)/newton @@ -136,7 +47,6 @@ - mv spacefill.x $(BINDIR)/spacefill - mv spectrum.x $(BINDIR)/spectrum - mv superpose.x $(BINDIR)/superpose -- mv sybylxyz.x $(BINDIR)/sybylxyz - mv testgrad.x $(BINDIR)/testgrad - mv testhess.x $(BINDIR)/testhess - mv testpair.x $(BINDIR)/testpair @@ -153,10 +63,10 @@ - mv xtalmin.x $(BINDIR)/xtalmin - mv xyzedit.x $(BINDIR)/xyzedit - mv xyzint.x $(BINDIR)/xyzint +- mv xyzmol2.x $(BINDIR)/xyzmol2 - mv xyzpdb.x $(BINDIR)/xyzpdb -- mv xyzsybyl.x $(BINDIR)/xyzsybyl + ${BSD_INSTALL_PROGRAM} alchemy.x $(BINDIR)/alchemy -+ ${BSD_INSTALL_PROGRAM} analyze.x $(BINDIR)/analyze_t ++ ${BSD_INSTALL_PROGRAM} analyze.x $(BINDIR)/analyze + ${BSD_INSTALL_PROGRAM} anneal.x $(BINDIR)/anneal + ${BSD_INSTALL_PROGRAM} archive.x $(BINDIR)/archive + ${BSD_INSTALL_PROGRAM} bar.x $(BINDIR)/bar @@ -172,6 +82,7 @@ + ${BSD_INSTALL_PROGRAM} minimize.x $(BINDIR)/minimize + ${BSD_INSTALL_PROGRAM} minirot.x $(BINDIR)/minirot + ${BSD_INSTALL_PROGRAM} minrigid.x $(BINDIR)/minrigid ++ ${BSD_INSTALL_PROGRAM} mol2xyz.x $(BINDIR)/mol2xyz + ${BSD_INSTALL_PROGRAM} molxyz.x $(BINDIR)/molxyz + ${BSD_INSTALL_PROGRAM} monte.x $(BINDIR)/monte + ${BSD_INSTALL_PROGRAM} newton.x $(BINDIR)/newton @@ -197,7 +108,6 @@ + ${BSD_INSTALL_PROGRAM} spacefill.x $(BINDIR)/spacefill + ${BSD_INSTALL_PROGRAM} spectrum.x $(BINDIR)/spectrum + ${BSD_INSTALL_PROGRAM} superpose.x $(BINDIR)/superpose -+ ${BSD_INSTALL_PROGRAM} sybylxyz.x $(BINDIR)/sybylxyz + ${BSD_INSTALL_PROGRAM} testgrad.x $(BINDIR)/testgrad + ${BSD_INSTALL_PROGRAM} testhess.x $(BINDIR)/testhess + ${BSD_INSTALL_PROGRAM} testpair.x $(BINDIR)/testpair @@ -214,22 +124,132 @@ + ${BSD_INSTALL_PROGRAM} xtalmin.x $(BINDIR)/xtalmin + ${BSD_INSTALL_PROGRAM} xyzedit.x $(BINDIR)/xyzedit + ${BSD_INSTALL_PROGRAM} xyzint.x $(BINDIR)/xyzint ++ ${BSD_INSTALL_PROGRAM} xyzmol2.x $(BINDIR)/xyzmol2 + ${BSD_INSTALL_PROGRAM} xyzpdb.x $(BINDIR)/xyzpdb -+ ${BSD_INSTALL_PROGRAM} xyzsybyl.x $(BINDIR)/xyzsybyl + rename_exe: +- mv alchemy.x $(BINDIR)/alchemy.exe +- mv analyze.x $(BINDIR)/analyze.exe +- mv anneal.x $(BINDIR)/anneal.exe +- mv archive.x $(BINDIR)/archive.exe +- mv bar.x $(BINDIR)/bar.exe +- mv correlate.x $(BINDIR)/correlate.exe +- mv crystal.x $(BINDIR)/crystal.exe +- mv diffuse.x $(BINDIR)/diffuse.exe +- mv distgeom.x $(BINDIR)/distgeom.exe +- mv document.x $(BINDIR)/document.exe +- mv dynamic.x $(BINDIR)/dynamic.exe +- mv gda.x $(BINDIR)/gda.exe +- mv intedit.x $(BINDIR)/intedit.exe +- mv intxyz.x $(BINDIR)/intxyz.exe +- mv minimize.x $(BINDIR)/minimize.exe +- mv minirot.x $(BINDIR)/minirot.exe +- mv minrigid.x $(BINDIR)/minrigid.exe +- mv mol2xyz.x $(BINDIR)/mol2xyz.exe +- mv molxyz.x $(BINDIR)/molxyz.exe +- mv monte.x $(BINDIR)/monte.exe +- mv newton.x $(BINDIR)/newton.exe +- mv newtrot.x $(BINDIR)/newtrot.exe +- mv nucleic.x $(BINDIR)/nucleic.exe +- mv optimize.x $(BINDIR)/optimize.exe +- mv optirot.x $(BINDIR)/optirot.exe +- mv optrigid.x $(BINDIR)/optrigid.exe +- mv path.x $(BINDIR)/path.exe +- mv pdbxyz.x $(BINDIR)/pdbxyz.exe +- mv polarize.x $(BINDIR)/polarize.exe +- mv poledit.x $(BINDIR)/poledit.exe +- mv potential.x $(BINDIR)/potential.exe +- mv prmedit.x $(BINDIR)/prmedit.exe +- mv protein.x $(BINDIR)/protein.exe +- mv pss.x $(BINDIR)/pss.exe +- mv pssrigid.x $(BINDIR)/pssrigid.exe +- mv pssrot.x $(BINDIR)/pssrot.exe +- mv radial.x $(BINDIR)/radial.exe +- mv saddle.x $(BINDIR)/saddle.exe +- mv scan.x $(BINDIR)/scan.exe +- mv sniffer.x $(BINDIR)/sniffer.exe +- mv spacefill.x $(BINDIR)/spacefill.exe +- mv spectrum.x $(BINDIR)/spectrum.exe +- mv superpose.x $(BINDIR)/superpose.exe +- mv testgrad.x $(BINDIR)/testgrad.exe +- mv testhess.x $(BINDIR)/testhess.exe +- mv testpair.x $(BINDIR)/testpair.exe +- mv testpol.x $(BINDIR)/testpol.exe +- mv testrot.x $(BINDIR)/testrot.exe +- mv timer.x $(BINDIR)/timer.exe +- mv timerot.x $(BINDIR)/timerot.exe +- mv torsfit.x $(BINDIR)/torsfit.exe +- mv valence.x $(BINDIR)/valence.exe +- mv vibbig.x $(BINDIR)/vibbig.exe +- mv vibrate.x $(BINDIR)/vibrate.exe +- mv vibrot.x $(BINDIR)/vibrot.exe +- mv xtalfit.x $(BINDIR)/xtalfit.exe +- mv xtalmin.x $(BINDIR)/xtalmin.exe +- mv xyzedit.x $(BINDIR)/xyzedit.exe +- mv xyzint.x $(BINDIR)/xyzint.exe +- mv xyzmol2.x $(BINDIR)/xyzmol2.exe +- mv xyzpdb.x $(BINDIR)/xyzpdb.exe ++ ${BSD_INSTALL_PROGRAM} alchemy.x $(BINDIR)/alchemy.exe ++ ${BSD_INSTALL_PROGRAM} analyze.x $(BINDIR)/analyze.exe ++ ${BSD_INSTALL_PROGRAM} anneal.x $(BINDIR)/anneal.exe ++ ${BSD_INSTALL_PROGRAM} archive.x $(BINDIR)/archive.exe ++ ${BSD_INSTALL_PROGRAM} bar.x $(BINDIR)/bar.exe ++ ${BSD_INSTALL_PROGRAM} correlate.x $(BINDIR)/correlate.exe ++ ${BSD_INSTALL_PROGRAM} crystal.x $(BINDIR)/crystal.exe ++ ${BSD_INSTALL_PROGRAM} diffuse.x $(BINDIR)/diffuse.exe ++ ${BSD_INSTALL_PROGRAM} distgeom.x $(BINDIR)/distgeom.exe ++ ${BSD_INSTALL_PROGRAM} document.x $(BINDIR)/document.exe ++ ${BSD_INSTALL_PROGRAM} dynamic.x $(BINDIR)/dynamic.exe ++ ${BSD_INSTALL_PROGRAM} gda.x $(BINDIR)/gda.exe ++ ${BSD_INSTALL_PROGRAM} intedit.x $(BINDIR)/intedit.exe ++ ${BSD_INSTALL_PROGRAM} intxyz.x $(BINDIR)/intxyz.exe ++ ${BSD_INSTALL_PROGRAM} minimize.x $(BINDIR)/minimize.exe ++ ${BSD_INSTALL_PROGRAM} minirot.x $(BINDIR)/minirot.exe ++ ${BSD_INSTALL_PROGRAM} minrigid.x $(BINDIR)/minrigid.exe ++ ${BSD_INSTALL_PROGRAM} mol2xyz.x $(BINDIR)/mol2xyz.exe ++ ${BSD_INSTALL_PROGRAM} molxyz.x $(BINDIR)/molxyz.exe ++ ${BSD_INSTALL_PROGRAM} monte.x $(BINDIR)/monte.exe ++ ${BSD_INSTALL_PROGRAM} newton.x $(BINDIR)/newton.exe ++ ${BSD_INSTALL_PROGRAM} newtrot.x $(BINDIR)/newtrot.exe ++ ${BSD_INSTALL_PROGRAM} nucleic.x $(BINDIR)/nucleic.exe ++ ${BSD_INSTALL_PROGRAM} optimize.x $(BINDIR)/optimize.exe ++ ${BSD_INSTALL_PROGRAM} optirot.x $(BINDIR)/optirot.exe ++ ${BSD_INSTALL_PROGRAM} optrigid.x $(BINDIR)/optrigid.exe ++ ${BSD_INSTALL_PROGRAM} path.x $(BINDIR)/path.exe ++ ${BSD_INSTALL_PROGRAM} pdbxyz.x $(BINDIR)/pdbxyz.exe ++ ${BSD_INSTALL_PROGRAM} polarize.x $(BINDIR)/polarize.exe ++ ${BSD_INSTALL_PROGRAM} poledit.x $(BINDIR)/poledit.exe ++ ${BSD_INSTALL_PROGRAM} potential.x $(BINDIR)/potential.exe ++ ${BSD_INSTALL_PROGRAM} prmedit.x $(BINDIR)/prmedit.exe ++ ${BSD_INSTALL_PROGRAM} protein.x $(BINDIR)/protein.exe ++ ${BSD_INSTALL_PROGRAM} pss.x $(BINDIR)/pss.exe ++ ${BSD_INSTALL_PROGRAM} pssrigid.x $(BINDIR)/pssrigid.exe ++ ${BSD_INSTALL_PROGRAM} pssrot.x $(BINDIR)/pssrot.exe ++ ${BSD_INSTALL_PROGRAM} radial.x $(BINDIR)/radial.exe ++ ${BSD_INSTALL_PROGRAM} saddle.x $(BINDIR)/saddle.exe ++ ${BSD_INSTALL_PROGRAM} scan.x $(BINDIR)/scan.exe ++ ${BSD_INSTALL_PROGRAM} sniffer.x $(BINDIR)/sniffer.exe ++ ${BSD_INSTALL_PROGRAM} spacefill.x $(BINDIR)/spacefill.exe ++ ${BSD_INSTALL_PROGRAM} spectrum.x $(BINDIR)/spectrum.exe ++ ${BSD_INSTALL_PROGRAM} superpose.x $(BINDIR)/superpose.exe ++ ${BSD_INSTALL_PROGRAM} testgrad.x $(BINDIR)/testgrad.exe ++ ${BSD_INSTALL_PROGRAM} testhess.x $(BINDIR)/testhess.exe ++ ${BSD_INSTALL_PROGRAM} testpair.x $(BINDIR)/testpair.exe ++ ${BSD_INSTALL_PROGRAM} testpol.x $(BINDIR)/testpol.exe ++ ${BSD_INSTALL_PROGRAM} testrot.x $(BINDIR)/testrot.exe ++ ${BSD_INSTALL_PROGRAM} timer.x $(BINDIR)/timer.exe ++ ${BSD_INSTALL_PROGRAM} timerot.x $(BINDIR)/timerot.exe ++ ${BSD_INSTALL_PROGRAM} torsfit.x $(BINDIR)/torsfit.exe ++ ${BSD_INSTALL_PROGRAM} valence.x $(BINDIR)/valence.exe ++ ${BSD_INSTALL_PROGRAM} vibbig.x $(BINDIR)/vibbig.exe ++ ${BSD_INSTALL_PROGRAM} vibrate.x $(BINDIR)/vibrate.exe ++ ${BSD_INSTALL_PROGRAM} vibrot.x $(BINDIR)/vibrot.exe ++ ${BSD_INSTALL_PROGRAM} xtalfit.x $(BINDIR)/xtalfit.exe ++ ${BSD_INSTALL_PROGRAM} xtalmin.x $(BINDIR)/xtalmin.exe ++ ${BSD_INSTALL_PROGRAM} xyzedit.x $(BINDIR)/xyzedit.exe ++ ${BSD_INSTALL_PROGRAM} xyzint.x $(BINDIR)/xyzint.exe ++ ${BSD_INSTALL_PROGRAM} xyzmol2.x $(BINDIR)/xyzmol2.exe ++ ${BSD_INSTALL_PROGRAM} xyzpdb.x $(BINDIR)/xyzpdb.exe + remove_links: rm -f $(LINKDIR)/alchemy -- rm -f $(LINKDIR)/analyze -+ rm -f $(LINKDIR)/analyze_t - rm -f $(LINKDIR)/anneal - rm -f $(LINKDIR)/archive - rm -f $(LINKDIR)/bar -@@ -858,7 +854,7 @@ - - create_links: - ln -s $(BINDIR)/alchemy $(LINKDIR)/alchemy -- ln -s $(BINDIR)/analyze $(LINKDIR)/analyze -+ ln -s $(BINDIR)/analyze_t $(LINKDIR)/analyze_t - ln -s $(BINDIR)/anneal $(LINKDIR)/anneal - ln -s $(BINDIR)/archive $(LINKDIR)/archive - ln -s $(BINDIR)/bar $(LINKDIR)/bar Modified: head/science/tinker/pkg-descr ============================================================================== --- head/biology/tinker/pkg-descr Sat Oct 6 23:27:37 2018 (r481405) +++ head/science/tinker/pkg-descr Sun Oct 7 00:19:22 2018 (r481406) @@ -13,4 +13,4 @@ is set too large that tinker programs will abort and c For more information about Tinker see: -WWW: http://dasher.wustl.edu/tinker/ +WWW: https://dasher.wustl.edu/tinker/ Modified: head/science/tinker/pkg-plist ============================================================================== --- head/biology/tinker/pkg-plist Sat Oct 6 23:27:37 2018 (r481405) +++ head/science/tinker/pkg-plist Sun Oct 7 00:19:22 2018 (r481406) @@ -1,5 +1,5 @@ bin/alchemy -bin/analyze_t +bin/analyze bin/anneal bin/archive bin/bar @@ -15,6 +15,7 @@ bin/intxyz bin/minimize bin/minirot bin/minrigid +bin/mol2xyz bin/molxyz bin/monte bin/newton @@ -40,7 +41,6 @@ bin/sniffer bin/spacefill bin/spectrum bin/superpose -bin/sybylxyz bin/testgrad bin/testhess bin/testpair @@ -57,455 +57,8 @@ bin/xtalfit bin/xtalmin bin/xyzedit bin/xyzint +bin/xyzmol2 bin/xyzpdb -bin/xyzsybyl -%%PORTDOCS%%%%DOCSDIR%%/0README -%%PORTDOCS%%%%DOCSDIR%%/ffe-guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/license.pdf -%%PORTDOCS%%%%DOCSDIR%%/license.txt -%%PORTDOCS%%%%DOCSDIR%%/summary.pdf -%%PORTDOCS%%%%DOCSDIR%%/summary.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/0README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alatet.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alatet.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alatet.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alatet.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alkane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alkane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ammonia.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ammonia.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amoeba.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amoeba.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anthracene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anthracene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aspirin.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aspirin.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arach.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arach.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arach.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/azulene.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/azulene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/azulene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.make -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bearing.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bearing.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bearing2.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzamidine.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzamidine.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzbox.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzbox.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzene.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl2.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl2.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl3.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl3.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bucky.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bucky.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bucky.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane2.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane2.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane2.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanes.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanes.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanes.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanex.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanex.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls2.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls2.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls2.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c5.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c5.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c5.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c5.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7a.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7a.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7a.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7a.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7e.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7e.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7e.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7e.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cage.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cage.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calmodulin.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calmodulin.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calmodulin.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calmodulin.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cawater.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cawater.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.make -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/copper.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/copper.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpentene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpentene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin2.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin2.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin3.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin3.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crown.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crown.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crown.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cychept.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cychept.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cychept.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo2.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo2.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo2.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cycprop.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cycprop.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dang.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dang.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.make -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr2.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr2.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr2.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diamond.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diamond.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diene.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dimethane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dimethane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dmp.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dmp.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.make -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ermer.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ermer.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ermer.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ester.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ester.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethane.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethanol.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethanol.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethanol.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ether.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ether.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etherbox.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etherbox.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etherbox.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethylene.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethylene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethylene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flane.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/form.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/form.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formbig.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formbig.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formbox.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formbox.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formbox.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formopls.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formopls.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formopls.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/furan.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/furan.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/furan.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glucose.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glucose.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glycerol.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glycerol.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glycerol.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphite.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphite.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helix.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helix.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helix.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/heme.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/heme.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hexane.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hexane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hexane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hexanes.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hexanes.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hexanes.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iamoeba.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iamoeba.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imidazole.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imidazole.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imidazole.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imine.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imine.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imine.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/indole.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/indole.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lactam.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lactam.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lipid.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lipid.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lj38.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lj38.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/melittin.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/melittin.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/melittin.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/melittin.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/membrane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/membrane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/meohbox.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/meohbox.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/methane.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/methane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/methane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/methanol.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/methanol.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mgwater.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mgwater.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mm3.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mm3.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nacl.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nacl.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nada.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nada.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/naphthalene.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/naphthalene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/naphthalene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/naphthax.frac -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/naphthax.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/naphthax.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nitrile.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nitrile.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nitrogen.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nitrogen.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nitrogen.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nma.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nma.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nma.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nmabox.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nmabox.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nmabox.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nmf.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nmf.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nstilbene.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nstilbene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nstilbene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/octane.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/octane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/octane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/octane2.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/octane2.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/octane2.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/octene.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/octene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/octene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/palmitate.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/palmitate.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/palmitate.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pentane.frac -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pentane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pentane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/peptide.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/peptide.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/peptide.make -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/peptide.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/peptide.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/peptide.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/phenanth.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/phenanth.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/photo.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/photo.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/photo.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/photo.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pol3.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pol3.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polyala.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polyala.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prism.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prism.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/propane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/propane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/propellane.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/propellane.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/propellane.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/propyne.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/propyne.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyridine.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyridine.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyridine.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyrrole.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyrrole.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyrrole.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/retinoic.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/retinoic.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/skunk.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/skunk.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spc.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spc.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sterol.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sterol.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styrene.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styrene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styrene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/terphenyl.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/terphenyl.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tfe.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tfe.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thiadiene.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thiadiene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thiadiene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thiophene.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thiophene.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thiophene.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thr.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thr.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thr.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip3f.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip3f.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip3p.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip3p.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip4f.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip4f.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip4p.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip4p.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip4pbox.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip4pbox.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip5p.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tip5p.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trpcage.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trpcage.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trpcage.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trpcage.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubiquitin.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubiquitin.pdb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubiquitin.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubiquitin.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubiquitin2.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubiquitin2.seq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubiquitin2.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/urea.frac -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/urea.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/urea.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/water.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/water.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/water.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterball.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterball.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterbig.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterbig.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterbox.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterbox.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterbox.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterdot.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterdot.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterdot.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterglobe.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterglobe.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterhuge.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterhuge.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterslab.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterslab.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waterslab.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/watersmall.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/watersmall.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/watersmall.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/watertiny.dyn -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/watertiny.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/watertiny.xyz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/white.int -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/white.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/white.xyz -%%DATADIR%%/bench/0README -%%DATADIR%%/bench/bench1.key -%%DATADIR%%/bench/bench1.run -%%DATADIR%%/bench/bench1.xyz -%%DATADIR%%/bench/bench2.key -%%DATADIR%%/bench/bench2.run -%%DATADIR%%/bench/bench2.xyz -%%DATADIR%%/bench/bench3.key -%%DATADIR%%/bench/bench3.log -%%DATADIR%%/bench/bench3.run -%%DATADIR%%/bench/bench3.xyz -%%DATADIR%%/bench/bench4.key -%%DATADIR%%/bench/bench4.log -%%DATADIR%%/bench/bench4.run -%%DATADIR%%/bench/bench4.xyz -%%DATADIR%%/bench/bench5.key -%%DATADIR%%/bench/bench5.log -%%DATADIR%%/bench/bench5.run -%%DATADIR%%/bench/bench5.xyz -%%DATADIR%%/bench/bench6.key -%%DATADIR%%/bench/bench6.log -%%DATADIR%%/bench/bench6.run -%%DATADIR%%/bench/bench6.xyz -%%DATADIR%%/bench/bench7.key -%%DATADIR%%/bench/bench7.log -%%DATADIR%%/bench/bench7.run -%%DATADIR%%/bench/bench7.xyz -%%DATADIR%%/bench/bench8.key -%%DATADIR%%/bench/bench8.log -%%DATADIR%%/bench/bench8.run -%%DATADIR%%/bench/bench8.xyz -%%DATADIR%%/bench/bench9.key -%%DATADIR%%/bench/bench9.log -%%DATADIR%%/bench/bench9.run -%%DATADIR%%/bench/bench9.xyz -%%DATADIR%%/bench/results-2.3 -%%DATADIR%%/bench/results-2.4 -%%DATADIR%%/bench/results-2.9 -%%DATADIR%%/bench/results-3.1 -%%DATADIR%%/bench/results-3.2 -%%DATADIR%%/bench/results-3.4 -%%DATADIR%%/bench/results-3.5 -%%DATADIR%%/bench/results-3.7 -%%DATADIR%%/bench/results-3.8 -%%DATADIR%%/bench/results-3.9 -%%DATADIR%%/bench/results-4.0 -%%DATADIR%%/bench/results-4.1 -%%DATADIR%%/bench/results-4.2 -%%DATADIR%%/bench/results-4.3 -%%DATADIR%%/bench/results-5.0 -%%DATADIR%%/bench/results-5.1 -%%DATADIR%%/bench/results-6.0 -%%DATADIR%%/bench/results-6.2 -%%DATADIR%%/bench/results-6.3 -%%DATADIR%%/bench/results-7.0 %%DATADIR%%/params/0README %%DATADIR%%/params/amber94.prm %%DATADIR%%/params/amber96.prm @@ -515,6 +68,8 @@ bin/xyzsybyl %%DATADIR%%/params/amoeba04.prm %%DATADIR%%/params/amoeba09.prm %%DATADIR%%/params/amoebabio09.prm +%%DATADIR%%/params/amoebabio18.prm +%%DATADIR%%/params/amoebanuc17.prm %%DATADIR%%/params/amoebapro04.prm %%DATADIR%%/params/amoebapro13.prm %%DATADIR%%/params/charmm19.prm From owner-svn-ports-all@freebsd.org Sun Oct 7 01:13:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B66710CC612; Sun, 7 Oct 2018 01:13:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 732A28C015; Sun, 7 Oct 2018 01:13:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E1284C59; Sun, 7 Oct 2018 01:13:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w971D4Wd015411; Sun, 7 Oct 2018 01:13:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w971D4x5015410; Sun, 7 Oct 2018 01:13:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070113.w971D4x5015410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 01:13:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481407 - head/devel/flatbuffers X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/flatbuffers X-SVN-Commit-Revision: 481407 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 01:13:04 -0000 Author: yuri Date: Sun Oct 7 01:13:03 2018 New Revision: 481407 URL: https://svnweb.freebsd.org/changeset/ports/481407 Log: devel/flatbuffers/: Update 1.9.0 -> 1.10.0 Reported by: portscout Modified: head/devel/flatbuffers/Makefile head/devel/flatbuffers/distinfo Modified: head/devel/flatbuffers/Makefile ============================================================================== --- head/devel/flatbuffers/Makefile Sun Oct 7 00:19:22 2018 (r481406) +++ head/devel/flatbuffers/Makefile Sun Oct 7 01:13:03 2018 (r481407) @@ -3,8 +3,7 @@ PORTNAME= flatbuffers DISTVERSIONPREFIX= v -DISTVERSION= 1.9.0 -PORTREVISION= 1 +DISTVERSION= 1.10.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/flatbuffers/distinfo ============================================================================== --- head/devel/flatbuffers/distinfo Sun Oct 7 00:19:22 2018 (r481406) +++ head/devel/flatbuffers/distinfo Sun Oct 7 01:13:03 2018 (r481407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522993976 -SHA256 (google-flatbuffers-v1.9.0_GH0.tar.gz) = 5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3 -SIZE (google-flatbuffers-v1.9.0_GH0.tar.gz) = 681752 +TIMESTAMP = 1538874460 +SHA256 (google-flatbuffers-v1.10.0_GH0.tar.gz) = 3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c +SIZE (google-flatbuffers-v1.10.0_GH0.tar.gz) = 817750 From owner-svn-ports-all@freebsd.org Sun Oct 7 01:13:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92D4A10CC67D; Sun, 7 Oct 2018 01:13:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A4978C119; Sun, 7 Oct 2018 01:13:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 455CE4C70; Sun, 7 Oct 2018 01:13:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w971DbBm015552; Sun, 7 Oct 2018 01:13:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w971Daqp015550; Sun, 7 Oct 2018 01:13:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070113.w971Daqp015550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 01:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481408 - head/multimedia/py-mido X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/multimedia/py-mido X-SVN-Commit-Revision: 481408 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 01:13:37 -0000 Author: yuri Date: Sun Oct 7 01:13:36 2018 New Revision: 481408 URL: https://svnweb.freebsd.org/changeset/ports/481408 Log: multimedia/py-mid: Update 1.2.8 -> 1.2.9 Reported by: portscout Modified: head/multimedia/py-mido/Makefile head/multimedia/py-mido/distinfo Modified: head/multimedia/py-mido/Makefile ============================================================================== --- head/multimedia/py-mido/Makefile Sun Oct 7 01:13:03 2018 (r481407) +++ head/multimedia/py-mido/Makefile Sun Oct 7 01:13:36 2018 (r481408) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mido -DISTVERSION= 1.2.8 +DISTVERSION= 1.2.9 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/py-mido/distinfo ============================================================================== --- head/multimedia/py-mido/distinfo Sun Oct 7 01:13:03 2018 (r481407) +++ head/multimedia/py-mido/distinfo Sun Oct 7 01:13:36 2018 (r481408) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510112765 -SHA256 (mido-1.2.8.tar.gz) = 35142874d4521dc5fcebcdc3a645df87cb0ecad129dd031cbca391e2d052313f -SIZE (mido-1.2.8.tar.gz) = 93671 +TIMESTAMP = 1538874687 +SHA256 (mido-1.2.9.tar.gz) = c4a7d5528fefa3d3dcaa2056d4bc873e2c96a395658d15af5a89c8c3fa7c7acc +SIZE (mido-1.2.9.tar.gz) = 96112 From owner-svn-ports-all@freebsd.org Sun Oct 7 03:08:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4879110ACD40; Sun, 7 Oct 2018 03:08:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EEE1A70198; Sun, 7 Oct 2018 03:08:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7DD56361; Sun, 7 Oct 2018 03:08:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9738NlJ072476; Sun, 7 Oct 2018 03:08:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9738NVg072475; Sun, 7 Oct 2018 03:08:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070308.w9738NVg072475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 03:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481411 - head/net-p2p/libtorrent-rasterbar X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-p2p/libtorrent-rasterbar X-SVN-Commit-Revision: 481411 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 03:08:24 -0000 Author: yuri Date: Sun Oct 7 03:08:23 2018 New Revision: 481411 URL: https://svnweb.freebsd.org/changeset/ports/481411 Log: net-p2p/libtorrent-rasterbar: net-p2p/libtorrent-rasterbar: Unbreak on powerpc64 PR: 231757 Submitted by: Piotr Kubaj Modified: head/net-p2p/libtorrent-rasterbar/Makefile Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Sun Oct 7 02:50:28 2018 (r481410) +++ head/net-p2p/libtorrent-rasterbar/Makefile Sun Oct 7 03:08:23 2018 (r481411) @@ -12,8 +12,6 @@ COMMENT= C++ library implementing a BitTorrent client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to build: client_test.cpp: undefined reference to std::__cxx11::basic_string - LIB_DEPENDS= libboost_chrono.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs From owner-svn-ports-all@freebsd.org Sun Oct 7 04:26:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 204A910AFECC; Sun, 7 Oct 2018 04:26:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B815E729BD; Sun, 7 Oct 2018 04:26:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9319570A9; Sun, 7 Oct 2018 04:26:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974QCYv013386; Sun, 7 Oct 2018 04:26:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974QBmg013382; Sun, 7 Oct 2018 04:26:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070426.w974QBmg013382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 04:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481414 - in head/math: . py-gau2grid X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-gau2grid X-SVN-Commit-Revision: 481414 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:26:13 -0000 Author: yuri Date: Sun Oct 7 04:26:11 2018 New Revision: 481414 URL: https://svnweb.freebsd.org/changeset/ports/481414 Log: New port: math/py-gau2grid: Fast computation of a gaussian and its derivative on a grid Added: head/math/py-gau2grid/ head/math/py-gau2grid/Makefile (contents, props changed) head/math/py-gau2grid/distinfo (contents, props changed) head/math/py-gau2grid/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Oct 7 04:23:58 2018 (r481413) +++ head/math/Makefile Sun Oct 7 04:26:11 2018 (r481414) @@ -687,6 +687,7 @@ SUBDIR += py-fiat SUBDIR += py-fpconst SUBDIR += py-gato + SUBDIR += py-gau2grid SUBDIR += py-gimmik SUBDIR += py-gmpy SUBDIR += py-gmpy2 Added: head/math/py-gau2grid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-gau2grid/Makefile Sun Oct 7 04:26:11 2018 (r481414) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= gau2grid +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.0 +CATEGORIES= math python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Fast computation of a gaussian and its derivative on a grid + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} \ + cmake:devel/cmake +RUN_DEPENDS= ${PYNUMPY} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= dgasmith +USE_PYTHON= distutils autoplist + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest + +.include Added: head/math/py-gau2grid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-gau2grid/distinfo Sun Oct 7 04:26:11 2018 (r481414) @@ -0,0 +1,3 @@ +TIMESTAMP = 1538885352 +SHA256 (dgasmith-gau2grid-v1.2.0_GH0.tar.gz) = 5c0312256c794d17c806bafa4a755489d21d3985e44a4429e865b51e67666b9c +SIZE (dgasmith-gau2grid-v1.2.0_GH0.tar.gz) = 124928 Added: head/math/py-gau2grid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-gau2grid/pkg-descr Sun Oct 7 04:26:11 2018 (r481414) @@ -0,0 +1,7 @@ +gau2grid is a python-generated C library for vectorized computation of grid to +gaussian collocation matrices + +The core of gau2grid is generating the collocation matrices between a real space +grid and a gaussian basis set expanded to a given angular momenta. + +WWW: https://github.com/dgasmith/gau2grid From owner-svn-ports-all@freebsd.org Sun Oct 7 04:23:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF9AB10AFDE1; Sun, 7 Oct 2018 04:23:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89853728A1; Sun, 7 Oct 2018 04:23:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81A3E70A6; Sun, 7 Oct 2018 04:23:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974Nxjf013118; Sun, 7 Oct 2018 04:23:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974Nx4C013116; Sun, 7 Oct 2018 04:23:59 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070423.w974Nx4C013116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481413 - head/devel/cctz X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/cctz X-SVN-Commit-Revision: 481413 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:24:00 -0000 Author: swills Date: Sun Oct 7 04:23:58 2018 New Revision: 481413 URL: https://svnweb.freebsd.org/changeset/ports/481413 Log: devel/cctz: update to 2.2 PR: 231896 Submitted by: John Hein (maintainer) Modified: head/devel/cctz/Makefile (contents, props changed) head/devel/cctz/distinfo (contents, props changed) Modified: head/devel/cctz/Makefile ============================================================================== --- head/devel/cctz/Makefile Sun Oct 7 04:18:14 2018 (r481412) +++ head/devel/cctz/Makefile Sun Oct 7 04:23:58 2018 (r481413) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cctz -PORTVERSION= 2.1 +PORTVERSION= 2.2 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -12,8 +12,8 @@ COMMENT= C++ library for handling dates, times, and ti LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c++11-lib gmake GH_ACCOUNT= google +USES= compiler:c++11-lib gmake USE_GITHUB= yes MAKE_ARGS+= CXX=${CXX} \ @@ -24,7 +24,6 @@ PLIST_FILES= include/cctz/civil_time.h \ include/cctz/time_zone.h \ include/cctz/zone_info_source.h \ lib/libcctz.a - PORTDOCS= README.md OPTIONS_DEFINE= DOCS Modified: head/devel/cctz/distinfo ============================================================================== --- head/devel/cctz/distinfo Sun Oct 7 04:18:14 2018 (r481412) +++ head/devel/cctz/distinfo Sun Oct 7 04:23:58 2018 (r481413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525507752 -SHA256 (google-cctz-v2.1_GH0.tar.gz) = a86b9b2d339f5638a03a4bbcc1d8c632d2c429aecc44f5c548839c239c3b6e38 -SIZE (google-cctz-v2.1_GH0.tar.gz) = 84190 +TIMESTAMP = 1525700523 +SHA256 (google-cctz-v2.2_GH0.tar.gz) = ab315d5beb18a65ace57f6ea91f9ea298ec163fee89f84a44e81732af4d07348 +SIZE (google-cctz-v2.2_GH0.tar.gz) = 294330 From owner-svn-ports-all@freebsd.org Sun Oct 7 04:40:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 987A910B04C2; Sun, 7 Oct 2018 04:40:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BF7373183; Sun, 7 Oct 2018 04:40:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46D72726F; Sun, 7 Oct 2018 04:40:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974ehAU021777; Sun, 7 Oct 2018 04:40:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974ehln021776; Sun, 7 Oct 2018 04:40:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070440.w974ehln021776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481418 - head/net/uget X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/uget X-SVN-Commit-Revision: 481418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:40:43 -0000 Author: swills Date: Sun Oct 7 04:40:42 2018 New Revision: 481418 URL: https://svnweb.freebsd.org/changeset/ports/481418 Log: net/uget: update maintainer email PR: 231930 Submitted by: Nathan (maintainer) Modified: head/net/uget/Makefile (contents, props changed) Modified: head/net/uget/Makefile ============================================================================== --- head/net/uget/Makefile Sun Oct 7 04:37:15 2018 (r481417) +++ head/net/uget/Makefile Sun Oct 7 04:40:42 2018 (r481418) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} -MAINTAINER= ndowens.fbsd@yandex.com +MAINTAINER= ndowens@yahoo.com COMMENT= Lightweight and full-featured graphical download manager LICENSE= LGPL21 From owner-svn-ports-all@freebsd.org Sun Oct 7 05:13:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0CF710B157A; Sun, 7 Oct 2018 05:13:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95948742F1; Sun, 7 Oct 2018 05:13:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8ACA378C2; Sun, 7 Oct 2018 05:13:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w975DFTV040108; Sun, 7 Oct 2018 05:13:15 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w975DFhS040106; Sun, 7 Oct 2018 05:13:15 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070513.w975DFhS040106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 05:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481425 - head/devel/pybind11 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/pybind11 X-SVN-Commit-Revision: 481425 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 05:13:16 -0000 Author: yuri Date: Sun Oct 7 05:13:14 2018 New Revision: 481425 URL: https://svnweb.freebsd.org/changeset/ports/481425 Log: devel/pybind11: Update 2.2.2 -> 2.2.4 Reported by: portscout Modified: head/devel/pybind11/Makefile head/devel/pybind11/distinfo Modified: head/devel/pybind11/Makefile ============================================================================== --- head/devel/pybind11/Makefile Sun Oct 7 05:12:03 2018 (r481424) +++ head/devel/pybind11/Makefile Sun Oct 7 05:13:14 2018 (r481425) @@ -2,8 +2,7 @@ PORTNAME= pybind11 DISTVERSIONPREFIX= v -DISTVERSION= 2.2.2 -PORTREVISION= 1 +DISTVERSION= 2.2.4 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org Modified: head/devel/pybind11/distinfo ============================================================================== --- head/devel/pybind11/distinfo Sun Oct 7 05:12:03 2018 (r481424) +++ head/devel/pybind11/distinfo Sun Oct 7 05:13:14 2018 (r481425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518204875 -SHA256 (pybind-pybind11-v2.2.2_GH0.tar.gz) = b639a2b2cbf1c467849660801c4665ffc1a4d0a9e153ae1996ed6f21c492064e -SIZE (pybind-pybind11-v2.2.2_GH0.tar.gz) = 545041 +TIMESTAMP = 1538887790 +SHA256 (pybind-pybind11-v2.2.4_GH0.tar.gz) = b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e +SIZE (pybind-pybind11-v2.2.4_GH0.tar.gz) = 548404 From owner-svn-ports-all@freebsd.org Sun Oct 7 04:31:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC1D810B00BE; Sun, 7 Oct 2018 04:31:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A12672BCF; Sun, 7 Oct 2018 04:31:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6502D70FB; Sun, 7 Oct 2018 04:31:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974VXEL015212; Sun, 7 Oct 2018 04:31:33 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974VX8l015210; Sun, 7 Oct 2018 04:31:33 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070431.w974VX8l015210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481415 - head/benchmarks/perftest X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/benchmarks/perftest X-SVN-Commit-Revision: 481415 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:31:33 -0000 Author: swills Date: Sun Oct 7 04:31:32 2018 New Revision: 481415 URL: https://svnweb.freebsd.org/changeset/ports/481415 Log: benchmarks/perftest: update to v4.4-0.3 PR: 231907 Submitted by: slavash (maintainer) Modified: head/benchmarks/perftest/Makefile (contents, props changed) head/benchmarks/perftest/distinfo (contents, props changed) Modified: head/benchmarks/perftest/Makefile ============================================================================== --- head/benchmarks/perftest/Makefile Sun Oct 7 04:26:11 2018 (r481414) +++ head/benchmarks/perftest/Makefile Sun Oct 7 04:31:32 2018 (r481415) @@ -3,7 +3,7 @@ PORTNAME= perftest DISTVERSIONPREFIX= V -DISTVERSION= 4.2-0.8 +DISTVERSION= 4.4-0.3 CATEGORIES= benchmarks MAINTAINER= slavash@FreeBSD.org Modified: head/benchmarks/perftest/distinfo ============================================================================== --- head/benchmarks/perftest/distinfo Sun Oct 7 04:26:11 2018 (r481414) +++ head/benchmarks/perftest/distinfo Sun Oct 7 04:31:32 2018 (r481415) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529065479 -SHA256 (linux-rdma-perftest-V4.2-0.8_GH0.tar.gz) = 25e433e6ef13a634dfcf9c4b21e74cdc3bdcc5205b6fd88ee004d0671bcc82f4 -SIZE (linux-rdma-perftest-V4.2-0.8_GH0.tar.gz) = 139323 +TIMESTAMP = 1538562078 +SHA256 (linux-rdma-perftest-V4.4-0.3_GH0.tar.gz) = 76cb6ae44e8bc1f29d1482ab4e5eb8df4d3cea29969598b2871f0d35512b37f7 +SIZE (linux-rdma-perftest-V4.4-0.3_GH0.tar.gz) = 139473 From owner-svn-ports-all@freebsd.org Sun Oct 7 07:24:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C457210B581E; Sun, 7 Oct 2018 07:24:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F5177804D; Sun, 7 Oct 2018 07:24:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 456BF10D67; Sun, 7 Oct 2018 07:24:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w977OrOf007211; Sun, 7 Oct 2018 07:24:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w977OqPb007210; Sun, 7 Oct 2018 07:24:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810070724.w977OqPb007210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 7 Oct 2018 07:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481433 - branches/2018Q4/net/tcpflow X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q4/net/tcpflow X-SVN-Commit-Revision: 481433 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 07:24:54 -0000 Author: antoine Date: Sun Oct 7 07:24:52 2018 New Revision: 481433 URL: https://svnweb.freebsd.org/changeset/ports/481433 Log: MFH: r481360 (fixes build with OpenSSL 1.1.1) Update to 1.5.0 PR: 231931 Modified: branches/2018Q4/net/tcpflow/Makefile branches/2018Q4/net/tcpflow/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/tcpflow/Makefile ============================================================================== --- branches/2018Q4/net/tcpflow/Makefile Sun Oct 7 06:28:08 2018 (r481432) +++ branches/2018Q4/net/tcpflow/Makefile Sun Oct 7 07:24:52 2018 (r481433) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tcpflow -PORTVERSION= 1.4.5 -PORTREVISION= 8 +PORTVERSION= 1.5.0 CATEGORIES= net MASTER_SITES= http://digitalcorpora.org/downloads/${PORTNAME}/ @@ -11,11 +10,16 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Program that captures data transmitted as part of TCP connections LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/icl/interval.hpp:devel/boost-libs -LIB_DEPENDS= libcairo.so:graphics/cairo +LIB_DEPENDS= libcairo.so:graphics/cairo \ + libexpat.so:textproc/expat2 \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -USES= ssl +USES= python:2.7 ssl +USE_XORG= pixman GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_md_MD5=no \ ac_cv_header_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \ @@ -24,12 +28,5 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/tcpflow man/man1/tcpflow.1.gz -PORTDOCS= AUTHORS ChangeLog NEWS README - -OPTIONS_DEFINE= DOCS - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Modified: branches/2018Q4/net/tcpflow/distinfo ============================================================================== --- branches/2018Q4/net/tcpflow/distinfo Sun Oct 7 06:28:08 2018 (r481432) +++ branches/2018Q4/net/tcpflow/distinfo Sun Oct 7 07:24:52 2018 (r481433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474383833 -SHA256 (tcpflow-1.4.5.tar.gz) = f39fed437911b858c97937bc902f68f9a690753617abe825411a8483a7f70c72 -SIZE (tcpflow-1.4.5.tar.gz) = 450450 +TIMESTAMP = 1534763117 +SHA256 (tcpflow-1.5.0.tar.gz) = 20abe3353a49a13dcde17ad318d839df6312aa6e958203ea710b37bede33d988 +SIZE (tcpflow-1.5.0.tar.gz) = 471429 From owner-svn-ports-all@freebsd.org Sun Oct 7 05:08:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2D5A10B12ED; Sun, 7 Oct 2018 05:08:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4672273EEB; Sun, 7 Oct 2018 05:08:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BA6C771A; Sun, 7 Oct 2018 05:08:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9758i4D034867; Sun, 7 Oct 2018 05:08:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9758h0Z034865; Sun, 7 Oct 2018 05:08:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070508.w9758h0Z034865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 05:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481423 - head/net/ns3 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/ns3 X-SVN-Commit-Revision: 481423 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 05:08:45 -0000 Author: swills Date: Sun Oct 7 05:08:43 2018 New Revision: 481423 URL: https://svnweb.freebsd.org/changeset/ports/481423 Log: net/ns3: update to 3.29 PR: 231971 Submitted by: Nikola Kolev (maintainer) Modified: head/net/ns3/Makefile (contents, props changed) head/net/ns3/distinfo (contents, props changed) head/net/ns3/pkg-plist (contents, props changed) Modified: head/net/ns3/Makefile ============================================================================== --- head/net/ns3/Makefile Sun Oct 7 05:02:36 2018 (r481422) +++ head/net/ns3/Makefile Sun Oct 7 05:08:43 2018 (r481423) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ns3 -PORTVERSION= 3.28.1 +PORTVERSION= 3.29 CATEGORIES= net MASTER_SITES= https://www.nsnam.org/release/ DISTNAME= ns-allinone-${PORTVERSION} Modified: head/net/ns3/distinfo ============================================================================== --- head/net/ns3/distinfo Sun Oct 7 05:02:36 2018 (r481422) +++ head/net/ns3/distinfo Sun Oct 7 05:08:43 2018 (r481423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535537143 -SHA256 (ns-allinone-3.28.1.tar.bz2) = 1a777216ef88cfa3ede700582781c4b7ae69b26649406b8749d5588d5d43ea8e -SIZE (ns-allinone-3.28.1.tar.bz2) = 27165424 +TIMESTAMP = 1538661355 +SHA256 (ns-allinone-3.29.tar.bz2) = 4ddfa5c07845c41265efaf25fb3d18d66b916e8885984e6a98d884e057bd2d55 +SIZE (ns-allinone-3.29.tar.bz2) = 27158284 Modified: head/net/ns3/pkg-plist ============================================================================== --- head/net/ns3/pkg-plist Sun Oct 7 05:02:36 2018 (r481422) +++ head/net/ns3/pkg-plist Sun Oct 7 05:08:43 2018 (r481423) @@ -28,6 +28,7 @@ bin/ns%%VERSION%%-bench-simulator%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-double-probe-example%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-dsdv-manet%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-dsr%%DEBUG_SUFX%% +%%EXAMPLES%%bin/ns%%VERSION%%-dsss-validation%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-dumbbell-animation%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-dynamic-global-routing%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-energy-model-example%%DEBUG_SUFX%% @@ -90,7 +91,6 @@ bin/ns%%VERSION%%-bench-simulator%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-main-ptr%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-main-random-topology%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-main-random-variable-stream%%DEBUG_SUFX%% -%%EXAMPLES%%bin/ns%%VERSION%%-main-random-variable%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-main-random-walk%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-main-simple%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-main-test-sync%%DEBUG_SUFX%% @@ -169,6 +169,7 @@ bin/ns%%VERSION%%-print-introspected-doxygen%%DEBUG_SU %%EXAMPLES%%bin/ns%%VERSION%%-test-string-value-formatting%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-third-distributed%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-third%%DEBUG_SUFX%% +%%EXAMPLES%%bin/ns%%VERSION%%-three-gpp-http-example%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-time-probe-example%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-topology-example-sim%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-traffic-control%%DEBUG_SUFX%% @@ -199,6 +200,8 @@ bin/ns%%VERSION%%-print-introspected-doxygen%%DEBUG_SU %%EXAMPLES%%bin/ns%%VERSION%%-wifi-hidden-terminal%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-wifi-manager-example%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-wifi-multi-tos%%DEBUG_SUFX%% +%%EXAMPLES%%bin/ns%%VERSION%%-wifi-pcf%%DEBUG_SUFX%% +%%EXAMPLES%%bin/ns%%VERSION%%-wifi-phy-configuration%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-wifi-phy-test%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-wifi-simple-adhoc-grid%%DEBUG_SUFX%% %%EXAMPLES%%bin/ns%%VERSION%%-wifi-simple-adhoc%%DEBUG_SUFX%% @@ -257,6 +260,7 @@ include/ns%%VERSION%%/ns3/arf-wifi-manager.h include/ns%%VERSION%%/ns3/arp-cache.h include/ns%%VERSION%%/ns3/arp-header.h include/ns%%VERSION%%/ns3/arp-l3-protocol.h +include/ns%%VERSION%%/ns3/arp-queue-disc-item.h include/ns%%VERSION%%/ns3/ascii-file.h include/ns%%VERSION%%/ns3/ascii-test.h include/ns%%VERSION%%/ns3/assert.h @@ -275,6 +279,7 @@ include/ns%%VERSION%%/ns3/basic-energy-source.h include/ns%%VERSION%%/ns3/block-ack-agreement.h include/ns%%VERSION%%/ns3/block-ack-cache.h include/ns%%VERSION%%/ns3/block-ack-manager.h +include/ns%%VERSION%%/ns3/block-ack-type.h include/ns%%VERSION%%/ns3/boolean-probe.h include/ns%%VERSION%%/ns3/boolean.h include/ns%%VERSION%%/ns3/box.h @@ -314,6 +319,8 @@ include/ns%%VERSION%%/ns3/candidate-queue.h include/ns%%VERSION%%/ns3/capability-information.h include/ns%%VERSION%%/ns3/cara-wifi-manager.h include/ns%%VERSION%%/ns3/cc-helper.h +include/ns%%VERSION%%/ns3/cf-parameter-set.h +include/ns%%VERSION%%/ns3/channel-access-manager.h include/ns%%VERSION%%/ns3/channel-coordinator.h include/ns%%VERSION%%/ns3/channel-list.h include/ns%%VERSION%%/ns3/channel-manager.h @@ -358,9 +365,6 @@ include/ns%%VERSION%%/ns3/data-collection-object.h include/ns%%VERSION%%/ns3/data-collector.h include/ns%%VERSION%%/ns3/data-output-interface.h include/ns%%VERSION%%/ns3/data-rate.h -include/ns%%VERSION%%/ns3/dca-txop.h -include/ns%%VERSION%%/ns3/dcf-manager.h -include/ns%%VERSION%%/ns3/dcf-state.h include/ns%%VERSION%%/ns3/default-channel-scheduler.h include/ns%%VERSION%%/ns3/default-deleter.h include/ns%%VERSION%%/ns3/default-simulator-impl.h @@ -404,7 +408,6 @@ include/ns%%VERSION%%/ns3/dsss-error-rate-model.h include/ns%%VERSION%%/ns3/dsss-parameter-set.h include/ns%%VERSION%%/ns3/dynamic-queue-limits.h include/ns%%VERSION%%/ns3/edca-parameter-set.h -include/ns%%VERSION%%/ns3/edca-txop-n.h include/ns%%VERSION%%/ns3/empty.h include/ns%%VERSION%%/ns3/energy-harvester-container.h include/ns%%VERSION%%/ns3/energy-harvester-helper.h @@ -515,6 +518,7 @@ include/ns%%VERSION%%/ns3/ie-dot11s-rann.h include/ns%%VERSION%%/ns3/inet-socket-address.h include/ns%%VERSION%%/ns3/inet-topology-reader.h include/ns%%VERSION%%/ns3/inet6-socket-address.h +include/ns%%VERSION%%/ns3/infrastructure-wifi-mac.h include/ns%%VERSION%%/ns3/int-to-type.h include/ns%%VERSION%%/ns3/int64x64-cairo.h include/ns%%VERSION%%/ns3/int64x64-double.h @@ -817,6 +821,7 @@ include/ns%%VERSION%%/ns3/point-to-point-star.h include/ns%%VERSION%%/ns3/pointer.h include/ns%%VERSION%%/ns3/position-allocator.h include/ns%%VERSION%%/ns3/ppp-header.h +include/ns%%VERSION%%/ns3/prio-queue-disc.h include/ns%%VERSION%%/ns3/probe.h include/ns%%VERSION%%/ns3/propagation-cache.h include/ns%%VERSION%%/ns3/propagation-delay-model.h @@ -826,6 +831,7 @@ include/ns%%VERSION%%/ns3/propagation-module.h include/ns%%VERSION%%/ns3/pss-ff-mac-scheduler.h include/ns%%VERSION%%/ns3/ptr.h include/ns%%VERSION%%/ns3/qos-blocked-destinations.h +include/ns%%VERSION%%/ns3/qos-txop.h include/ns%%VERSION%%/ns3/qos-utils.h include/ns%%VERSION%%/ns3/queue-disc-container.h include/ns%%VERSION%%/ns3/queue-disc.h @@ -955,10 +961,13 @@ include/ns%%VERSION%%/ns3/tcp-option-sack-permitted.h include/ns%%VERSION%%/ns3/tcp-option-sack.h include/ns%%VERSION%%/ns3/tcp-option-ts.h include/ns%%VERSION%%/ns3/tcp-option-winscale.h +include/ns%%VERSION%%/ns3/tcp-prr-recovery.h +include/ns%%VERSION%%/ns3/tcp-recovery-ops.h include/ns%%VERSION%%/ns3/tcp-rx-buffer.h include/ns%%VERSION%%/ns3/tcp-scalable.h include/ns%%VERSION%%/ns3/tcp-socket-base.h include/ns%%VERSION%%/ns3/tcp-socket-factory.h +include/ns%%VERSION%%/ns3/tcp-socket-state.h include/ns%%VERSION%%/ns3/tcp-socket.h include/ns%%VERSION%%/ns3/tcp-tx-buffer.h include/ns%%VERSION%%/ns3/tcp-vegas.h @@ -969,6 +978,11 @@ include/ns%%VERSION%%/ns3/tdbet-ff-mac-scheduler.h include/ns%%VERSION%%/ns3/tdmt-ff-mac-scheduler.h include/ns%%VERSION%%/ns3/tdtbfq-ff-mac-scheduler.h include/ns%%VERSION%%/ns3/test.h +include/ns%%VERSION%%/ns3/three-gpp-http-client.h +include/ns%%VERSION%%/ns3/three-gpp-http-header.h +include/ns%%VERSION%%/ns3/three-gpp-http-helper.h +include/ns%%VERSION%%/ns3/three-gpp-http-server.h +include/ns%%VERSION%%/ns3/three-gpp-http-variables.h include/ns%%VERSION%%/ns3/time-data-calculators.h include/ns%%VERSION%%/ns3/time-probe.h include/ns%%VERSION%%/ns3/time-series-adaptor.h @@ -989,6 +1003,7 @@ include/ns%%VERSION%%/ns3/trailer.h include/ns%%VERSION%%/ns3/tta-ff-mac-scheduler.h include/ns%%VERSION%%/ns3/tv-spectrum-transmitter-helper.h include/ns%%VERSION%%/ns3/tv-spectrum-transmitter.h +include/ns%%VERSION%%/ns3/txop.h include/ns%%VERSION%%/ns3/type-id.h include/ns%%VERSION%%/ns3/type-name.h include/ns%%VERSION%%/ns3/type-traits.h @@ -1068,6 +1083,7 @@ include/ns%%VERSION%%/ns3/wifi-mac-trailer.h include/ns%%VERSION%%/ns3/wifi-mac.h include/ns%%VERSION%%/ns3/wifi-mode.h include/ns%%VERSION%%/ns3/wifi-module.h +include/ns%%VERSION%%/ns3/wifi-mpdu-type.h include/ns%%VERSION%%/ns3/wifi-net-device.h include/ns%%VERSION%%/ns3/wifi-phy-listener.h include/ns%%VERSION%%/ns3/wifi-phy-standard.h From owner-svn-ports-all@freebsd.org Sun Oct 7 04:34:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2812A10B02AF; Sun, 7 Oct 2018 04:34:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDB7872E5E; Sun, 7 Oct 2018 04:34:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C87517256; Sun, 7 Oct 2018 04:34:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974YUDx018369; Sun, 7 Oct 2018 04:34:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974YUGs018368; Sun, 7 Oct 2018 04:34:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070434.w974YUGs018368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481416 - head/archivers/lzma X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/archivers/lzma X-SVN-Commit-Revision: 481416 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:34:31 -0000 Author: swills Date: Sun Oct 7 04:34:30 2018 New Revision: 481416 URL: https://svnweb.freebsd.org/changeset/ports/481416 Log: archivers/lzma: Update maintainer email PR: 231928 Submitted by: Nathan (maintainer) Modified: head/archivers/lzma/Makefile (contents, props changed) Modified: head/archivers/lzma/Makefile ============================================================================== --- head/archivers/lzma/Makefile Sun Oct 7 04:31:32 2018 (r481415) +++ head/archivers/lzma/Makefile Sun Oct 7 04:34:30 2018 (r481416) @@ -7,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= SF/sevenzip/LZMA%20SDK/ DISTNAME= lzma${PORTVERSION:S/.//g} -MAINTAINER= ndowens.fbsd@yandex.com +MAINTAINER= ndowens@yahoo.com COMMENT= High-ratio LZMA compressor CONFLICTS= lzmautils-[0-9]* xz-[0-9]* From owner-svn-ports-all@freebsd.org Sun Oct 7 04:57:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01C5810B0EAE; Sun, 7 Oct 2018 04:57:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC01E73A49; Sun, 7 Oct 2018 04:57:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6F507584; Sun, 7 Oct 2018 04:57:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974vjf2029642; Sun, 7 Oct 2018 04:57:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974vjId029640; Sun, 7 Oct 2018 04:57:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070457.w974vjId029640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481421 - head/security/samhain X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/samhain X-SVN-Commit-Revision: 481421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:57:46 -0000 Author: swills Date: Sun Oct 7 04:57:45 2018 New Revision: 481421 URL: https://svnweb.freebsd.org/changeset/ports/481421 Log: security/samhain: update to 4.3.1 PR: 231941 Submitted by: Nikola Kolev (maintainer) Modified: head/security/samhain/Makefile (contents, props changed) head/security/samhain/distinfo (contents, props changed) Modified: head/security/samhain/Makefile ============================================================================== --- head/security/samhain/Makefile Sun Oct 7 04:53:21 2018 (r481420) +++ head/security/samhain/Makefile Sun Oct 7 04:57:45 2018 (r481421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= samhain -PORTVERSION= 4.2.4 +PORTVERSION= 4.3.1 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ DISTNAME= samhain_signed-${PORTVERSION} Modified: head/security/samhain/distinfo ============================================================================== --- head/security/samhain/distinfo Sun Oct 7 04:53:21 2018 (r481420) +++ head/security/samhain/distinfo Sun Oct 7 04:57:45 2018 (r481421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515418980 -SHA256 (samhain_signed-4.2.4.tar.gz) = 0cd779b3666264e1f370f7ec37891f680b4caa04895fab8c5aa9a52e41ec885d -SIZE (samhain_signed-4.2.4.tar.gz) = 2138117 +TIMESTAMP = 1538659372 +SHA256 (samhain_signed-4.3.1.tar.gz) = d4dcedc6bc579c935de7972d23675e94654391c3a1bd19c06ec38e57f7faf1f2 +SIZE (samhain_signed-4.3.1.tar.gz) = 2141139 From owner-svn-ports-all@freebsd.org Sun Oct 7 02:04:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24A3F10A9FBF; Sun, 7 Oct 2018 02:04:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CAD0C8DCFD; Sun, 7 Oct 2018 02:04:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C560A586C; Sun, 7 Oct 2018 02:04:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97246YL040820; Sun, 7 Oct 2018 02:04:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w972465K040818; Sun, 7 Oct 2018 02:04:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070204.w972465K040818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 02:04:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481409 - head/graphics/yafaray X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/yafaray X-SVN-Commit-Revision: 481409 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 02:04:07 -0000 Author: yuri Date: Sun Oct 7 02:04:05 2018 New Revision: 481409 URL: https://svnweb.freebsd.org/changeset/ports/481409 Log: graphics/yafaray: Update 3.0-5 -> 3.3.0-11 Modified: head/graphics/yafaray/Makefile head/graphics/yafaray/distinfo head/graphics/yafaray/pkg-plist Modified: head/graphics/yafaray/Makefile ============================================================================== --- head/graphics/yafaray/Makefile Sun Oct 7 01:13:36 2018 (r481408) +++ head/graphics/yafaray/Makefile Sun Oct 7 02:04:05 2018 (r481409) @@ -3,15 +3,10 @@ PORTNAME= yafaray DISTVERSIONPREFIX= v -DISTVERSION= 3.0-5 -PORTREVISION= 2 -DISTVERSIONSUFFIX= -g3a98966 +DISTVERSION= 3.3.0-11 +DISTVERSIONSUFFIX= -g1c0b43a CATEGORIES= graphics -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 38ca47aeca670c9bd5d21c24c0444be1d8fd22b0.patch:-p1 \ - 135c2aad275382f3a95d905e08d4c9e883a0b461.patch:-p1 - MAINTAINER= ports@FreeBSD.org COMMENT= Montecarlo raytracing engine @@ -32,7 +27,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libpng16.so:graphics/png \ libtiff.so:graphics/tiff -USES= cmake:outsource jpeg +USES= cmake:outsource gnome jpeg USE_GITHUB= yes GH_ACCOUNT= YafaRay GH_PROJECT= Core Modified: head/graphics/yafaray/distinfo ============================================================================== --- head/graphics/yafaray/distinfo Sun Oct 7 01:13:36 2018 (r481408) +++ head/graphics/yafaray/distinfo Sun Oct 7 02:04:05 2018 (r481409) @@ -1,7 +1,3 @@ -TIMESTAMP = 1532153459 -SHA256 (YafaRay-Core-v3.0-5-g3a98966_GH0.tar.gz) = e6366183810538a33f1ae29a88b8b26710af1dbdb9d60f4c159dda002036e7d4 -SIZE (YafaRay-Core-v3.0-5-g3a98966_GH0.tar.gz) = 1135013 -SHA256 (38ca47aeca670c9bd5d21c24c0444be1d8fd22b0.patch) = f1b1656effde7d71353ab961c83c0f56797d8260d2d97e1d48b42d930f738438 -SIZE (38ca47aeca670c9bd5d21c24c0444be1d8fd22b0.patch) = 898 -SHA256 (135c2aad275382f3a95d905e08d4c9e883a0b461.patch) = c7be74412c8f32ebd91927f82794c9103fa1df48f49720a5fda40b4548501fb5 -SIZE (135c2aad275382f3a95d905e08d4c9e883a0b461.patch) = 783 +TIMESTAMP = 1538876702 +SHA256 (YafaRay-Core-v3.3.0-11-g1c0b43a_GH0.tar.gz) = 400c1e0c8d8b832ded6604daf438c53450b65f14f8ea3736b772f4b53f0e9c3f +SIZE (YafaRay-Core-v3.3.0-11-g1c0b43a_GH0.tar.gz) = 1136115 Modified: head/graphics/yafaray/pkg-plist ============================================================================== --- head/graphics/yafaray/pkg-plist Sun Oct 7 01:13:36 2018 (r481408) +++ head/graphics/yafaray/pkg-plist Sun Oct 7 02:04:05 2018 (r481409) @@ -37,7 +37,10 @@ include/yafaray/core_api/vector3d.h include/yafaray/core_api/volume.h include/yafaray/core_api/yafsystem.h include/yafaray/gui/yafqtapi.h +include/yafaray/integrators/bidirpath.h +include/yafaray/integrators/directlight.h include/yafaray/integrators/integr_utils.h +include/yafaray/integrators/pathtracer.h include/yafaray/integrators/photonintegr.h include/yafaray/integrators/sppm.h include/yafaray/interface/xmlinterface.h @@ -140,7 +143,6 @@ include/yafaray/utilities/threadUtils.h include/yafaray/utilities/tiled_array.h include/yafaray/utilities/winunistd.h include/yafaray/utilities/y_alloc.h -include/yafaray/utilities/y_alloc.h.orig include/yafaray/yaf_version.h include/yafaray/yafray_config.h include/yafaray/yafray_constants.h From owner-svn-ports-all@freebsd.org Sun Oct 7 04:37:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C297C10B0409; Sun, 7 Oct 2018 04:37:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 644B672F86; Sun, 7 Oct 2018 04:37:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58E747259; Sun, 7 Oct 2018 04:37:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974bGbV018600; Sun, 7 Oct 2018 04:37:16 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974bG8D018599; Sun, 7 Oct 2018 04:37:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070437.w974bG8D018599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481417 - head/finance/cointop X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/finance/cointop X-SVN-Commit-Revision: 481417 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:37:16 -0000 Author: swills Date: Sun Oct 7 04:37:15 2018 New Revision: 481417 URL: https://svnweb.freebsd.org/changeset/ports/481417 Log: finance/cointop: Update maintainer email PR: 231929 Submitted by: Nathan (maintainer) Modified: head/finance/cointop/Makefile (contents, props changed) Modified: head/finance/cointop/Makefile ============================================================================== --- head/finance/cointop/Makefile Sun Oct 7 04:34:30 2018 (r481416) +++ head/finance/cointop/Makefile Sun Oct 7 04:37:15 2018 (r481417) @@ -4,7 +4,7 @@ PORTNAME= cointop PORTVERSION= 1.0.6 CATEGORIES= finance -MAINTAINER= ndowens.fbsd@yandex.com +MAINTAINER= ndowens@yahoo.com COMMENT= Light cryptocurrency coin stats LICENSE= APACHE20 From owner-svn-ports-all@freebsd.org Sun Oct 7 06:10:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8698210B2FAD; Sun, 7 Oct 2018 06:10:50 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3925375D03; Sun, 7 Oct 2018 06:10:50 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33F7D100CD; Sun, 7 Oct 2018 06:10:50 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w976AoQa066580; Sun, 7 Oct 2018 06:10:50 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w976AoVm066579; Sun, 7 Oct 2018 06:10:50 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810070610.w976AoVm066579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 7 Oct 2018 06:10:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481430 - head/x11-fonts/psftools X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-fonts/psftools X-SVN-Commit-Revision: 481430 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 06:10:50 -0000 Author: tobik Date: Sun Oct 7 06:10:49 2018 New Revision: 481430 URL: https://svnweb.freebsd.org/changeset/ports/481430 Log: Tell portscout to ignore x11-fonts/psftools The upstream HTTP server is configured to redirect to psftools-1.0.10.tar.gz with a 301 when the requested filename is similar enough to it. This leads to portscout finding bogus tarballs like psftools-{1.0.11,1.0.12,...,1.1.10}.tar.gz which are really psftools-1.0.10.tar.gz. Modified: head/x11-fonts/psftools/Makefile Modified: head/x11-fonts/psftools/Makefile ============================================================================== --- head/x11-fonts/psftools/Makefile Sun Oct 7 06:08:44 2018 (r481429) +++ head/x11-fonts/psftools/Makefile Sun Oct 7 06:10:49 2018 (r481430) @@ -16,4 +16,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip +PORTSCOUT= ignore:1 + .include From owner-svn-ports-all@freebsd.org Sun Oct 7 04:53:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F34E10B0C3B; Sun, 7 Oct 2018 04:53:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C89C07387D; Sun, 7 Oct 2018 04:53:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCD1E7580; Sun, 7 Oct 2018 04:53:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974rMCC029290; Sun, 7 Oct 2018 04:53:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974rLin029286; Sun, 7 Oct 2018 04:53:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070453.w974rLin029286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481420 - in head/net/libwebsockets: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net/libwebsockets: . files X-SVN-Commit-Revision: 481420 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:53:23 -0000 Author: swills Date: Sun Oct 7 04:53:21 2018 New Revision: 481420 URL: https://svnweb.freebsd.org/changeset/ports/481420 Log: net/libwebsockets: update to 2.4.2 PR: 231938 Submitted by: Iblis Lin (maintainer) Modified: head/net/libwebsockets/Makefile (contents, props changed) head/net/libwebsockets/distinfo (contents, props changed) head/net/libwebsockets/files/patch-CMakeLists.txt (contents, props changed) head/net/libwebsockets/pkg-plist (contents, props changed) Modified: head/net/libwebsockets/Makefile ============================================================================== --- head/net/libwebsockets/Makefile Sun Oct 7 04:48:09 2018 (r481419) +++ head/net/libwebsockets/Makefile Sun Oct 7 04:53:21 2018 (r481420) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= libwebsockets -PORTVERSION= 2.2.2 +PORTVERSION= 2.4.2 DISTVERSIONPREFIX= v CATEGORIES= net devel -MASTER_SITES= GITHUB MAINTAINER= iblis@hs.ntnu.edu.tw COMMENT= C library for lightweight websocket clients and servers @@ -13,13 +12,13 @@ COMMENT= C library for lightweight websocket clients a LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= warmcat +USES= cmake pkgconfig ssl +USE_LDCONFIG= yes PORTSCOUT= limit:^v\d+\.* -USES= cmake pkgconfig ssl -USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= warmcat CMAKE_ARGS= -DLWS_WITHOUT_TESTAPPS=ON \ -DLWS_WITHOUT_TEST_SERVER=ON \ @@ -30,6 +29,7 @@ CMAKE_ARGS= -DLWS_WITHOUT_TESTAPPS=ON \ -DLWS_WITHOUT_TEST_FRAGGLE=ON OPTIONS_DEFINE= HTTP2 HTTP_PROXY IPV6 LIBEV LIBUV UNIX_SOCK WEBSERVER PLUGINS +OPTIONS_DEFAULT=HTTP2 OPTIONS_SUB= yes HTTP_PROXY_DESC= HTTP proxy support @@ -53,7 +53,7 @@ LIBUV_LIB_DEPENDS= libuv.so:devel/libuv UNIX_SOCK_CMAKE_ON= -DLWS_UNIX_SOCK=ON WEBSERVER_CMAKE_ON= -DLWS_WITH_LWSWS=ON -WEBSERVER_LIB_DEPENDS= libuv.so:devel/libuv +WEBSERVER_IMPLIES= LIBUV PLUGINS_CMAKE_ON= -DLWS_WITH_PLUGINS=ON \ -DLWS_WITH_SERVER_STATUS=ON \ Modified: head/net/libwebsockets/distinfo ============================================================================== --- head/net/libwebsockets/distinfo Sun Oct 7 04:48:09 2018 (r481419) +++ head/net/libwebsockets/distinfo Sun Oct 7 04:53:21 2018 (r481420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500465747 -SHA256 (warmcat-libwebsockets-v2.2.2_GH0.tar.gz) = e38a7d981fe87b9a86b1f1cddd1f9e062d3896c488e6b2a32cb700d4c959ecba -SIZE (warmcat-libwebsockets-v2.2.2_GH0.tar.gz) = 3548981 +TIMESTAMP = 1538641163 +SHA256 (warmcat-libwebsockets-v2.4.2_GH0.tar.gz) = 73012d7fcf428dedccc816e83a63a01462e27819d5537b8e0d0c7264bfacfad6 +SIZE (warmcat-libwebsockets-v2.4.2_GH0.tar.gz) = 3777160 Modified: head/net/libwebsockets/files/patch-CMakeLists.txt ============================================================================== --- head/net/libwebsockets/files/patch-CMakeLists.txt Sun Oct 7 04:48:09 2018 (r481419) +++ head/net/libwebsockets/files/patch-CMakeLists.txt Sun Oct 7 04:53:21 2018 (r481420) @@ -1,20 +1,20 @@ ---- CMakeLists.txt.orig 2016-10-06 19:19:50 UTC +--- CMakeLists.txt.orig 2018-03-08 10:28:37 UTC +++ CMakeLists.txt -@@ -682,7 +682,7 @@ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COM - set(VISIBILITY_FLAG -fvisibility=hidden) - endif() - if (UNIX OR LWS_WITH_ESP8266) -- set(CMAKE_C_FLAGS "-Wall -Werror ${VISIBILITY_FLAG} ${CMAKE_C_FLAGS}" ) -+ set(CMAKE_C_FLAGS "-Wall ${VISIBILITY_FLAG} ${CMAKE_C_FLAGS}" ) - else() - set(CMAKE_C_FLAGS "-Wall ${VISIBILITY_FLAG} ${CMAKE_C_FLAGS}" ) - endif() -@@ -1416,7 +1416,7 @@ Cflags: -I\${includedir}" +@@ -1739,7 +1739,7 @@ Cflags: -I\${includedir}" ) install(FILES "${PROJECT_BINARY_DIR}/libwebsockets.pc" - DESTINATION lib${LIB_SUFFIX}/pkgconfig) + DESTINATION libdata/pkgconfig) - endif(UNIX) - # + file(WRITE "${PROJECT_BINARY_DIR}/libwebsockets_static.pc" + "prefix=\"${CMAKE_INSTALL_PREFIX}\" +@@ -1757,7 +1757,7 @@ Cflags: -I\${includedir}" + ) + + install(FILES "${PROJECT_BINARY_DIR}/libwebsockets_static.pc" +- DESTINATION lib${LIB_SUFFIX}/pkgconfig) ++ DESTINATION libdata/pkgconfig) + + + endif(UNIX) Modified: head/net/libwebsockets/pkg-plist ============================================================================== --- head/net/libwebsockets/pkg-plist Sun Oct 7 04:48:09 2018 (r481419) +++ head/net/libwebsockets/pkg-plist Sun Oct 7 04:53:21 2018 (r481420) @@ -1,6 +1,7 @@ %%WEBSERVER%%bin/lwsws %%WEBSERVER%%include/lejp.h include/libwebsockets.h +include/lws-plugin-ssh.h include/lws_config.h lib/cmake/libwebsockets/LibwebsocketsConfig.cmake lib/cmake/libwebsockets/LibwebsocketsConfigVersion.cmake @@ -8,8 +9,11 @@ lib/cmake/libwebsockets/LibwebsocketsTargets-%%CMAKE_B lib/cmake/libwebsockets/LibwebsocketsTargets.cmake lib/libwebsockets.a lib/libwebsockets.so -lib/libwebsockets.so.10 +lib/libwebsockets.so.12 libdata/pkgconfig/libwebsockets.pc +libdata/pkgconfig/libwebsockets_static.pc +%%DATADIR%%-test-server/lws-ssh-test-keys +%%DATADIR%%-test-server/lws-ssh-test-keys.pub %%PLUGINS%%%%DATADIR%%-test-server/generic-sessions/failed-login.html %%PLUGINS%%%%DATADIR%%-test-server/generic-sessions/index.html %%PLUGINS%%%%DATADIR%%-test-server/generic-sessions/lwsgs-logo.png From owner-svn-ports-all@freebsd.org Sun Oct 7 02:50:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9DB410AC30C; Sun, 7 Oct 2018 02:50:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF498F5F7; Sun, 7 Oct 2018 02:50:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F3665FB0; Sun, 7 Oct 2018 02:50:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w972oTPJ061224; Sun, 7 Oct 2018 02:50:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w972oSt7061222; Sun, 7 Oct 2018 02:50:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070250.w972oSt7061222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 02:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481410 - head/www/tdiary X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/tdiary X-SVN-Commit-Revision: 481410 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 02:50:29 -0000 Author: swills Date: Sun Oct 7 02:50:28 2018 New Revision: 481410 URL: https://svnweb.freebsd.org/changeset/ports/481410 Log: www/tdiary: Update to 5.0.10 PR: 231811 Submitted by: Yasuhiro KIMURA (maintainer) Modified: head/www/tdiary/Makefile (contents, props changed) head/www/tdiary/distinfo (contents, props changed) Modified: head/www/tdiary/Makefile ============================================================================== --- head/www/tdiary/Makefile Sun Oct 7 02:04:05 2018 (r481409) +++ head/www/tdiary/Makefile Sun Oct 7 02:50:28 2018 (r481410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tdiary -PORTVERSION= 5.0.9 +PORTVERSION= 5.0.10 CATEGORIES?= www ruby MASTER_SITES= https://github.com/tdiary/tdiary-core/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-full-v${PORTVERSION} @@ -13,9 +13,9 @@ COMMENT= Web-based diary system (like weblog) written LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-bundler>=1.16.1:sysutils/rubygem-bundler \ +RUN_DEPENDS= rubygem-bundler>=1.16.5:sysutils/rubygem-bundler \ rubygem-emot>=0.0.4:textproc/rubygem-emot \ - rubygem-fastimage>=2.1.3:graphics/rubygem-fastimage \ + rubygem-fastimage>=2.1.4:graphics/rubygem-fastimage \ rubygem-hikidoc>=0.1.0:textproc/rubygem-hikidoc \ rubygem-mail>=2.7.0:mail/rubygem-mail \ rubygem-rack>=2.0.5:www/rubygem-rack \ @@ -23,6 +23,7 @@ RUN_DEPENDS= rubygem-bundler>=1.16.1:sysutils/rubygem- USES= shebangfix USE_RUBY= yes + NO_ARCH= yes NO_BUILD= yes @@ -81,7 +82,7 @@ pre-patch: @${RM} ${WRKSRC}/tmp/.gitkeep @${RM} -r ${WRKSRC}/.bundle @${RM} -r ${WRKSRC}/.vscode - @${RM} -r ${WRKSRC}/misc/lib/bundler-1.16.1 + @${RM} -r ${WRKSRC}/misc/lib/bundler-1.16.5 @${RM} -r ${WRKSRC}/public @${RM} -r ${WRKSRC}/spec @${RM} -r ${WRKSRC}/test Modified: head/www/tdiary/distinfo ============================================================================== --- head/www/tdiary/distinfo Sun Oct 7 02:04:05 2018 (r481409) +++ head/www/tdiary/distinfo Sun Oct 7 02:50:28 2018 (r481410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530262596 -SHA256 (tdiary-full-v5.0.9.tar.gz) = dd01c3af5916185b74aa53bb9072f40d3b492be6803aab397759b58f4cdf56de -SIZE (tdiary-full-v5.0.9.tar.gz) = 7038364 +TIMESTAMP = 1538268183 +SHA256 (tdiary-full-v5.0.10.tar.gz) = a05ee96d6ac8c0dd5a8a9176ca3788d79be54ebdcf2ac5bc9a38b54edd03bf73 +SIZE (tdiary-full-v5.0.10.tar.gz) = 7300429 From owner-svn-ports-all@freebsd.org Sun Oct 7 04:18:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1512F10AF9E1; Sun, 7 Oct 2018 04:18:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B83E672478; Sun, 7 Oct 2018 04:18:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1C9C6F10; Sun, 7 Oct 2018 04:18:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974IEuX008110; Sun, 7 Oct 2018 04:18:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974IEL1008108; Sun, 7 Oct 2018 04:18:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070418.w974IEL1008108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:18:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481412 - head/net-im/py-matrix-synapse X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net-im/py-matrix-synapse X-SVN-Commit-Revision: 481412 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:18:15 -0000 Author: swills Date: Sun Oct 7 04:18:14 2018 New Revision: 481412 URL: https://svnweb.freebsd.org/changeset/ports/481412 Log: net-im/py-matrix-synapse: update to 0.33.5.1 PR: 231885 Submitted by: Sascha Biberhofer (maintainer) Modified: head/net-im/py-matrix-synapse/Makefile (contents, props changed) head/net-im/py-matrix-synapse/distinfo (contents, props changed) Modified: head/net-im/py-matrix-synapse/Makefile ============================================================================== --- head/net-im/py-matrix-synapse/Makefile Sun Oct 7 03:08:23 2018 (r481411) +++ head/net-im/py-matrix-synapse/Makefile Sun Oct 7 04:18:14 2018 (r481412) @@ -3,7 +3,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 0.33.3.1 +DISTVERSION= 0.33.5.1 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1: ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.1.3:devel/py-canonicaljson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}signedjson>=1.0.0:security/py-signedjson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.2.1:security/py-pynacl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0:security/py-service_identity@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>=16.6.0:devel/py-twisted@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=1.0.0:security/py-service_identity@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twisted>=17.1.0:devel/py-twisted@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}treq>=15.1:www/py-treq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.9:devel/py-pyasn1@${PY_FLAVOR} \ @@ -48,7 +49,8 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.10. ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=15.0:devel/py-virtualenv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tox>=2.3.1:devel/py-tox@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tox>=2.3.1:devel/py-tox@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} USES= python USE_GITHUB= yes @@ -74,9 +76,10 @@ PLIST_FILES+= "@sample %%ETCDIR%%/log.config.sample" NO_ARCH= yes -OPTIONS_DEFINE= EMAIL LDAP PGSQL SQLITE +OPTIONS_DEFINE= EMAIL LDAP PGSQL SQLITE URL_PREVIEW OPTIONS_DEFAULT= SQLITE -EMAIL_DESC= Email notifications for missed messages +EMAIL_DESC= Email notifications for missed messages +URL_PREVIEW_DESC= Add dependencies necessary for URL previews EMAIL_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bleach>=1.4.2:www/py-bleach@${PY_FLAVOR} LDAP_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}matrix-synapse-ldap3>=0.1:net/py-matrix-synapse-ldap3@${PY_FLAVOR} @@ -87,9 +90,7 @@ post-patch: @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/synapse/python_dependencies.py do-test: - # -epy27 added to skip running python packaging and other dist tests - @(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} ${TEST_TARGET} \ - -a "-epy27") + cd ${WRKSRC} && PYTHONPATH="." trial tests post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} Modified: head/net-im/py-matrix-synapse/distinfo ============================================================================== --- head/net-im/py-matrix-synapse/distinfo Sun Oct 7 03:08:23 2018 (r481411) +++ head/net-im/py-matrix-synapse/distinfo Sun Oct 7 04:18:14 2018 (r481412) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536235704 -SHA256 (matrix-org-synapse-v0.33.3.1_GH0.tar.gz) = c611fe29a4b4e13417f0fff9c4dc38117d3bba19d071bd138400c77ac961d894 -SIZE (matrix-org-synapse-v0.33.3.1_GH0.tar.gz) = 1015144 +TIMESTAMP = 1538476562 +SHA256 (matrix-org-synapse-v0.33.5.1_GH0.tar.gz) = 2828f271c3bd1f38d7e55746b4a41c44e60b440e35aa466e1710386a4035deab +SIZE (matrix-org-synapse-v0.33.5.1_GH0.tar.gz) = 1035101 From owner-svn-ports-all@freebsd.org Sun Oct 7 09:08:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C54E10B9541; Sun, 7 Oct 2018 09:08:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02C7B7B5CA; Sun, 7 Oct 2018 09:08:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED97D11D9C; Sun, 7 Oct 2018 09:08:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9798miV058794; Sun, 7 Oct 2018 09:08:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9798m52058793; Sun, 7 Oct 2018 09:08:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201810070908.w9798m52058793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Oct 2018 09:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481435 - head/devel/p5-Meta-Builder X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/p5-Meta-Builder X-SVN-Commit-Revision: 481435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 09:08:49 -0000 Author: amdmi3 Date: Sun Oct 7 09:08:48 2018 New Revision: 481435 URL: https://svnweb.freebsd.org/changeset/ports/481435 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Meta-Builder/Makefile Modified: head/devel/p5-Meta-Builder/Makefile ============================================================================== --- head/devel/p5-Meta-Builder/Makefile Sun Oct 7 07:53:36 2018 (r481434) +++ head/devel/p5-Meta-Builder/Makefile Sun Oct 7 09:08:48 2018 (r481435) @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for creating Meta objects to track custom metrics +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Fennec-Lite>=0:devel/p5-Fennec-Lite USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Sun Oct 7 05:13:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E32010B15DC; Sun, 7 Oct 2018 05:13:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C899D74401; Sun, 7 Oct 2018 05:13:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C37D278C3; Sun, 7 Oct 2018 05:13:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w975Dck9040241; Sun, 7 Oct 2018 05:13:38 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w975Dcfd040240; Sun, 7 Oct 2018 05:13:38 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070513.w975Dcfd040240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 05:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481426 - head/misc/mdp X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/misc/mdp X-SVN-Commit-Revision: 481426 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 05:13:39 -0000 Author: swills Date: Sun Oct 7 05:13:38 2018 New Revision: 481426 URL: https://svnweb.freebsd.org/changeset/ports/481426 Log: misc/mdp: update to 1.0.15 PR: 231990 Submitted by: Neel Chauhan (maintainer) Modified: head/misc/mdp/Makefile (contents, props changed) head/misc/mdp/distinfo (contents, props changed) Modified: head/misc/mdp/Makefile ============================================================================== --- head/misc/mdp/Makefile Sun Oct 7 05:13:14 2018 (r481425) +++ head/misc/mdp/Makefile Sun Oct 7 05:13:38 2018 (r481426) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mdp -PORTVERSION= 1.0.14 +PORTVERSION= 1.0.15 CATEGORIES= misc MAINTAINER= neel@neelc.org Modified: head/misc/mdp/distinfo ============================================================================== --- head/misc/mdp/distinfo Sun Oct 7 05:13:14 2018 (r481425) +++ head/misc/mdp/distinfo Sun Oct 7 05:13:38 2018 (r481426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535492046 -SHA256 (visit1985-mdp-1.0.14_GH0.tar.gz) = 8dc6313dc8d1821df4818fce6443b71e266dddc80f1db1d2cb4877d35b947806 -SIZE (visit1985-mdp-1.0.14_GH0.tar.gz) = 37565 +TIMESTAMP = 1538789103 +SHA256 (visit1985-mdp-1.0.15_GH0.tar.gz) = 3edc8ea1551fdf290d6bba721105e2e2c23964070ac18c13b4b8d959cdf6116f +SIZE (visit1985-mdp-1.0.15_GH0.tar.gz) = 37728 From owner-svn-ports-all@freebsd.org Sun Oct 7 10:29:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86C3A10BC845; Sun, 7 Oct 2018 10:29:07 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BF847E54E; Sun, 7 Oct 2018 10:29:07 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 273D212A92; Sun, 7 Oct 2018 10:29:07 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97AT6bL099652; Sun, 7 Oct 2018 10:29:06 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97AT6LU099650; Sun, 7 Oct 2018 10:29:06 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201810071029.w97AT6LU099650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 7 Oct 2018 10:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481438 - in head/comms/hylafax: . files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/comms/hylafax: . files X-SVN-Commit-Revision: 481438 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 10:29:07 -0000 Author: koobs Date: Sun Oct 7 10:29:06 2018 New Revision: 481438 URL: https://svnweb.freebsd.org/changeset/ports/481438 Log: comms/hylafax: Fix build with Clang 6 (and GCC7) Add patch from upstream HylaFAX+, fixing a Clang 6 (and GCC7) build error: FaxRecvInfo.c++:115:17: error: comparison between pointer and integer ('const char *' and 'int') while (cp+2 != '\0') { ~~~~ ^ ~~~~ [1] http://bugs.hylafax.org/show_bug.cgi?id=971 [2] https://sourceforge.net/p/hylafax/HylaFAX+/2417/ [3] See Also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853448 PR: 225372 Reported by: O. Hartmann Obtained from: HylaFAX+ [2] MFH: 2018Q4 Added: head/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.c++ (contents, props changed) Modified: head/comms/hylafax/Makefile Modified: head/comms/hylafax/Makefile ============================================================================== --- head/comms/hylafax/Makefile Sun Oct 7 09:57:10 2018 (r481437) +++ head/comms/hylafax/Makefile Sun Oct 7 10:29:06 2018 (r481438) @@ -3,7 +3,7 @@ PORTNAME= hylafax PORTVERSION= 6.0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ Added: head/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.c++ ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.c++ Sun Oct 7 10:29:06 2018 (r481438) @@ -0,0 +1,16 @@ +PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225372 +Upstream: http://bugs.hylafax.org/show_bug.cgi?id=971 +Obtained from: https://sourceforge.net/p/hylafax/HylaFAX+/2417/ +See Also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853448 + +--- libhylafax/FaxRecvInfo.c++.orig 2018-10-07 07:40:23 UTC ++++ libhylafax/FaxRecvInfo.c++ +@@ -112,7 +112,7 @@ FaxRecvInfo::decode(const char* cp) + if (cp == NULL || cp[1] != ',' || cp[2] != '"') + return (false); + u_int i = 0; +- while (cp+2 != '\0') { ++ while (*(cp+2) != '\0') { + callid[i] = cp+3; // +1 for "/+1 for ,/+1 for " + if (*cp == '\"') break; + callid[i].resize(callid[i].next(0,'"')); From owner-svn-ports-all@freebsd.org Sun Oct 7 06:28:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F71110B3697; Sun, 7 Oct 2018 06:28:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C958476478; Sun, 7 Oct 2018 06:28:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF878103EC; Sun, 7 Oct 2018 06:28:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w976S9Rb076591; Sun, 7 Oct 2018 06:28:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w976S8Fk076587; Sun, 7 Oct 2018 06:28:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070628.w976S8Fk076587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 06:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481432 - in head/devel: . py-deepdiff X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-deepdiff X-SVN-Commit-Revision: 481432 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 06:28:10 -0000 Author: yuri Date: Sun Oct 7 06:28:08 2018 New Revision: 481432 URL: https://svnweb.freebsd.org/changeset/ports/481432 Log: New port: devel/py-deepdiff: Deep difference and search of any Python object/data Added: head/devel/py-deepdiff/ head/devel/py-deepdiff/Makefile (contents, props changed) head/devel/py-deepdiff/distinfo (contents, props changed) head/devel/py-deepdiff/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 7 06:24:19 2018 (r481431) +++ head/devel/Makefile Sun Oct 7 06:28:08 2018 (r481432) @@ -4489,6 +4489,7 @@ SUBDIR += py-debtcollector SUBDIR += py-decorator SUBDIR += py-decoratortools + SUBDIR += py-deepdiff SUBDIR += py-defusedxml SUBDIR += py-delfick_error SUBDIR += py-deliciousapi Added: head/devel/py-deepdiff/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-deepdiff/Makefile Sun Oct 7 06:28:08 2018 (r481432) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= deepdiff +DISTVERSION= 3.3.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Deep difference and search of any Python object/data + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/devel/py-deepdiff/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-deepdiff/distinfo Sun Oct 7 06:28:08 2018 (r481432) @@ -0,0 +1,3 @@ +TIMESTAMP = 1538892954 +SHA256 (deepdiff-3.3.0.tar.gz) = ecad8e16a96ffd27e8f40c9801a6ab16ec6a7e7e6e6859a7710ba4695f22702c +SIZE (deepdiff-3.3.0.tar.gz) = 27055 Added: head/devel/py-deepdiff/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-deepdiff/pkg-descr Sun Oct 7 06:28:08 2018 (r481432) @@ -0,0 +1,5 @@ +Deep difference of dictionaries, iterables, strings and other objects. It will +recursively look for all the changes. Tested on Python 2.7, 3.3, 3.4, 3.5, 3.6, +Pypy, Pypy3. + +WWW: https://github.com/seperman/deepdiff From owner-svn-ports-all@freebsd.org Sun Oct 7 06:08:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64EE810B2F35; Sun, 7 Oct 2018 06:08:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06C0C75BEF; Sun, 7 Oct 2018 06:08:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E72DD100B1; Sun, 7 Oct 2018 06:08:45 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9768jtP066352; Sun, 7 Oct 2018 06:08:45 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9768jDo066349; Sun, 7 Oct 2018 06:08:45 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201810070608.w9768jDo066349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 7 Oct 2018 06:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481429 - in head/lang/gcc7-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang/gcc7-devel: . files X-SVN-Commit-Revision: 481429 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 06:08:46 -0000 Author: gerald Date: Sun Oct 7 06:08:44 2018 New Revision: 481429 URL: https://svnweb.freebsd.org/changeset/ports/481429 Log: Update to the 20181004 snapshot of GCC 7.3.1. Add a partial fix for what was reported in PR 231804, the part that's actually relevant upstream and that I made there, cf. https://gcc.gnu.org/ml/gcc-patches/2018-10/msg00076.html as a new local patch files/patch-libgfortran until I have backported this to the upstream release branch and hence we get it via the weekly snapshots. PR: 231804 Added: head/lang/gcc7-devel/files/patch-libgfortran (contents, props changed) Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Sun Oct 7 05:15:22 2018 (r481428) +++ head/lang/gcc7-devel/Makefile Sun Oct 7 06:08:44 2018 (r481429) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.3.1.s20180927 +PORTVERSION= 7.3.1.s20181004 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Sun Oct 7 05:15:22 2018 (r481428) +++ head/lang/gcc7-devel/distinfo Sun Oct 7 06:08:44 2018 (r481429) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538170254 -SHA256 (gcc-7-20180927.tar.xz) = 5cfeb7288afa6f3bb753c2e049789ed95744a63c4dcb1946ccbc32ab1830cb7f -SIZE (gcc-7-20180927.tar.xz) = 59295408 +TIMESTAMP = 1538848882 +SHA256 (gcc-7-20181004.tar.xz) = 0e8de3aa780b947465c0619bb947a028c7ebfa3853f48dad0d7e6bcfc595b18e +SIZE (gcc-7-20181004.tar.xz) = 59298276 Added: head/lang/gcc7-devel/files/patch-libgfortran ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc7-devel/files/patch-libgfortran Sun Oct 7 06:08:44 2018 (r481429) @@ -0,0 +1,19 @@ +2018-10-02 Gerald Pfeifer + + * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include . + +--- UTC +Index: libgfortran/io/close.c +=================================================================== +--- libgfortran/io/close.c (revision 264799) ++++ libgfortran/io/close.c (revision 264800) +@@ -26,6 +26,9 @@ see the files COPYING3 and COPYING.RUNTIME respect + #include "unix.h" + #include "async.h" + #include ++#if !HAVE_UNLINK_OPEN_FILE ++#include ++#endif + + typedef enum + { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } From owner-svn-ports-all@freebsd.org Sun Oct 7 04:48:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23E2B10B08F6; Sun, 7 Oct 2018 04:48:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C033D7348A; Sun, 7 Oct 2018 04:48:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5C6C73F0; Sun, 7 Oct 2018 04:48:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w974m90O024058; Sun, 7 Oct 2018 04:48:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w974m9JP024057; Sun, 7 Oct 2018 04:48:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070448.w974m9JP024057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 04:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481419 - head/graphics/dspdfviewer X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/graphics/dspdfviewer X-SVN-Commit-Revision: 481419 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 04:48:10 -0000 Author: swills Date: Sun Oct 7 04:48:09 2018 New Revision: 481419 URL: https://svnweb.freebsd.org/changeset/ports/481419 Log: graphics/dspdfviewer: Fix build on 11.2 PR: 231934 Submitted by: Santhosh Raju (maintainer) Modified: head/graphics/dspdfviewer/Makefile (contents, props changed) Modified: head/graphics/dspdfviewer/Makefile ============================================================================== --- head/graphics/dspdfviewer/Makefile Sun Oct 7 04:40:42 2018 (r481418) +++ head/graphics/dspdfviewer/Makefile Sun Oct 7 04:48:09 2018 (r481419) @@ -3,7 +3,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX=v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= santhosh.raju@gmail.com @@ -43,7 +43,7 @@ CFLAGS+= -Wno-error=undefined-func-template CFLAGS+= -Wno-error=zero-as-null-pointer-constant .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1102000 CFLAGS+= -Wno-error=redundant-parens .endif From owner-svn-ports-all@freebsd.org Sun Oct 7 05:02:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B3CA10B118D; Sun, 7 Oct 2018 05:02:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE94573DEA; Sun, 7 Oct 2018 05:02:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C93B57716; Sun, 7 Oct 2018 05:02:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9752aJ6034464; Sun, 7 Oct 2018 05:02:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9752aDM034463; Sun, 7 Oct 2018 05:02:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070502.w9752aDM034463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 05:02:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481422 - in head/security/py-fail2ban: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security/py-fail2ban: . files X-SVN-Commit-Revision: 481422 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 05:02:37 -0000 Author: swills Date: Sun Oct 7 05:02:36 2018 New Revision: 481422 URL: https://svnweb.freebsd.org/changeset/ports/481422 Log: security/py-fail2ban: Update to 0.10.4 PR: 231947 Submitted by: theis@gmx.at (maintainer) Deleted: head/security/py-fail2ban/files/patch-config_action.d_hostsdeny.conf head/security/py-fail2ban/files/patch-fail2ban_client_csocket.py Modified: head/security/py-fail2ban/Makefile (contents, props changed) head/security/py-fail2ban/distinfo (contents, props changed) Modified: head/security/py-fail2ban/Makefile ============================================================================== --- head/security/py-fail2ban/Makefile Sun Oct 7 04:57:45 2018 (r481421) +++ head/security/py-fail2ban/Makefile Sun Oct 7 05:02:36 2018 (r481422) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.10.3.1 -PORTREVISION= 1 +PORTVERSION= 0.10.4 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -61,6 +60,8 @@ post-patch: ${WRKSRC}/config/fail2ban.conf @${REINPLACE_CMD} -e 's,jail.conf(5),fail2ban-jail.conf(5),g' \ ${MAN_FILES} + @${REINPLACE_CMD} -e 's, sed , ${SED} ,g' \ + ${WRKSRC}/config/action.d/hostsdeny.conf . if ${PYTHON_MAJOR_VER} >= 3 (cd ${WRKSRC}/ && ${PY2TO3_CMD} ${PY2TO3_ARG} bin/* fail2ban) Modified: head/security/py-fail2ban/distinfo ============================================================================== --- head/security/py-fail2ban/distinfo Sun Oct 7 04:57:45 2018 (r481421) +++ head/security/py-fail2ban/distinfo Sun Oct 7 05:02:36 2018 (r481422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523508414 -SHA256 (fail2ban-fail2ban-0.10.3.1_GH0.tar.gz) = 7ee3fd0e94d58c94298718b25e6bcfa96932712b7aa683580e162403f68d40c8 -SIZE (fail2ban-fail2ban-0.10.3.1_GH0.tar.gz) = 485803 +TIMESTAMP = 1538666739 +SHA256 (fail2ban-fail2ban-0.10.4_GH0.tar.gz) = d6ca1bbc7e7944f7acb2ba7c1065953cd9837680bc4d175f30ed155c6a372449 +SIZE (fail2ban-fail2ban-0.10.4_GH0.tar.gz) = 493064 From owner-svn-ports-all@freebsd.org Sun Oct 7 05:12:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9273E10B152C; Sun, 7 Oct 2018 05:12:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 486C4740C0; Sun, 7 Oct 2018 05:12:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4365B7894; Sun, 7 Oct 2018 05:12:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w975C4nV038987; Sun, 7 Oct 2018 05:12:04 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w975C32E038986; Sun, 7 Oct 2018 05:12:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070512.w975C32E038986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 05:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481424 - head/dns/py-dns-lexicon X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/dns/py-dns-lexicon X-SVN-Commit-Revision: 481424 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 05:12:04 -0000 Author: swills Date: Sun Oct 7 05:12:03 2018 New Revision: 481424 URL: https://svnweb.freebsd.org/changeset/ports/481424 Log: dns/py-dns-lexicon: update to 2.7.9 PR: 231978 Submitted by: Goran Mekić (maintainer) Modified: head/dns/py-dns-lexicon/Makefile (contents, props changed) head/dns/py-dns-lexicon/distinfo (contents, props changed) Modified: head/dns/py-dns-lexicon/Makefile ============================================================================== --- head/dns/py-dns-lexicon/Makefile Sun Oct 7 05:08:43 2018 (r481423) +++ head/dns/py-dns-lexicon/Makefile Sun Oct 7 05:12:03 2018 (r481424) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dns-lexicon -DISTVERSION= 2.7.0 +DISTVERSION= 2.7.9 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/py-dns-lexicon/distinfo ============================================================================== --- head/dns/py-dns-lexicon/distinfo Sun Oct 7 05:08:43 2018 (r481423) +++ head/dns/py-dns-lexicon/distinfo Sun Oct 7 05:12:03 2018 (r481424) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532164313 -SHA256 (dns-lexicon-2.7.0.tar.gz) = 1ff9b720d15f07712388d5df95853dc5fe3ee4c870398ee312c310f941fd809a -SIZE (dns-lexicon-2.7.0.tar.gz) = 67613 +TIMESTAMP = 1538742750 +SHA256 (dns-lexicon-2.7.9.tar.gz) = 897178b2c00c6c34403a0441bc1df9763a1d2dd8f8db52486a9ac6a102d2242e +SIZE (dns-lexicon-2.7.9.tar.gz) = 72697 From owner-svn-ports-all@freebsd.org Sun Oct 7 05:14:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C65C010B1636; Sun, 7 Oct 2018 05:14:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0DB744F6; Sun, 7 Oct 2018 05:14:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7715A78C5; Sun, 7 Oct 2018 05:14:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w975E715040399; Sun, 7 Oct 2018 05:14:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w975E7Bs040397; Sun, 7 Oct 2018 05:14:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070514.w975E7Bs040397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 05:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481427 - head/devel/py-pybind11 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-pybind11 X-SVN-Commit-Revision: 481427 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 05:14:07 -0000 Author: yuri Date: Sun Oct 7 05:14:06 2018 New Revision: 481427 URL: https://svnweb.freebsd.org/changeset/ports/481427 Log: devel/py-pybind11: Update 2.2.1 -> 2.2.4 Reported by: portscout Modified: head/devel/py-pybind11/Makefile head/devel/py-pybind11/distinfo Modified: head/devel/py-pybind11/Makefile ============================================================================== --- head/devel/py-pybind11/Makefile Sun Oct 7 05:13:38 2018 (r481426) +++ head/devel/py-pybind11/Makefile Sun Oct 7 05:14:06 2018 (r481427) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pybind11 -DISTVERSION= 2.2.1 -PORTREVISION= 1 +DISTVERSION= 2.2.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pybind11/distinfo ============================================================================== --- head/devel/py-pybind11/distinfo Sun Oct 7 05:13:38 2018 (r481426) +++ head/devel/py-pybind11/distinfo Sun Oct 7 05:14:06 2018 (r481427) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508993967 -SHA256 (pybind11-2.2.1.tar.gz) = a96a924fae6e2721efbf24f47561284fd1ea0b655619a8621c4423036183b824 -SIZE (pybind11-2.2.1.tar.gz) = 130770 +TIMESTAMP = 1538887825 +SHA256 (pybind11-2.2.4.tar.gz) = 642abbbd2948ed5af28e69adfae1535347c7aa9eb0cdab130e20e1f198f8e1cf +SIZE (pybind11-2.2.4.tar.gz) = 133197 From owner-svn-ports-all@freebsd.org Sun Oct 7 05:15:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00E2C10B174B; Sun, 7 Oct 2018 05:15:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C3CF74613; Sun, 7 Oct 2018 05:15:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91FC178C6; Sun, 7 Oct 2018 05:15:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w975FNFQ040580; Sun, 7 Oct 2018 05:15:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w975FNZC040579; Sun, 7 Oct 2018 05:15:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810070515.w975FNZC040579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 7 Oct 2018 05:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481428 - head/security/i2p X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/i2p X-SVN-Commit-Revision: 481428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 05:15:24 -0000 Author: swills Date: Sun Oct 7 05:15:22 2018 New Revision: 481428 URL: https://svnweb.freebsd.org/changeset/ports/481428 Log: security/i2p: Update to 0.9.37 PR: 232000 Submitted by: Neel Chauhan (maintainer) Modified: head/security/i2p/Makefile (contents, props changed) head/security/i2p/distinfo (contents, props changed) Modified: head/security/i2p/Makefile ============================================================================== --- head/security/i2p/Makefile Sun Oct 7 05:14:06 2018 (r481427) +++ head/security/i2p/Makefile Sun Oct 7 05:15:22 2018 (r481428) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i2p -DISTVERSION= 0.9.36 +DISTVERSION= 0.9.37 CATEGORIES= security java net-p2p MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} \ http://download.i2p2.no/releases/${PORTVERSION}/ \ Modified: head/security/i2p/distinfo ============================================================================== --- head/security/i2p/distinfo Sun Oct 7 05:14:06 2018 (r481427) +++ head/security/i2p/distinfo Sun Oct 7 05:15:22 2018 (r481428) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535587812 -SHA256 (i2psource_0.9.36.tar.bz2) = 148c0f86f000d833901e7182797f6fb6470c1b600344056c710e326789d0fd54 -SIZE (i2psource_0.9.36.tar.bz2) = 29856168 +TIMESTAMP = 1538789603 +SHA256 (i2psource_0.9.37.tar.bz2) = 0c3736572182519f4831201c72609f069229a2cc73d29ca135417c143061a18d +SIZE (i2psource_0.9.37.tar.bz2) = 30277506 From owner-svn-ports-all@freebsd.org Sun Oct 7 09:38:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 142CA10BAA40; Sun, 7 Oct 2018 09:38:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC0207CAB4; Sun, 7 Oct 2018 09:38:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2DB612293; Sun, 7 Oct 2018 09:38:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w979cc9a073991; Sun, 7 Oct 2018 09:38:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w979cc6J073990; Sun, 7 Oct 2018 09:38:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201810070938.w979cc6J073990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Oct 2018 09:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481436 - head/databases/mariadb103-server X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/databases/mariadb103-server X-SVN-Commit-Revision: 481436 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 09:38:39 -0000 Author: amdmi3 Date: Sun Oct 7 09:38:38 2018 New Revision: 481436 URL: https://svnweb.freebsd.org/changeset/ports/481436 Log: - Update WWW Approved by: portmgr blanket Modified: head/databases/mariadb103-server/pkg-descr Modified: head/databases/mariadb103-server/pkg-descr ============================================================================== --- head/databases/mariadb103-server/pkg-descr Sun Oct 7 09:08:48 2018 (r481435) +++ head/databases/mariadb103-server/pkg-descr Sun Oct 7 09:38:38 2018 (r481436) @@ -11,4 +11,4 @@ this is not the whole story about MariaDB. On the "Abo will find more information about all participants in the MariaDB community, including storage engines XtraDB and PBXT. -WWW: http://mariadb.org/ +WWW: https://mariadb.org/ From owner-svn-ports-all@freebsd.org Sun Oct 7 06:24:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 236A910B35D8; Sun, 7 Oct 2018 06:24:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB6537636D; Sun, 7 Oct 2018 06:24:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2333103EB; Sun, 7 Oct 2018 06:24:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w976OKCq076268; Sun, 7 Oct 2018 06:24:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w976OKMj076265; Sun, 7 Oct 2018 06:24:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810070624.w976OKMj076265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Oct 2018 06:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481431 - in head/devel: . py-jsonpickle X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-jsonpickle X-SVN-Commit-Revision: 481431 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 06:24:21 -0000 Author: yuri Date: Sun Oct 7 06:24:19 2018 New Revision: 481431 URL: https://svnweb.freebsd.org/changeset/ports/481431 Log: New port: devel/py-jsonpickle: Python library for serializing any arbitrary object graph into JSON Added: head/devel/py-jsonpickle/ head/devel/py-jsonpickle/Makefile (contents, props changed) head/devel/py-jsonpickle/distinfo (contents, props changed) head/devel/py-jsonpickle/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 7 06:10:49 2018 (r481430) +++ head/devel/Makefile Sun Oct 7 06:24:19 2018 (r481431) @@ -4670,6 +4670,7 @@ SUBDIR += py-jsonlib2 SUBDIR += py-jsonlines SUBDIR += py-jsonpatch + SUBDIR += py-jsonpickle SUBDIR += py-jsonpointer SUBDIR += py-jsonref SUBDIR += py-jsonrpclib Added: head/devel/py-jsonpickle/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonpickle/Makefile Sun Oct 7 06:24:19 2018 (r481431) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= jsonpickle +DISTVERSION= 1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python library for serializing any arbitrary object graph into JSON + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/devel/py-jsonpickle/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonpickle/distinfo Sun Oct 7 06:24:19 2018 (r481431) @@ -0,0 +1,3 @@ +TIMESTAMP = 1538893231 +SHA256 (jsonpickle-1.0.tar.gz) = d43ede55b3d9b5524a8e11566ea0b11c9c8109116ef6a509a1b619d2041e7397 +SIZE (jsonpickle-1.0.tar.gz) = 70899 Added: head/devel/py-jsonpickle/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonpickle/pkg-descr Sun Oct 7 06:24:19 2018 (r481431) @@ -0,0 +1,10 @@ +jsonpickle is a Python library for serialization and deserialization of complex +Python objects to and from JSON. The standard Python libraries for encoding +Python into JSON, such as the stdlib's json, simplejson, and demjson, can only +handle Python primitives that have a direct JSON equivalent (e.g. dicts, lists, +strings, ints, etc.). jsonpickle builds on top of these libraries and allows +more complex data structures to be serialized to JSON. jsonpickle is highly +configurable and extendable-allowing the user to choose the JSON backend and add +additional backends. + +WWW: https://jsonpickle.github.io/ From owner-svn-ports-all@freebsd.org Sun Oct 7 07:53:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A22B10B640A; Sun, 7 Oct 2018 07:53:37 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1E9E79034; Sun, 7 Oct 2018 07:53:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D741411258; Sun, 7 Oct 2018 07:53:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w977rar5022590; Sun, 7 Oct 2018 07:53:36 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w977rakq022587; Sun, 7 Oct 2018 07:53:36 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201810070753.w977rakq022587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 7 Oct 2018 07:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481434 - in head/www/qt5-webkit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/www/qt5-webkit: . files X-SVN-Commit-Revision: 481434 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 07:53:37 -0000 Author: tcberner Date: Sun Oct 7 07:53:36 2018 New Revision: 481434 URL: https://svnweb.freebsd.org/changeset/ports/481434 Log: www/qt5-webkit: fix installed pkg config files PR: 231108 Obtained from: https://src.mouf.net/area51/view/branches/plasma5/PORTS/www/qt5-webkit-annulen-wk2/files/patch-Source_WebKit_PlatformQt.cmake?rev=13782 Modified: head/www/qt5-webkit/Makefile head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake Modified: head/www/qt5-webkit/Makefile ============================================================================== --- head/www/qt5-webkit/Makefile Sun Oct 7 07:24:52 2018 (r481433) +++ head/www/qt5-webkit/Makefile Sun Oct 7 07:53:36 2018 (r481434) @@ -2,7 +2,7 @@ PORTNAME= webkit DISTVERSION= 5.212.0-alpha2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MASTER_SITES= https://github.com/annulen/${PORTNAME}/releases/download/${DISTNAME}/ PKGNAMEPREFIX= qt5- Modified: head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake ============================================================================== --- head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake Sun Oct 7 07:24:52 2018 (r481433) +++ head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake Sun Oct 7 07:53:36 2018 (r481434) @@ -1,18 +1,42 @@ ---- Source/WebKit/PlatformQt.cmake.orig 2017-06-15 23:36:48 UTC +commit 14947c04b3c19b5eb04a683081742b14c1d32786 +Author: Konstantin Tokarev +Date: Sat Oct 7 17:38:32 2017 +0300 + + [cmake] Fix build with CMake 3.10: -frtti was enabled for wrong file path + + Change-Id: I65d4f491f21c17f6d99a14259988d2ddb0d67105 + +--- Source/WebKit/PlatformQt.cmake.orig 2018-10-07 07:18:38 UTC +++ Source/WebKit/PlatformQt.cmake @@ -481,6 +481,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) BASE_NAME Qt5WebKit DEPS "${WEBKIT_PKGCONGIG_DEPS}" FILENAME_VAR WebKit_PKGCONFIG_FILENAME -+ DESCRIPTION "Qt WebKit module" ++ INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKit" + DESCRIPTION "Qt WebKit module" ) - set(ECM_PKGCONFIG_INSTALL_DIR "${LIB_INSTALL_DIR}/pkgconfig" CACHE PATH "The directory where pkgconfig will be installed to.") - install(FILES ${WebKit_PKGCONFIG_FILENAME} DESTINATION ${ECM_PKGCONFIG_INSTALL_DIR} COMPONENT Data) -@@ -671,6 +672,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) + set(ECM_PKGCONFIG_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" CACHE PATH "The directory where pkgconfig will be installed to.") +@@ -672,6 +673,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) BASE_NAME Qt5WebKitWidgets DEPS "${WEBKITWIDGETS_PKGCONFIG_DEPS}" FILENAME_VAR WebKitWidgets_PKGCONFIG_FILENAME -+ DESCRIPTION "Qt WebKitWidgets module" ++ INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKitWidgets" + DESCRIPTION "Qt WebKitWidgets module" ) install(FILES ${WebKitWidgets_PKGCONFIG_FILENAME} DESTINATION ${ECM_PKGCONFIG_INSTALL_DIR} COMPONENT Data) - endif () +@@ -788,6 +790,7 @@ if (COMPILER_IS_GCC_OR_CLANG) + set_source_files_properties( + qt/Api/qwebdatabase.cpp + qt/Api/qwebelement.cpp ++ qt/Api/qwebfullscreenrequest.cpp + qt/Api/qwebhistory.cpp + qt/Api/qwebhistoryinterface.cpp + qt/Api/qwebpluginfactory.cpp +@@ -797,7 +800,6 @@ if (COMPILER_IS_GCC_OR_CLANG) + + qt/WidgetApi/qgraphicswebview.cpp + qt/WidgetApi/qwebframe.cpp +- qt/WidgetApi/qwebfullscreenrequest.cpp + qt/WidgetApi/qwebinspector.cpp + qt/WidgetApi/qwebpage.cpp + qt/WidgetApi/qwebview.cpp From owner-svn-ports-all@freebsd.org Sun Oct 7 11:27:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C022410BEEAA; Sun, 7 Oct 2018 11:27:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7629380ECC; Sun, 7 Oct 2018 11:27:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5718413429; Sun, 7 Oct 2018 11:27:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97BR4QK030427; Sun, 7 Oct 2018 11:27:04 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97BR47g030426; Sun, 7 Oct 2018 11:27:04 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201810071127.w97BR47g030426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 7 Oct 2018 11:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481440 - head/www/qt5-webkit/files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/qt5-webkit/files X-SVN-Commit-Revision: 481440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 11:27:05 -0000 Author: tcberner Date: Sun Oct 7 11:27:03 2018 New Revision: 481440 URL: https://svnweb.freebsd.org/changeset/ports/481440 Log: www/qt5-webkit: fix patches - follow up to r481434, make the patch apply on the official tree... Pointy hat: tcberner Deleted: head/www/qt5-webkit/files/patch-git_14947c-fix_build_cmake_3.10 Modified: head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake Modified: head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake ============================================================================== --- head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake Sun Oct 7 10:58:42 2018 (r481439) +++ head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake Sun Oct 7 11:27:03 2018 (r481440) @@ -6,25 +6,27 @@ Date: Sat Oct 7 17:38:32 2017 +0300 Change-Id: I65d4f491f21c17f6d99a14259988d2ddb0d67105 ---- Source/WebKit/PlatformQt.cmake.orig 2018-10-07 07:18:38 UTC +--- Source/WebKit/PlatformQt.cmake.orig 2018-10-07 11:03:32 UTC +++ Source/WebKit/PlatformQt.cmake -@@ -481,6 +481,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) +@@ -481,6 +481,8 @@ if (NOT MACOS_BUILD_FRAMEWORKS) BASE_NAME Qt5WebKit DEPS "${WEBKIT_PKGCONGIG_DEPS}" FILENAME_VAR WebKit_PKGCONFIG_FILENAME + INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKit" - DESCRIPTION "Qt WebKit module" ++ DESCRIPTION "Qt WebKit module" ) set(ECM_PKGCONFIG_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" CACHE PATH "The directory where pkgconfig will be installed to.") -@@ -672,6 +673,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) + install(FILES ${WebKit_PKGCONFIG_FILENAME} DESTINATION ${ECM_PKGCONFIG_INSTALL_DIR} COMPONENT Data) +@@ -671,6 +673,8 @@ if (NOT MACOS_BUILD_FRAMEWORKS) BASE_NAME Qt5WebKitWidgets DEPS "${WEBKITWIDGETS_PKGCONFIG_DEPS}" FILENAME_VAR WebKitWidgets_PKGCONFIG_FILENAME + INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKitWidgets" - DESCRIPTION "Qt WebKitWidgets module" ++ DESCRIPTION "Qt WebKitWidgets module" ) install(FILES ${WebKitWidgets_PKGCONFIG_FILENAME} DESTINATION ${ECM_PKGCONFIG_INSTALL_DIR} COMPONENT Data) -@@ -788,6 +790,7 @@ if (COMPILER_IS_GCC_OR_CLANG) + endif () +@@ -786,6 +790,7 @@ if (COMPILER_IS_GCC_OR_CLANG) set_source_files_properties( qt/Api/qwebdatabase.cpp qt/Api/qwebelement.cpp @@ -32,7 +34,7 @@ Date: Sat Oct 7 17:38:32 2017 +0300 qt/Api/qwebhistory.cpp qt/Api/qwebhistoryinterface.cpp qt/Api/qwebpluginfactory.cpp -@@ -797,7 +800,6 @@ if (COMPILER_IS_GCC_OR_CLANG) +@@ -795,7 +800,6 @@ if (COMPILER_IS_GCC_OR_CLANG) qt/WidgetApi/qgraphicswebview.cpp qt/WidgetApi/qwebframe.cpp From owner-svn-ports-all@freebsd.org Sun Oct 7 09:57:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2121410BB533; Sun, 7 Oct 2018 09:57:12 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C99AF7D68A; Sun, 7 Oct 2018 09:57:11 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C04B6125D5; Sun, 7 Oct 2018 09:57:11 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w979vBFW084070; Sun, 7 Oct 2018 09:57:11 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w979vBx9084068; Sun, 7 Oct 2018 09:57:11 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201810070957.w979vBx9084068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 7 Oct 2018 09:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481437 - head/math/py-graphillion X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/math/py-graphillion X-SVN-Commit-Revision: 481437 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 09:57:12 -0000 Author: koobs Date: Sun Oct 7 09:57:10 2018 New Revision: 481437 URL: https://svnweb.freebsd.org/changeset/ports/481437 Log: math/py-graphillion: Update to 1.2 This version fixes build failures on FreeBSD versions that use Clang 6: src/graphillion/zdd.cc:461:31: error: invalid operands to binary expression ('std::__1::ostream' (aka 'basic_ostream') and 'std::__1::ostream') if (out == std::cout || out == std::cerr) ~~~ ^ ~~~~~~~~~ Reported by: pkg-fallout MFH: 2018Q4 Modified: head/math/py-graphillion/Makefile head/math/py-graphillion/distinfo Modified: head/math/py-graphillion/Makefile ============================================================================== --- head/math/py-graphillion/Makefile Sun Oct 7 09:38:38 2018 (r481436) +++ head/math/py-graphillion/Makefile Sun Oct 7 09:57:10 2018 (r481437) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graphillion -PORTVERSION= 0.99 +PORTVERSION= 1.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,10 @@ COMMENT= Fast, lightweight graphset operation library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:2.7 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} + +# Python 2.7,3.4+ +USES= python USE_PYTHON= distutils autoplist post-install: Modified: head/math/py-graphillion/distinfo ============================================================================== --- head/math/py-graphillion/distinfo Sun Oct 7 09:38:38 2018 (r481436) +++ head/math/py-graphillion/distinfo Sun Oct 7 09:57:10 2018 (r481437) @@ -1,2 +1,3 @@ -SHA256 (Graphillion-0.99.tar.gz) = e635f8c12a94abd4fe13bd99e33a326a661ac7d13198b6fbb11060c117b19ab0 -SIZE (Graphillion-0.99.tar.gz) = 1041596 +TIMESTAMP = 1533943617 +SHA256 (Graphillion-1.2.tar.gz) = 79c725cb05a9ac35b38d3dac43cca1e552e6e9b285bd3003386448e57c235cb2 +SIZE (Graphillion-1.2.tar.gz) = 1092143 From owner-svn-ports-all@freebsd.org Sun Oct 7 11:38:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDF1510BF601; Sun, 7 Oct 2018 11:38:57 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84EE08176A; Sun, 7 Oct 2018 11:38:57 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B6CF135D5; Sun, 7 Oct 2018 11:38:57 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97Bcv7L035552; Sun, 7 Oct 2018 11:38:57 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97BcvGq035550; Sun, 7 Oct 2018 11:38:57 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201810071138.w97BcvGq035550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 7 Oct 2018 11:38:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481441 - head/lang/gcc6-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc6-devel X-SVN-Commit-Revision: 481441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 11:38:58 -0000 Author: gerald Date: Sun Oct 7 11:38:56 2018 New Revision: 481441 URL: https://svnweb.freebsd.org/changeset/ports/481441 Log: Update to the 20181003 snapshot of GCC 6.4.1. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sun Oct 7 11:27:03 2018 (r481440) +++ head/lang/gcc6-devel/Makefile Sun Oct 7 11:38:56 2018 (r481441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.4.1.s20180926 +PORTVERSION= 6.4.1.s20181003 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sun Oct 7 11:27:03 2018 (r481440) +++ head/lang/gcc6-devel/distinfo Sun Oct 7 11:38:56 2018 (r481441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538172728 -SHA256 (gcc-6-20180926.tar.xz) = e1150e20ef0e6c2ad1f1fc78c6cb81124c3bd3c9b62d1521d55c90c570c51484 -SIZE (gcc-6-20180926.tar.xz) = 72685528 +TIMESTAMP = 1538892646 +SHA256 (gcc-6-20181003.tar.xz) = 4ae847ba1f1411ed6a1972d0ff7688ebc2ab091e422f26f1e1c2e6f2daeaa216 +SIZE (gcc-6-20181003.tar.xz) = 72687960 From owner-svn-ports-all@freebsd.org Sun Oct 7 10:58:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 186E910BDB93; Sun, 7 Oct 2018 10:58:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0CE57FCCA; Sun, 7 Oct 2018 10:58:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C93712F5B; Sun, 7 Oct 2018 10:58:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97Awhua015035; Sun, 7 Oct 2018 10:58:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97Awh9R015032; Sun, 7 Oct 2018 10:58:43 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201810071058.w97Awh9R015032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 7 Oct 2018 10:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481439 - in head/textproc/pootle: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/textproc/pootle: . files X-SVN-Commit-Revision: 481439 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 10:58:44 -0000 Author: rene Date: Sun Oct 7 10:58:42 2018 New Revision: 481439 URL: https://svnweb.freebsd.org/changeset/ports/481439 Log: textproc/pootle: update to 2.8.2 This version does not fully work yet, but neither does version 2.5.1.3 anymore. Furthermore, version 2.5.1.3 was last updated upstream on 2015-06-03 - License switched from GPL2 to GPL3 - Switch from CHEESESHOP to GitHub - LDAP support has been (temporarily) dropped upstream - MEMCACHED has been replaced by Redis - Switch default database to SQLite for easier testing Deleted: head/textproc/pootle/files/patch-pootle_apps_djblets_util_fields.py head/textproc/pootle/files/patch-pootle_apps_pootle__app_views_admin_dashboard.py head/textproc/pootle/files/patch-pootle_apps_pootle__misc_forms.py head/textproc/pootle/files/patch-pootle_apps_pootle__misc_util.py head/textproc/pootle/files/patch-pootle_apps_pootle__store_models.py head/textproc/pootle/files/patch-pootle_apps_pootle__store_views.py head/textproc/pootle/files/patch-pootle_apps_pootle__terminology_views.py head/textproc/pootle/files/patch-pootle_apps_registration_models.py head/textproc/pootle/files/patch-pootle_middleware_captcha.py head/textproc/pootle/files/patch-pootle_middleware_errorpages.py Modified: head/textproc/pootle/Makefile head/textproc/pootle/distinfo head/textproc/pootle/pkg-descr Modified: head/textproc/pootle/Makefile ============================================================================== --- head/textproc/pootle/Makefile Sun Oct 7 10:29:06 2018 (r481438) +++ head/textproc/pootle/Makefile Sun Oct 7 10:58:42 2018 (r481439) @@ -2,71 +2,90 @@ # $FreeBSD$ PORTNAME= pootle -PORTVERSION= 2.5.1.3 -PORTREVISION= 3 +DISTVERSION= 2.8.2 CATEGORIES= textproc -MASTER_SITES= CHEESESHOP -DISTNAME= Pootle-${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= User-friendly web portal for simple translation process -LICENSE= GPLv2 +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= translate-toolkit>=1.11.0:textproc/translate-toolkit \ - ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cssmin>=0.1.4:www/py-cssmin@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}south>=0.7.6:databases/py-south@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.4:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-assets>=0.8:www/py-django-assets@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-taggit>0.10:www/py-django-taggit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-voting>=0.1:www/py-django-voting@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}south>=0.7.6:databases/py-south@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}diff-match-patch>=0:textproc/py-diff-match-patch@${PY_FLAVOR} -# actually diff-match-patch is a dependency of translate-toolkit, -# but only this port uses it. +RUN_DEPENDS= translate-toolkit>=2.2.5:textproc/translate-toolkit \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.5.1:devel/py-babel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bleach>=2.0.0:www/py-bleach@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}country>=17.5.14:devel/py-country@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cssmin>=0.2.0:www/py-cssmin@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.6.1:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}diff-match-patch>=20121119:textproc/py-diff-match-patch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dirsync>=2.2.2:sysutils/py-dirsync@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-allauth>=0.33.0:www/py-django-allauth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-assets>=0.12:www/py-django-assets@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-bulk-update>=2.2.0:www/py-django-bulk-update@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-contact-form>=1.4.2:www/py-django-contact-form@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-contrib-comments>=1.7.3:www/py-django-contrib-comments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-overextends>=0.4.3:www/py-django-overextends@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-redis>=4.8.0:www/py-django-redis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-rq>=0.9.6:devel/py-django-rq@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-sortedm2m>=1.5.0:www/py-django-sortedm2m@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-statici18n>=1.4.0:www/py-django-statici18n@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonfield>=2.0.2:www/py-jsonfield@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=3.5:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}markdown>=2.6.9:textproc/py-markdown@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pathlib>=1.0.1:devel/py-pathlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-Levenshtein>=0.12.0:devel/py-python-Levenshtein@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2017.2:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}raven>=6.1.0:devel/py-raven@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scandir>=1.5:sysutils/py-scandir@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}stemming>=1.0.1:textproc/py-stemming@${PY_FLAVOR} -NO_ARCH= yes USES= gettext python:2.7 tar:bzip2 shebangfix USE_PYTHON= autoplist distutils -SHEBANG_FILES= pootle/assets/admin/js/compress.py +USE_GITHUB= yes +GH_ACCOUNT= translate + +NO_ARCH= yes + USERS= pootle GROUPS= pootle -PLIST_SUB+= POOTLEUSER="${USERS}" \ - POOTLEGROUP="${GROUPS}" +SUB_LIST+= POOTLEUSER="${USERS}" \ + POOTLEGROUP="${GROUPS}" \ + POOTLERUNDIR="/var/run/${PORTNAME}/" USE_RC_SUBR= pootle SUB_LIST+= PYTHON_CMD="${PYTHON_CMD}" -PORTDOCS= CREDITS INSTALL LICENSE +PORTDOCS= AUTHORS CONTRIBUTING.rst INSTALL README.rst -OPTIONS_DEFINE= DOCS LDAP MEMCACHED +OPTIONS_DEFINE= DOCS OPTIONS_GROUP= DB DB_DESC= Database backend -OPTIONS_GROUP_DB=MYSQL PGSQL -OPTIONS_DEFAULT=MEMCACHED MYSQL +OPTIONS_GROUP_DB=MYSQL PGSQL SQLITE +OPTIONS_DEFAULT=SQLITE -MEMCACHED_DESC= Use memcached to improve performance - -LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap2>0:devel/py-ldap2@${PY_FLAVOR} - -MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached -MEMCACHED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=1.45:databases/py-python-memcached@${PY_FLAVOR} - MYSQL_USES= mysql:client -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${PY_FLAVOR} +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.3:databases/py-mysqlclient@${PY_FLAVOR} +PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.4.5:databases/py-psycopg2@${PY_FLAVOR} +SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} - +post-extract: + ${RM} ${WRKSRC}/tests/__init__.py # prevent conflict with py-django-bulk-update dependency pre-configure: - @${REINPLACE_CMD} -e "s/,<0.11.2//g" \ - -e "s/,<0.8//g" \ - -e "s/==0.1//g" \ - -e "s/,<1.5//g" \ + # switch off pip checks + ${REINPLACE_CMD} -e '/^check_pep440_versions()/d' ${WRKSRC}/setup.py + # relax versions for packaging + ${REINPLACE_CMD} -e "s/==/>=/g" \ + -e "s/~=/>=/g" \ + -e "s/,<=.*//g" \ ${WRKSRC}/requirements/base.txt + # fix django-bulk-update invocations + ${REINPLACE_CMD} -e "s/bulk_update.helper/django_bulk_update.helper/g" \ + ${WRKSRC}/pootle/core/batch.py \ + ${WRKSRC}/pootle/core/bulk.py \ + ${WRKSRC}/pootle/apps/pootle_store/migrations/0054_clean_abs_file_paths.py \ + ${WRKSRC}/pootle/apps/pootle_fs/plugin.py post-install-DOCS-on: ${MKDIR} ${STAGEDIR}/${DOCSDIR} Modified: head/textproc/pootle/distinfo ============================================================================== --- head/textproc/pootle/distinfo Sun Oct 7 10:29:06 2018 (r481438) +++ head/textproc/pootle/distinfo Sun Oct 7 10:58:42 2018 (r481439) @@ -1,2 +1,3 @@ -SHA256 (Pootle-2.5.1.3.tar.bz2) = f0303896af702f6bc6cbd7f28fae9478f3f11e804c6f0194c1fb34d2557f4243 -SIZE (Pootle-2.5.1.3.tar.bz2) = 6387947 +TIMESTAMP = 1505559121 +SHA256 (translate-pootle-2.8.2_GH0.tar.gz) = b8cc5e05066fe2517ca03882ef41eaa22ac5e47b6918591aaf3d8fa36fd0e5a2 +SIZE (translate-pootle-2.8.2_GH0.tar.gz) = 8498394 Modified: head/textproc/pootle/pkg-descr ============================================================================== --- head/textproc/pootle/pkg-descr Sun Oct 7 10:29:06 2018 (r481438) +++ head/textproc/pootle/pkg-descr Sun Oct 7 10:58:42 2018 (r481439) @@ -5,4 +5,4 @@ gives statistics and allows easy volunteer contributio You can run Pootle as an Internet server like these projects or run your own copy on an Intranet. -WWW: http://translate.sourceforge.net/wiki/pootle/index +WWW: http://docs.translatehouse.org/projects/pootle/ From owner-svn-ports-all@freebsd.org Sun Oct 7 12:00:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 223D710C060C; Sun, 7 Oct 2018 12:00:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC036822A0; Sun, 7 Oct 2018 12:00:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2AA813910; Sun, 7 Oct 2018 12:00:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97C0JnT046187; Sun, 7 Oct 2018 12:00:19 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97C0IpH046181; Sun, 7 Oct 2018 12:00:18 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201810071200.w97C0IpH046181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 7 Oct 2018 12:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481442 - in head/graphics/qcomicbook: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/graphics/qcomicbook: . files X-SVN-Commit-Revision: 481442 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 12:00:20 -0000 Author: tcberner Date: Sun Oct 7 12:00:18 2018 New Revision: 481442 URL: https://svnweb.freebsd.org/changeset/ports/481442 Log: graphics/qcomicbook: update to 0.9.1 and switch to Qt5 - A future poppler update will remove poppler-qt4 (no longer supported) so switch this port to Qt5 as preparation. Added: head/graphics/qcomicbook/files/patch-help_CMakeLists.txt (contents, props changed) Modified: head/graphics/qcomicbook/Makefile head/graphics/qcomicbook/distinfo head/graphics/qcomicbook/files/patch-src__CMakeLists.txt head/graphics/qcomicbook/files/patch-src__FrameDetect__CompareFrames.h head/graphics/qcomicbook/pkg-plist Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Sun Oct 7 11:38:56 2018 (r481441) +++ head/graphics/qcomicbook/Makefile Sun Oct 7 12:00:18 2018 (r481442) @@ -1,22 +1,22 @@ # Created by: Adam Weinberger # $FreeBSD$ -PORTNAME= qcomicbook -PORTVERSION= 0.9.0 -PORTREVISION= 12 +PORTNAME= QComicBook +PORTVERSION= 0.9.1 CATEGORIES= graphics -MASTER_SITES= http://qcomicbook.org/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Qt-based comic book archive viewer LICENSE= GPLv2 -LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 +LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= cmake:outsource compiler:c++11-lang pkgconfig qt:4 -USE_QT= corelib gui linguisttools_build moc_build qmake_build rcc_build \ - uic_build xml +USES= cmake compiler:c++11-lang pkgconfig qt:5 +USE_GITHUB= yes +GH_ACCOUNT= stolowski +USE_QT= core gui printsupport widgets x11extras\ + buildtools_build linguisttools_build qmake_build OPTIONS_DEFINE= 7ZIP ACE RAR @@ -28,15 +28,5 @@ ACE_RUN_DEPENDS= unace:archivers/unace RAR_DESC= Rar (.cbr) comic book archives support RAR_RUN_DEPENDS= unrar:archivers/unrar - -post-patch: -# fix man install directory - @${REINPLACE_CMD} -E \ - -e 's|share/man|man|' \ - ${WRKSRC}/help/CMakeLists.txt -# fix pixmap location - @${REINPLACE_CMD} -E \ - -e 's|(qcomicbook.png)|${PREFIX}/share/pixmaps/\1|' \ - ${WRKSRC}/data/qcomicbook.desktop .include Modified: head/graphics/qcomicbook/distinfo ============================================================================== --- head/graphics/qcomicbook/distinfo Sun Oct 7 11:38:56 2018 (r481441) +++ head/graphics/qcomicbook/distinfo Sun Oct 7 12:00:18 2018 (r481442) @@ -1,2 +1,3 @@ -SHA256 (qcomicbook-0.9.0.tar.gz) = 8e36f94d7b55798258b6df085324da150b0983020853eb270992157e9692abcb -SIZE (qcomicbook-0.9.0.tar.gz) = 738514 +TIMESTAMP = 1538907081 +SHA256 (stolowski-QComicBook-0.9.1_GH0.tar.gz) = 39bb6ba0e20569985c930b0e8bdb19ae9c5453f27e9f7c01c6d44f56fb204619 +SIZE (stolowski-QComicBook-0.9.1_GH0.tar.gz) = 739887 Added: head/graphics/qcomicbook/files/patch-help_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/qcomicbook/files/patch-help_CMakeLists.txt Sun Oct 7 12:00:18 2018 (r481442) @@ -0,0 +1,5 @@ +--- help/CMakeLists.txt.orig 2018-10-07 10:17:17 UTC ++++ help/CMakeLists.txt +@@ -1 +1 @@ +-INSTALL(FILES qcomicbook.1 DESTINATION share/man/man1) ++INSTALL(FILES qcomicbook.1 DESTINATION man/man1) Modified: head/graphics/qcomicbook/files/patch-src__CMakeLists.txt ============================================================================== --- head/graphics/qcomicbook/files/patch-src__CMakeLists.txt Sun Oct 7 11:38:56 2018 (r481441) +++ head/graphics/qcomicbook/files/patch-src__CMakeLists.txt Sun Oct 7 12:00:18 2018 (r481442) @@ -1,11 +1,11 @@ ---- src/CMakeLists.txt.orig 2011-07-08 07:18:50.000000000 -0300 -+++ src/CMakeLists.txt 2011-07-24 15:33:02.000000000 -0300 -@@ -116,6 +116,8 @@ - QT4_WRAP_UI(qcomicbook_ui_src ${qcomicbook_ui}) - ###QT4_ADD_TRANSLATION(qcomicbook_qm ../lang/pl_PL.ts) +--- src/CMakeLists.txt.orig 2016-11-22 17:45:10 UTC ++++ src/CMakeLists.txt +@@ -54,6 +54,8 @@ qt5_add_resources(qcomicbook_res ../data/qcomicbook.qr + qt5_wrap_cpp(qcomicbook_moc_src ${qcomicbook_moc_hdrs}) + qt5_wrap_ui(qcomicbook_ui_src ${qcomicbook_ui}) +link_directories(${POPPLER_LIBDIR}) + ADD_EXECUTABLE(qcomicbook ${qcomicbook_src} ${qcomicbook_moc_src} ${qcomicbook_ui_src} ${qcomicbook_res}) ADD_DEPENDENCIES(qcomicbook translations) - TARGET_LINK_LIBRARIES(qcomicbook ${QT_LIBRARIES}) + TARGET_LINK_LIBRARIES(qcomicbook Qt5::Widgets Qt5::PrintSupport Qt5::X11Extras) Modified: head/graphics/qcomicbook/files/patch-src__FrameDetect__CompareFrames.h ============================================================================== --- head/graphics/qcomicbook/files/patch-src__FrameDetect__CompareFrames.h Sun Oct 7 11:38:56 2018 (r481441) +++ head/graphics/qcomicbook/files/patch-src__FrameDetect__CompareFrames.h Sun Oct 7 12:00:18 2018 (r481442) @@ -1,5 +1,5 @@ ---- ./src/FrameDetect/CompareFrames.h.orig 2012-05-30 20:32:02.000000000 +0000 -+++ ./src/FrameDetect/CompareFrames.h 2014-05-13 08:15:11.199946861 +0000 +--- src/FrameDetect/CompareFrames.h.orig 2016-11-22 17:45:10 UTC ++++ src/FrameDetect/CompareFrames.h @@ -14,6 +14,7 @@ #define __COMPARE_FRAMES_H Modified: head/graphics/qcomicbook/pkg-plist ============================================================================== --- head/graphics/qcomicbook/pkg-plist Sun Oct 7 11:38:56 2018 (r481441) +++ head/graphics/qcomicbook/pkg-plist Sun Oct 7 12:00:18 2018 (r481442) @@ -2,18 +2,18 @@ bin/qcomicbook man/man1/qcomicbook.1.gz share/applications/qcomicbook.desktop share/pixmaps/qcomicbook.png -%%DATADIR%%/i18n/qcomicbook_cs_CZ.qm -%%DATADIR%%/i18n/qcomicbook_de_DE.qm -%%DATADIR%%/i18n/qcomicbook_en_EN.qm -%%DATADIR%%/i18n/qcomicbook_es_ES.qm -%%DATADIR%%/i18n/qcomicbook_fi_FI.qm -%%DATADIR%%/i18n/qcomicbook_fr_CA.qm -%%DATADIR%%/i18n/qcomicbook_fr_FR.qm -%%DATADIR%%/i18n/qcomicbook_it_IT.qm -%%DATADIR%%/i18n/qcomicbook_ko_KR.qm -%%DATADIR%%/i18n/qcomicbook_nl_NL.qm -%%DATADIR%%/i18n/qcomicbook_pl_PL.qm -%%DATADIR%%/i18n/qcomicbook_pt_BR.qm -%%DATADIR%%/i18n/qcomicbook_ru_RU.qm -%%DATADIR%%/i18n/qcomicbook_uk_UA.qm -%%DATADIR%%/i18n/qcomicbook_zh_CN.qm +share/qcomicbook/i18n/qcomicbook_cs_CZ.qm +share/qcomicbook/i18n/qcomicbook_de_DE.qm +share/qcomicbook/i18n/qcomicbook_en_EN.qm +share/qcomicbook/i18n/qcomicbook_es_ES.qm +share/qcomicbook/i18n/qcomicbook_fi_FI.qm +share/qcomicbook/i18n/qcomicbook_fr_CA.qm +share/qcomicbook/i18n/qcomicbook_fr_FR.qm +share/qcomicbook/i18n/qcomicbook_it_IT.qm +share/qcomicbook/i18n/qcomicbook_ko_KR.qm +share/qcomicbook/i18n/qcomicbook_nl_NL.qm +share/qcomicbook/i18n/qcomicbook_pl_PL.qm +share/qcomicbook/i18n/qcomicbook_pt_BR.qm +share/qcomicbook/i18n/qcomicbook_ru_RU.qm +share/qcomicbook/i18n/qcomicbook_uk_UA.qm +share/qcomicbook/i18n/qcomicbook_zh_CN.qm From owner-svn-ports-all@freebsd.org Sun Oct 7 11:36:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B67F010BF44A; Sun, 7 Oct 2018 11:36:36 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-qt1-f172.google.com (mail-qt1-f172.google.com [209.85.160.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47AE88151A; Sun, 7 Oct 2018 11:36:36 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-qt1-f172.google.com with SMTP id d8-v6so18261600qtk.13; Sun, 07 Oct 2018 04:36:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0zvYBbCdaUUlQbMbLGWkk8XMs6KtVksuTqo9LAVqoEM=; b=neDHNiB9BlRXf463XW1BWM4Eg8GbqRmBT2qvcE9HOqplTzvpKNnHzANiH3rBBiElRG vPyZ5JFoywPIXt4PSMIPIIDN3Ipjzk5jSnpnWBogd8XiVmKJCEVtSeP/t2ACaWzX/e3s zpVANeAWg285BfJEZs4yP+Oj7anYC0GdTDRCU7Jn3hFk0lYsTAuGJeuCD1i4KfGGoCcO nkEpCexn9ZxtC7PXY45kJl//99RnSczJWYrh9+HQ6X/sL2K85IoJ0/GIgJcrT8AuaaNK JwZ7N4Bnx6eDPy4WrQbRDzfBjAzlULQ9EI6IobzMq/aGS1YH52RQmhfyizzgAo1sR4+X pUdg== X-Gm-Message-State: ABuFfoiLt6eitoxTIP13+wo6+hgdxERkesGNbXUjIc5EndBxiWpfrcoC yZazKRTkWZcMmgAJyIvM8g24SNg2ilE= X-Google-Smtp-Source: ACcGV62yt8nenBG07xqTzUXoFs9O5tJCiKdJRUveA1oj/urt5/zbW9X81viFF71rdgc6fvAsoSxFCQ== X-Received: by 2002:a0c:e2c3:: with SMTP id t3-v6mr15625981qvl.109.1538910571090; Sun, 07 Oct 2018 04:09:31 -0700 (PDT) Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com. [209.85.160.177]) by smtp.gmail.com with ESMTPSA id f184-v6sm6353278qkc.23.2018.10.07.04.09.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 07 Oct 2018 04:09:30 -0700 (PDT) Received: by mail-qt1-f177.google.com with SMTP id d14-v6so9675117qto.4; Sun, 07 Oct 2018 04:09:30 -0700 (PDT) X-Received: by 2002:aed:20f1:: with SMTP id 104-v6mr16067212qtb.81.1538910570660; Sun, 07 Oct 2018 04:09:30 -0700 (PDT) MIME-Version: 1.0 References: <201810070753.w977rakq022587@repo.freebsd.org> In-Reply-To: <201810070753.w977rakq022587@repo.freebsd.org> From: "Tobias C. Berner" Date: Sun, 7 Oct 2018 13:09:18 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r481434 - in head/www/qt5-webkit: . files To: "Tobias C. Berner" 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.27 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 11:36:37 -0000 Sorry, this was based on a conflicting ports tree. I'll commit a fix shortly. mfg Tobias On Sun, 7 Oct 2018 at 09:53, Tobias C. Berner wrote: > Author: tcberner > Date: Sun Oct 7 07:53:36 2018 > New Revision: 481434 > URL: https://svnweb.freebsd.org/changeset/ports/481434 > > Log: > www/qt5-webkit: fix installed pkg config files > > PR: 231108 > Obtained from: > https://src.mouf.net/area51/view/branches/plasma5/PORTS/www/qt5-webkit-annulen-wk2/files/patch-Source_WebKit_PlatformQt.cmake?rev=13782 > > Modified: > head/www/qt5-webkit/Makefile > head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake > > Modified: head/www/qt5-webkit/Makefile > > ============================================================================== > --- head/www/qt5-webkit/Makefile Sun Oct 7 07:24:52 2018 > (r481433) > +++ head/www/qt5-webkit/Makefile Sun Oct 7 07:53:36 2018 > (r481434) > @@ -2,7 +2,7 @@ > > PORTNAME= webkit > DISTVERSION= 5.212.0-alpha2 > -PORTREVISION= 12 > +PORTREVISION= 13 > CATEGORIES= www > MASTER_SITES= > https://github.com/annulen/${PORTNAME}/releases/download/${DISTNAME}/ > PKGNAMEPREFIX= qt5- > > Modified: head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake > > ============================================================================== > --- head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake > Sun Oct 7 07:24:52 2018 (r481433) > +++ head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake > Sun Oct 7 07:53:36 2018 (r481434) > @@ -1,18 +1,42 @@ > ---- Source/WebKit/PlatformQt.cmake.orig 2017-06-15 23:36:48 UTC > +commit 14947c04b3c19b5eb04a683081742b14c1d32786 > +Author: Konstantin Tokarev > +Date: Sat Oct 7 17:38:32 2017 +0300 > + > + [cmake] Fix build with CMake 3.10: -frtti was enabled for wrong file > path > + > + Change-Id: I65d4f491f21c17f6d99a14259988d2ddb0d67105 > + > +--- Source/WebKit/PlatformQt.cmake.orig 2018-10-07 07:18:38 UTC > +++ Source/WebKit/PlatformQt.cmake > @@ -481,6 +481,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) > BASE_NAME Qt5WebKit > DEPS "${WEBKIT_PKGCONGIG_DEPS}" > FILENAME_VAR WebKit_PKGCONFIG_FILENAME > -+ DESCRIPTION "Qt WebKit module" > ++ INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKit" > + DESCRIPTION "Qt WebKit module" > ) > - set(ECM_PKGCONFIG_INSTALL_DIR "${LIB_INSTALL_DIR}/pkgconfig" CACHE > PATH "The directory where pkgconfig will be installed to.") > - install(FILES ${WebKit_PKGCONFIG_FILENAME} DESTINATION > ${ECM_PKGCONFIG_INSTALL_DIR} COMPONENT Data) > -@@ -671,6 +672,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) > + set(ECM_PKGCONFIG_INSTALL_DIR > "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" CACHE PATH "The directory where > pkgconfig will be installed to.") > +@@ -672,6 +673,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) > BASE_NAME Qt5WebKitWidgets > DEPS "${WEBKITWIDGETS_PKGCONFIG_DEPS}" > FILENAME_VAR WebKitWidgets_PKGCONFIG_FILENAME > -+ DESCRIPTION "Qt WebKitWidgets module" > ++ INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKitWidgets" > + DESCRIPTION "Qt WebKitWidgets module" > ) > install(FILES ${WebKitWidgets_PKGCONFIG_FILENAME} DESTINATION > ${ECM_PKGCONFIG_INSTALL_DIR} COMPONENT Data) > - endif () > +@@ -788,6 +790,7 @@ if (COMPILER_IS_GCC_OR_CLANG) > + set_source_files_properties( > + qt/Api/qwebdatabase.cpp > + qt/Api/qwebelement.cpp > ++ qt/Api/qwebfullscreenrequest.cpp > + qt/Api/qwebhistory.cpp > + qt/Api/qwebhistoryinterface.cpp > + qt/Api/qwebpluginfactory.cpp > +@@ -797,7 +800,6 @@ if (COMPILER_IS_GCC_OR_CLANG) > + > + qt/WidgetApi/qgraphicswebview.cpp > + qt/WidgetApi/qwebframe.cpp > +- qt/WidgetApi/qwebfullscreenrequest.cpp > + qt/WidgetApi/qwebinspector.cpp > + qt/WidgetApi/qwebpage.cpp > + qt/WidgetApi/qwebview.cpp > > From owner-svn-ports-all@freebsd.org Sun Oct 7 12:56:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F055B10C208F; Sun, 7 Oct 2018 12:56:39 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A557283DE7; Sun, 7 Oct 2018 12:56:39 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0314142C8; Sun, 7 Oct 2018 12:56:39 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97Cud9Y076476; Sun, 7 Oct 2018 12:56:39 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97CudRI076475; Sun, 7 Oct 2018 12:56:39 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201810071256.w97CudRI076475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 7 Oct 2018 12:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481443 - head/net/pecl-oauth2 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/net/pecl-oauth2 X-SVN-Commit-Revision: 481443 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 12:56:40 -0000 Author: dbaio Date: Sun Oct 7 12:56:39 2018 New Revision: 481443 URL: https://svnweb.freebsd.org/changeset/ports/481443 Log: net/pecl-oauth2: Update to 2.0.3 Changes: https://pecl.php.net/package-changelog.php?package=oauth&release=2.0.3 Modified: head/net/pecl-oauth2/Makefile head/net/pecl-oauth2/distinfo Modified: head/net/pecl-oauth2/Makefile ============================================================================== --- head/net/pecl-oauth2/Makefile Sun Oct 7 12:00:18 2018 (r481442) +++ head/net/pecl-oauth2/Makefile Sun Oct 7 12:56:39 2018 (r481443) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oauth -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= net pear MAINTAINER= dbaio@FreeBSD.org Modified: head/net/pecl-oauth2/distinfo ============================================================================== --- head/net/pecl-oauth2/distinfo Sun Oct 7 12:00:18 2018 (r481442) +++ head/net/pecl-oauth2/distinfo Sun Oct 7 12:56:39 2018 (r481443) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474130147 -SHA256 (PECL/oauth-2.0.2.tgz) = 87ce1a5d585f439f0ead2683f2f7dca76d538df9143da681978356b5e1c6e8e8 -SIZE (PECL/oauth-2.0.2.tgz) = 49115 +TIMESTAMP = 1538435085 +SHA256 (PECL/oauth-2.0.3.tgz) = cb4b65bed8854f01bdf741e23f0a27cdc29618d588d8222a7bb0519b0332b4ae +SIZE (PECL/oauth-2.0.3.tgz) = 49413 From owner-svn-ports-all@freebsd.org Sun Oct 7 12:57:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E238E10C21BE; Sun, 7 Oct 2018 12:57:57 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95CD983FF9; Sun, 7 Oct 2018 12:57:57 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90ADC142C9; Sun, 7 Oct 2018 12:57:57 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97CvvEe076645; Sun, 7 Oct 2018 12:57:57 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97CvvLn076643; Sun, 7 Oct 2018 12:57:57 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201810071257.w97CvvLn076643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 7 Oct 2018 12:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481444 - head/textproc/pear-File_MARC X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/textproc/pear-File_MARC X-SVN-Commit-Revision: 481444 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 12:57:58 -0000 Author: dbaio Date: Sun Oct 7 12:57:56 2018 New Revision: 481444 URL: https://svnweb.freebsd.org/changeset/ports/481444 Log: textproc/pear-File_MARC: Update to 1.3.0 Changes: https://pear.php.net/package/File_MARC/download/1.3.0 Modified: head/textproc/pear-File_MARC/Makefile head/textproc/pear-File_MARC/distinfo Modified: head/textproc/pear-File_MARC/Makefile ============================================================================== --- head/textproc/pear-File_MARC/Makefile Sun Oct 7 12:56:39 2018 (r481443) +++ head/textproc/pear-File_MARC/Makefile Sun Oct 7 12:57:56 2018 (r481444) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File_MARC -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= textproc pear MAINTAINER= dbaio@FreeBSD.org Modified: head/textproc/pear-File_MARC/distinfo ============================================================================== --- head/textproc/pear-File_MARC/distinfo Sun Oct 7 12:56:39 2018 (r481443) +++ head/textproc/pear-File_MARC/distinfo Sun Oct 7 12:57:56 2018 (r481444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512519048 -SHA256 (PEAR/File_MARC-1.2.0.tgz) = b110ee2dec4a51f177bd4c37b07f659ffa32a7c2dbe442a9f3c582d5ec41e430 -SIZE (PEAR/File_MARC-1.2.0.tgz) = 96339 +TIMESTAMP = 1538438011 +SHA256 (PEAR/File_MARC-1.3.0.tgz) = 4f102e5621a09908cd541245fe5d738d4a2554d0c410513c6396bffe69e4496e +SIZE (PEAR/File_MARC-1.3.0.tgz) = 96368 From owner-svn-ports-all@freebsd.org Sun Oct 7 13:32:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EC0410C2DC5; Sun, 7 Oct 2018 13:32:26 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53E1784FFA; Sun, 7 Oct 2018 13:32:26 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4EAEC14943; Sun, 7 Oct 2018 13:32:26 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97DWQj5097088; Sun, 7 Oct 2018 13:32:26 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97DWPWs097082; Sun, 7 Oct 2018 13:32:25 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201810071332.w97DWPWs097082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 7 Oct 2018 13:32:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481445 - head/databases/kbibtex X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/databases/kbibtex X-SVN-Commit-Revision: 481445 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 13:32:27 -0000 Author: tcberner Date: Sun Oct 7 13:32:25 2018 New Revision: 481445 URL: https://svnweb.freebsd.org/changeset/ports/481445 Log: databases/kbibtex: update to 0.8.1 and switch to Qt5 - An upcoming release of poppler will drop support for Qt4. Prepare this port by switching to Qt5 already. Modified: head/databases/kbibtex/Makefile head/databases/kbibtex/distinfo head/databases/kbibtex/pkg-plist Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Sun Oct 7 12:57:56 2018 (r481444) +++ head/databases/kbibtex/Makefile Sun Oct 7 13:32:25 2018 (r481445) @@ -2,23 +2,29 @@ # $FreeBSD$ PORTNAME= kbibtex -DISTVERSION= 0.6.2 -PORTREVISION= 4 +DISTVERSION= 0.8.1 CATEGORIES= databases kde -MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION}/ MAINTAINER= kde@FreeBSD.org COMMENT= Bibliography editor for KDE -LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 \ - libqca.so:devel/qca@qt4 \ - libqoauth.so:net/qoauth +LIB_DEPENDS= libicuuc.so:devel/icu \ + libqca-qt5.so:devel/qca@qt5 \ + libpoppler.so:graphics/poppler \ + libpoppler-qt5.so:graphics/poppler-qt5 \ + libqoauth-qt5.so:net/qoauth-qt5 -USES= cmake gettext iconv kde:4 qt:4 shared-mime-info tar:xz +USES= cmake desktop-file-utils gettext iconv kde:5 qt:5 \ + shared-mime-info tar:xz USE_GNOME= libxml2 libxslt -USE_KDE= kdelibs automoc4 -USE_QT= qmake_build moc_build uic_build rcc_build \ - webkit +USE_KDE= auth bookmarks codecs completion config configwidgets \ + coreaddons crash ecm i18n iconthemes itemviews jobwidgets \ + kio parts service solid sonnet textwidgets wallet \ + widgetsaddons xmlgui +USE_QT= concurrent core dbus gui location network printsupport qml \ + quick webchannel webengine widgets xml xmlpatterns \ + buildtools_build qmake_build USE_LDCONFIG= yes .include Modified: head/databases/kbibtex/distinfo ============================================================================== --- head/databases/kbibtex/distinfo Sun Oct 7 12:57:56 2018 (r481444) +++ head/databases/kbibtex/distinfo Sun Oct 7 13:32:25 2018 (r481445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490015605 -SHA256 (kbibtex-0.6.2.tar.xz) = d99e419aec1d3af0a57eba6d7498de4e6be25ddbd5a5e56fc9de09e7e17dcdf3 -SIZE (kbibtex-0.6.2.tar.xz) = 3081364 +TIMESTAMP = 1538908614 +SHA256 (kbibtex-0.8.1.tar.xz) = 6511a912925c628b7d175b0ef98ba98b1b8eb61e457d621ea0963d29b1fd21d2 +SIZE (kbibtex-0.8.1.tar.xz) = 4060484 Modified: head/databases/kbibtex/pkg-plist ============================================================================== --- head/databases/kbibtex/pkg-plist Sun Oct 7 12:57:56 2018 (r481444) +++ head/databases/kbibtex/pkg-plist Sun Oct 7 13:32:25 2018 (r481445) @@ -1,157 +1,38 @@ bin/kbibtex -include/kde4/kbibtex/api.h -include/kde4/kbibtex/associatedfiles.h -include/kde4/kbibtex/associatedfilesui.h -include/kde4/kbibtex/basicfileview.h -include/kde4/kbibtex/bibliographyservice.h -include/kde4/kbibtex/bibtexentries.h -include/kde4/kbibtex/bibtexfields.h -include/kde4/kbibtex/bibutils.h -include/kde4/kbibtex/checkbibtex.h -include/kde4/kbibtex/clipboard.h -include/kde4/kbibtex/collection.h -include/kde4/kbibtex/collectionmodel.h -include/kde4/kbibtex/colorlabelwidget.h -include/kde4/kbibtex/comment.h -include/kde4/kbibtex/delayedexecutiontimer.h -include/kde4/kbibtex/element.h -include/kde4/kbibtex/elementeditor.h -include/kde4/kbibtex/encoder.h -include/kde4/kbibtex/encoderlatex.h -include/kde4/kbibtex/encoderutf8.h -include/kde4/kbibtex/encoderxml.h -include/kde4/kbibtex/entry.h -include/kde4/kbibtex/fieldinput.h -include/kde4/kbibtex/fieldlineedit.h -include/kde4/kbibtex/file.h -include/kde4/kbibtex/fileexporter.h -include/kde4/kbibtex/fileexporterbibtex.h -include/kde4/kbibtex/fileexporterbibtex2html.h -include/kde4/kbibtex/fileexporterbibtexoutput.h -include/kde4/kbibtex/fileexporterbibutils.h -include/kde4/kbibtex/fileexporterpdf.h -include/kde4/kbibtex/fileexporterps.h -include/kde4/kbibtex/fileexporterris.h -include/kde4/kbibtex/fileexporterrtf.h -include/kde4/kbibtex/fileexportertoolchain.h -include/kde4/kbibtex/fileexporterxml.h -include/kde4/kbibtex/fileexporterxslt.h -include/kde4/kbibtex/fileimporter.h -include/kde4/kbibtex/fileimporterbibtex.h -include/kde4/kbibtex/fileimporterbibutils.h -include/kde4/kbibtex/fileimporterpdf.h -include/kde4/kbibtex/fileimporterris.h -include/kde4/kbibtex/fileinfo.h -include/kde4/kbibtex/filemodel.h -include/kde4/kbibtex/fileview.h -include/kde4/kbibtex/filterbar.h -include/kde4/kbibtex/findduplicates.h -include/kde4/kbibtex/findduplicatesui.h -include/kde4/kbibtex/findpdf.h -include/kde4/kbibtex/findpdfui.h -include/kde4/kbibtex/groups.h -include/kde4/kbibtex/guihelper.h -include/kde4/kbibtex/iconvlatex.h -include/kde4/kbibtex/idsuggestions.h -include/kde4/kbibtex/internalnetworkaccessmanager.h -include/kde4/kbibtex/iocommon.h -include/kde4/kbibtex/italictextitemmodel.h -include/kde4/kbibtex/items.h -include/kde4/kbibtex/journalabbreviations.h -include/kde4/kbibtex/kbibtexdata_export.h -include/kde4/kbibtex/kbibtexgui_export.h -include/kde4/kbibtex/kbibtexio_export.h -include/kde4/kbibtex/kbibtexnamespace.h -include/kde4/kbibtex/kbibtexnetworking_export.h -include/kde4/kbibtex/kbibtexpreferencesdialog.h -include/kde4/kbibtex/kbibtexproc_export.h -include/kde4/kbibtex/lyx.h -include/kde4/kbibtex/macro.h -include/kde4/kbibtex/oauthwizard.h -include/kde4/kbibtex/onlinesearchabstract.h -include/kde4/kbibtex/onlinesearchacmportal.h -include/kde4/kbibtex/onlinesearcharxiv.h -include/kde4/kbibtex/onlinesearchbibsonomy.h -include/kde4/kbibtex/onlinesearchcernds.h -include/kde4/kbibtex/onlinesearchdoi.h -include/kde4/kbibtex/onlinesearchgeneral.h -include/kde4/kbibtex/onlinesearchgooglescholar.h -include/kde4/kbibtex/onlinesearchideasrepec.h -include/kde4/kbibtex/onlinesearchieeexplore.h -include/kde4/kbibtex/onlinesearchingentaconnect.h -include/kde4/kbibtex/onlinesearchinspirehep.h -include/kde4/kbibtex/onlinesearchisbndb.h -include/kde4/kbibtex/onlinesearchjstor.h -include/kde4/kbibtex/onlinesearchmathscinet.h -include/kde4/kbibtex/onlinesearchmrlookup.h -include/kde4/kbibtex/onlinesearchpubmed.h -include/kde4/kbibtex/onlinesearchsciencedirect.h -include/kde4/kbibtex/onlinesearchsimplebibtexdownload.h -include/kde4/kbibtex/onlinesearchsoanasaads.h -include/kde4/kbibtex/onlinesearchspringerlink.h -include/kde4/kbibtex/partwidget.h -include/kde4/kbibtex/preamble.h -include/kde4/kbibtex/settingsabstractwidget.h -include/kde4/kbibtex/settingscolorlabelwidget.h -include/kde4/kbibtex/settingsfileexporterpdfpswidget.h -include/kde4/kbibtex/settingsfileexporterwidget.h -include/kde4/kbibtex/settingsgeneralwidget.h -include/kde4/kbibtex/settingsglobalkeywordswidget.h -include/kde4/kbibtex/settingsidsuggestionseditor.h -include/kde4/kbibtex/settingsidsuggestionswidget.h -include/kde4/kbibtex/settingsuserinterfacewidget.h -include/kde4/kbibtex/tagmodel.h -include/kde4/kbibtex/tags.h -include/kde4/kbibtex/value.h -include/kde4/kbibtex/valuelistmodel.h -include/kde4/kbibtex/xsltransform.h -lib/kde4/kbibtexpart.so +etc/xdg/kbibtexrc lib/libkbibtexconfig.so -lib/libkbibtexconfig.so.0.6 -lib/libkbibtexconfig.so.0.6.1 +lib/libkbibtexconfig.so.0 +lib/libkbibtexconfig.so.0.8 lib/libkbibtexdata.so -lib/libkbibtexdata.so.0.6 -lib/libkbibtexdata.so.0.6.1 +lib/libkbibtexdata.so.0 +lib/libkbibtexdata.so.0.8 lib/libkbibtexgui.so -lib/libkbibtexgui.so.0.6 -lib/libkbibtexgui.so.0.6.1 +lib/libkbibtexgui.so.0 +lib/libkbibtexgui.so.0.8 lib/libkbibtexio.so -lib/libkbibtexio.so.0.6 -lib/libkbibtexio.so.0.6.1 +lib/libkbibtexio.so.0 +lib/libkbibtexio.so.0.8 lib/libkbibtexnetworking.so -lib/libkbibtexnetworking.so.0.6 -lib/libkbibtexnetworking.so.0.6.1 +lib/libkbibtexnetworking.so.0 +lib/libkbibtexnetworking.so.0.8 lib/libkbibtexproc.so -lib/libkbibtexproc.so.0.6 -lib/libkbibtexproc.so.0.6.1 -share/appdata/kbibtex.appdata.xml -share/applications/kde4/kbibtex.desktop -share/apps/kbibtex/abstractonly.xsl -share/apps/kbibtex/arxiv2bibtex.xsl -share/apps/kbibtex/biblatex.kbstyle -share/apps/kbibtex/bibtex.kbstyle -share/apps/kbibtex/fancy.xsl -share/apps/kbibtex/ieeexplore2bibtex.xsl -share/apps/kbibtex/isbndb2bibtex.xsl -share/apps/kbibtex/jabref_journalabbrevlist.txt -share/apps/kbibtex/kbibtexui.rc -share/apps/kbibtex/pam2bibtex.xsl -share/apps/kbibtex/pubmed2bibtex.xsl -share/apps/kbibtex/standard.xsl -share/apps/kbibtex/wikipedia-cite.xsl -share/apps/kbibtex/worldcatdc2bibtex.xsl -share/apps/kbibtexpart/kbibtexpartui.rc -share/config/kbibtexrc -share/doc/HTML/de/kbibtex/common +lib/libkbibtexproc.so.0 +lib/libkbibtexproc.so.0.8 +%%QT_PLUGINDIR%%/kbibtexpart.so +man/ca/man1/kbibtex.1.gz +man/de/man1/kbibtex.1.gz +man/it/man1/kbibtex.1.gz +man/man1/kbibtex.1.gz +man/nl/man1/kbibtex.1.gz +man/uk/man1/kbibtex.1.gz +share/applications/org.kde.kbibtex.desktop share/doc/HTML/de/kbibtex/index.cache.bz2 share/doc/HTML/de/kbibtex/index.docbook -share/doc/HTML/de/kbibtex/man-kbibtex.1.docbook share/doc/HTML/en/kbibtex/add-macro-source.png share/doc/HTML/en/kbibtex/add-macro.png share/doc/HTML/en/kbibtex/application-pdf.png share/doc/HTML/en/kbibtex/applications-internet.png share/doc/HTML/en/kbibtex/code-context.png -share/doc/HTML/en/kbibtex/common share/doc/HTML/en/kbibtex/config-color.png share/doc/HTML/en/kbibtex/config-general.png share/doc/HTML/en/kbibtex/config-id-suggestions.png @@ -189,7 +70,6 @@ share/doc/HTML/en/kbibtex/list-of-values.png share/doc/HTML/en/kbibtex/list-remove.png share/doc/HTML/en/kbibtex/lyx-preferences.png share/doc/HTML/en/kbibtex/main-toolbar.png -share/doc/HTML/en/kbibtex/man-kbibtex.1.docbook share/doc/HTML/en/kbibtex/media-playback-start.png share/doc/HTML/en/kbibtex/new-document.png share/doc/HTML/en/kbibtex/online-search.png @@ -201,29 +81,12 @@ share/doc/HTML/en/kbibtex/svn-update.png share/doc/HTML/en/kbibtex/tools-check-spelling.png share/doc/HTML/en/kbibtex/view-filter.png share/doc/HTML/en/kbibtex/zotero.png -share/doc/HTML/et/kbibtex/common -share/doc/HTML/et/kbibtex/index.cache.bz2 -share/doc/HTML/et/kbibtex/index.docbook -share/doc/HTML/et/kbibtex/man-kbibtex.1.docbook -share/doc/HTML/it/kbibtex/common share/doc/HTML/it/kbibtex/index.cache.bz2 share/doc/HTML/it/kbibtex/index.docbook -share/doc/HTML/it/kbibtex/man-kbibtex.1.docbook -share/doc/HTML/nl/kbibtex/common share/doc/HTML/nl/kbibtex/index.cache.bz2 share/doc/HTML/nl/kbibtex/index.docbook -share/doc/HTML/nl/kbibtex/man-kbibtex.1.docbook -share/doc/HTML/pt_BR/kbibtex/common -share/doc/HTML/pt_BR/kbibtex/index.cache.bz2 -share/doc/HTML/pt_BR/kbibtex/index.docbook -share/doc/HTML/pt_BR/kbibtex/man-kbibtex.1.docbook -share/doc/HTML/sv/kbibtex/common -share/doc/HTML/sv/kbibtex/index.cache.bz2 -share/doc/HTML/sv/kbibtex/index.docbook -share/doc/HTML/sv/kbibtex/man-kbibtex.1.docbook share/doc/HTML/uk/kbibtex/add-macro-source.png share/doc/HTML/uk/kbibtex/add-macro.png -share/doc/HTML/uk/kbibtex/common share/doc/HTML/uk/kbibtex/config-color.png share/doc/HTML/uk/kbibtex/config-general.png share/doc/HTML/uk/kbibtex/config-id-suggestions.png @@ -246,7 +109,6 @@ share/doc/HTML/uk/kbibtex/list-of-documents.png share/doc/HTML/uk/kbibtex/list-of-values.png share/doc/HTML/uk/kbibtex/lyx-preferences.png share/doc/HTML/uk/kbibtex/main-toolbar.png -share/doc/HTML/uk/kbibtex/man-kbibtex.1.docbook share/doc/HTML/uk/kbibtex/new-document.png share/doc/HTML/uk/kbibtex/online-search.png share/doc/HTML/uk/kbibtex/reference-preview.png @@ -259,7 +121,22 @@ share/icons/hicolor/22x22/apps/kbibtex.png share/icons/hicolor/32x32/apps/kbibtex.png share/icons/hicolor/48x48/apps/kbibtex.png share/icons/hicolor/64x64/apps/kbibtex.png -share/kde4/services/kbibtexpart.desktop +%%DATADIR%%/abstractonly.xsl +%%DATADIR%%/arxiv2bibtex.xsl +%%DATADIR%%/biblatex.kbstyle +%%DATADIR%%/bibtex.kbstyle +%%DATADIR%%/fancy.xsl +%%DATADIR%%/ieeexplore2bibtex.xsl +%%DATADIR%%/isbndb2bibtex.xsl +%%DATADIR%%/jabref_journalabbrevlist.txt +%%DATADIR%%/pam2bibtex.xsl +%%DATADIR%%/pubmed2bibtex.xsl +%%DATADIR%%/standard.xsl +%%DATADIR%%/wikipedia-cite.xsl +%%DATADIR%%/worldcatdc2bibtex.xsl +share/kservices5/kbibtexpart.desktop +share/kxmlgui5/kbibtex/kbibtexui.rc +share/kxmlgui5/kbibtexpart/kbibtexpartui.rc share/locale/ast/LC_MESSAGES/kbibtex.mo share/locale/bs/LC_MESSAGES/kbibtex.mo share/locale/ca/LC_MESSAGES/kbibtex.mo @@ -273,6 +150,7 @@ share/locale/fi/LC_MESSAGES/kbibtex.mo share/locale/fr/LC_MESSAGES/kbibtex.mo share/locale/gl/LC_MESSAGES/kbibtex.mo share/locale/hu/LC_MESSAGES/kbibtex.mo +share/locale/ia/LC_MESSAGES/kbibtex.mo share/locale/it/LC_MESSAGES/kbibtex.mo share/locale/ja/LC_MESSAGES/kbibtex.mo share/locale/lt/LC_MESSAGES/kbibtex.mo @@ -285,5 +163,9 @@ share/locale/pt_BR/LC_MESSAGES/kbibtex.mo share/locale/ru/LC_MESSAGES/kbibtex.mo share/locale/sk/LC_MESSAGES/kbibtex.mo share/locale/sv/LC_MESSAGES/kbibtex.mo +share/locale/tr/LC_MESSAGES/kbibtex.mo share/locale/uk/LC_MESSAGES/kbibtex.mo +share/locale/zh_CN/LC_MESSAGES/kbibtex.mo +share/locale/zh_TW/LC_MESSAGES/kbibtex.mo +share/metainfo/org.kde.kbibtex.appdata.xml share/mime/packages/bibliography.xml From owner-svn-ports-all@freebsd.org Sun Oct 7 13:43:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF5AD10C2FD3; Sun, 7 Oct 2018 13:43:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D8CB853BA; Sun, 7 Oct 2018 13:43:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 527D814B0D; Sun, 7 Oct 2018 13:43:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97DhLgW002581; Sun, 7 Oct 2018 13:43:21 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97DhEZq002545; Sun, 7 Oct 2018 13:43:14 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201810071343.w97DhEZq002545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 7 Oct 2018 13:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481446 - in head: . net-im net-im/ktp-accounts-kcm net-im/ktp-accounts-kcm-kde4 net-im/ktp-approver net-im/ktp-approver-kde4 net-im/ktp-auth-handler net-im/ktp-auth-handler-kde4 net-im... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: . net-im net-im/ktp-accounts-kcm net-im/ktp-accounts-kcm-kde4 net-im/ktp-approver net-im/ktp-approver-kde4 net-im/ktp-auth-handler net-im/ktp-auth-handler-kde4 net-im/ktp-call-ui net-im/ktp-c... X-SVN-Commit-Revision: 481446 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 13:43:22 -0000 Author: tcberner Date: Sun Oct 7 13:43:14 2018 New Revision: 481446 URL: https://svnweb.freebsd.org/changeset/ports/481446 Log: net-im/telepathy-qt[45]: falvorize Flavorize the ports: * telepathy-qt4 -> telepathy-qt@qt4 * telepathy-qt5 -> telepathy-qt@qt5 While here, also clean up the Makefile a bit. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D17445 Added: head/net-im/telepathy-qt/ - copied from r481445, head/net-im/telepathy-qt4/ Deleted: head/net-im/telepathy-qt4/ head/net-im/telepathy-qt5/ Modified: head/MOVED head/net-im/Makefile head/net-im/ktp-accounts-kcm-kde4/Makefile head/net-im/ktp-accounts-kcm/Makefile head/net-im/ktp-approver-kde4/Makefile head/net-im/ktp-approver/Makefile head/net-im/ktp-auth-handler-kde4/Makefile head/net-im/ktp-auth-handler/Makefile head/net-im/ktp-call-ui/Makefile head/net-im/ktp-common-internals-kde4/Makefile head/net-im/ktp-common-internals/Makefile head/net-im/ktp-contact-list-kde4/Makefile head/net-im/ktp-contact-list/Makefile head/net-im/ktp-contact-runner-kde4/Makefile head/net-im/ktp-contact-runner/Makefile head/net-im/ktp-filetransfer-handler-kde4/Makefile head/net-im/ktp-filetransfer-handler/Makefile head/net-im/ktp-kded-integration-module-kde4/Makefile head/net-im/ktp-kded-module/Makefile head/net-im/ktp-send-file-kde4/Makefile head/net-im/ktp-send-file/Makefile head/net-im/ktp-text-ui-kde4/Makefile head/net-im/ktp-text-ui/Makefile head/net-im/plasma-applet-ktp-kde4/Makefile head/net-im/telepathy-logger-qt4/Makefile head/net-im/telepathy-logger-qt5/Makefile head/net-im/telepathy-qt/Makefile head/net/krdc-kde4/Makefile head/net/krfb-kde4/Makefile head/net/krfb/Makefile head/www/choqok-kde4/Makefile head/www/choqok/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Oct 7 13:32:25 2018 (r481445) +++ head/MOVED Sun Oct 7 13:43:14 2018 (r481446) @@ -5199,7 +5199,6 @@ audio/rubygem-ogginfo|audio/rubygem-ruby-ogginfo|2013- x11-fm/xnc||2013-12-01|Has expired: Latest release from 2005, upstream disappeared, does not build audio/liteamp||2013-12-01|Has expired: Dead upstream since 2004, does not build with clang net-im/tapioca-qt||2013-12-01|Has expired: Unmaintained upstream since 2007, not used by anything -net-im/telepathy-qt|net-im/telepathy-qt4|2013-12-01|Has expired: Unmaintained upstream since 2007, use net-im/telepathy-qt4 x11-toolkits/linux-f10-gtk||2013-12-01|Has expired: GTK1 is deprecated net-im/linux-ymessenger||2013-12-01|Has expired: Depends on deprecated Linux GTK1 emulators/linux-pete-mesagpu||2013-12-01|Has expired: Depends on deprecated Linux GTK1 @@ -10567,3 +10566,5 @@ editors/latexila|editors/gnome-latex|2018-10-05|Projec math/arpack|math/arpack-ng|2018-10-06|math/arpack is the old, unmaintained version, math/arpack-ng should be used instead net-p2p/libtorrent-rasterbar-python|net-p2p/py-libtorrent-rasterbar|2018-10-06|Rename to the canonical name for a python port biology/tinker|science/tinker|2018-10-06|Move to proper category +net-im/telepathy-qt4|net-im/telepathy-qt@qt4|2018-10-07|Moved to flavored version +net-im/telepathy-qt5|net-im/telepathy-qt@qt5|2018-10-07|Moved to flavored version Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -199,8 +199,7 @@ SUBDIR += telepathy-logger-qt5 SUBDIR += telepathy-mission-control SUBDIR += telepathy-python - SUBDIR += telepathy-qt4 - SUBDIR += telepathy-qt5 + SUBDIR += telepathy-qt SUBDIR += telepathy-rakia SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip Modified: head/net-im/ktp-accounts-kcm-kde4/Makefile ============================================================================== --- head/net-im/ktp-accounts-kcm-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-accounts-kcm-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ COMMENT= KDE instant messaging account management modu DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4 Modified: head/net-im/ktp-accounts-kcm/Makefile ============================================================================== --- head/net-im/ktp-accounts-kcm/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-accounts-kcm/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -9,7 +9,7 @@ COMMENT= KDE instant messaging account management modu LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ libkaccounts.so:net-im/kaccounts-integration \ - libtelepathy-qt5.so:net-im/telepathy-qt5 \ + libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals \ libKF5AkonadiPrivate.so:databases/akonadi \ Modified: head/net-im/ktp-approver-kde4/Makefile ============================================================================== --- head/net-im/ktp-approver-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-approver-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ COMMENT= KDE instant messaging notifier DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4 Modified: head/net-im/ktp-approver/Makefile ============================================================================== --- head/net-im/ktp-approver/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-approver/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -7,7 +7,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging notifier -LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \ +LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list Modified: head/net-im/ktp-auth-handler-kde4/Makefile ============================================================================== --- head/net-im/ktp-auth-handler-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-auth-handler-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -15,7 +15,7 @@ EXPIRATION_DATE= 2018-12-31 LIB_DEPENDS= libqjson.so:devel/qjson \ libqca.so:devel/qca \ - libtelepathy-qt4.so:net-im/telepathy-qt4 \ + libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 qt:4 tar:bzip2 Modified: head/net-im/ktp-auth-handler/Makefile ============================================================================== --- head/net-im/ktp-auth-handler/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-auth-handler/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -8,7 +8,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KWallet integration module for KDE Telepathy LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 \ - libtelepathy-qt5.so:net-im/telepathy-qt5 \ + libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals \ libaccounts-qt5.so:net-im/libaccounts-qt5 \ libkaccounts.so:net-im/kaccounts-integration \ Modified: head/net-im/ktp-call-ui/Makefile ============================================================================== --- head/net-im/ktp-call-ui/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-call-ui/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-commo libfarstream-0.2.so:net-im/farstream \ libtelepathy-farstream.so:net-im/telepathy-farstream \ libtelepathy-glib.so:net-im/telepathy-glib \ - libtelepathy-qt5-farstream.so:net-im/telepathy-qt5 + libtelepathy-qt5-farstream.so:net-im/telepathy-qt@qt5 USES= cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig \ python:2.7 qt:5 tar:xz Modified: head/net-im/ktp-common-internals-kde4/Makefile ============================================================================== --- head/net-im/ktp-common-internals-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-common-internals-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ COMMENT= KDE Telepathy internal library DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 RUN_DEPENDS= ${LOCALBASE}/libexec/mission-control-5:net-im/telepathy-mission-control Modified: head/net-im/ktp-common-internals/Makefile ============================================================================== --- head/net-im/ktp-common-internals/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-common-internals/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -9,7 +9,7 @@ COMMENT= KDE Telepathy internal library LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libsignon-qt5.so:sysutils/signon-qt5 \ - libtelepathy-qt5.so:net-im/telepathy-qt5 \ + libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \ libotr.so:security/libotr \ libaccounts-qt5.so:net-im/libaccounts-qt5 \ Modified: head/net-im/ktp-contact-list-kde4/Makefile ============================================================================== --- head/net-im/ktp-contact-list-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-contact-list-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ COMMENT= KDE instant messaging contact list applicatio DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 Modified: head/net-im/ktp-contact-list/Makefile ============================================================================== --- head/net-im/ktp-contact-list/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-contact-list/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -7,7 +7,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging contact list application -LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \ +LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals Modified: head/net-im/ktp-contact-runner-kde4/Makefile ============================================================================== --- head/net-im/ktp-contact-runner-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-contact-runner-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ COMMENT= KRunner integration module for KDE Telepathy DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 qt:4 tar:bzip2 Modified: head/net-im/ktp-contact-runner/Makefile ============================================================================== --- head/net-im/ktp-contact-runner/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-contact-runner/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -7,7 +7,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KRunner integration module for KDE Telepathy -LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \ +LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals USES= cmake:outsource gettext kde:5 qt:5 tar:xz Modified: head/net-im/ktp-filetransfer-handler-kde4/Makefile ============================================================================== --- head/net-im/ktp-filetransfer-handler-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-filetransfer-handler-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ COMMENT= KDE instant messaging file transfer handler DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 qt:4 tar:bzip2 Modified: head/net-im/ktp-filetransfer-handler/Makefile ============================================================================== --- head/net-im/ktp-filetransfer-handler/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-filetransfer-handler/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -7,7 +7,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging file transfer handler -LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \ +LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals USES= cmake:outsource gettext kde:5 qt:5 tar:xz Modified: head/net-im/ktp-kded-integration-module-kde4/Makefile ============================================================================== --- head/net-im/ktp-kded-integration-module-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-kded-integration-module-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ COMMENT= Module for integration of instant messaging i DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 qt:4 tar:bzip2 Modified: head/net-im/ktp-kded-module/Makefile ============================================================================== --- head/net-im/ktp-kded-module/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-kded-module/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -7,7 +7,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Module for integration of instant messaging into KDE Workspaces -LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \ +LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals USES= cmake:outsource gettext kde:5 qt:5 tar:xz Modified: head/net-im/ktp-send-file-kde4/Makefile ============================================================================== --- head/net-im/ktp-send-file-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-send-file-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ COMMENT= KDE instant messaging file transfer applicati DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler-kde4 \ ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4 Modified: head/net-im/ktp-send-file/Makefile ============================================================================== --- head/net-im/ktp-send-file/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-send-file/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -7,7 +7,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging file transfer application -LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \ +LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals RUN_DEPENDS= ${KDE_PREFIX}/lib/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \ ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list Modified: head/net-im/ktp-text-ui-kde4/Makefile ============================================================================== --- head/net-im/ktp-text-ui-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-text-ui-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -13,7 +13,7 @@ COMMENT= KDE chat window application DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4 Modified: head/net-im/ktp-text-ui/Makefile ============================================================================== --- head/net-im/ktp-text-ui/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/ktp-text-ui/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -7,7 +7,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE chat window application -LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \ +LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list Modified: head/net-im/plasma-applet-ktp-kde4/Makefile ============================================================================== --- head/net-im/plasma-applet-ktp-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/plasma-applet-ktp-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -15,7 +15,7 @@ COMMENT= KDE instant messaging Plasma applets DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 qt:4 tar:bzip2 Modified: head/net-im/telepathy-logger-qt4/Makefile ============================================================================== --- head/net-im/telepathy-logger-qt4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/telepathy-logger-qt4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -15,7 +15,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib \ libtelepathy-logger.so:net-im/telepathy-logger \ - libtelepathy-qt4.so:net-im/telepathy-qt4 + libtelepathy-qt4.so:net-im/telepathy-qt@qt4 USES= bison:build cmake kde:4 pkgconfig python:2.7,build qt:4 tar:bzip2 USE_GNOME= glib20 libxml2 Modified: head/net-im/telepathy-logger-qt5/Makefile ============================================================================== --- head/net-im/telepathy-logger-qt5/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/telepathy-logger-qt5/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -18,7 +18,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib \ libtelepathy-logger.so:net-im/telepathy-logger \ - libtelepathy-qt5.so:net-im/telepathy-qt5 + libtelepathy-qt5.so:net-im/telepathy-qt@qt5 USES= bison:build cmake:outsource kde:5 pkgconfig python:2.7,build qt:5 tar:xz USE_GNOME= glib20 libxml2 Modified: head/net-im/telepathy-qt/Makefile ============================================================================== --- head/net-im/telepathy-qt4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net-im/telepathy-qt/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -3,10 +3,9 @@ PORTNAME= telepathy-qt PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME}/ -PKGNAMESUFFIX?= 4 MAINTAINER= kde@FreeBSD.org COMMENT= High-level Qt binding for Telepathy @@ -18,21 +17,26 @@ LIB_DEPENDS= libtelepathy-farstream.so:net-im/telepath libtelepathy-glib.so:net-im/telepathy-glib RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus@${PY_FLAVOR} -OPTIONS_DEFINE= DOCS +FLAVORS= qt4 qt5 +FLAVOR?= ${FLAVORS:[1]} +qt4_PKGNAMESUFFIX= 4 +qt5_PKGNAMESUFFIX= 5 + +USES= cmake:outsource gettext gnome localbase:ldflags pathfix pkgconfig python:2.7,build USE_GNOME= glib20 libxslt:build USE_GSTREAMER= yes -USES= cmake:outsource gettext pathfix pkgconfig python:2.7,build -CMAKE_ARGS= -DENABLE_EXAMPLES:BOOL=False \ - -DENABLE_FARSIGHT:BOOL=False \ - -DENABLE_FARSTREAM:BOOL=True \ - -DENABLE_TESTS:BOOL=False \ - -DDESIRED_QT_VERSION:STRING=${PKGNAMESUFFIX} \ +USE_LDCONFIG= yes + +CMAKE_ON= ENABLE_FARSTREAM CMAKE_DISABLE_FIND_PACKAGE_Doxygen +CMAKE_OFF= ENABLE_EXAMPLES ENABLE_FARSIGHT ENABLE_TESTS +CMAKE_ARGS= -DDESIRED_QT_VERSION:STRING=${PKGNAMESUFFIX} \ -DQT_QMAKE_EXECUTABLE:FILEPATH=${QMAKE} -. if ${PKGNAMESUFFIX:M4} + +. if ${FLAVOR} == qt4 USES+= qt:4 -USE_QT= corelib dbus gui network qtestlib_build xml \ - moc_build qmake_build rcc_build uic_build +USE_QT= corelib dbus gui network xml \ + moc_build qmake_build qtestlib_build rcc_build uic_build SHLIB_SUFFIX= 2 . else USES+= qt:5 @@ -41,16 +45,7 @@ USE_QT= core dbus gui network xml \ SHLIB_SUFFIX= 0 . endif -USE_LDCONFIG= yes - -# Required because FindGObject.cmake is too old and uses the pkg-config values -# directly (-lgobject-2.0 instead of /path/to/libgobject-2.0.so). -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -# We do not need Doxygen because the tarball already ships with prebuilt -# documentation. -CMAKE_ARGS+= -DDOXYGEN_EXECUTABLE:FILEPATH="" +OPTIONS_DEFINE= DOCS PLIST_SUB= PORTVERSION="${PORTVERSION}" \ QTVER_SUFFIX="${PKGNAMESUFFIX}" \ Modified: head/net/krdc-kde4/Makefile ============================================================================== --- head/net/krdc-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net/krdc-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -12,7 +12,7 @@ DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 LIB_DEPENDS= libvncserver.so:net/libvncserver \ - libtelepathy-qt4.so:net-im/telepathy-qt4 + libtelepathy-qt4.so:net-im/telepathy-qt@qt4 USES= cmake:outsource kde:4 qt:4 tar:xz USE_KDE= kdelibs automoc4 Modified: head/net/krfb-kde4/Makefile ============================================================================== --- head/net/krfb-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net/krfb-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -11,7 +11,7 @@ COMMENT= VNC server for KDE DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 +LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@qt4 USES= alias cmake:outsource jpeg kde:4 qt:4 tar:xz USE_KDE= kdelibs automoc4 Modified: head/net/krfb/Makefile ============================================================================== --- head/net/krfb/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/net/krfb/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -22,6 +22,6 @@ USE_XORG= x11 xcb xdamage xext xtst OPTIONS_DEFINE= TELEPATHY DOCS OPTIONS_SUB= yes TELEPATHY_DESC= Support for Telepathy Tubes -TELEPATHY_LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 +TELEPATHY_LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 .include Modified: head/www/choqok-kde4/Makefile ============================================================================== --- head/www/choqok-kde4/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/www/choqok-kde4/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -19,7 +19,7 @@ EXPIRATION_DATE= 2018-12-31 LIB_DEPENDS= libqjson.so:devel/qjson@qt4 \ libqoauth.so:net/qoauth \ - libtelepathy-qt4.so:net-im/telepathy-qt4 + libtelepathy-qt4.so:net-im/telepathy-qt@qt4 USES= cmake gettext kde:4 qt:4 tar:xz USE_KDE= attica automoc4 kdelibs Modified: head/www/choqok/Makefile ============================================================================== --- head/www/choqok/Makefile Sun Oct 7 13:32:25 2018 (r481445) +++ head/www/choqok/Makefile Sun Oct 7 13:43:14 2018 (r481446) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqjson-qt5.so:devel/qjson@qt5 \ libqca-qt5.so:devel/qca@qt5 \ libqoauth-qt5.so:net/qoauth-qt5 \ - libtelepathy-qt5.so:net-im/telepathy-qt5 + libtelepathy-qt5.so:net-im/telepathy-qt@qt5 USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz USE_KDE= attica auth bookmarks codecs completion config configwidgets \ From owner-svn-ports-all@freebsd.org Sun Oct 7 14:48:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89F8E10C40D9; Sun, 7 Oct 2018 14:48:23 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32EDD86C55; Sun, 7 Oct 2018 14:48:23 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2AA7415499; Sun, 7 Oct 2018 14:48:23 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97EmNdb033609; Sun, 7 Oct 2018 14:48:23 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97EmMvd033606; Sun, 7 Oct 2018 14:48:22 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201810071448.w97EmMvd033606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 7 Oct 2018 14:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481447 - head/www/nginx-devel X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/nginx-devel X-SVN-Commit-Revision: 481447 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: 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, 07 Oct 2018 14:48:23 -0000 Author: osa Date: Sun Oct 7 14:48:22 2018 New Revision: 481447 URL: https://svnweb.freebsd.org/changeset/ports/481447 Log: Upgrade third-party nchan (aka push) module from 1.1.14 to its recent stable version 1.2.1. Bump PORTREVISION. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/Makefile.extmod head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Oct 7 13:43:14 2018 (r481446) +++ head/www/nginx-devel/Makefile Sun Oct 7 14:48:22 2018 (r481447) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.15.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Sun Oct 7 13:43:14 2018 (r481446) +++ head/www/nginx-devel/Makefile.extmod Sun Oct 7 14:48:22 2018 (r481447) @@ -125,7 +125,7 @@ HTTP_NOTICE_GH_TUPLE= kr:nginx-notice:3c95966:notice HTTP_NOTICE_CONFIGURE_ON= --add-module=${WRKSRC_notice} HTTP_NOTICE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_http_notice_module.c -HTTP_PUSH_GH_TUPLE= slact:nchan:v1.1.14:push +HTTP_PUSH_GH_TUPLE= slact:nchan:v1.2.1:push HTTP_PUSH_VARS= DSO_EXTMODS+=push HTTP_PUSH_STREAM_GH_TUPLE= wandenberg:nginx-push-stream-module:0.5.4:pushstream Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Oct 7 13:43:14 2018 (r481446) +++ head/www/nginx-devel/distinfo Sun Oct 7 14:48:22 2018 (r481447) @@ -1,4 +1,4 @@ -TIMESTAMP = 1538848050 +TIMESTAMP = 1538918416 SHA256 (nginx-1.15.5.tar.gz) = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f SIZE (nginx-1.15.5.tar.gz) = 1024791 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -73,8 +73,8 @@ SHA