From owner-svn-ports-all@freebsd.org Sun Aug 28 05:56:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D245B770B6; Sun, 28 Aug 2016 05:56:03 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id EB979ACA; Sun, 28 Aug 2016 05:56:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S5u2IZ029174; Sun, 28 Aug 2016 05:56:02 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S5u2I2029173; Sun, 28 Aug 2016 05:56:02 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608280556.u7S5u2I2029173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Aug 2016 05:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421004 - head/science/epte/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 05:56:03 -0000 Author: marino Date: Sun Aug 28 05:56:01 2016 New Revision: 421004 URL: https://svnweb.freebsd.org/changeset/ports/421004 Log: science/epte: Add forgetten patch hunk from previous commit This chunk enables the build to honor LDFLAGS. Modified: head/science/epte/files/patch-makefile Modified: head/science/epte/files/patch-makefile ============================================================================== --- head/science/epte/files/patch-makefile Sat Aug 27 23:11:34 2016 (r421003) +++ head/science/epte/files/patch-makefile Sun Aug 28 05:56:01 2016 (r421004) @@ -31,3 +31,12 @@ MAIN = ask_user.o bell.o bold.o blink.o draw_blocks.o draw_table.o endprog.o listcommand.o epte.o make_coordinates.o reverse.o setaudio.o setinput.o table_key.o ttflush.o ttinp.o +@@ -354,7 +354,7 @@ DOES = do_bondeng.o do_attributes.o do_c + + + epte : $(MAIN) $(FILLS) $(DOES) +- $(CC) $(MAIN) $(FILLS) $(DOES) $(LIBS) ++ $(CC) $(MAIN) $(FILLS) $(DOES) $(LDFLAGS) $(LIBS) + + clean: + rm -f *.o From owner-svn-ports-all@freebsd.org Sun Aug 28 06:02:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C792FB772CB; Sun, 28 Aug 2016 06:02:10 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 97E6DD11; Sun, 28 Aug 2016 06:02:10 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S629U7032709; Sun, 28 Aug 2016 06:02:09 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S629oH032708; Sun, 28 Aug 2016 06:02:09 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608280602.u7S629oH032708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Aug 2016 06:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421005 - head/devel/ocaml-annexlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 06:02:10 -0000 Author: marino Date: Sun Aug 28 06:02:09 2016 New Revision: 421005 URL: https://svnweb.freebsd.org/changeset/ports/421005 Log: devel/ocaml-annexlib is not jobs safe (typical for ocaml) Modified: head/devel/ocaml-annexlib/Makefile Modified: head/devel/ocaml-annexlib/Makefile ============================================================================== --- head/devel/ocaml-annexlib/Makefile Sun Aug 28 05:56:01 2016 (r421004) +++ head/devel/ocaml-annexlib/Makefile Sun Aug 28 06:02:09 2016 (r421005) @@ -29,6 +29,8 @@ ALL_TARGET= all opt SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} +MAKE_JOBS_UNSAFE= yes + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sun Aug 28 06:49:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50E01B77FAC; Sun, 28 Aug 2016 06:49:38 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 1D048DCD; Sun, 28 Aug 2016 06:49:38 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S6nbXC047758; Sun, 28 Aug 2016 06:49:37 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S6nb5M047757; Sun, 28 Aug 2016 06:49:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608280649.u7S6nb5M047757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Aug 2016 06:49:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421006 - head/sysutils/abduco X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 06:49:38 -0000 Author: marino Date: Sun Aug 28 06:49:37 2016 New Revision: 421006 URL: https://svnweb.freebsd.org/changeset/ports/421006 Log: sysutils/abduco is not jobs another Abduco is another brilliant example featuring an "all" target that depends on a "clean" target that runs concurrently with a build target under -jX causing built object files to be deleted before they are used. Presumably the fix would be to remove the useless dependency on the "clean" target. Modified: head/sysutils/abduco/Makefile Modified: head/sysutils/abduco/Makefile ============================================================================== --- head/sysutils/abduco/Makefile Sun Aug 28 06:02:09 2016 (r421005) +++ head/sysutils/abduco/Makefile Sun Aug 28 06:49:37 2016 (r421006) @@ -16,6 +16,8 @@ MAKE_ARGS= CPPFLAGS="${CPPFLAGS}" STRIP= PLIST_FILES= bin/abduco \ man/man1/abduco.1.gz +MAKE_JOBS_UNSAFE= yes + pre-everything:: @${ECHO_MSG} "You can build abduco with your own config.h using the ABDUCO_CONF knob:" @${ECHO_MSG} "make ABDUCO_CONF=/path/to/abduco/config.h install clean" From owner-svn-ports-all@freebsd.org Sun Aug 28 07:02:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94191B78521; Sun, 28 Aug 2016 07:02:49 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 5127F902; Sun, 28 Aug 2016 07:02:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S72m1u055158; Sun, 28 Aug 2016 07:02:48 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S72mV9055153; Sun, 28 Aug 2016 07:02:48 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608280702.u7S72mV9055153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 28 Aug 2016 07:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421007 - in head/devel: . p5-Devel-InheritNamespace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 07:02:49 -0000 Author: pi Date: Sun Aug 28 07:02:47 2016 New Revision: 421007 URL: https://svnweb.freebsd.org/changeset/ports/421007 Log: New port: devel/p5-Devel-InheritNamespace Devel::InheritNamespace Inherit an entire namespace WWW: http://search.cpan.org/dist/Devel-InheritNamespace/ PR: 212206 Submitted by: danny@dannywarren.com Added: head/devel/p5-Devel-InheritNamespace/ head/devel/p5-Devel-InheritNamespace/Makefile (contents, props changed) head/devel/p5-Devel-InheritNamespace/distinfo (contents, props changed) head/devel/p5-Devel-InheritNamespace/pkg-descr (contents, props changed) head/devel/p5-Devel-InheritNamespace/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 28 06:49:37 2016 (r421006) +++ head/devel/Makefile Sun Aug 28 07:02:47 2016 (r421007) @@ -2191,6 +2191,7 @@ SUBDIR += p5-Devel-GlobalDestruction SUBDIR += p5-Devel-GlobalDestruction-XS SUBDIR += p5-Devel-Hide + SUBDIR += p5-Devel-InheritNamespace SUBDIR += p5-Devel-KYTProf SUBDIR += p5-Devel-Leak SUBDIR += p5-Devel-Leak-Cb Added: head/devel/p5-Devel-InheritNamespace/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-InheritNamespace/Makefile Sun Aug 28 07:02:47 2016 (r421007) @@ -0,0 +1,18 @@ +# Created by: Danny Warren +# $FreeBSD$ + +PORTNAME= Devel-InheritNamespace +PORTVERSION= 0.00003 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= danny@dannywarren.com +COMMENT= Inherit an entire namespace + +LICENSE= ART10 + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/devel/p5-Devel-InheritNamespace/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-InheritNamespace/distinfo Sun Aug 28 07:02:47 2016 (r421007) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472367725 +SHA256 (Devel-InheritNamespace-0.00003.tar.gz) = 0457c5eb8ce8d5d1acfa362a251891177e13e7bfb14a2cbcf836dd77ae9cd4d6 +SIZE (Devel-InheritNamespace-0.00003.tar.gz) = 17595 Added: head/devel/p5-Devel-InheritNamespace/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-InheritNamespace/pkg-descr Sun Aug 28 07:02:47 2016 (r421007) @@ -0,0 +1,4 @@ +Devel::InheritNamespace +Inherit an entire namespace + +WWW: http://search.cpan.org/dist/Devel-InheritNamespace/ Added: head/devel/p5-Devel-InheritNamespace/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-InheritNamespace/pkg-plist Sun Aug 28 07:02:47 2016 (r421007) @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/Devel::InheritNamespace.3.gz +%%SITE_PERL%%/Devel/InheritNamespace.pm +@dir %%SITE_PERL%%/Devel From owner-svn-ports-all@freebsd.org Sun Aug 28 07:32:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8E2DB7810A; Sun, 28 Aug 2016 07:32:41 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id ABD3D1CD; Sun, 28 Aug 2016 07:32:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S7WeDG066622; Sun, 28 Aug 2016 07:32:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S7WeEx066620; Sun, 28 Aug 2016 07:32:40 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608280732.u7S7WeEx066620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Aug 2016 07:32:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421008 - head/textproc/soothsayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 07:32:41 -0000 Author: marino Date: Sun Aug 28 07:32:40 2016 New Revision: 421008 URL: https://svnweb.freebsd.org/changeset/ports/421008 Log: textproc/soothsayer: sed correct Makefile.in for curses => ncurses Modified: head/textproc/soothsayer/Makefile Modified: head/textproc/soothsayer/Makefile ============================================================================== --- head/textproc/soothsayer/Makefile Sun Aug 28 07:02:47 2016 (r421007) +++ head/textproc/soothsayer/Makefile Sun Aug 28 07:32:40 2016 (r421008) @@ -3,7 +3,7 @@ PORTNAME= soothsayer PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/presage/${PORTNAME}/${PORTVERSION} @@ -31,8 +31,9 @@ post-patch: @${REINPLACE_CMD} -e 's|\$$\^|$${.ALLSRC}| ; \ s|lib/soothsayer|soothsayer|g' ${WRKSRC}/resources/Makefile.in @${REINPLACE_CMD} -e 's|lib/soothsayer|soothsayer|' \ - -e 's@lcurses@lncurses@g' \ ${WRKSRC}/resources/profiles/Makefile.in + @${REINPLACE_CMD} -e 's@lcurses@lncurses@g' \ + ${WRKSRC}/src/tools/Makefile.in @${REINPLACE_CMD} -E -e "s|(LIBS=.*)-lsqlite3(.*)|\1\`pkg-config --static --libs sqlite3\`\2|" \ -e "s|(.*SQLITE_LIBS=.*)-lsqlite3(.*)|\1\`pkg-config --static --libs sqlite3\`\2|" \ -e 's@lcurses@lncurses@g' \ From owner-svn-ports-all@freebsd.org Sun Aug 28 07:42:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB91DB784D4; Sun, 28 Aug 2016 07:42:59 +0000 (UTC) (envelope-from riggs@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 mx1.freebsd.org (Postfix) with ESMTPS id 6448BB0F; Sun, 28 Aug 2016 07:42:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S7gwZs070394; Sun, 28 Aug 2016 07:42:58 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S7gwEX070393; Sun, 28 Aug 2016 07:42:58 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201608280742.u7S7gwEX070393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Aug 2016 07:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421009 - head/astro/gpsbabel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 07:42:59 -0000 Author: riggs Date: Sun Aug 28 07:42:58 2016 New Revision: 421009 URL: https://svnweb.freebsd.org/changeset/ports/421009 Log: Fix build with libc++ 3.8.0 PR: 210991 Submitted by: dev2@heesakkers.info (maintainer) MFH: 2016Q3 (ports-secteam build fix blanket) Added: head/astro/gpsbabel/files/patch-exif.cc (contents, props changed) Added: head/astro/gpsbabel/files/patch-exif.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/gpsbabel/files/patch-exif.cc Sun Aug 28 07:42:58 2016 (r421009) @@ -0,0 +1,26 @@ +--- exif.cc.orig 2016-01-03 02:09:17 UTC ++++ exif.cc +@@ -1100,7 +1100,7 @@ exif_find_wpt_by_time(const Waypoint* wp + + if (exif_wpt_ref == NULL) { + exif_wpt_ref = wpt; +- } else if (abs(exif_time_ref - wpt->creation_time.toTime_t()) < abs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())) { ++ } else if (qAbs(exif_time_ref - wpt->creation_time.toTime_t()) < qAbs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())) { + exif_wpt_ref = wpt; + } + } +@@ -1447,12 +1447,12 @@ exif_write(void) + + if (exif_wpt_ref == NULL) { + warning(MYNAME ": No point with a valid timestamp found.\n"); +- } else if (abs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t()) > frame) { ++ } else if (qAbs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t()) > frame) { + warning(MYNAME ": No matching point found for image date %s!\n", qPrintable(str)); + if (exif_wpt_ref != NULL) { + QString str = exif_time_str(exif_wpt_ref->creation_time.toTime_t()); + warning(MYNAME ": Best is from %s, %d second(s) away.\n", +- qPrintable(str), abs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())); ++ qPrintable(str), (int) qAbs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())); + } + exif_wpt_ref = NULL; + } From owner-svn-ports-all@freebsd.org Sun Aug 28 07:45:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D79CB785BA; Sun, 28 Aug 2016 07:45:54 +0000 (UTC) (envelope-from riggs@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 mx1.freebsd.org (Postfix) with ESMTPS id EB1B6C34; Sun, 28 Aug 2016 07:45:53 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S7jrsU070671; Sun, 28 Aug 2016 07:45:53 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S7jrDH070670; Sun, 28 Aug 2016 07:45:53 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201608280745.u7S7jrDH070670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Aug 2016 07:45:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421010 - branches/2016Q3/astro/gpsbabel/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 07:45:54 -0000 Author: riggs Date: Sun Aug 28 07:45:52 2016 New Revision: 421010 URL: https://svnweb.freebsd.org/changeset/ports/421010 Log: MFH: r421009 Fix build with libc++ 3.8.0 PR: 210991 Submitted by: dev2@heesakkers.info (maintainer) Approved by: ports-secteam (build fix blanket) Added: branches/2016Q3/astro/gpsbabel/files/patch-exif.cc - copied unchanged from r421009, head/astro/gpsbabel/files/patch-exif.cc Modified: Directory Properties: branches/2016Q3/ (props changed) Copied: branches/2016Q3/astro/gpsbabel/files/patch-exif.cc (from r421009, head/astro/gpsbabel/files/patch-exif.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/astro/gpsbabel/files/patch-exif.cc Sun Aug 28 07:45:52 2016 (r421010, copy of r421009, head/astro/gpsbabel/files/patch-exif.cc) @@ -0,0 +1,26 @@ +--- exif.cc.orig 2016-01-03 02:09:17 UTC ++++ exif.cc +@@ -1100,7 +1100,7 @@ exif_find_wpt_by_time(const Waypoint* wp + + if (exif_wpt_ref == NULL) { + exif_wpt_ref = wpt; +- } else if (abs(exif_time_ref - wpt->creation_time.toTime_t()) < abs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())) { ++ } else if (qAbs(exif_time_ref - wpt->creation_time.toTime_t()) < qAbs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())) { + exif_wpt_ref = wpt; + } + } +@@ -1447,12 +1447,12 @@ exif_write(void) + + if (exif_wpt_ref == NULL) { + warning(MYNAME ": No point with a valid timestamp found.\n"); +- } else if (abs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t()) > frame) { ++ } else if (qAbs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t()) > frame) { + warning(MYNAME ": No matching point found for image date %s!\n", qPrintable(str)); + if (exif_wpt_ref != NULL) { + QString str = exif_time_str(exif_wpt_ref->creation_time.toTime_t()); + warning(MYNAME ": Best is from %s, %d second(s) away.\n", +- qPrintable(str), abs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())); ++ qPrintable(str), (int) qAbs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())); + } + exif_wpt_ref = NULL; + } From owner-svn-ports-all@freebsd.org Sun Aug 28 08:05:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A24C5B78C79; Sun, 28 Aug 2016 08:05:48 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 7D8BA64F; Sun, 28 Aug 2016 08:05:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S85lYe078171; Sun, 28 Aug 2016 08:05:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S85lTQ078166; Sun, 28 Aug 2016 08:05:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608280805.u7S85lTQ078166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 28 Aug 2016 08:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421011 - in head/www: . p5-Catalyst-View-TT-Alloy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 08:05:48 -0000 Author: pi Date: Sun Aug 28 08:05:47 2016 New Revision: 421011 URL: https://svnweb.freebsd.org/changeset/ports/421011 Log: New port: www/p5-Catalyst-View-TT-Alloy Catalyst::View::TT::Alloy Template::Alloy views for Catalyst WWW: http://search.cpan.org/dist/Catalyst-View-TT-Alloy/ PR: 209191 Submitted by: Danny Warren Added: head/www/p5-Catalyst-View-TT-Alloy/ head/www/p5-Catalyst-View-TT-Alloy/Makefile (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/distinfo (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/pkg-descr (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 28 07:45:52 2016 (r421010) +++ head/www/Makefile Sun Aug 28 08:05:47 2016 (r421011) @@ -790,6 +790,7 @@ SUBDIR += p5-Catalyst-View-REST-XML SUBDIR += p5-Catalyst-View-RRDGraph SUBDIR += p5-Catalyst-View-TT + SUBDIR += p5-Catalyst-View-TT-Alloy SUBDIR += p5-Catalyst-View-TT-ControllerLocal SUBDIR += p5-Catalyst-View-Template-Declare SUBDIR += p5-Catalyst-View-Templated Added: head/www/p5-Catalyst-View-TT-Alloy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-View-TT-Alloy/Makefile Sun Aug 28 08:05:47 2016 (r421011) @@ -0,0 +1,26 @@ +# Created by: Danny Warren +# $FreeBSD$ + +PORTNAME= Catalyst-View-TT-Alloy +PORTVERSION= 0.00007 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= danny@dannywarren.com +COMMENT= Template::Alloy views for Catalyst + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7:www/p5-Catalyst-Runtime \ + p5-Data-Dump>=0:devel/p5-Data-Dump \ + p5-Path-Class>=0:devel/p5-Path-Class \ + p5-Template-Alloy>=0:www/p5-Template-Alloy \ + p5-parent>=0:devel/p5-parent +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/www/p5-Catalyst-View-TT-Alloy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-View-TT-Alloy/distinfo Sun Aug 28 08:05:47 2016 (r421011) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472367823 +SHA256 (Catalyst-View-TT-Alloy-0.00007.tar.gz) = c52b6afc0f276b50a067f606bc5b3e24cf5ae55c596545b923f0109c1e015709 +SIZE (Catalyst-View-TT-Alloy-0.00007.tar.gz) = 16329 Added: head/www/p5-Catalyst-View-TT-Alloy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-View-TT-Alloy/pkg-descr Sun Aug 28 08:05:47 2016 (r421011) @@ -0,0 +1,4 @@ +Catalyst::View::TT::Alloy +Template::Alloy views for Catalyst + +WWW: http://search.cpan.org/dist/Catalyst-View-TT-Alloy/ Added: head/www/p5-Catalyst-View-TT-Alloy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-View-TT-Alloy/pkg-plist Sun Aug 28 08:05:47 2016 (r421011) @@ -0,0 +1,10 @@ +%%PERL5_MAN3%%/Catalyst::View::TT::Alloy.3.gz +%%PERL5_MAN3%%/Catalyst::Helper::View::TT::Alloy.3.gz +%%SITE_PERL%%/Catalyst/View/TT/Alloy.pm +%%SITE_PERL%%/Catalyst/Helper/View/TT/Alloy.pm +@dir %%SITE_PERL%%/Catalyst/View/TT +@dir %%SITE_PERL%%/Catalyst/View +@dir %%SITE_PERL%%/Catalyst/Helper/View/TT +@dir %%SITE_PERL%%/Catalyst/Helper/View +@dir %%SITE_PERL%%/Catalyst/Helper +@dir %%SITE_PERL%%/Catalyst From owner-svn-ports-all@freebsd.org Sun Aug 28 09:01:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6173B77E0C; Sun, 28 Aug 2016 09:01:21 +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 mx1.freebsd.org (Postfix) with ESMTPS id 89F70CF4; Sun, 28 Aug 2016 09:01:21 +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 u7S91KvY096810; Sun, 28 Aug 2016 09:01:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S91Ksb096804; Sun, 28 Aug 2016 09:01:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608280901.u7S91Ksb096804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 28 Aug 2016 09:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421012 - in head/lang/cocor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 09:01:21 -0000 Author: amdmi3 Date: Sun Aug 28 09:01:20 2016 New Revision: 421012 URL: https://svnweb.freebsd.org/changeset/ports/421012 Log: - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/lang/cocor/Makefile head/lang/cocor/files/patch-cplus2__unix.mk head/lang/cocor/files/patch-taste-unix.mk head/lang/cocor/files/patch-taste_cp__unix.mk head/lang/cocor/files/patch-unix.mk Modified: head/lang/cocor/Makefile ============================================================================== --- head/lang/cocor/Makefile Sun Aug 28 08:05:47 2016 (r421011) +++ head/lang/cocor/Makefile Sun Aug 28 09:01:20 2016 (r421012) @@ -35,16 +35,10 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} - (cd ${WRKSRC}; ${COPYTREE_SHARE} "cplus2 taste taste_cp" \ + (cd ${WRKSRC} && ${COPYTREE_SHARE} "cplus2 taste taste_cp" \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC}/frames; ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/coco.use ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/cocol ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/*.atg ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/*.inp ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/frames && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .for f in xref pretty taste ${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/cocor/taste/${f} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cocor/taste/${f} @@ -54,4 +48,14 @@ do-install: ${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/cocor/taste_cp/${f} .endfor +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/coco.use ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/cocol ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/*.atg ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/*.inp ${STAGEDIR}${EXAMPLESDIR} + .include Modified: head/lang/cocor/files/patch-cplus2__unix.mk ============================================================================== --- head/lang/cocor/files/patch-cplus2__unix.mk Sun Aug 28 08:05:47 2016 (r421011) +++ head/lang/cocor/files/patch-cplus2__unix.mk Sun Aug 28 09:01:20 2016 (r421012) @@ -1,5 +1,5 @@ ---- cplus2/unix.mk.orig 1999-11-21 15:27:41.000000000 +0900 -+++ cplus2/unix.mk 2010-01-26 03:46:07.000000000 +0900 +--- cplus2/unix.mk.orig 1999-11-21 06:27:41 UTC ++++ cplus2/unix.mk @@ -11,16 +11,16 @@ #CC sets the name of the compiler to use (cc, gcc, etc) @@ -21,7 +21,7 @@ $(CC) -c $(CFLAGS) $< -o $@ all: cr_lib.a -@@ -46,3 +46,6 @@ +@@ -46,3 +46,6 @@ clean: \rm -f *.o \rm -f *.a Modified: head/lang/cocor/files/patch-taste-unix.mk ============================================================================== --- head/lang/cocor/files/patch-taste-unix.mk Sun Aug 28 08:05:47 2016 (r421011) +++ head/lang/cocor/files/patch-taste-unix.mk Sun Aug 28 09:01:20 2016 (r421012) @@ -1,6 +1,6 @@ ---- taste/unix.mk.orig 2009-03-25 13:30:16.000000000 +0100 -+++ taste/unix.mk 2009-03-25 13:30:36.000000000 +0100 -@@ -27,7 +27,7 @@ +--- taste/unix.mk.orig 1999-11-21 06:34:03 UTC ++++ taste/unix.mk +@@ -27,7 +27,7 @@ taste: tastep.o taste.o tc.o tl $(CC) $(CFLAGS) -otaste taste.o tl.o tc.o\ tastes.o tastep.o @@ -9,7 +9,7 @@ $(COCOR) taste.atg $(CC) $(CFLAGS) -c taste.c tastep.c tastes.c -@@ -35,7 +35,7 @@ +@@ -35,7 +35,7 @@ pretty: prettyp.o pretty.o prett $(CC) $(CFLAGS) -opretty pretty.o prettypr.o \ prettys.o prettyp.o @@ -18,7 +18,7 @@ $(COCOR) pretty.atg $(CC) $(CFLAGS) -c pretty.c prettyp.c prettys.c -@@ -43,7 +43,7 @@ +@@ -43,7 +43,7 @@ xref: xrefp.o xref.o crossref. $(CC) $(CFLAGS) -oxref xref.o crossref.o \ xrefs.o xrefp.o Modified: head/lang/cocor/files/patch-taste_cp__unix.mk ============================================================================== --- head/lang/cocor/files/patch-taste_cp__unix.mk Sun Aug 28 08:05:47 2016 (r421011) +++ head/lang/cocor/files/patch-taste_cp__unix.mk Sun Aug 28 09:01:20 2016 (r421012) @@ -1,5 +1,5 @@ ---- taste_cp/unix.mk.orig 1999-11-21 15:34:48.000000000 +0900 -+++ taste_cp/unix.mk 2010-01-26 03:48:40.000000000 +0900 +--- taste_cp/unix.mk.orig 1999-11-21 06:34:48 UTC ++++ taste_cp/unix.mk @@ -8,17 +8,17 @@ #CC sets the name of the compiler to use (cc, gcc, etc) @@ -22,7 +22,7 @@ $(CC) -c $(CFLAGS) $< -o $@ all: taste pretty xref -@@ -38,7 +38,7 @@ +@@ -38,7 +38,7 @@ taste: tastep.o taste.o tc.o t $(CC) $(CFLAGS) -otaste taste.o tl.o tc.o\ tastes.o tastep.o $(LIB) @@ -31,7 +31,7 @@ $(COCOR) taste.atg $(CC) $(CFLAGS) -c taste.c?? tastep.c?? tastes.c?? -@@ -46,7 +46,7 @@ +@@ -46,7 +46,7 @@ pretty: prettyp.o pretty.o prett $(CC) $(CFLAGS) -opretty pretty.o prettypr.o \ prettys.o prettyp.o $(LIB) @@ -40,7 +40,7 @@ $(COCOR) pretty.atg $(CC) $(CFLAGS) -c pretty.c?? prettyp.c?? prettys.c?? -@@ -54,7 +54,7 @@ +@@ -54,7 +54,7 @@ xref: xrefp.o xref.o crossref. $(CC) $(CFLAGS) -oxref xref.o crossref.o \ xrefs.o xrefp.o $(LIB) Modified: head/lang/cocor/files/patch-unix.mk ============================================================================== --- head/lang/cocor/files/patch-unix.mk Sun Aug 28 08:05:47 2016 (r421011) +++ head/lang/cocor/files/patch-unix.mk Sun Aug 28 09:01:20 2016 (r421012) @@ -1,5 +1,5 @@ ---- unix.mk.orig 1998-04-16 00:48:11.000000000 +0900 -+++ unix.mk 2012-07-09 16:52:30.000000000 +0900 +--- unix.mk.orig 1998-04-15 15:48:11 UTC ++++ unix.mk @@ -13,7 +13,7 @@ # solaris Set environment variables for Sun with Solaris 2.X # and gnu C/C++ @@ -9,7 +9,7 @@ DOS2UNIX = ./dos2unix.sh SUBDIRS = sources taste cplus2 taste_cp SUBDIRS2 = docs frames frames/cplus2 cplus2 samples -@@ -47,7 +47,7 @@ +@@ -47,7 +47,7 @@ help: all1: set -e; \ for i in $(SUBDIRS);\ From owner-svn-ports-all@freebsd.org Sun Aug 28 09:18:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DE09B78137; Sun, 28 Aug 2016 09:18:38 +0000 (UTC) (envelope-from ohauer@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 mx1.freebsd.org (Postfix) with ESMTPS id 0140933C; Sun, 28 Aug 2016 09:18:37 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S9IbTh000642; Sun, 28 Aug 2016 09:18:37 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S9IbxB000640; Sun, 28 Aug 2016 09:18:37 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201608280918.u7S9IbxB000640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Aug 2016 09:18:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421013 - head/mail/postfix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 09:18:38 -0000 Author: ohauer Date: Sun Aug 28 09:18:36 2016 New Revision: 421013 URL: https://svnweb.freebsd.org/changeset/ports/421013 Log: - update to 3.1.2 20160819 Bugfix (introduced: Postfix 3.0): the makedefs script ignored readme_directory=pathname overrides. Fix by Todd C. Olson. File: makedefs. 20160821 Bugfix (introduced: Postfix 3.0): the tls_session_ticket_cipher documentation says aes-256-cbc, but the implementation was using aes-128-cbc (note that Postfix SMTP server and client processes have a limited life time). 20160828 Bitrot: fixes for incompatible OpenSSL 1.1.0 API changes. Viktor Dukhovni. Files: posttls-finger/posttls-finger.c, tls/tls.h, tls/tls_dane.c, tls/tls_verify.c, tls/tls_server.c, tls/tls_client.c. Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Sun Aug 28 09:01:20 2016 (r421012) +++ head/mail/postfix/Makefile Sun Aug 28 09:18:36 2016 (r421013) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 3.1.1 -PORTREVISION= 2 +PORTVERSION= 3.1.2 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Sun Aug 28 09:01:20 2016 (r421012) +++ head/mail/postfix/distinfo Sun Aug 28 09:18:36 2016 (r421013) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463345893 -SHA256 (postfix/postfix-3.1.1.tar.gz) = 3deda4c34631970490b1b5fbb559905f93531bf1c7eb00e38b0d0deb1dba9982 -SIZE (postfix/postfix-3.1.1.tar.gz) = 4337295 +TIMESTAMP = 1472342160 +SHA256 (postfix/postfix-3.1.2.tar.gz) = 1ab9b4ee6bf9eb37d2467a63244132aab22ac23b91a72f327334e236b0d30f6b +SIZE (postfix/postfix-3.1.2.tar.gz) = 4337569 From owner-svn-ports-all@freebsd.org Sun Aug 28 09:22:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8888B7822F; Sun, 28 Aug 2016 09:22:18 +0000 (UTC) (envelope-from ohauer@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 mx1.freebsd.org (Postfix) with ESMTPS id 8D8907FE; Sun, 28 Aug 2016 09:22:18 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S9MH1k002960; Sun, 28 Aug 2016 09:22:17 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S9MHFB002958; Sun, 28 Aug 2016 09:22:17 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201608280922.u7S9MHFB002958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Aug 2016 09:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421014 - head/mail/postfix-current X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 09:22:18 -0000 Author: ohauer Date: Sun Aug 28 09:22:17 2016 New Revision: 421014 URL: https://svnweb.freebsd.org/changeset/ports/421014 Log: - update to 3.2.20160828 20160808 Cleanup: preserve the new file mtimes when installing Postfix. Ond[m~Yej Lyson[m~[k. File: postfix-install. REVERTED 20160828. 20160819 Bugfix (introduced: Postfix 3.0): the makedefs script ignored readme_directory=pathname overrides. Fix by Todd C. Olson. File: makedefs. 20160821 Bugfix (introduced: Postfix 3.0): the tls_session_ticket_cipher documentation says aes-256-cbc, but the implementation was using aes-128-cbc (note that Postfix SMTP server and client processes have a limited life time). 20160828 Bitrot: fixes for incompatible OpenSSL 1.1.0 API changes. Viktor Dukhovni. Files: posttls-finger/posttls-finger.c, tls/tls.h, tls/tls_dane.c, tls/tls_verify.c, tls/tls_server.c, tls/tls_client.c. Cleanup: disable reuse of ECDH ephemeral keys. Viktor Dukhovni. File: tls/tls_misc.h. MFH: 2016Q3 Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Aug 28 09:18:36 2016 (r421013) +++ head/mail/postfix-current/Makefile Sun Aug 28 09:22:17 2016 (r421014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160730 +DISTVERSION= 3.2-20160828 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun Aug 28 09:18:36 2016 (r421013) +++ head/mail/postfix-current/distinfo Sun Aug 28 09:22:17 2016 (r421014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469910480 -SHA256 (postfix/postfix-3.2-20160730.tar.gz) = cb71332c020466648456546f05aa2b0241a87e843db50cfe4736e0f7b5a7d523 -SIZE (postfix/postfix-3.2-20160730.tar.gz) = 4367649 +TIMESTAMP = 1472342340 +SHA256 (postfix/postfix-3.2-20160828.tar.gz) = 62217029ccd12478129ab78c7dae69b826c103898489bd483e93296b477e71e9 +SIZE (postfix/postfix-3.2-20160828.tar.gz) = 4368321 From owner-svn-ports-all@freebsd.org Sun Aug 28 10:32:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E99EEB78233; Sun, 28 Aug 2016 10:32:48 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id BC836FE5; Sun, 28 Aug 2016 10:32:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SAWmhC024304; Sun, 28 Aug 2016 10:32:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SAWlqg024302; Sun, 28 Aug 2016 10:32:47 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608281032.u7SAWlqg024302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 28 Aug 2016 10:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421015 - head/devel/elixir-csv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 10:32:49 -0000 Author: olgeni Date: Sun Aug 28 10:32:47 2016 New Revision: 421015 URL: https://svnweb.freebsd.org/changeset/ports/421015 Log: Update devel/elixir-csv to version 1.4.3. Modified: head/devel/elixir-csv/Makefile head/devel/elixir-csv/distinfo Modified: head/devel/elixir-csv/Makefile ============================================================================== --- head/devel/elixir-csv/Makefile Sun Aug 28 09:22:17 2016 (r421014) +++ head/devel/elixir-csv/Makefile Sun Aug 28 10:32:47 2016 (r421015) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= csv -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-csv/distinfo ============================================================================== --- head/devel/elixir-csv/distinfo Sun Aug 28 09:22:17 2016 (r421014) +++ head/devel/elixir-csv/distinfo Sun Aug 28 10:32:47 2016 (r421015) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466540234 -SHA256 (beatrichartz-csv-v1.4.2_GH0.tar.gz) = 51f94ca6be1cbdc4b4025f8ccdd67a3183d402005f804d63fdb400327f4ed439 -SIZE (beatrichartz-csv-v1.4.2_GH0.tar.gz) = 16819 +TIMESTAMP = 1472378624 +SHA256 (beatrichartz-csv-v1.4.3_GH0.tar.gz) = 165060bead4a47171bd8e1a734ea6236bf52682468c5b35f43da633954943c6f +SIZE (beatrichartz-csv-v1.4.3_GH0.tar.gz) = 17417 From owner-svn-ports-all@freebsd.org Sun Aug 28 10:55:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C3A9B78984; Sun, 28 Aug 2016 10:55:57 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 64C23973; Sun, 28 Aug 2016 10:55:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SAtu61031864; Sun, 28 Aug 2016 10:55:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SAtuGl031859; Sun, 28 Aug 2016 10:55:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608281055.u7SAtuGl031859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 28 Aug 2016 10:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421016 - in head/www: . p5-CatalystX-AppBuilder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 10:55:57 -0000 Author: pi Date: Sun Aug 28 10:55:55 2016 New Revision: 421016 URL: https://svnweb.freebsd.org/changeset/ports/421016 Log: New port: www/p5-CatalystX-AppBuilder CatalystX::AppBuilder Programatically build your Catalyst app WWW: http://search.cpan.org/dist/CatalystX-AppBuilder/ PR: 212209 Submitted by: Danny Warren Added: head/www/p5-CatalystX-AppBuilder/ head/www/p5-CatalystX-AppBuilder/Makefile (contents, props changed) head/www/p5-CatalystX-AppBuilder/distinfo (contents, props changed) head/www/p5-CatalystX-AppBuilder/pkg-descr (contents, props changed) head/www/p5-CatalystX-AppBuilder/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 28 10:32:47 2016 (r421015) +++ head/www/Makefile Sun Aug 28 10:55:55 2016 (r421016) @@ -797,6 +797,7 @@ SUBDIR += p5-Catalyst-View-XML-Feed SUBDIR += p5-Catalyst-View-XML-Simple SUBDIR += p5-Catalyst-View-XSLT + SUBDIR += p5-CatalystX-AppBuilder SUBDIR += p5-CatalystX-Component-Traits SUBDIR += p5-CatalystX-InjectComponent SUBDIR += p5-CatalystX-LeakChecker Added: head/www/p5-CatalystX-AppBuilder/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CatalystX-AppBuilder/Makefile Sun Aug 28 10:55:55 2016 (r421016) @@ -0,0 +1,24 @@ +# Created by: Danny Warren +# $FreeBSD$ + +PORTNAME= CatalystX-AppBuilder +PORTVERSION= 0.00011 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= danny@dannywarren.com +COMMENT= Programatically build your Catalyst app + +LICENSE= ART10 + +RUN_DEPENDS= p5-Catalyst-Runtime>=5.8:www/p5-Catalyst-Runtime \ + p5-Moose>=0:devel/p5-Moose \ + p5-namespace-clean>=0:devel/p5-namespace-clean +BUILD_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple \ + p5-Module-Build-Tiny>=0.035:devel/p5-Module-Build-Tiny + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/www/p5-CatalystX-AppBuilder/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CatalystX-AppBuilder/distinfo Sun Aug 28 10:55:55 2016 (r421016) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472371633 +SHA256 (CatalystX-AppBuilder-0.00011.tar.gz) = 11da9e4a76992fd6b350c52482f63eabbc8a56fdae5a793d957fcc8cc0e1f153 +SIZE (CatalystX-AppBuilder-0.00011.tar.gz) = 18881 Added: head/www/p5-CatalystX-AppBuilder/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CatalystX-AppBuilder/pkg-descr Sun Aug 28 10:55:55 2016 (r421016) @@ -0,0 +1,4 @@ +CatalystX::AppBuilder +Programatically build your Catalyst app + +WWW: http://search.cpan.org/dist/CatalystX-AppBuilder/ Added: head/www/p5-CatalystX-AppBuilder/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CatalystX-AppBuilder/pkg-plist Sun Aug 28 10:55:55 2016 (r421016) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/CatalystX/AppBuilder.pm +%%PERL5_MAN3%%/CatalystX::AppBuilder.3.gz +@dir %%SITE_PERL%%/CatalystX From owner-svn-ports-all@freebsd.org Sun Aug 28 10:56:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EE56B789F1; Sun, 28 Aug 2016 10:56:44 +0000 (UTC) (envelope-from tota@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 mx1.freebsd.org (Postfix) with ESMTPS id 2C199A84; Sun, 28 Aug 2016 10:56:44 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SAuhkO032017; Sun, 28 Aug 2016 10:56:43 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SAuhZH032015; Sun, 28 Aug 2016 10:56:43 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201608281056.u7SAuhZH032015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 28 Aug 2016 10:56:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421017 - head/devel/R-cran-tibble X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 10:56:44 -0000 Author: tota Date: Sun Aug 28 10:56:42 2016 New Revision: 421017 URL: https://svnweb.freebsd.org/changeset/ports/421017 Log: - Update to 1.2 Modified: head/devel/R-cran-tibble/Makefile (contents, props changed) head/devel/R-cran-tibble/distinfo (contents, props changed) Modified: head/devel/R-cran-tibble/Makefile ============================================================================== --- head/devel/R-cran-tibble/Makefile Sun Aug 28 10:55:55 2016 (r421016) +++ head/devel/R-cran-tibble/Makefile Sun Aug 28 10:56:42 2016 (r421017) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tibble -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,10 +11,11 @@ COMMENT= Simple Data Frames LICENSE= MIT -BUILD_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ - R-cran-lazyeval>0.0.10:math/R-cran-lazyeval \ +CRAN_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ + R-cran-lazyeval>0.1.10:math/R-cran-lazyeval \ R-cran-Rcpp>0:devel/R-cran-Rcpp -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles Modified: head/devel/R-cran-tibble/distinfo ============================================================================== --- head/devel/R-cran-tibble/distinfo Sun Aug 28 10:55:55 2016 (r421016) +++ head/devel/R-cran-tibble/distinfo Sun Aug 28 10:56:42 2016 (r421017) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468893805 -SHA256 (tibble_1.1.tar.gz) = 10ea18890e5514faa4c2c05fa231a6e2bbb7689f3800850cead214306414c88e -SIZE (tibble_1.1.tar.gz) = 46526 +TIMESTAMP = 1472363895 +SHA256 (tibble_1.2.tar.gz) = ed8a8bd0591223f742be80fd1cd8c4a9618d0f04011ec95c272b61ea45193104 +SIZE (tibble_1.2.tar.gz) = 54517 From owner-svn-ports-all@freebsd.org Sun Aug 28 11:02:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87214B78C7D; Sun, 28 Aug 2016 11:02:37 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 633D2EC2; Sun, 28 Aug 2016 11:02:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SB2a2X035790; Sun, 28 Aug 2016 11:02:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SB2aTA035785; Sun, 28 Aug 2016 11:02:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608281102.u7SB2aTA035785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 28 Aug 2016 11:02:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421018 - in head/www: . p5-CatalystX-VirtualComponents X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 11:02:37 -0000 Author: pi Date: Sun Aug 28 11:02:35 2016 New Revision: 421018 URL: https://svnweb.freebsd.org/changeset/ports/421018 Log: New port: www/p5-CatalystX-VirtualComponents CatalystX::VirtualComponents Setup virtual Catalyst components WWW: http://search.cpan.org/dist/CatalystX-VirtualComponents/ PR: 212210 Submitted by: Danny Warren Added: head/www/p5-CatalystX-VirtualComponents/ head/www/p5-CatalystX-VirtualComponents/Makefile (contents, props changed) head/www/p5-CatalystX-VirtualComponents/distinfo (contents, props changed) head/www/p5-CatalystX-VirtualComponents/pkg-descr (contents, props changed) head/www/p5-CatalystX-VirtualComponents/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 28 10:56:42 2016 (r421017) +++ head/www/Makefile Sun Aug 28 11:02:35 2016 (r421018) @@ -805,6 +805,7 @@ SUBDIR += p5-CatalystX-REPL SUBDIR += p5-CatalystX-RoleApplicator SUBDIR += p5-CatalystX-SimpleLogin + SUBDIR += p5-CatalystX-VirtualComponents SUBDIR += p5-Class-DBI-FromForm SUBDIR += p5-ClearSilver SUBDIR += p5-Compress-LeadingBlankSpaces Added: head/www/p5-CatalystX-VirtualComponents/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CatalystX-VirtualComponents/Makefile Sun Aug 28 11:02:35 2016 (r421018) @@ -0,0 +1,26 @@ +# Created by: Danny Warren +# $FreeBSD$ + +PORTNAME= CatalystX-VirtualComponents +PORTVERSION= 0.00004 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= danny@dannywarren.com +COMMENT= Setup virtual Catalyst components + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-namespace-clean>0:devel/p5-namespace-clean \ + p5-Catalyst-Runtime>=5.8:www/p5-Catalyst-Runtime \ + p5-Devel-InheritNamespace>0:devel/p5-Devel-InheritNamespace \ + p5-Moose>0:devel/p5-Moose \ + p5-Module-Pluggable>0:devel/p5-Module-Pluggable +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/www/p5-CatalystX-VirtualComponents/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CatalystX-VirtualComponents/distinfo Sun Aug 28 11:02:35 2016 (r421018) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472381797 +SHA256 (CatalystX-VirtualComponents-0.00004.tar.gz) = e494232d3a3198fd10972d5c0b22d78692c63179ce41fb3fefe5c096c96d7cb7 +SIZE (CatalystX-VirtualComponents-0.00004.tar.gz) = 17190 Added: head/www/p5-CatalystX-VirtualComponents/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CatalystX-VirtualComponents/pkg-descr Sun Aug 28 11:02:35 2016 (r421018) @@ -0,0 +1,4 @@ +CatalystX::VirtualComponents +Setup virtual Catalyst components + +WWW: http://search.cpan.org/dist/CatalystX-VirtualComponents/ Added: head/www/p5-CatalystX-VirtualComponents/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CatalystX-VirtualComponents/pkg-plist Sun Aug 28 11:02:35 2016 (r421018) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/CatalystX/VirtualComponents.pm +%%PERL5_MAN3%%/CatalystX::VirtualComponents.3.gz +@dir %%SITE_PERL%%/CatalystX From owner-svn-ports-all@freebsd.org Sun Aug 28 11:31:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A086FB780CD; Sun, 28 Aug 2016 11:31:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BC5096E; Sun, 28 Aug 2016 11:31:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id EC466BDC79; Sun, 28 Aug 2016 13:31:24 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id BE7CDBDC73; Sun, 28 Aug 2016 13:31:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 5A1916D09498; Sun, 28 Aug 2016 13:31:24 +0200 (CEST) Date: Sun, 28 Aug 2016 13:31:23 +0200 From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r421016 - in head/www: . p5-CatalystX-AppBuilder Message-ID: <7D4E999D7ABE2D9C8746DC78@atuin.in.mat.cc> In-Reply-To: <201608281055.u7SAtuGl031859@repo.freebsd.org> References: <201608281055.u7SAtuGl031859@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========832A2FD6539AE3CFEB6A==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 11:31:28 -0000 --==========832A2FD6539AE3CFEB6A========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 28 ao=C3=BBt 2016 10:55:56 +0000 Kurt Jaeger wrote: | +BUILD_DEPENDS=3D p5-Test-Simple>=3D0:devel/p5-Test-Simple \ Does this *really* need Test::Simple to *build* ? | + p5-Module-Build-Tiny>=3D0.035:devel/p5-Module-Build-Tiny | +USE_PERL5=3D modbuild ^^^^^^^^ Does this really need *both* Module::Build and Module::Build::Tiny ? Or shouldn't the USE_PERL5 line be modbuildtiny ? --=20 Mathieu Arnold --==========832A2FD6539AE3CFEB6A========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXwsuLXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Ies0P/1V8J5VOEwTisLcOFGEVAHly EFeh2PDiNPOQj4UJ/qYF0gd+gdW3bN9JpI9zBzyRkSo5l9/b/NBFOx9Rz2FjgEDE ZSuWr8xp7KK88bBaO/s97Dp3q9XTO4tH2+RJ15Bcn/yGDVjs6/hywsmN/g2nzR1D 5Nlo0poZuC7nl2VSaxezT3UBjmnvPs7LqdLZ4395kGcoteyuAVWaGMqIN9n+AeR8 e9hhPLgeP0/jauLcp9R1413lcUE1iqDKoXry2V7/ULal7RHdK0Gl34XwVels7CG1 7mpXnJjVS24d9xHhI/7lMjHXI/OW9Y29krWV3QGclZGXaEq+xmQ90W/m9SelSSyU zQTSezYz7oOJkbM5SrmaYqfCgLUlLl7N79IgzFZr4pGTe7xibHPwpRZVvJMAiZwX FLWww8GgwkE0dguqJIw+lfX+g1sn4Lo2Yzzyo05nryXHl+0QPedqtRMmTMQc7CRj 18MC1iPFwrmdoojYsVXTWP/vSD9FkwiV4bxU+3qox0UVF8WOEh63fqw8cLJNL/Xe dT9ymlMSMZlndgF9l6iVliIw9oRps00EjS4et2Uc6uo9/x1b+qKeYRNvr1qJOMff qiaKM/iC9qJ1IxECaOA3a4wVdObEJTEiBVxiPkMDoyPBzgrB/I646E1GCwlXhqll R7ttqNeUEwh89Xcthbfa =2NNE -----END PGP SIGNATURE----- --==========832A2FD6539AE3CFEB6A==========-- From owner-svn-ports-all@freebsd.org Sun Aug 28 12:26:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AC6CB79E1E; Sun, 28 Aug 2016 12:26:24 +0000 (UTC) (envelope-from riggs@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 mx1.freebsd.org (Postfix) with ESMTPS id 2EB061B3; Sun, 28 Aug 2016 12:26:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SCQNwf066173; Sun, 28 Aug 2016 12:26:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SCQNXb066170; Sun, 28 Aug 2016 12:26:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201608281226.u7SCQNXb066170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Aug 2016 12:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421019 - head/devel/avrdude X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 12:26:24 -0000 Author: riggs Date: Sun Aug 28 12:26:22 2016 New Revision: 421019 URL: https://svnweb.freebsd.org/changeset/ports/421019 Log: Update to upstream release 6.2 PR: 205344 Submitted by: rwestlun@gmail.com Reviewed by: riggs Approved by: maintainer timeout Modified: head/devel/avrdude/Makefile head/devel/avrdude/distinfo head/devel/avrdude/pkg-plist Modified: head/devel/avrdude/Makefile ============================================================================== --- head/devel/avrdude/Makefile Sun Aug 28 11:02:35 2016 (r421018) +++ head/devel/avrdude/Makefile Sun Aug 28 12:26:22 2016 (r421019) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= avrdude -PORTVERSION= 6.1 -PORTREVISION= 1 +PORTVERSION= 6.2 CATEGORIES= devel MASTER_SITES= SAVANNAH/avrdude @@ -22,6 +21,9 @@ OPTIONS_DEFINE= FTDI OPTIONS_DEFAULT= FTDI FTDI_DESC= libftdi support FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 +USES= libtool +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include Modified: head/devel/avrdude/distinfo ============================================================================== --- head/devel/avrdude/distinfo Sun Aug 28 11:02:35 2016 (r421018) +++ head/devel/avrdude/distinfo Sun Aug 28 12:26:22 2016 (r421019) @@ -1,2 +1,3 @@ -SHA256 (avrdude-6.1.tar.gz) = 9e98baca8e57cad402aaa1c7b61c8de750ed4f6fed577f7e4935db0430783d3b -SIZE (avrdude-6.1.tar.gz) = 714595 +TIMESTAMP = 1472387145 +SHA256 (avrdude-6.2.tar.gz) = e65f833493b7d63a4436c7056694a0f04ae5b437b72cc084e32c58bc543b0f91 +SIZE (avrdude-6.2.tar.gz) = 941371 Modified: head/devel/avrdude/pkg-plist ============================================================================== --- head/devel/avrdude/pkg-plist Sun Aug 28 11:02:35 2016 (r421018) +++ head/devel/avrdude/pkg-plist Sun Aug 28 12:26:22 2016 (r421019) @@ -1,3 +1,8 @@ bin/avrdude etc/avrdude.conf +include/libavrdude.h +lib/libavrdude.a +lib/libavrdude.so +lib/libavrdude.so.1 +lib/libavrdude.so.1.0.0 man/man1/avrdude.1.gz From owner-svn-ports-all@freebsd.org Sun Aug 28 12:28:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FFD2B79E5F; Sun, 28 Aug 2016 12:28:35 +0000 (UTC) (envelope-from mm@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 mx1.freebsd.org (Postfix) with ESMTPS id D78532C9; Sun, 28 Aug 2016 12:28:34 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SCSY6E066517; Sun, 28 Aug 2016 12:28:34 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SCSW4s066505; Sun, 28 Aug 2016 12:28:32 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201608281228.u7SCSW4s066505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Sun, 28 Aug 2016 12:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421020 - in head/net-im/jabberd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 12:28:35 -0000 Author: mm Date: Sun Aug 28 12:28:32 2016 New Revision: 421020 URL: https://svnweb.freebsd.org/changeset/ports/421020 Log: Update net-im/jabberd to 2.4.0 Add patch for crypt_r() conflict in 12-CURRENT Added: head/net-im/jabberd/files/patch-util_crypt__blowfish.c (contents, props changed) head/net-im/jabberd/files/patch-util_crypt__blowfish.h (contents, props changed) Modified: head/net-im/jabberd/Makefile head/net-im/jabberd/distinfo head/net-im/jabberd/files/patch-etc__Makefile.in head/net-im/jabberd/files/patch-etc__templates__Makefile.in head/net-im/jabberd/files/patch-sm__mod_iq_time.c head/net-im/jabberd/files/patch-storage__authreg_ldapfull.c head/net-im/jabberd/files/patch-storage__authreg_mysql.c head/net-im/jabberd/files/patch-storage__authreg_pgsql.c head/net-im/jabberd/files/patch-storage__authreg_sqlite.c head/net-im/jabberd/files/patch-tools__jabberd.in Modified: head/net-im/jabberd/Makefile ============================================================================== --- head/net-im/jabberd/Makefile Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/Makefile Sun Aug 28 12:28:32 2016 (r421020) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jabberd -PORTVERSION= 2.3.6 +PORTVERSION= 2.4.0 CATEGORIES= net-im MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ LOCAL/matthew/${PORTNAME} Modified: head/net-im/jabberd/distinfo ============================================================================== --- head/net-im/jabberd/distinfo Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/distinfo Sun Aug 28 12:28:32 2016 (r421020) @@ -1,2 +1,3 @@ -SHA256 (jabberd-2.3.6.tar.xz) = 33cbf58135f856f5e6e6a7769623fedfda21f0c5f88b3b687a22e04ad915c051 -SIZE (jabberd-2.3.6.tar.xz) = 1503864 +TIMESTAMP = 1472386025 +SHA256 (jabberd-2.4.0.tar.xz) = 1101571f4a94d7ec5a82839e9e2abee51f3983e3b9c416f1b7f2f738ebebdee1 +SIZE (jabberd-2.4.0.tar.xz) = 1507452 Modified: head/net-im/jabberd/files/patch-etc__Makefile.in ============================================================================== --- head/net-im/jabberd/files/patch-etc__Makefile.in Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/files/patch-etc__Makefile.in Sun Aug 28 12:28:32 2016 (r421020) @@ -1,6 +1,6 @@ ---- etc/Makefile.in.orig 2015-04-13 09:58:51.000000000 +0200 -+++ etc/Makefile.in 2015-10-04 10:13:29.313945122 +0200 -@@ -335,13 +335,13 @@ +--- etc/Makefile.in.orig 2016-05-22 19:40:00 UTC ++++ etc/Makefile.in +@@ -347,13 +347,13 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -16,7 +16,7 @@ SUBDIRS = templates jabberd_bin = router sm s2s c2s edit = sed \ -@@ -623,7 +623,7 @@ +@@ -634,7 +634,7 @@ install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @@ -25,8 +25,8 @@ installcheck: installcheck-recursive install-strip: -@@ -735,7 +735,7 @@ - uninstall-sysconfDATA uninstall-systemdDATA +@@ -748,7 +748,7 @@ uninstall-am: uninstall-initDATA uninsta + .PRECIOUS: Makefile -$(configs): $(sysconf_DATA:%.dist=@srcdir@/%.dist.in) $(init_DATA:%.conf=@srcdir@/%.conf.in) $(systemd_DATA:%.service=%.service.in) @@ -34,7 +34,7 @@ @echo "generating $@ from $@.in"; \ edit='$(edit)'; \ list='$(jabberd_bin)'; for p in $$list; do \ -@@ -748,7 +748,7 @@ +@@ -761,7 +761,7 @@ $(configs): $(sysconf_DATA:%.dist=@srcdi install-data-hook: @list='$(sysconf_DATA)'; for p in $$list; do \ Modified: head/net-im/jabberd/files/patch-etc__templates__Makefile.in ============================================================================== --- head/net-im/jabberd/files/patch-etc__templates__Makefile.in Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/files/patch-etc__templates__Makefile.in Sun Aug 28 12:28:32 2016 (r421020) @@ -1,6 +1,6 @@ ---- etc/templates/Makefile.in.orig 2014-02-24 10:13:54.000000000 +0100 -+++ etc/templates/Makefile.in 2014-11-22 12:01:11.535347369 +0100 -@@ -275,8 +275,8 @@ +--- etc/templates/Makefile.in.orig 2016-05-22 19:40:00 UTC ++++ etc/templates/Makefile.in +@@ -287,8 +287,8 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ templatesdir = $(sysconfdir)/templates @@ -11,7 +11,7 @@ edit = sed \ -e 's,@sysconfdir\@,$(sysconfdir),g' \ -e 's,@localstatedir\@,$(localstatedir),g' \ -@@ -506,14 +506,9 @@ +@@ -519,14 +519,9 @@ $(templates_DATA): mv $@.tmp $@ install-data-hook: Modified: head/net-im/jabberd/files/patch-sm__mod_iq_time.c ============================================================================== --- head/net-im/jabberd/files/patch-sm__mod_iq_time.c Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/files/patch-sm__mod_iq_time.c Sun Aug 28 12:28:32 2016 (r421020) @@ -1,6 +1,6 @@ ---- ./sm/mod_iq_time.c.orig 2013-10-07 16:27:54.000000000 +0100 -+++ ./sm/mod_iq_time.c 2013-12-15 10:29:42.308777764 +0000 -@@ -77,7 +77,7 @@ +--- sm/mod_iq_time.c.orig 2016-02-09 09:47:02 UTC ++++ sm/mod_iq_time.c +@@ -77,7 +77,7 @@ static mod_ret_t _iq_time_pkt_sm(mod_ins datetime_out(t, dt_DATETIME, buf, 64); nad_insert_elem(pkt->nad, 2, NAD_ENS(pkt->nad, 1), "utc", buf); Modified: head/net-im/jabberd/files/patch-storage__authreg_ldapfull.c ============================================================================== --- head/net-im/jabberd/files/patch-storage__authreg_ldapfull.c Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/files/patch-storage__authreg_ldapfull.c Sun Aug 28 12:28:32 2016 (r421020) @@ -1,5 +1,5 @@ ---- ./storage/authreg_ldapfull.c.orig 2013-10-07 16:27:54.000000000 +0100 -+++ ./storage/authreg_ldapfull.c 2013-12-15 10:29:42.316778126 +0000 +--- storage/authreg_ldapfull.c.orig 2016-05-03 18:51:56 UTC ++++ storage/authreg_ldapfull.c @@ -29,6 +29,8 @@ * !!! this blocks for every auth. */ Modified: head/net-im/jabberd/files/patch-storage__authreg_mysql.c ============================================================================== --- head/net-im/jabberd/files/patch-storage__authreg_mysql.c Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/files/patch-storage__authreg_mysql.c Sun Aug 28 12:28:32 2016 (r421020) @@ -1,5 +1,5 @@ ---- ./storage/authreg_mysql.c.orig 2013-11-12 09:53:47.000000000 +0000 -+++ ./storage/authreg_mysql.c 2013-12-15 10:29:42.318779446 +0000 +--- storage/authreg_mysql.c.orig 2016-05-22 15:52:07 UTC ++++ storage/authreg_mysql.c @@ -20,6 +20,8 @@ /* this module talks to a MySQL server via libmysqlclient */ Modified: head/net-im/jabberd/files/patch-storage__authreg_pgsql.c ============================================================================== --- head/net-im/jabberd/files/patch-storage__authreg_pgsql.c Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/files/patch-storage__authreg_pgsql.c Sun Aug 28 12:28:32 2016 (r421020) @@ -1,5 +1,5 @@ ---- ./storage/authreg_pgsql.c.orig 2013-11-12 10:09:39.000000000 +0000 -+++ ./storage/authreg_pgsql.c 2013-12-15 10:29:42.320778996 +0000 +--- storage/authreg_pgsql.c.orig 2016-05-08 14:30:08 UTC ++++ storage/authreg_pgsql.c @@ -20,6 +20,8 @@ /* this module talks to a PostgreSQL server via libpq */ Modified: head/net-im/jabberd/files/patch-storage__authreg_sqlite.c ============================================================================== --- head/net-im/jabberd/files/patch-storage__authreg_sqlite.c Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/files/patch-storage__authreg_sqlite.c Sun Aug 28 12:28:32 2016 (r421020) @@ -1,5 +1,5 @@ ---- ./storage/authreg_sqlite.c.orig 2013-10-30 12:38:17.000000000 +0000 -+++ ./storage/authreg_sqlite.c 2013-12-15 10:29:42.322779475 +0000 +--- storage/authreg_sqlite.c.orig 2016-05-03 20:05:25 UTC ++++ storage/authreg_sqlite.c @@ -29,6 +29,8 @@ * to the Jabberd project. */ Modified: head/net-im/jabberd/files/patch-tools__jabberd.in ============================================================================== --- head/net-im/jabberd/files/patch-tools__jabberd.in Sun Aug 28 12:26:22 2016 (r421019) +++ head/net-im/jabberd/files/patch-tools__jabberd.in Sun Aug 28 12:28:32 2016 (r421020) @@ -1,5 +1,5 @@ ---- ./tools/jabberd.in.orig 2013-10-07 16:27:54.000000000 +0100 -+++ ./tools/jabberd.in 2013-12-15 10:29:42.333778600 +0000 +--- tools/jabberd.in.orig 2016-02-09 09:45:54 UTC ++++ tools/jabberd.in @@ -1,9 +1,4 @@ -#!/bin/sh -#-*-Perl-*- @@ -11,7 +11,7 @@ ############################################################################## # -@@ -28,8 +23,7 @@ +@@ -28,8 +23,7 @@ my $Bin = "@bindir@"; my $LibExec = "@libexecdir@"; my $VERSION = "@VERSION@"; my $config_dir = "@sysconfdir@"; @@ -21,7 +21,7 @@ my $debug = 0; my $daemon = 0; my $g_kill_signal = ""; -@@ -44,13 +38,20 @@ +@@ -44,13 +38,20 @@ my @programs; # Process the command line arguments #----------------------------------------------------------------------------- my %opts; @@ -43,7 +43,7 @@ $debug = 1 if exists($opts{D}); $daemon = 1 if exists($opts{b}); -@@ -120,6 +121,7 @@ +@@ -120,6 +121,7 @@ if ($debug) &debug("jabberd","stdout","debug on\n"); &debug("jabberd","stdout","version($VERSION)\n"); &debug("jabberd","stdout","config_dir($config_dir)\n"); Added: head/net-im/jabberd/files/patch-util_crypt__blowfish.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/jabberd/files/patch-util_crypt__blowfish.c Sun Aug 28 12:28:32 2016 (r421020) @@ -0,0 +1,11 @@ +--- util/crypt_blowfish.c.orig 2016-05-08 14:30:08 UTC ++++ util/crypt_blowfish.c +@@ -1106,7 +1106,7 @@ char *crypt_ra(const char *key, const ch + return _crypt_blowfish_rn(key, setting, (char *)*data, *size); + } + +-char *crypt_r(const char *key, const char *setting, void *data) ++char *_crypt_r(const char *key, const char *setting, void *data) + { + return _crypt_retval_magic( + crypt_rn(key, setting, data, CRYPT_OUTPUT_SIZE), Added: head/net-im/jabberd/files/patch-util_crypt__blowfish.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/jabberd/files/patch-util_crypt__blowfish.h Sun Aug 28 12:28:32 2016 (r421020) @@ -0,0 +1,11 @@ +--- util/crypt_blowfish.h.orig 2016-05-08 14:30:08 UTC ++++ util/crypt_blowfish.h +@@ -23,7 +23,7 @@ + #endif + + extern char *bcrypt(__const char *key, __const char *setting); +-extern char *crypt_r(__const char *key, __const char *setting, void *data); ++extern char *_crypt_r(__const char *key, __const char *setting, void *data); + + #ifndef __SKIP_OW + extern char *crypt_rn(__const char *key, __const char *setting, From owner-svn-ports-all@freebsd.org Sun Aug 28 12:57:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0444EB76642; Sun, 28 Aug 2016 12:57:10 +0000 (UTC) (envelope-from woodsb02@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 mx1.freebsd.org (Postfix) with ESMTPS id C72BA364; Sun, 28 Aug 2016 12:57:09 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SCv93S077561; Sun, 28 Aug 2016 12:57:09 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SCv8CS077557; Sun, 28 Aug 2016 12:57:08 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201608281257.u7SCv8CS077557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 28 Aug 2016 12:57:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421021 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 12:57:10 -0000 Author: woodsb02 Date: Sun Aug 28 12:57:08 2016 New Revision: 421021 URL: https://svnweb.freebsd.org/changeset/ports/421021 Log: multimedia/emby-server: Update to 3.0.6300 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.0.6300 https://github.com/MediaBrowser/Emby/releases/tag/3.0.6200 Approved by: adamw (mentor, implicit) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Sun Aug 28 12:28:32 2016 (r421020) +++ head/multimedia/emby-server/Makefile Sun Aug 28 12:57:08 2016 (r421021) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.6070 +PORTVERSION= 3.0.6300 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Sun Aug 28 12:28:32 2016 (r421020) +++ head/multimedia/emby-server/distinfo Sun Aug 28 12:57:08 2016 (r421021) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471879773 -SHA256 (MediaBrowser-Emby-3.0.6070_GH0.tar.gz) = 85f57656d30cf3fd9fdde17a1ba51ab5c57f236b0da997be6b20c91bb2c7fdeb -SIZE (MediaBrowser-Emby-3.0.6070_GH0.tar.gz) = 55303441 +TIMESTAMP = 1472380818 +SHA256 (MediaBrowser-Emby-3.0.6300_GH0.tar.gz) = 56e949dc5cff895cd2f882596715cee89db8ad0c38245845213751544c6c5cd2 +SIZE (MediaBrowser-Emby-3.0.6300_GH0.tar.gz) = 55247937 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Sun Aug 28 12:28:32 2016 (r421020) +++ head/multimedia/emby-server/pkg-plist Sun Aug 28 12:57:08 2016 (r421021) @@ -327,10 +327,12 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/notifications/notificationicon.png lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/notifications/notifications.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/objectassign.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/page.js/page.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playlisteditor/playlisteditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playmenu.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/polyfills/array.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/polyfills/bind.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/polyfills/objectassign.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/nativeprompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/style.css @@ -407,6 +409,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sync/sync.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/thememediaplayer.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/toast/toast.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/toast/toast.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/userdatabuttons/userdatabuttons.css @@ -437,16 +441,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/fetch/LICENSE lib/emby-server/dashboard-ui/bower_components/fetch/bower.json lib/emby-server/dashboard-ui/bower_components/fetch/fetch.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/.bower.json -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/FAQ.md -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/README.md -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/bower.json -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/dist/fingerprint2.min.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/fingerprint2.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/gulpfile.js -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/index.html -lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/package.json lib/emby-server/dashboard-ui/bower_components/font-roboto/.bower.json lib/emby-server/dashboard-ui/bower_components/font-roboto/README.md lib/emby-server/dashboard-ui/bower_components/font-roboto/bower.json @@ -515,19 +509,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/basic-test.html lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/README.md -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/hero.svg -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/index.html -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.gitignore @@ -651,22 +632,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/iron-iconset-svg.html lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/iron-iconset-svg.html -lib/emby-server/dashboard-ui/bower_components/iron-input/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-input/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-input/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-input/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-input/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-input/README.md -lib/emby-server/dashboard-ui/bower_components/iron-input/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-input/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-input/hero.svg -lib/emby-server/dashboard-ui/bower_components/iron-input/index.html -lib/emby-server/dashboard-ui/bower_components/iron-input/iron-input.html -lib/emby-server/dashboard-ui/bower_components/iron-input/test/disabled-input.html -lib/emby-server/dashboard-ui/bower_components/iron-input/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-input/test/iron-input.html -lib/emby-server/dashboard-ui/bower_components/iron-input/test/letters-only.html lib/emby-server/dashboard-ui/bower_components/iron-meta/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-meta/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-meta/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-meta/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-meta/CONTRIBUTING.md @@ -679,19 +646,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-meta/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-meta/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-meta/test/iron-meta.html -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/iron-range-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/basic.html -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/x-progressbar.html lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.gitignore @@ -901,46 +855,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/a11y.html lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-input/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-input/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-input/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-input/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-input/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-input/README.md -lib/emby-server/dashboard-ui/bower_components/paper-input/all-imports.html -lib/emby-server/dashboard-ui/bower_components/paper-input/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-input/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-input/demo/ssn-input.html -lib/emby-server/dashboard-ui/bower_components/paper-input/demo/ssn-validator.html -lib/emby-server/dashboard-ui/bower_components/paper-input/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-input/index.html -lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-addon-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-char-counter.html -lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-container.html -lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-error.html -lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input.html -lib/emby-server/dashboard-ui/bower_components/paper-input/paper-textarea.html -lib/emby-server/dashboard-ui/bower_components/paper-input/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-input/test/letters-only.html -lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-input-char-counter.html -lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-input-container.html -lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-input-error.html -lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-input.html -lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-textarea.html -lib/emby-server/dashboard-ui/bower_components/paper-progress/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-progress/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-progress/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-progress/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-progress/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-progress/README.md -lib/emby-server/dashboard-ui/bower_components/paper-progress/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-progress/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-progress/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-progress/index.html -lib/emby-server/dashboard-ui/bower_components/paper-progress/paper-progress.html -lib/emby-server/dashboard-ui/bower_components/paper-progress/test/basic.html -lib/emby-server/dashboard-ui/bower_components/paper-progress/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-ripple/.bower.json lib/emby-server/dashboard-ui/bower_components/paper-ripple/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/paper-ripple/.gitignore @@ -1016,6 +930,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/package.json lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/webcomponents-lite.min.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/webcomponents.min.js +lib/emby-server/dashboard-ui/camerauploadsettings.html lib/emby-server/dashboard-ui/channelitems.html lib/emby-server/dashboard-ui/channels.html lib/emby-server/dashboard-ui/cinemamodeconfiguration.html @@ -1064,6 +979,7 @@ lib/emby-server/dashboard-ui/components/ lib/emby-server/dashboard-ui/components/tvproviders/xmltv.template.html lib/emby-server/dashboard-ui/components/viewcontainer-lite.js lib/emby-server/dashboard-ui/connectlogin.html +lib/emby-server/dashboard-ui/css/autoorganizetable.css lib/emby-server/dashboard-ui/css/chromecast.css lib/emby-server/dashboard-ui/css/dashboard.css lib/emby-server/dashboard-ui/css/detailtable.css @@ -1112,6 +1028,7 @@ lib/emby-server/dashboard-ui/css/images/ lib/emby-server/dashboard-ui/css/images/supporter/premiumflag.png lib/emby-server/dashboard-ui/css/images/supporter/supporterbadge.png lib/emby-server/dashboard-ui/css/images/supporter/supporterflag.png +lib/emby-server/dashboard-ui/css/images/throbber.gif lib/emby-server/dashboard-ui/css/images/tour/admin/chapters.png lib/emby-server/dashboard-ui/css/images/tour/admin/cinemamode.png lib/emby-server/dashboard-ui/css/images/tour/admin/dashboard.png @@ -1151,6 +1068,20 @@ lib/emby-server/dashboard-ui/css/nowplay lib/emby-server/dashboard-ui/css/nowplayingbar.css lib/emby-server/dashboard-ui/css/site.css lib/emby-server/dashboard-ui/dashboard.html +lib/emby-server/dashboard-ui/dashboard/aboutpage.js +lib/emby-server/dashboard-ui/dashboard/autoorganizelog.js +lib/emby-server/dashboard-ui/dashboard/autoorganizesmart.js +lib/emby-server/dashboard-ui/dashboard/autoorganizetv.js +lib/emby-server/dashboard-ui/dashboard/cinemamodeconfiguration.js +lib/emby-server/dashboard-ui/dashboard/dashboardgeneral.js +lib/emby-server/dashboard-ui/dashboard/dashboardhosting.js +lib/emby-server/dashboard-ui/dashboard/devicesupload.js +lib/emby-server/dashboard-ui/dashboard/librarydisplay.js +lib/emby-server/dashboard-ui/dashboard/librarysettings.js +lib/emby-server/dashboard-ui/dashboard/livetvtunerprovider-satip.js +lib/emby-server/dashboard-ui/dashboard/logpage.js +lib/emby-server/dashboard-ui/dashboard/wizardcomponents.js +lib/emby-server/dashboard-ui/dashboard/wizardfinishpage.js lib/emby-server/dashboard-ui/dashboardgeneral.html lib/emby-server/dashboard-ui/dashboardhosting.html lib/emby-server/dashboard-ui/device.html @@ -1225,25 +1156,18 @@ lib/emby-server/dashboard-ui/reports.htm lib/emby-server/dashboard-ui/robots.txt lib/emby-server/dashboard-ui/scheduledtask.html lib/emby-server/dashboard-ui/scheduledtasks.html -lib/emby-server/dashboard-ui/scripts/aboutpage.js lib/emby-server/dashboard-ui/scripts/addpluginpage.js lib/emby-server/dashboard-ui/scripts/appservices.js lib/emby-server/dashboard-ui/scripts/autobackdrops.js -lib/emby-server/dashboard-ui/scripts/autoorganizelog.js -lib/emby-server/dashboard-ui/scripts/autoorganizesmart.js -lib/emby-server/dashboard-ui/scripts/autoorganizetv.js +lib/emby-server/dashboard-ui/scripts/camerauploadsettings.js lib/emby-server/dashboard-ui/scripts/channelitems.js lib/emby-server/dashboard-ui/scripts/channels.js lib/emby-server/dashboard-ui/scripts/channelslatest.js lib/emby-server/dashboard-ui/scripts/chromecast.js -lib/emby-server/dashboard-ui/scripts/cinemamodeconfiguration.js lib/emby-server/dashboard-ui/scripts/connectlogin.js -lib/emby-server/dashboard-ui/scripts/dashboardgeneral.js -lib/emby-server/dashboard-ui/scripts/dashboardhosting.js lib/emby-server/dashboard-ui/scripts/dashboardpage.js lib/emby-server/dashboard-ui/scripts/device.js lib/emby-server/dashboard-ui/scripts/devices.js -lib/emby-server/dashboard-ui/scripts/devicesupload.js lib/emby-server/dashboard-ui/scripts/dlnaprofile.js lib/emby-server/dashboard-ui/scripts/dlnaprofiles.js lib/emby-server/dashboard-ui/scripts/dlnasettings.js @@ -1269,10 +1193,8 @@ lib/emby-server/dashboard-ui/scripts/ite lib/emby-server/dashboard-ui/scripts/itemdetailpage.js lib/emby-server/dashboard-ui/scripts/itemlistpage.js lib/emby-server/dashboard-ui/scripts/librarybrowser.js -lib/emby-server/dashboard-ui/scripts/librarydisplay.js lib/emby-server/dashboard-ui/scripts/librarymenu.js lib/emby-server/dashboard-ui/scripts/librarypathmapping.js -lib/emby-server/dashboard-ui/scripts/librarysettings.js lib/emby-server/dashboard-ui/scripts/livetvchannel.js lib/emby-server/dashboard-ui/scripts/livetvchannels.js lib/emby-server/dashboard-ui/scripts/livetvcomponents.js @@ -1288,10 +1210,8 @@ lib/emby-server/dashboard-ui/scripts/liv lib/emby-server/dashboard-ui/scripts/livetvsuggested.js lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-hdhomerun.js lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-m3u.js -lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-satip.js lib/emby-server/dashboard-ui/scripts/localsync.js lib/emby-server/dashboard-ui/scripts/loginpage.js -lib/emby-server/dashboard-ui/scripts/logpage.js lib/emby-server/dashboard-ui/scripts/mediacontroller.js lib/emby-server/dashboard-ui/scripts/medialibrarypage.js lib/emby-server/dashboard-ui/scripts/mediaplayer-video.js @@ -1346,12 +1266,10 @@ lib/emby-server/dashboard-ui/scripts/sit lib/emby-server/dashboard-ui/scripts/songs.js lib/emby-server/dashboard-ui/scripts/streamingsettings.js lib/emby-server/dashboard-ui/scripts/supporterkeypage.js -lib/emby-server/dashboard-ui/scripts/sync.js lib/emby-server/dashboard-ui/scripts/syncactivity.js lib/emby-server/dashboard-ui/scripts/syncjob.js lib/emby-server/dashboard-ui/scripts/syncsettings.js lib/emby-server/dashboard-ui/scripts/taskbutton.js -lib/emby-server/dashboard-ui/scripts/thememediaplayer.js lib/emby-server/dashboard-ui/scripts/tvgenres.js lib/emby-server/dashboard-ui/scripts/tvlatest.js lib/emby-server/dashboard-ui/scripts/tvrecommended.js @@ -1366,9 +1284,7 @@ lib/emby-server/dashboard-ui/scripts/use lib/emby-server/dashboard-ui/scripts/userpasswordpage.js lib/emby-server/dashboard-ui/scripts/userprofilespage.js lib/emby-server/dashboard-ui/scripts/wizardagreement.js -lib/emby-server/dashboard-ui/scripts/wizardcomponents.js lib/emby-server/dashboard-ui/scripts/wizardcontroller.js -lib/emby-server/dashboard-ui/scripts/wizardfinishpage.js lib/emby-server/dashboard-ui/scripts/wizardlivetvguide.js lib/emby-server/dashboard-ui/scripts/wizardlivetvtuner.js lib/emby-server/dashboard-ui/scripts/wizardservice.js From owner-svn-ports-all@freebsd.org Sun Aug 28 13:56:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 299E9B775BF; Sun, 28 Aug 2016 13:56:58 +0000 (UTC) (envelope-from kevlo@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 mx1.freebsd.org (Postfix) with ESMTPS id EEC2BC89; Sun, 28 Aug 2016 13:56:57 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SDuvtL000172; Sun, 28 Aug 2016 13:56:57 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SDuvtb000170; Sun, 28 Aug 2016 13:56:57 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201608281356.u7SDuvtb000170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Sun, 28 Aug 2016 13:56:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421022 - head/net-im/py-telepot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 13:56:58 -0000 Author: kevlo Date: Sun Aug 28 13:56:56 2016 New Revision: 421022 URL: https://svnweb.freebsd.org/changeset/ports/421022 Log: Update to 9.1 Modified: head/net-im/py-telepot/Makefile head/net-im/py-telepot/distinfo Modified: head/net-im/py-telepot/Makefile ============================================================================== --- head/net-im/py-telepot/Makefile Sun Aug 28 12:57:08 2016 (r421021) +++ head/net-im/py-telepot/Makefile Sun Aug 28 13:56:56 2016 (r421022) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= telepot -PORTVERSION= 8.3 +PORTVERSION= 9.1 CATEGORIES= net-im python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-im/py-telepot/distinfo ============================================================================== --- head/net-im/py-telepot/distinfo Sun Aug 28 12:57:08 2016 (r421021) +++ head/net-im/py-telepot/distinfo Sun Aug 28 13:56:56 2016 (r421022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470366151 -SHA256 (telepot-8.3.zip) = 64bd0accc61ef759d14fddb6858a3ae86709cfae8da9229aae862851ff1ae06e -SIZE (telepot-8.3.zip) = 68297 +TIMESTAMP = 1472392133 +SHA256 (telepot-9.1.zip) = 568f9f104059e8d462f90c732fc991c831b5b9a542bf4ea8b95d48f0f732f017 +SIZE (telepot-9.1.zip) = 69658 From owner-svn-ports-all@freebsd.org Sun Aug 28 14:25:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02E87BA602C; Sun, 28 Aug 2016 14:25:58 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EC09FEBD; Sun, 28 Aug 2016 14:25:57 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id EA47B111D; Sun, 28 Aug 2016 14:25:57 +0000 (UTC) Date: Sun, 28 Aug 2016 14:25:57 +0000 From: Alexey Dokuchaev To: Kubilay Kocak Cc: Matthias Andree , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r420966 - head/security/openvpn Message-ID: <20160828142557.GB71324@FreeBSD.org> References: <201608270932.u7R9WUbC074827@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 14:25:58 -0000 On Sat, Aug 27, 2016 at 07:58:08PM +1000, Kubilay Kocak wrote: > On 27/08/2016 7:32 PM, Matthias Andree wrote: > > New Revision: 420966 > > URL: https://svnweb.freebsd.org/changeset/ports/420966 > > > > Log: > > Make self-test the TEST option, support make test. Enabled by default. > > > NB: This is a critical port with many users, and the test is low on > > resources, it takes two minutes idling, waiting for timers to expire. > > I'm a HUGE proponent of additional tests/QA/quality in ports/packaging. > > However, users can run make test at any time to verify QA in their > environments. What is the actual rationale *for* running tests > post-build in all/any environments (including packaging) by default? Is > the aim to have packaging fail if it doesn't pass? > > Should all our 'critical' ports do the same thing? Should we instead > mark 'critical' ports in some manner and have the framework run these > tests-post-build by default? +1. We do have proper support for tests since CHANGES@20150928. Ideally, those TEST options should be gone, and on-demand tests/QA logic implemented in standard terms that are usable by package builders. Ports users do not need to opt-out of tests (by deselecting an OPTION or even patching port's Makefile); those who need it should just run `make test'. ./danfe From owner-svn-ports-all@freebsd.org Sun Aug 28 15:17:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34202BA6B49; Sun, 28 Aug 2016 15:17:56 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAD636C4; Sun, 28 Aug 2016 15:17:55 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 6c3a402d TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Sun, 28 Aug 2016 09:17:47 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r421016 - in head/www: . p5-CatalystX-AppBuilder From: Adam Weinberger In-Reply-To: <7D4E999D7ABE2D9C8746DC78@atuin.in.mat.cc> Date: Sun, 28 Aug 2016 09:17:43 -0600 Cc: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <48CA85AA-98A1-43EA-8FC5-51CF455CBE17@adamw.org> References: <201608281055.u7SAtuGl031859@repo.freebsd.org> <7D4E999D7ABE2D9C8746DC78@atuin.in.mat.cc> To: Mathieu Arnold X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 15:17:56 -0000 > On 28 Aug, 2016, at 5:31, Mathieu Arnold wrote: >=20 > +--On 28 ao=C3=BBt 2016 10:55:56 +0000 Kurt Jaeger = wrote: > | +BUILD_DEPENDS=3D p5-Test-Simple>=3D0:devel/p5-Test-Simple \ >=20 > Does this *really* need Test::Simple to *build* ? It wants *any* version of Test::Simple, and Test::Simple is a core = module. Kurt you can just delete that dependency entirely. Also, in the plist, what is up with the @dir? +%%SITE_PERL%%/CatalystX/AppBuilder.pm +@dir %%SITE_PERL%%/CatalystX --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Sun Aug 28 15:20:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16C48BA6BBB; Sun, 28 Aug 2016 15:20:23 +0000 (UTC) (envelope-from stephen@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 mx1.freebsd.org (Postfix) with ESMTPS id D81DD811; Sun, 28 Aug 2016 15:20:22 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SFKMlK029936; Sun, 28 Aug 2016 15:20:22 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SFKLAt029934; Sun, 28 Aug 2016 15:20:21 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201608281520.u7SFKLAt029934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 28 Aug 2016 15:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421023 - head/math/octave-forge-video X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 15:20:23 -0000 Author: stephen Date: Sun Aug 28 15:20:21 2016 New Revision: 421023 URL: https://svnweb.freebsd.org/changeset/ports/421023 Log: - Update to 1.2.3. Modified: head/math/octave-forge-video/Makefile head/math/octave-forge-video/distinfo Modified: head/math/octave-forge-video/Makefile ============================================================================== --- head/math/octave-forge-video/Makefile Sun Aug 28 13:56:56 2016 (r421022) +++ head/math/octave-forge-video/Makefile Sun Aug 28 15:20:21 2016 (r421023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-video -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-video/distinfo ============================================================================== --- head/math/octave-forge-video/distinfo Sun Aug 28 13:56:56 2016 (r421022) +++ head/math/octave-forge-video/distinfo Sun Aug 28 15:20:21 2016 (r421023) @@ -1,2 +1,3 @@ -SHA256 (octave-forge/video-1.2.2.tar.gz) = b25f3e980d6820ddf3f6edb4250dafb72d6430a06a5e68294eb2f3bc936941ba -SIZE (octave-forge/video-1.2.2.tar.gz) = 49984 +TIMESTAMP = 1472397526 +SHA256 (octave-forge/video-1.2.3.tar.gz) = 421630132aaee6109f6cfaec651c0b21d0e9e4b487c344ed43ede18916f9cf16 +SIZE (octave-forge/video-1.2.3.tar.gz) = 49739 From owner-svn-ports-all@freebsd.org Sun Aug 28 15:28:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31D9BBA6E14; Sun, 28 Aug 2016 15:28:32 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF8F9DE5; Sun, 28 Aug 2016 15:28:31 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id db201b19 TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Sun, 28 Aug 2016 09:28:29 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r421011 - in head/www: . p5-Catalyst-View-TT-Alloy From: Adam Weinberger In-Reply-To: <201608280805.u7S85lTQ078166@repo.freebsd.org> Date: Sun, 28 Aug 2016 09:28:26 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <1DAC31AA-3255-4F5B-913C-89A96263C5C3@adamw.org> References: <201608280805.u7S85lTQ078166@repo.freebsd.org> To: Kurt Jaeger X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 15:28:32 -0000 > On 28 Aug, 2016, at 2:05, Kurt Jaeger wrote: >=20 > Author: pi > Date: Sun Aug 28 08:05:47 2016 > New Revision: 421011 > URL: https://svnweb.freebsd.org/changeset/ports/421011 >=20 > Log: > New port: www/p5-Catalyst-View-TT-Alloy >=20 > +BUILD_DEPENDS=3D p5-Catalyst-Runtime>=3D5.7:www/p5-Catalyst-Runtime= \ > + p5-Data-Dump>=3D0:devel/p5-Data-Dump \ > + p5-Path-Class>=3D0:devel/p5-Path-Class \ > + p5-Template-Alloy>=3D0:www/p5-Template-Alloy \ > + p5-parent>=3D0:devel/p5-parent parent has been part of Perl core for 7 years. Just a reminder, you can check if something is a core Perl module by: $ corelist parent parent was first released with perl v5.10.1 > +++ head/www/p5-Catalyst-View-TT-Alloy/pkg-plist Sun Aug 28 = 08:05:47 2016 (r421011) > @@ -0,0 +1,10 @@ > +%%PERL5_MAN3%%/Catalyst::View::TT::Alloy.3.gz > +%%PERL5_MAN3%%/Catalyst::Helper::View::TT::Alloy.3.gz > +%%SITE_PERL%%/Catalyst/View/TT/Alloy.pm > +%%SITE_PERL%%/Catalyst/Helper/View/TT/Alloy.pm > +@dir %%SITE_PERL%%/Catalyst/View/TT > +@dir %%SITE_PERL%%/Catalyst/View > +@dir %%SITE_PERL%%/Catalyst/Helper/View/TT > +@dir %%SITE_PERL%%/Catalyst/Helper/View > +@dir %%SITE_PERL%%/Catalyst/Helper > +@dir %%SITE_PERL%%/Catalyst This plist is unsorted, and none of those @dir's are necessary. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Sun Aug 28 15:53:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0350B77817; Sun, 28 Aug 2016 15:53:50 +0000 (UTC) (envelope-from pawel@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 mx1.freebsd.org (Postfix) with ESMTPS id A56B6DBA; Sun, 28 Aug 2016 15:53:50 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SFrnMc044633; Sun, 28 Aug 2016 15:53:49 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SFrn6S044630; Sun, 28 Aug 2016 15:53:49 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608281553.u7SFrn6S044630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 28 Aug 2016 15:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421024 - head/textproc/apache-solr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 15:53:51 -0000 Author: pawel Date: Sun Aug 28 15:53:49 2016 New Revision: 421024 URL: https://svnweb.freebsd.org/changeset/ports/421024 Log: Update to version 5.5.2 PR: 211286 (based on) Submitted by: ari@ish.com.au Modified: head/textproc/apache-solr/Makefile head/textproc/apache-solr/distinfo head/textproc/apache-solr/pkg-plist Modified: head/textproc/apache-solr/Makefile ============================================================================== --- head/textproc/apache-solr/Makefile Sun Aug 28 15:20:21 2016 (r421023) +++ head/textproc/apache-solr/Makefile Sun Aug 28 15:53:49 2016 (r421024) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= apache-solr -PORTVERSION= 5.2.1 -PORTREVISION= 1 +PORTVERSION= 5.5.2 CATEGORIES= textproc java MASTER_SITES= APACHE/lucene/solr/${PORTVERSION} DISTNAME= solr-${PORTVERSION} @@ -16,11 +15,11 @@ LICENSE= APACHE20 CONFLICT= apache-solr3-* apache-solr-4* USES= cpe tar:tgz +USE_JAVA= yes JAVA_VERSION= 1.7+ NO_BUILD= yes NO_ARCH= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" -USE_JAVA= yes PORTEXAMPLES= * USE_RC_SUBR= solr Modified: head/textproc/apache-solr/distinfo ============================================================================== --- head/textproc/apache-solr/distinfo Sun Aug 28 15:20:21 2016 (r421023) +++ head/textproc/apache-solr/distinfo Sun Aug 28 15:53:49 2016 (r421024) @@ -1,2 +1,3 @@ -SHA256 (solr-5.2.1.tgz) = 3f54cec862da1376857f96f4a6f2044a5addcebc4df159b8797fd71f7ba8df86 -SIZE (solr-5.2.1.tgz) = 148849766 +TIMESTAMP = 1469167224 +SHA256 (solr-5.5.2.tgz) = e62bab565675e10d27f40d5bb090b4181b2f0c21870adf98d1ea873ead7758e1 +SIZE (solr-5.5.2.tgz) = 136813192 Modified: head/textproc/apache-solr/pkg-plist ============================================================================== --- head/textproc/apache-solr/pkg-plist Sun Aug 28 15:20:21 2016 (r421023) +++ head/textproc/apache-solr/pkg-plist Sun Aug 28 15:53:49 2016 (r421024) @@ -1,5 +1,5 @@ -bin/solr bin/post +bin/solr %%JAVAJARDIR%%/solr-analysis-extras-%%PORTVERSION%%.jar %%JAVAJARDIR%%/solr-analytics-%%PORTVERSION%%.jar %%JAVAJARDIR%%/solr-cell-%%PORTVERSION%%.jar @@ -19,6 +19,7 @@ bin/post %%JAVAJARDIR%%/solrj-lib/httpclient-4.4.1.jar %%JAVAJARDIR%%/solrj-lib/httpcore-4.4.1.jar %%JAVAJARDIR%%/solrj-lib/httpmime-4.4.1.jar +%%JAVAJARDIR%%/solrj-lib/jcl-over-slf4j-1.7.7.jar %%JAVAJARDIR%%/solrj-lib/noggit-0.6.jar %%JAVAJARDIR%%/solrj-lib/slf4j-api-1.7.7.jar %%JAVAJARDIR%%/solrj-lib/stax2-api-3.1.4.jar @@ -27,8 +28,8 @@ bin/post %%JAVAJARDIR%%/test-framework/README.txt %%JAVAJARDIR%%/test-framework/lib/ant-1.8.2.jar %%JAVAJARDIR%%/test-framework/lib/junit-4.10.jar -%%JAVAJARDIR%%/test-framework/lib/junit4-ant-2.1.13.jar -%%JAVAJARDIR%%/test-framework/lib/randomizedtesting-runner-2.1.13.jar +%%JAVAJARDIR%%/test-framework/lib/junit4-ant-2.3.2.jar +%%JAVAJARDIR%%/test-framework/lib/randomizedtesting-runner-2.3.2.jar %%JAVAJARDIR%%/test-framework/lucene-libs/lucene-test-framework-%%PORTVERSION%%.jar %%WWWDIR%%/README.txt %%WWWDIR%%/contexts/solr-jetty-context.xml @@ -44,19 +45,19 @@ bin/post %%WWWDIR%%/lib/ext/slf4j-api-1.7.7.jar %%WWWDIR%%/lib/ext/slf4j-log4j12-1.7.7.jar %%WWWDIR%%/lib/javax.servlet-api-3.1.0.jar -%%WWWDIR%%/lib/jetty-continuation-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-deploy-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-http-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-io-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-jmx-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-rewrite-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-security-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-server-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-servlet-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-servlets-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-util-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-webapp-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-xml-9.2.10.v20150310.jar +%%WWWDIR%%/lib/jetty-continuation-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-deploy-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-http-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-io-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-jmx-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-rewrite-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-security-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-server-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-servlet-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-servlets-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-util-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-webapp-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-xml-9.2.13.v20150730.jar %%WWWDIR%%/modules/http.mod %%WWWDIR%%/modules/https.mod %%WWWDIR%%/modules/server.mod @@ -67,12 +68,428 @@ bin/post %%WWWDIR%%/scripts/cloud-scripts/zkcli.bat %%WWWDIR%%/scripts/cloud-scripts/zkcli.sh %%WWWDIR%%/scripts/map-reduce/set-map-reduce-classpath.sh +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/antlr4-runtime-4.5.1-1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/asm-5.0.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/asm-commons-5.0.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-cli-1.2.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-codec-1.10.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-collections-3.2.2.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-configuration-1.6.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-exec-1.3.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-fileupload-1.3.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-io-2.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-lang-2.6.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/concurrentlinkedhashmap-lru-1.2.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/dom4j-1.6.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/guava-14.0.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hadoop-annotations-2.6.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.6.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.6.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.6.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hppc-0.7.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/htrace-core-3.0.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/httpclient-4.4.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/httpmime-4.4.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/jackson-core-2.5.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.5.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/joda-time-2.2.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-common-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-kuromoji-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-phonetic-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-core-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-expressions-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-grouping-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-join-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-memory-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-misc-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-queries-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-queryparser-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/noggit-0.6.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.3.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.3.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/protobuf-java-2.5.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/solr-core-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/solr-solrj-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/spatial4j-0.5.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/stax2-api-3.1.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/t-digest-3.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/woodstox-core-asl-4.4.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/zookeeper-3.4.6.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/web.xml +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/weblogic.xml +%%WWWDIR%%/solr-webapp/webapp/admin.html +%%WWWDIR%%/solr-webapp/webapp/css/angular/analysis.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/chosen.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/cloud.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/collections.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/common.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/cores.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/dashboard.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/dataimport.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/documents.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/files.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/index.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/logging.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/menu.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/plugins.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/query.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/replication.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/schema.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/segments.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/threads.css +%%WWWDIR%%/solr-webapp/webapp/css/chosen.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/analysis.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/cloud.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/common.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/cores.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/dashboard.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/dataimport.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/documents.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/files.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/index.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/java-properties.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/logging.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/menu.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/plugins.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/query.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/replication.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/schema-browser.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/segments.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/threads.css +%%WWWDIR%%/solr-webapp/webapp/favicon.ico +%%WWWDIR%%/solr-webapp/webapp/img/ZeroClipboard.swf +%%WWWDIR%%/solr-webapp/webapp/img/chosen-sprite-2x.png +%%WWWDIR%%/solr-webapp/webapp/img/chosen-sprite.png +%%WWWDIR%%/solr-webapp/webapp/img/div.gif +%%WWWDIR%%/solr-webapp/webapp/img/favicon.ico +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/7z.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/README +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ai.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/aiff.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/asc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/audio.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/bin.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/bz2.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/c.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/cfc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/cfm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/chm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/class.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/conf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/cpp.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/cs.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/css.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/csv.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/deb.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/divx.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/doc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/dot.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/eml.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/enc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/file.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/gif.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/gz.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/hlp.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/htm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/html.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/image.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/iso.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/jar.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/java.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/jpeg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/jpg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/js.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/lua.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/m.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/mm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/mov.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/mp3.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/mpg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odi.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odp.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ods.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odt.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ogg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/pdf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/pgp.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/php.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/pl.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/png.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ppt.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ps.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/py.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ram.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rar.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rb.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rpm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rtf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sig.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sql.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/swf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sxc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sxd.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sxi.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sxw.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/tar.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/tex.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/tgz.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/txt.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/vcf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/video.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/vsd.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/wav.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/wma.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/wmv.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/xls.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/xml.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/xpi.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/xvid.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/zip.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/arrow-000-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/arrow-circle.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/arrow-switch.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/asterisk.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/battery.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/block-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/block.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/book-open-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/box.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/bug.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/chart.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/chevron-small-expand.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/chevron-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clipboard-list.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clipboard-paste-document-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clipboard-paste.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clock-select-remain.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clock-select.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/construction.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/cross-0.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/cross-1.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/cross-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/cross.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/dashboard.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/database--plus.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/database.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/databases.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/disk-black.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/document-convert.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/document-import.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/document-list.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/document-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/documents-stack.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/download-cloud.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/drive-upload.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/exclamation-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/eye.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/folder-export.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/folder-tree.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/folder.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/funnel-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/funnel.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/gear.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/globe-network.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/globe.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hammer-screwdriver.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hammer.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hand.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/highlighter-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/home.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hourglass--exclamation.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hourglass.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/inbox-document-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/information-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/information-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/information-white.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/information.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/jar.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/magnifier.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/mail.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/memory.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/minus-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/molecule.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-cloud.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-status-away.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-status-busy.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-status-offline.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-status.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node-design.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node-master.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node-select.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node-slave.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/pencil-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/pencil.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/plus-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/processor.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/prohibition.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/property.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/question-small-white.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/question-white.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/question.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/receipt-invoice.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/receipt.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/script-code.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/server-cast.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/server.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/sitemap.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/slash.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/status-away.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/status-busy.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/status-offline.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/status.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/system-monitor--exclamation.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/system-monitor.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/table.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/terminal.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/tick-circle.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/tick-red.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/tick.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/toggle-small-expand.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/toggle-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/toolbox.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-accordion.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-address-bar.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-check-box-uncheck.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-check-box.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-radio-button-uncheck.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-radio-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-text-field-select.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/users.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/wooden-box.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/zone.png +%%WWWDIR%%/solr-webapp/webapp/img/loader-light.gif +%%WWWDIR%%/solr-webapp/webapp/img/loader.gif +%%WWWDIR%%/solr-webapp/webapp/img/lucene-ico.png +%%WWWDIR%%/solr-webapp/webapp/img/solr-ico.png +%%WWWDIR%%/solr-webapp/webapp/img/solr.svg +%%WWWDIR%%/solr-webapp/webapp/img/tree.png +%%WWWDIR%%/solr-webapp/webapp/index.html +%%WWWDIR%%/solr-webapp/webapp/js/angular/app.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/analysis.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/cloud.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/collection-overview.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/collections.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/core-overview.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/cores.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/dataimport.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/documents.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/files.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/index.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/java-properties.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/logging.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/plugins.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/query.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/replication.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/schema.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/segments.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/threads.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/services.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/ZeroClipboard.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/chosen.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/console.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/d3.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/highlight.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery-1.7.2.min.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.ajaxfileupload.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.blockUI.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.cookie.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.form.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.jstree.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.sammy.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.timeago.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/linker.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/naturalSort.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/order.js +%%WWWDIR%%/solr-webapp/webapp/js/main.js +%%WWWDIR%%/solr-webapp/webapp/js/require.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/analysis.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/app.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/cloud.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/cores.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/dashboard.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/dataimport.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/documents.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/files.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/index.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/java-properties.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/logging.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/ping.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/plugins.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/query.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/replication.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/schema-browser.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/segments.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/threads.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-chosen.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-cookies.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-cookies.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-resource.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-route.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-route.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-sanitize.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-sanitize.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/chosen.jquery.js +%%WWWDIR%%/solr-webapp/webapp/libs/chosen.jquery.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/d3.js +%%WWWDIR%%/solr-webapp/webapp/libs/highlight.js +%%WWWDIR%%/solr-webapp/webapp/libs/jquery-2.1.3.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/jquery.jstree.js +%%WWWDIR%%/solr-webapp/webapp/libs/ngtimeago.js +%%WWWDIR%%/solr-webapp/webapp/partials/analysis.html +%%WWWDIR%%/solr-webapp/webapp/partials/cloud.html +%%WWWDIR%%/solr-webapp/webapp/partials/collection_overview.html +%%WWWDIR%%/solr-webapp/webapp/partials/collections.html +%%WWWDIR%%/solr-webapp/webapp/partials/core_overview.html +%%WWWDIR%%/solr-webapp/webapp/partials/cores.html +%%WWWDIR%%/solr-webapp/webapp/partials/dataimport.html +%%WWWDIR%%/solr-webapp/webapp/partials/documents.html +%%WWWDIR%%/solr-webapp/webapp/partials/files.html +%%WWWDIR%%/solr-webapp/webapp/partials/index.html +%%WWWDIR%%/solr-webapp/webapp/partials/java-properties.html +%%WWWDIR%%/solr-webapp/webapp/partials/logging-levels.html +%%WWWDIR%%/solr-webapp/webapp/partials/logging.html +%%WWWDIR%%/solr-webapp/webapp/partials/plugins.html +%%WWWDIR%%/solr-webapp/webapp/partials/query.html +%%WWWDIR%%/solr-webapp/webapp/partials/replication.html +%%WWWDIR%%/solr-webapp/webapp/partials/schema.html +%%WWWDIR%%/solr-webapp/webapp/partials/segments.html +%%WWWDIR%%/solr-webapp/webapp/partials/threads.html +%%WWWDIR%%/solr-webapp/webapp/tpl/analysis.html +%%WWWDIR%%/solr-webapp/webapp/tpl/cloud.html +%%WWWDIR%%/solr-webapp/webapp/tpl/cores.html +%%WWWDIR%%/solr-webapp/webapp/tpl/dashboard.html +%%WWWDIR%%/solr-webapp/webapp/tpl/dataimport.html +%%WWWDIR%%/solr-webapp/webapp/tpl/documents.html +%%WWWDIR%%/solr-webapp/webapp/tpl/files.html +%%WWWDIR%%/solr-webapp/webapp/tpl/index.html +%%WWWDIR%%/solr-webapp/webapp/tpl/logging.html +%%WWWDIR%%/solr-webapp/webapp/tpl/plugins.html +%%WWWDIR%%/solr-webapp/webapp/tpl/query.html +%%WWWDIR%%/solr-webapp/webapp/tpl/replication.html +%%WWWDIR%%/solr-webapp/webapp/tpl/schema-browser.html +%%WWWDIR%%/solr-webapp/webapp/tpl/segments.html +%%WWWDIR%%/solr-webapp/webapp/tpl/threads.html %%WWWDIR%%/solr/README.txt %%WWWDIR%%/solr/configsets/basic_configs/conf/_rest_managed.json %%WWWDIR%%/solr/configsets/basic_configs/conf/currency.xml %%WWWDIR%%/solr/configsets/basic_configs/conf/lang/stopwords_en.txt +%%WWWDIR%%/solr/configsets/basic_configs/conf/managed-schema %%WWWDIR%%/solr/configsets/basic_configs/conf/protwords.txt -%%WWWDIR%%/solr/configsets/basic_configs/conf/schema.xml %%WWWDIR%%/solr/configsets/basic_configs/conf/solrconfig.xml %%WWWDIR%%/solr/configsets/basic_configs/conf/stopwords.txt %%WWWDIR%%/solr/configsets/basic_configs/conf/synonyms.txt @@ -128,6 +545,7 @@ bin/post %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/admin-extra.html %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/admin-extra.menu-bottom.html %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/admin-extra.menu-top.html +%%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/README.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/kmeans-attributes.xml %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/lingo-attributes.xml %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/stc-attributes.xml @@ -172,10 +590,10 @@ bin/post %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/lang/stopwords_th.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/lang/stopwords_tr.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/lang/userdict_ja.txt +%%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/managed-schema %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/mapping-FoldToASCII.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/mapping-ISOLatin1Accent.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/protwords.txt -%%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/schema.xml %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/spellings.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/stopwords.txt @@ -225,7 +643,3 @@ bin/post %%WWWDIR%%/solr/solr.xml %%WWWDIR%%/solr/zoo.cfg %%WWWDIR%%/start.jar -%%WWWDIR%%/webapps/solr.war -@dir %%EXAMPLESDIR%%/example-DIH/solr/mail/lib -@dir %%WWWDIR%%/logs -@dir %%WWWDIR%%/solr-webapp From owner-svn-ports-all@freebsd.org Sun Aug 28 16:19:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F553B77E9E; Sun, 28 Aug 2016 16:19:17 +0000 (UTC) (envelope-from dinoex@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 mx1.freebsd.org (Postfix) with ESMTPS id 09DB19E8; Sun, 28 Aug 2016 16:19:16 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SGJGkF052169; Sun, 28 Aug 2016 16:19:16 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SGJG6x052168; Sun, 28 Aug 2016 16:19:16 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201608281619.u7SGJG6x052168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 28 Aug 2016 16:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421025 - head/security/openssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 16:19:17 -0000 Author: dinoex Date: Sun Aug 28 16:19:16 2016 New Revision: 421025 URL: https://svnweb.freebsd.org/changeset/ports/421025 Log: - remove options ASM and GMP Modified: head/security/openssl/Makefile Modified: head/security/openssl/Makefile ============================================================================== --- head/security/openssl/Makefile Sun Aug 28 15:53:49 2016 (r421024) +++ head/security/openssl/Makefile Sun Aug 28 16:19:16 2016 (r421025) @@ -4,7 +4,7 @@ PORTNAME= openssl PORTVERSION= 1.0.2 DISTVERSIONSUFFIX= h -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ @@ -24,7 +24,7 @@ CONFLICTS= libressl-[0-9]* \ libressl-devel-[0-9]* \ openssl-devel-[0-9]* -OPTIONS_DEFINE= SHARED THREADS SSE2 ASM PADLOCK ZLIB GMP SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3 +OPTIONS_DEFINE= SHARED THREADS SSE2 PADLOCK ZLIB SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3 OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3 OPTIONS_DEFINE_i386= I386 .for a in amd64 ia64 @@ -40,11 +40,9 @@ NO_OPTIONS_SORT=yes OPTIONS_SUB= yes I386_DESC?= Optimize for i386 (instead of i486+) SSE2_DESC?= runtime SSE2 detection -ASM_DESC?= optimized Assembler code PADLOCK_DESC?= VIA Padlock support SHARED_DESC?= build of shared libs ZLIB_DESC?= zlib compression support -GMP_DESC?= gmp support (LGPLv3) SCTP_DESC?= SCTP protocol support SSL2_DESC?= SSLv2 protocol support SSL3_DESC?= SSLv3 protocol support @@ -55,9 +53,7 @@ EXPCIPHERS_DESC?= Include experimental c EC_DESC?= Optimize NIST elliptic curves MAN3_DESC?= Install API manpages (section 3) -GMP_LIB_DEPENDS= libgmp.so:math/gmp - -USES= perl5 cpe +USES= cpe perl5 USE_PERL5= build MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS= @@ -75,7 +71,8 @@ PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^$ OPENSSL_BASE_SONAME!= readlink ${DESTDIR}/usr/lib/libcrypto.so || true OPENSSL_SHLIBVER_BASE= ${OPENSSL_BASE_SONAME:E} OPENSSL_BASE_SOPATH= ${OPENSSL_BASE_SONAME:H} -OPENSSL_SHLIBVER?= 8 + +.include "version.mk" .if ${PORT_OPTIONS:MI386} .if ${ARCH} == "i386" @@ -88,12 +85,7 @@ EXTRACONFIGURE+= 386 EXTRACONFIGURE+= no-sse2 .endif -.if ${PORT_OPTIONS:MASM} -BROKEN_sparc64= option ASM generates illegal instructions -EXTRACONFIGURE+= enable-asm -.else EXTRACONFIGURE+= no-asm -.endif .if ${PORT_OPTIONS:MTHREADS} EXTRACONFIGURE+= threads @@ -153,12 +145,7 @@ PATCHFILES+= 1001-crypto-hmac-support-EV 1004-crypto-engine-autoload-padlock-dynamic-engine.patch:padlock .endif -.if ${PORT_OPTIONS:MGMP} -EXTRACONFIGURE+= enable-gmp -I${LOCALBASE}/include -IGNORE= can not be linked because GMP is LGPLv3 -.else EXTRACONFIGURE+= no-gmp -.endif .if ${PORT_OPTIONS:MRFC3779} EXTRACONFIGURE+= enable-rfc3779 @@ -203,23 +190,23 @@ do-configure: ./config --prefix=${PREFIX} --openssldir=${OPENSSLDIR} \ --install_prefix=${STAGEDIR} \ -L${PREFIX}/lib ${EXTRACONFIGURE} + +post-configure: ${REINPLACE_CMD} \ -e 's|^MANDIR=.*$$|MANDIR=$$(PREFIX)/man|' \ -e 's|$$(LIBDIR)/pkgconfig|libdata/pkgconfig|g' \ -e 's|LIBVERSION=[^ ]* |LIBVERSION=${OPENSSL_SHLIBVER} |' \ ${WRKSRC}/Makefile -post-install: -.if ${PORT_OPTIONS:MSHARED} +post-install-SHARED-on: .for i in libcrypto libssl ${INSTALL_DATA} ${WRKSRC}/$i.so.${OPENSSL_SHLIBVER} ${STAGEDIR}${PREFIX}/lib ${LN} -sf $i.so.${OPENSSL_SHLIBVER} ${STAGEDIR}${PREFIX}/lib/$i.so .endfor -.endif -.if empty(PORT_OPTIONS:MMAN3) + +post-install-MAN3-off: ${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3 ${REINPLACE_CMD} -e 's|^man/man3/.*||' ${TMPPLIST} -.endif post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sun Aug 28 16:28:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B55BBC1230; Sun, 28 Aug 2016 16:28:57 +0000 (UTC) (envelope-from thierry@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 mx1.freebsd.org (Postfix) with ESMTPS id 6E019132; Sun, 28 Aug 2016 16:28:57 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SGSuk5056181; Sun, 28 Aug 2016 16:28:56 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SGSuv0056179; Sun, 28 Aug 2016 16:28:56 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201608281628.u7SGSuv0056179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 28 Aug 2016 16:28:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421026 - head/www/xpi-uBlock_origin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 16:28:57 -0000 Author: thierry Date: Sun Aug 28 16:28:56 2016 New Revision: 421026 URL: https://svnweb.freebsd.org/changeset/ports/421026 Log: Upgrade to 1.9.2. Changelog at https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/?page=1#version-1.9.2 Modified: head/www/xpi-uBlock_origin/Makefile head/www/xpi-uBlock_origin/distinfo Modified: head/www/xpi-uBlock_origin/Makefile ============================================================================== --- head/www/xpi-uBlock_origin/Makefile Sun Aug 28 16:19:16 2016 (r421025) +++ head/www/xpi-uBlock_origin/Makefile Sun Aug 28 16:28:56 2016 (r421026) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= ublock_origin -PORTVERSION= 1.8.4 -DISTVERSIONSUFFIX= -fx+tb+sm+an +PORTVERSION= 1.9.2 +DISTVERSIONSUFFIX= -fx+sm+tb+an CATEGORIES= www MAINTAINER= thierry@FreeBSD.org Modified: head/www/xpi-uBlock_origin/distinfo ============================================================================== --- head/www/xpi-uBlock_origin/distinfo Sun Aug 28 16:19:16 2016 (r421025) +++ head/www/xpi-uBlock_origin/distinfo Sun Aug 28 16:28:56 2016 (r421026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470661665 -SHA256 (xpi/ublock_origin-1.8.4-fx+tb+sm+an.xpi) = 04ebef5428044c937d95ad9931b4b2b0e89b7d43e4d2ac4eca29f8141dda89eb -SIZE (xpi/ublock_origin-1.8.4-fx+tb+sm+an.xpi) = 1553853 +TIMESTAMP = 1472400620 +SHA256 (xpi/ublock_origin-1.9.2-fx+sm+tb+an.xpi) = 3d4b0560da293d1313ddcb0de4b48b73a39f925eabdea246ccc8965547d1460b +SIZE (xpi/ublock_origin-1.9.2-fx+sm+tb+an.xpi) = 1581376 From owner-svn-ports-all@freebsd.org Sun Aug 28 16:57:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CF06BC1C30; Sun, 28 Aug 2016 16:57:06 +0000 (UTC) (envelope-from cem@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 mx1.freebsd.org (Postfix) with ESMTPS id D0855F06; Sun, 28 Aug 2016 16:57:05 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SGv5r4067429; Sun, 28 Aug 2016 16:57:05 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SGv4iK067421; Sun, 28 Aug 2016 16:57:04 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201608281657.u7SGv4iK067421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: "Conrad E. Meyer" Date: Sun, 28 Aug 2016 16:57:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421027 - in head/x11/nvidia-driver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 16:57:06 -0000 Author: cem (src committer) Date: Sun Aug 28 16:57:04 2016 New Revision: 421027 URL: https://svnweb.freebsd.org/changeset/ports/421027 Log: x11/nvidia-driver: Update to 367.35 * Add needed x11 and xext dependencies Thanks to everyone who submitted patches, tested, and reviewed this update. PR: 201340 Submitted by: Bengt Ahlgren , Kevin Bowling , Oleg , Tomoaki AOKI , Ultima Tested by: Jeremy Cox , O. Hartmann , Tomoaki AOKI Approved by: danfe Differential Revision: https://reviews.freebsd.org/D7569 Added: head/x11/nvidia-driver/files/extra-patch-src_nvidia-modeset_nvidia-modeset-freebsd.c (contents, props changed) head/x11/nvidia-driver/files/extra-patch-src_nvidia_Makefile - copied, changed from r420858, head/x11/nvidia-driver/files/extra-patch-src-Makefile head/x11/nvidia-driver/files/extra-patch-src_nvidia_nv-freebsd.h - copied, changed from r420858, head/x11/nvidia-driver/files/extra-patch-src-nv-freebsd.h head/x11/nvidia-driver/files/extra-patch-src_nvidia_nv-misc.h - copied, changed from r420858, head/x11/nvidia-driver/files/extra-patch-src-nv-misc.h head/x11/nvidia-driver/files/patch-mk_nvidia.lib.mk (contents, props changed) Deleted: head/x11/nvidia-driver/files/extra-patch-mk-nvidia.lib.mk Modified: head/x11/nvidia-driver/Makefile head/x11/nvidia-driver/distinfo head/x11/nvidia-driver/pkg-plist Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Sun Aug 28 16:28:56 2016 (r421026) +++ head/x11/nvidia-driver/Makefile Sun Aug 28 16:57:04 2016 (r421027) @@ -10,7 +10,7 @@ # slave ports instead (`x11/nvidia-driver-340' or `x11/nvidia-driver-304'). PORTNAME= nvidia-driver -DISTVERSION?= 346.96 +DISTVERSION?= 367.35 # Always try to set PORTREVISION as it can be overridden by the slave ports PORTREVISION?= 0 CATEGORIES= x11 @@ -29,7 +29,7 @@ ONLY_FOR_ARCHS= i386 amd64 ARCH_SUFX= x86${ARCH:S/i386//:S/amd/_/} USES= kmod uidfix -USE_XORG= xorg-server +USE_XORG= x11 xorg-server xext USE_GL= gl USE_LDCONFIG= yes @@ -57,11 +57,23 @@ NVVERSION= ${DISTVERSION} . endif .endif -EXTRA_PATCHES= ${FILESDIR}/extra-patch-mk-nvidia.lib.mk \ - ${FILESDIR}/extra-patch-src-Makefile \ +.if ${NVVERSION} < 355.006 +EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-Makefile \ ${FILESDIR}/extra-patch-src-nv-freebsd.h \ - ${FILESDIR}/extra-patch-src-nv-misc.h \ - ${FILESDIR}/extra-patch-x11-driver-Makefile + ${FILESDIR}/extra-patch-src-nv-misc.h +NVSRC= . +.else +EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_nvidia_Makefile \ + ${FILESDIR}/extra-patch-src_nvidia_nv-freebsd.h \ + ${FILESDIR}/extra-patch-src_nvidia_nv-misc.h +NVSRC= nvidia +.endif +.if ${NVVERSION} >= 358.009 +# Initialize memory allocations to avoid spurious "lock re-initialization" +# errors. A little more detail can be found in bug 201340 starting around +# comment #50. +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_nvidia-modeset_nvidia-modeset-freebsd.c +.endif OPTIONS_DEFINE= ACPI_PM LINUX WBINVD DOCS OPTIONS_DEFINE_i386= PAE @@ -94,36 +106,40 @@ MAKE_ENV+= WITHOUT_LINUX=yes post-patch: .SILENT # We should support -CURRENT: kill the check - ${REINPLACE_CMD} -e '24,26d' ${WRKSRC}/src/nv-freebsd.h + ${REINPLACE_CMD} -e '24,26d' ${WRKSRC}/src/${NVSRC}/nv-freebsd.h # Adjust Linux headers #include's after FreeBSD src SVN r246085 .if ${OSVERSION} > 1000027 ${REINPLACE_CMD} -E '/#include "machine\/\.\.\/linux(32)?\/linux.h"/ \ { x ; s/.*/#include "machine\/..\/..\/compat\/linux\/linux_ioctl.h"/ ; H ; x ; }' \ - ${WRKSRC}/src/nvidia_linux.c + ${WRKSRC}/src/${NVSRC}/nvidia_linux.c .endif # Adjust vm_object locking after FreeBSD src SVN r248084 .if ${OSVERSION} > 1000029 ${REINPLACE_CMD} -e '/#include / \ { x ; s/.*/#include / ; G ; }' \ - ${WRKSRC}/src/nv-freebsd.h + ${WRKSRC}/src/${NVSRC}/nv-freebsd.h ${REINPLACE_CMD} -E 's/(VM_OBJECT_)(UN)?(LOCK)/\1W\2\3/' \ - ${WRKSRC}/src/nvidia_subr.c + ${WRKSRC}/src/${NVSRC}/nvidia_subr.c .endif # Adjust kmem(9) calls after FreeBSD src SVN r254025 .if ${OSVERSION} > 1000040 && ${NVVERSION} < 331.067 ${REINPLACE_CMD} -e '/kmem_/s/kernel_map/kernel_arena/' \ - ${WRKSRC}/src/nvidia_subr.c + ${WRKSRC}/src/${NVSRC}/nvidia_subr.c .endif # Fix CTLFLAG_* values for SYSCTL_ADD_PROC() after FreeBSD src SVN r273377 .if ${OSVERSION} > 1100039 || ${OSVERSION} > 1001501 && ${OSVERSION} < 1100000 ${REINPLACE_CMD} -e '/SYSCTL_ADD_PROC/,/;/ \ s/^[[:blank:]]*CTLFLAG_RD/CTLTYPE_STRING |&/' \ - ${WRKSRC}/src/nvidia_sysctl.c + ${WRKSRC}/src/${NVSRC}/nvidia_sysctl.c .endif # Replace d_thread_t (compat shim to support FreeBSD 4) with `struct thread' ${REINPLACE_CMD} -e 's/d_thread_t/struct thread/' \ - ${WRKSRC}/src/nvidia_ctl.c ${WRKSRC}/src/nvidia_dev.c \ - ${WRKSRC}/src/nvidia_linux.c + ${WRKSRC}/src/${NVSRC}/nvidia_ctl.c ${WRKSRC}/src/${NVSRC}/nvidia_dev.c \ + ${WRKSRC}/src/${NVSRC}/nvidia_linux.c +.if ${NVVERSION} >= 358.009 + ${REINPLACE_CMD} -e 's/d_thread_t/struct thread/' \ + ${WRKSRC}/src/nvidia-modeset/nvidia-modeset-freebsd.c +.endif # Respect WITHOUT_LINUX setting ${REINPLACE_CMD} -e 's/exists(\/.*/& \&\& !defined(WITHOUT_LINUX)/' \ ${WRKSRC}/lib/Makefile @@ -154,7 +170,7 @@ post-patch: .SILENT # and "smart" installation of conflicting files heuristics) ${REINPLACE_CMD} -e 's/afterinstall/&_dontexecute/' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's/beforeinstall/&_dontexecute/' \ - ${WRKSRC}/lib/Makefile ${WRKSRC}/src/Makefile + ${WRKSRC}/lib/Makefile ${WRKSRC}/src/${NVSRC}/Makefile # /usr/share/nvidia path is hardcoded in libGL and nvidia-settings, but we # won't adhere to this stupidity and install nvidia-application-profiles-* # files as part of documentation @@ -162,26 +178,31 @@ post-patch: .SILENT ${REINPLACE_CMD} -e 's,/usr/share/nvidia,${STAGEDIR}${DOCSDIR},' \ ${WRKSRC}/lib/libGL/Makefile ${WRKSRC}/doc/Makefile .endif +# New cap_rights_t structure was introduced in FreeBSD r255219 (FreeBSD 10.0). +.if ${OSVERSION} < 1000053 && ${NVVERSION} >= 358.009 + ${REINPLACE_CMD} '//d ; /cap_rights_t rights/d ; s/cap_rights_init(&rights, CAP_IOCTL)/CAP_IOCTL/' \ + ${WRKSRC}/src/nvidia-modeset/nvidia-modeset-freebsd.c +.endif # Finally, process OPTIONS .if ${PORT_OPTIONS:MFREEBSD_AGP} ${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_OS_AGP)/define \1/' \ - ${WRKSRC}/src/nv-freebsd.h + ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .endif .if ${PORT_OPTIONS:MACPI_PM} ${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_ACPI_PM)/define \1/' \ - ${WRKSRC}/src/nv-freebsd.h + ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .endif .if ! ${PORT_OPTIONS:MLINUX} ${REINPLACE_CMD} -E 's/define (NV_SUPPORT_LINUX_COMPAT)/undef \1/' \ - ${WRKSRC}/src/nv-freebsd.h + ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .endif .if ${PORT_OPTIONS:MPAE} ${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_PAE)/define \1/' \ - ${WRKSRC}/src/nv-freebsd.h + ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .endif .if ${PORT_OPTIONS:MWBINVD} ${REINPLACE_CMD} -E 's/undef (NV_USE_WBINVD)/define \1/' \ - ${WRKSRC}/src/nv-freebsd.h + ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .endif # Conditionally install documentation (but you generally want it) .if ! ${PORT_OPTIONS:MDOCS} @@ -196,7 +217,7 @@ post-install: .SILENT ${INSTALL_SCRIPT} ${WRKSRC}/obj/nvidia-bug-report.sh \ ${STAGEDIR}${PREFIX}/bin # pkg-plist is already overbloated, so use these hacks instead of PLIST_SUB's -.if ${NVVERSION} < 310.019 +.if ${NVVERSION} >= 304.128 && ${NVVERSION} < 310.019 || ${NVVERSION} >= 361.016 ${REINPLACE_CMD} -E '/libvdpau(_trace)?\.so/d' ${TMPPLIST} .endif .if ${NVVERSION} >= 310.019 @@ -209,6 +230,28 @@ post-install: .SILENT ${REINPLACE_CMD} -E '/lib(nvidia-)?(EGL|eglcore|GLESv|glsi)/d' \ ${TMPPLIST} .endif +.if ${NVVERSION} < 352.009 + ${REINPLACE_CMD} -E '/(lib)?nvidia-(debugdump|smi|ml)/d' ${TMPPLIST} +.endif +.if ${NVVERSION} < 355.006 + ${REINPLACE_CMD} -E '/(libEGL_nvidia|GLdispatch|OpenGL)/d' ${TMPPLIST} +.else + ${REINPLACE_CMD} 's/libEGL\.so\.${PORTVERSION}/libEGL.so/' \ + ${TMPPLIST} +.endif +.if ${NVVERSION} < 358.009 + ${REINPLACE_CMD} '/nvidia-modeset.ko/d' ${TMPPLIST} +.else + ${REINPLACE_CMD} 's/nvidia$$/nvidia-modeset/ ; s/nvidia_/nvidia-modeset_/' \ + ${PKGMESSAGE} +.endif +.if ${NVVERSION} >= 361.028 + ${REINPLACE_CMD} -E '/(EGL_nvidia\.so|GLESv[12](_CM)?(\.so\.[0-9]+\.[0-9]+))$$/d' \ + ${TMPPLIST} +.else + ${REINPLACE_CMD} -E '/\/lib\/libGLESv[12](_CM)?(\.so)?(_nvidia.so(\.[0-9]|\.[0-9]+\.[0-9]+)?)?$$/d ; \ + /libEGL_nvidia\.so\.${PORTVERSION}/d' ${TMPPLIST} +.endif # Target below can be used instead of standard `makesum' to correctly # update distinfo (i.e., keeping other driver version entries intact) Modified: head/x11/nvidia-driver/distinfo ============================================================================== --- head/x11/nvidia-driver/distinfo Sun Aug 28 16:28:56 2016 (r421026) +++ head/x11/nvidia-driver/distinfo Sun Aug 28 16:57:04 2016 (r421027) @@ -1,7 +1,8 @@ -SHA256 (NVIDIA-FreeBSD-x86_64-346.96.tar.gz) = 89daaff29afe92d825ec8c00149a703b4eb234e4f16bbfb98673f077521bcff9 -SIZE (NVIDIA-FreeBSD-x86_64-346.96.tar.gz) = 58774970 -SHA256 (NVIDIA-FreeBSD-x86-346.96.tar.gz) = a27d7b79c053702bf6524b2c4725321fa557be18a585735e0b8122d884348c3e -SIZE (NVIDIA-FreeBSD-x86-346.96.tar.gz) = 58010757 +TIMESTAMP = 1468687296 +SHA256 (NVIDIA-FreeBSD-x86_64-367.35.tar.gz) = b33057ce23ce1ae44ddd246a7d2d9e2b0aa2ed5a289d8a83e849249de81a1035 +SIZE (NVIDIA-FreeBSD-x86_64-367.35.tar.gz) = 59393955 +SHA256 (NVIDIA-FreeBSD-x86-367.35.tar.gz) = 2edf78801213dea72ddd6c40acd860893623224166ad522fd47e202443cb6d50 +SIZE (NVIDIA-FreeBSD-x86-367.35.tar.gz) = 62636433 SHA256 (NVIDIA-FreeBSD-x86_64-340.96.tar.gz) = b67962a4433dd1fa86cde038bb244a547f5ed6c242febc348d618886b7715d09 SIZE (NVIDIA-FreeBSD-x86_64-340.96.tar.gz) = 60536275 SHA256 (NVIDIA-FreeBSD-x86-340.96.tar.gz) = dda243ed9b36e29162b1c97b987b9ca82ef7fcff4635ac78443fdb06739ec22e @@ -10,5 +11,3 @@ SHA256 (NVIDIA-FreeBSD-x86_64-304.131.ta SIZE (NVIDIA-FreeBSD-x86_64-304.131.tar.gz) = 35812363 SHA256 (NVIDIA-FreeBSD-x86-304.131.tar.gz) = d9d350de797d0db58ed82d73569766d8e914b0410f0f9fc78aac098fdcd31027 SIZE (NVIDIA-FreeBSD-x86-304.131.tar.gz) = 34782985 -SHA256 (NVIDIA-FreeBSD-x86-173.14.39.tar.gz) = 63a922ce4c5b676b4cb1ace98094dace4cc5408f2553e183df7b2127777a238b -SIZE (NVIDIA-FreeBSD-x86-173.14.39.tar.gz) = 20038266 Added: head/x11/nvidia-driver/files/extra-patch-src_nvidia-modeset_nvidia-modeset-freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/nvidia-driver/files/extra-patch-src_nvidia-modeset_nvidia-modeset-freebsd.c Sun Aug 28 16:57:04 2016 (r421027) @@ -0,0 +1,20 @@ +--- src/nvidia-modeset/nvidia-modeset-freebsd.c.orig 2016-05-28 15:44:11 UTC ++++ src/nvidia-modeset/nvidia-modeset-freebsd.c +@@ -245,7 +245,7 @@ struct nvkms_ref_ptr { + + struct nvkms_ref_ptr* NVKMS_API_CALL nvkms_alloc_ref_ptr(void *ptr) + { +- struct nvkms_ref_ptr *ref_ptr = nvkms_alloc(sizeof(*ref_ptr), NV_FALSE); ++ struct nvkms_ref_ptr *ref_ptr = nvkms_alloc(sizeof(*ref_ptr), NV_TRUE); + if (ref_ptr) { + mtx_init(&ref_ptr->lock, "nvkms-ref-ptr-lock", NULL, MTX_SPIN); + // The ref_ptr owner counts as a reference on the ref_ptr itself. +@@ -792,7 +792,7 @@ static int nvkms_open( + nvkms_module.client_counter += 1; + sx_xunlock(&nvkms_module.lock); + +- popen = nvkms_alloc(sizeof(*popen), NV_FALSE); ++ popen = nvkms_alloc(sizeof(*popen), NV_TRUE); + if (popen == NULL) { + return ENOMEM; + } Copied and modified: head/x11/nvidia-driver/files/extra-patch-src_nvidia_Makefile (from r420858, head/x11/nvidia-driver/files/extra-patch-src-Makefile) ============================================================================== --- head/x11/nvidia-driver/files/extra-patch-src-Makefile Thu Aug 25 14:53:19 2016 (r420858, copy source) +++ head/x11/nvidia-driver/files/extra-patch-src_nvidia_Makefile Sun Aug 28 16:57:04 2016 (r421027) @@ -1,5 +1,5 @@ ---- src/Makefile.orig 2014-04-04 23:24:59.000000000 +0200 -+++ src/Makefile 2014-05-06 14:31:07.000000000 +0200 +--- src/nvidia/Makefile.orig 2014-04-04 23:24:59.000000000 +0200 ++++ src/nvidia/Makefile 2014-05-06 14:31:07.000000000 +0200 @@ -24,6 +24,15 @@ stdarg.h: @ln -s machine/stdarg.h stdarg.h Copied and modified: head/x11/nvidia-driver/files/extra-patch-src_nvidia_nv-freebsd.h (from r420858, head/x11/nvidia-driver/files/extra-patch-src-nv-freebsd.h) ============================================================================== --- head/x11/nvidia-driver/files/extra-patch-src-nv-freebsd.h Thu Aug 25 14:53:19 2016 (r420858, copy source) +++ head/x11/nvidia-driver/files/extra-patch-src_nvidia_nv-freebsd.h Sun Aug 28 16:57:04 2016 (r421027) @@ -1,7 +1,7 @@ ---- src/nv-freebsd.h.orig 2014-02-13 05:07:44.000000000 +0100 -+++ src/nv-freebsd.h 2014-05-05 18:38:59.000000000 +0200 -@@ -143,6 +143,11 @@ - #define NV_SUPPORT_ACPI_PM +--- src/nvidia/nv-freebsd.h.orig 2015-10-30 22:40:02 UTC ++++ src/nvidia/nv-freebsd.h +@@ -144,6 +144,11 @@ MALLOC_DECLARE(M_NVIDIA); + #endif /* + * Enable/Disable support for PAE on i386. @@ -9,6 +9,6 @@ +#undef NV_SUPPORT_PAE + +/* - * Enable/Disable heavy-weight cache-flush logic. By default, the driver - * relies on the kernel to perform cache flushes using optimized - * routines. + * Enable/Disable support for ACPI Power Management. + */ + Copied and modified: head/x11/nvidia-driver/files/extra-patch-src_nvidia_nv-misc.h (from r420858, head/x11/nvidia-driver/files/extra-patch-src-nv-misc.h) ============================================================================== --- head/x11/nvidia-driver/files/extra-patch-src-nv-misc.h Thu Aug 25 14:53:19 2016 (r420858, copy source) +++ head/x11/nvidia-driver/files/extra-patch-src_nvidia_nv-misc.h Sun Aug 28 16:57:04 2016 (r421027) @@ -1,5 +1,5 @@ ---- src/nv-misc.h.orig 2014-02-13 05:07:44.000000000 +0100 -+++ src/nv-misc.h 2014-05-05 18:45:44.000000000 +0200 +--- src/nvidia/nv-misc.h.orig 2014-02-13 05:07:44.000000000 +0100 ++++ src/nvidia/nv-misc.h 2014-05-05 18:45:44.000000000 +0200 @@ -11,6 +11,8 @@ #ifndef _NV_MISC_H_ #define _NV_MISC_H_ Added: head/x11/nvidia-driver/files/patch-mk_nvidia.lib.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/nvidia-driver/files/patch-mk_nvidia.lib.mk Sun Aug 28 16:57:04 2016 (r421027) @@ -0,0 +1,13 @@ +--- mk/nvidia.lib.mk.orig 2015-08-24 03:56:22 UTC ++++ mk/nvidia.lib.mk +@@ -46,8 +46,8 @@ install: ${EXTRADEPS} + .endif + .endif + .if defined(AUXLINK_TGT) +- @rm -f ${AUXLINK_LINK} +- @ln -fs ${AUXLINK_TGT} ${AUXLINK_LINK} ++ @rm -f ${DESTDIR}${AUXLINK_LINK} ++ @ln -fs ${AUXLINK_TGT} ${DESTDIR}${AUXLINK_LINK} + .endif + .if defined(STATICLIB_NAME) + @rm -f ${DESTDIR}${LIBDIR}/${STATICLIB_NAME} Modified: head/x11/nvidia-driver/pkg-plist ============================================================================== --- head/x11/nvidia-driver/pkg-plist Sun Aug 28 16:28:56 2016 (r421026) +++ head/x11/nvidia-driver/pkg-plist Sun Aug 28 16:57:04 2016 (r421027) @@ -1,4 +1,6 @@ bin/nvidia-bug-report.sh +bin/nvidia-debugdump +bin/nvidia-smi lib/.nvidia/libGL.so lib/.nvidia/libGL.so.1 lib/.nvidia/libEGL.so @@ -19,22 +21,39 @@ lib/libnvidia-glcore.so lib/libnvidia-glcore.so.1 lib/libnvidia-glsi.so lib/libnvidia-glsi.so.1 +lib/libnvidia-ml.so +lib/libnvidia-ml.so.1 lib/libnvidia-tls.so lib/libnvidia-tls.so.1 lib/libvdpau_nvidia.so lib/vdpau/libvdpau_nvidia.so.1 +man/man1/nvidia-smi.1.gz %%MODULESDIR%%/drivers/nvidia_drv.so %%MODULESDIR%%/extensions/.nvidia/libglx.so %%MODULESDIR%%/extensions/.nvidia/libglx.so.1 /%%KMODDIR%%/nvidia.ko +/%%KMODDIR%%/nvidia-modeset.ko %%LINUX%%%%LINUXBASE%%/usr/lib/libEGL.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libEGL.so.1 +%%LINUX%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libGL.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libGL.so.1 +%%LINUX%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so +%%LINUX%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so.0 %%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv1_CM.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv1_CM.so.1 +%%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv1_CM.so +%%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv1_CM_nvidia.so.1 +%%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv1_CM_nvidia.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv2.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv2.so.2 +%%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv2.so +%%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv2_nvidia.so.2 +%%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv2_nvidia.so.%%SHLIB_VERSION%% +%%LINUX%%%%LINUXBASE%%/usr/lib/libGLdispatch.so +%%LINUX%%%%LINUXBASE%%/usr/lib/libGLdispatch.so.0 +%%LINUX%%%%LINUXBASE%%/usr/lib/libOpenGL.so +%%LINUX%%%%LINUXBASE%%/usr/lib/libOpenGL.so.0 %%LINUX%%%%LINUXBASE%%/usr/lib/libcuda.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libcuda.so.1 %%LINUX%%%%LINUXBASE%%/usr/lib/libnvidia-eglcore.so.%%SHLIB_VERSION%% @@ -51,3 +70,8 @@ lib/vdpau/libvdpau_nvidia.so.1 %%LINUX%%%%LINUXBASE%%/usr/lib/vdpau/libvdpau_trace.so.1 %%LINUX%%@exec %%LINUXBASE%%/sbin/ldconfig -r %%LINUXBASE%% %%LINUX%%@unexec %%LINUXBASE%%/sbin/ldconfig -r %%LINUXBASE%% +%%LINUX%%@dir %%LINUXBASE%%/usr/lib/vdpau +%%LINUX%%@dir %%LINUXBASE%%/usr/lib +%%LINUX%%@dir %%LINUXBASE%%/usr +%%LINUX%%@dir %%LINUXBASE%% +%%LINUX%%@dir /compat From owner-svn-ports-all@freebsd.org Sun Aug 28 17:10:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4F86BC1F75; Sun, 28 Aug 2016 17:10:31 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id B7A3D651; Sun, 28 Aug 2016 17:10:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SHAU04071443; Sun, 28 Aug 2016 17:10:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SHAU0S071440; Sun, 28 Aug 2016 17:10:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608281710.u7SHAU0S071440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 28 Aug 2016 17:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421028 - head/devel/linux-kernel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 17:10:32 -0000 Author: pi Date: Sun Aug 28 17:10:30 2016 New Revision: 421028 URL: https://svnweb.freebsd.org/changeset/ports/421028 Log: devel/linux-kernel: 4.7.1 -> 4.7.2 PR: 212174 Changes: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.2 Submitted by: Tobias Kortkamp (maintainer) Modified: head/devel/linux-kernel/Makefile head/devel/linux-kernel/distinfo Modified: head/devel/linux-kernel/Makefile ============================================================================== --- head/devel/linux-kernel/Makefile Sun Aug 28 16:57:04 2016 (r421027) +++ head/devel/linux-kernel/Makefile Sun Aug 28 17:10:30 2016 (r421028) @@ -29,7 +29,7 @@ # LINUX_MOD_INSTALL_PATH. PORTNAME= linux-kernel -PORTVERSION= 4.7.1 +PORTVERSION= 4.7.2 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/linux/kernel/v4.x DISTNAME= linux-${DISTVERSION} Modified: head/devel/linux-kernel/distinfo ============================================================================== --- head/devel/linux-kernel/distinfo Sun Aug 28 16:57:04 2016 (r421027) +++ head/devel/linux-kernel/distinfo Sun Aug 28 17:10:30 2016 (r421028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471553370 -SHA256 (linux-4.7.1.tar.xz) = 25583319c383826e0bd5706e04d5fdd747c6edaad8f19b7dce9ca2d509fb8136 -SIZE (linux-4.7.1.tar.xz) = 90398912 +TIMESTAMP = 1472192022 +SHA256 (linux-4.7.2.tar.xz) = 58493ee6569484fab1658e680fbb7a72ad75f02211316628fe7ee5fd39f96488 +SIZE (linux-4.7.2.tar.xz) = 90408888 From owner-svn-ports-all@freebsd.org Sun Aug 28 17:42:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 339C1B787F5; Sun, 28 Aug 2016 17:42:44 +0000 (UTC) (envelope-from dinoex@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 mx1.freebsd.org (Postfix) with ESMTPS id 0CE9D2964; Sun, 28 Aug 2016 17:42:43 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SHghjd086175; Sun, 28 Aug 2016 17:42:43 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SHggJk086171; Sun, 28 Aug 2016 17:42:42 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201608281742.u7SHggJk086171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 28 Aug 2016 17:42:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421029 - in head/graphics/gd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 17:42:44 -0000 Author: dinoex Date: Sun Aug 28 17:42:42 2016 New Revision: 421029 URL: https://svnweb.freebsd.org/changeset/ports/421029 Log: - update to 2.2.3 - remove option VPX Security: CVE-2016-6207 Security: CVE-2016-6214 Security: CVE-2016-6132 Security: CVE-2016-5766 PR: 211562 MFH: 2016Q3 Added: head/graphics/gd/files/patch-gdft.c (contents, props changed) Deleted: head/graphics/gd/files/patch-configure head/graphics/gd/files/patch-gd_tga.c Modified: head/graphics/gd/Makefile head/graphics/gd/distinfo head/graphics/gd/pkg-plist Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Sun Aug 28 17:10:30 2016 (r421028) +++ head/graphics/gd/Makefile Sun Aug 28 17:42:42 2016 (r421029) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgd -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES+= graphics @@ -24,15 +24,13 @@ SHEBANG_FILES= ${WRKSRC}/src/bdftogd GNU_CONFIGURE= yes USE_LDCONFIG= yes -OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM WEBP +OPTIONS_DEFINE= FONTCONFIG ICONV XPM WEBP OPTIONS_DEFAULT=FONTCONFIG NO_OPTIONS_SORT=yes FONTCONFIG_LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig FONTCONFIG_CONFIGURE_OFF= --with-fontconfig=no ICONV_USES= iconv ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} -VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx -VPX_CONFIGURE_OFF= --without-vpx XPM_USE= xorg=xpm,x11 XPM_CONFIGURE_ON= --with-x XPM_CONFIGURE_OFF= --with-xpm=no @@ -76,24 +74,13 @@ pre-configure: .endif # bump shlib version ${REINPLACE_CMD} \ - -e 's|GDLIB_CURRENT=.*|GDLIB_CURRENT=5|' \ + -e 's|^GDLIB_LT_CURRENT=3|GDLIB_LT_CURRENT=6|' \ ${WRKSRC}/configure - # workaround for broken configure .if ! ${PORT_OPTIONS:MICONV} ${REINPLACE_CMD} \ -e 's|iconv|noiconv|' \ ${WRKSRC}/configure .endif -.if ! ${PORT_OPTIONS:MXPM} - ${REINPLACE_CMD} \ - -e 's|xpm|noxpm|' \ - ${WRKSRC}/configure -.endif -.if ! ${PORT_OPTIONS:MFONTCONFIG} - ${REINPLACE_CMD} \ - -e 's|fontconfig|nofontconfig|' \ - ${WRKSRC}/configure -.endif .if defined(GD_FONTS) pre-build: @@ -103,6 +90,6 @@ pre-build: post-install: ${INSTALL_DATA} ${WRKSRC}/src/gdhelpers.h \ ${STAGEDIR}${PREFIX}/include/ - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.6.0.20202 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.6.0.3 .include Modified: head/graphics/gd/distinfo ============================================================================== --- head/graphics/gd/distinfo Sun Aug 28 17:10:30 2016 (r421028) +++ head/graphics/gd/distinfo Sun Aug 28 17:42:42 2016 (r421029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468106153 -SHA256 (libgd-2.2.2.tar.xz) = 489f756ce07f0c034b1a794f4d34fdb4d829256112cb3c36feb40bb56b79218c -SIZE (libgd-2.2.2.tar.xz) = 2105628 +TIMESTAMP = 1472401416 +SHA256 (libgd-2.2.3.tar.xz) = 746b6cbd6769a22ff3ba6f5756f3512a769bd4cdf4695dff17f4867f25fa7d3c +SIZE (libgd-2.2.3.tar.xz) = 2164152 Added: head/graphics/gd/files/patch-gdft.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gd/files/patch-gdft.c Sun Aug 28 17:42:42 2016 (r421029) @@ -0,0 +1,29 @@ +--- src/gdft.c.orig 2016-07-21 10:32:27.000000000 +0200 ++++ src/gdft.c 2016-08-28 19:25:01.730120000 +0200 +@@ -139,7 +139,7 @@ + } + #else + +-#ifndef HAVE_LIBFONTCONFIG ++#if 0 + static char * font_pattern(char **fontpath, char *fontpattern) + { + (void)fontpath; +@@ -446,15 +446,15 @@ + return (strcmp (a->fontlist, b->fontlist) == 0 && a->flags == b->flags); + } + ++#ifdef HAVE_LIBFONTCONFIG + static int useFontConfig(int flag) + { +-#ifdef HAVE_LIBFONTCONFIG + if (fontConfigFlag) { + return (!(flag & gdFTEX_FONTPATHNAME)); + } +-#endif + return flag & gdFTEX_FONTCONFIG; + } ++#endif + + static void * + fontFetch (char **error, void *key) Modified: head/graphics/gd/pkg-plist ============================================================================== --- head/graphics/gd/pkg-plist Sun Aug 28 17:10:30 2016 (r421028) +++ head/graphics/gd/pkg-plist Sun Aug 28 17:42:42 2016 (r421029) @@ -29,5 +29,5 @@ lib/libgd.a lib/libgd.la lib/libgd.so lib/libgd.so.6 -lib/libgd.so.6.0.20202 +lib/libgd.so.6.0.3 libdata/pkgconfig/gdlib.pc From owner-svn-ports-all@freebsd.org Sun Aug 28 17:53:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD5DFB78DB0; Sun, 28 Aug 2016 17:53:50 +0000 (UTC) (envelope-from kwm@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 mx1.freebsd.org (Postfix) with ESMTPS id B871A2F86; Sun, 28 Aug 2016 17:53:50 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SHrnuO090200; Sun, 28 Aug 2016 17:53:49 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SHrndn090198; Sun, 28 Aug 2016 17:53:49 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201608281753.u7SHrndn090198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 28 Aug 2016 17:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421030 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 17:53:51 -0000 Author: kwm Date: Sun Aug 28 17:53:49 2016 New Revision: 421030 URL: https://svnweb.freebsd.org/changeset/ports/421030 Log: Document libxml2 vulnabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Aug 28 17:42:42 2016 (r421029) +++ head/security/vuxml/vuln.xml Sun Aug 28 17:53:49 2016 (r421030) @@ -58,6 +58,71 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libxml2 -- multiple vulnabilities + + + libxml2 + 2.9.4 + + + + +

Daniel Veillard reports:

+
+

More format string warnings with possible format string + vulnerability (David Kilzer)

+

Avoid building recursive entities (Daniel Veillard)

+

Heap-based buffer overread in htmlCurrentChar (Pranjal Jumde)

+

Heap-based buffer-underreads due to xmlParseName (David Kilzer)

+

Heap use-after-free in xmlSAX2AttributeNs (Pranjal Jumde)

+

Heap use-after-free in htmlParsePubidLiteral and + htmlParseSystemiteral (Pranjal Jumde)

+

Fix some format string warnings with possible format string + vulnerability (David Kilzer)

+

Detect change of encoding when parsing HTML names (Hugh Davenport)

+

Fix inappropriate fetch of entities content (Daniel Veillard)

+

Bug 759398: Heap use-after-free in xmlDictComputeFastKey + (Pranjal Jumde)

+

Bug 758605: Heap-based buffer overread in xmlDictAddString + (Pranjal Jumde)

+

Bug 758588: Heap-based buffer overread in + xmlParserPrintFileContextInternal (David Kilzer)

+

Bug 757711: heap-buffer-overflow in xmlFAParsePosCharGroup + (Pranjal Jumde)

+

Add missing increments of recursion depth counter to XML parser. + (Peter Simons)

+

Fix NULL pointer deref in XPointer range-to

+
+ +
+ + https://mail.gnome.org/archives/xml/2016-May/msg00023.html + https://bugzilla.gnome.org/show_bug.cgi?id=759398 + https://bugzilla.gnome.org/show_bug.cgi?id=758605 + https://bugzilla.gnome.org/show_bug.cgi?id=758588 + https://bugzilla.gnome.org/show_bug.cgi?id=757711 + https://git.gnome.org/browse/libxml2/patch/?id=d8083bf77955b7879c1290f0c0a24ab8cc70f7fb + CVE-2016-1762 + CVE-2016-1833 + CVE-2016-1834 + CVE-2016-1835 + CVE-2016-1836 + CVE-2016-1837 + CVE-2016-1838 + CVE-2016-1839 + CVE-2016-1840 + CVE-2016-3627 + CVE-2016-3705 + CVE-2016-4449 + CVE-2016-4483 + + + 2016-05-23 + 2016-08-28 + +
+ kdelibs -- directory traversal vulnerability From owner-svn-ports-all@freebsd.org Sun Aug 28 19:18:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFD7DBC5749; Sun, 28 Aug 2016 19:18:21 +0000 (UTC) (envelope-from kwm@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 mx1.freebsd.org (Postfix) with ESMTPS id 9250DFFF; Sun, 28 Aug 2016 19:18:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SJIK06020307; Sun, 28 Aug 2016 19:18:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SJIKrT020302; Sun, 28 Aug 2016 19:18:20 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201608281918.u7SJIKrT020302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 28 Aug 2016 19:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421031 - in head/textproc: libxml2 libxml2/files py-libxml2 py3-libxml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 19:18:21 -0000 Author: kwm Date: Sun Aug 28 19:18:20 2016 New Revision: 421031 URL: https://svnweb.freebsd.org/changeset/ports/421031 Log: Update libxml2 to 2.9.4. Add license block. Pull extra patch to fix NULL pointer deref. [1] Changelog: https://mail.gnome.org/archives/xml/2016-May/msg00023.html PR: 209806 Submitted by: pi@ Obtained from: upstream [1] MFH: 2016Q3 Security: e195679d-045b-4953-bb33-be0073ba2ac6 Added: head/textproc/libxml2/files/patch-d8083bf (contents, props changed) Modified: head/textproc/libxml2/Makefile head/textproc/libxml2/distinfo head/textproc/py-libxml2/Makefile head/textproc/py3-libxml2/Makefile Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Sun Aug 28 17:53:49 2016 (r421030) +++ head/textproc/libxml2/Makefile Sun Aug 28 19:18:20 2016 (r421031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxml2 -PORTVERSION= 2.9.3 +PORTVERSION= 2.9.4 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ @@ -13,6 +13,9 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes Modified: head/textproc/libxml2/distinfo ============================================================================== --- head/textproc/libxml2/distinfo Sun Aug 28 17:53:49 2016 (r421030) +++ head/textproc/libxml2/distinfo Sun Aug 28 19:18:20 2016 (r421031) @@ -1,2 +1,3 @@ -SHA256 (gnome2/libxml2-2.9.3.tar.gz) = 4de9e31f46b44d34871c22f54bfc54398ef124d6f7cafb1f4a5958fbcd3ba12d -SIZE (gnome2/libxml2-2.9.3.tar.gz) = 5477112 +TIMESTAMP = 1472161994 +SHA256 (gnome2/libxml2-2.9.4.tar.gz) = ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c +SIZE (gnome2/libxml2-2.9.4.tar.gz) = 5374830 Added: head/textproc/libxml2/files/patch-d8083bf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libxml2/files/patch-d8083bf Sun Aug 28 19:18:20 2016 (r421031) @@ -0,0 +1,57 @@ +From d8083bf77955b7879c1290f0c0a24ab8cc70f7fb Mon Sep 17 00:00:00 2001 +From: Nick Wellnhofer +Date: Sat, 25 Jun 2016 12:35:50 +0200 +Subject: Fix NULL pointer deref in XPointer range-to + +- Check for errors after evaluating first operand. +- Add sanity check for empty stack. + +Found with afl-fuzz. +--- + result/XPath/xptr/viderror | 4 ++++ + test/XPath/xptr/viderror | 1 + + xpath.c | 7 ++++++- + 3 files changed, 11 insertions(+), 1 deletion(-) + create mode 100644 result/XPath/xptr/viderror + create mode 100644 test/XPath/xptr/viderror + +diff --git a/result/XPath/xptr/viderror b/result/XPath/xptr/viderror +new file mode 100644 +index 0000000..d589882 +--- /dev/null ++++ result/XPath/xptr/viderror +@@ -0,0 +1,4 @@ ++ ++======================== ++Expression: xpointer(non-existing-fn()/range-to(id('chapter2'))) ++Object is empty (NULL) +diff --git a/test/XPath/xptr/viderror b/test/XPath/xptr/viderror +new file mode 100644 +index 0000000..da8c53b +--- /dev/null ++++ test/XPath/xptr/viderror +@@ -0,0 +1 @@ ++xpointer(non-existing-fn()/range-to(id('chapter2'))) +diff --git a/xpath.c b/xpath.c +index 113bce6..751665b 100644 +--- xpath.c ++++ xpath.c +@@ -14005,9 +14005,14 @@ xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op) + xmlNodeSetPtr oldset; + int i, j; + +- if (op->ch1 != -1) ++ if (op->ch1 != -1) { + total += + xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); ++ CHECK_ERROR0; ++ } ++ if (ctxt->value == NULL) { ++ XP_ERROR0(XPATH_INVALID_OPERAND); ++ } + if (op->ch2 == -1) + return (total); + +-- +cgit v0.12 + Modified: head/textproc/py-libxml2/Makefile ============================================================================== --- head/textproc/py-libxml2/Makefile Sun Aug 28 17:53:49 2016 (r421030) +++ head/textproc/py-libxml2/Makefile Sun Aug 28 19:18:20 2016 (r421031) @@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 -USES+= python:2 +USES+= python:2 gettext-runtime USE_PYTHON= autoplist distutils CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` Modified: head/textproc/py3-libxml2/Makefile ============================================================================== --- head/textproc/py3-libxml2/Makefile Sun Aug 28 17:53:49 2016 (r421030) +++ head/textproc/py3-libxml2/Makefile Sun Aug 28 19:18:20 2016 (r421031) @@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 -USES= python:3 +USES= python:3 gettext-runtime USE_PYTHON= autoplist distutils CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` From owner-svn-ports-all@freebsd.org Sun Aug 28 20:18:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 506E9B78CB1; Sun, 28 Aug 2016 20:18:48 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id 11CC88BF; Sun, 28 Aug 2016 20:18:48 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SKIl3U043401; Sun, 28 Aug 2016 20:18:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SKIlaA043399; Sun, 28 Aug 2016 20:18:47 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201608282018.u7SKIlaA043399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 28 Aug 2016 20:18:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421032 - in head/security/openssl-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 20:18:48 -0000 Author: brnrd Date: Sun Aug 28 20:18:46 2016 New Revision: 421032 URL: https://svnweb.freebsd.org/changeset/ports/421032 Log: security/openssl-devel: Configure, Build fixes - Do not pass asm to configure (upstream default ON), fixes configure - Disable EC optimizations on i386, fixes build - Split options activation into upstream-default-enabled and -disabled - Rework EC option handling - Align order of Makefile with security/openssl - Use improved patching from security/openssl - Improve options descriptions - Remove old PRECIOUSMAKEVARS - Add pkg-message Added: head/security/openssl-devel/files/pkg-message.in (contents, props changed) Modified: head/security/openssl-devel/Makefile Modified: head/security/openssl-devel/Makefile ============================================================================== --- head/security/openssl-devel/Makefile Sun Aug 28 19:18:20 2016 (r421031) +++ head/security/openssl-devel/Makefile Sun Aug 28 20:18:46 2016 (r421032) @@ -15,16 +15,33 @@ COMMENT= SSL and crypto library (1.1.x) LICENSE= OpenSSL LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS= libressl-[0-9]* libressl-devel-[0-9]* openssl-[0-9]* +CPE_VERSION= ${PORTVERSION}${DISTVERSIONSUFFIX} +CONFLICTS= libressl-[0-9]* \ + libressl-devel-[0-9]* \ + openssl-[0-9]* + +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= config +CONFIGURE_ENV= PERL="${PERL}" +CONFIGURE_ARGS= --openssldir=${OPENSSLDIR} OPTIONS_GROUP= CIPHERS HASHES OPTIMIZE PROTOCOLS OPTIONS_GROUP_CIPHERS= IDEA JPAKE RC2 RC4 RC5 OPTIONS_GROUP_HASHES= MD2 MD4 MDC2 RMD160 -OPTIONS_GROUP_OPTIMIZE= ASM EC SSE2 +OPTIONS_GROUP_OPTIMIZE= ASM EC SSE2 THREADS +OPTIONS_DEFINE_i386= I386 OPTIONS_GROUP_PROTOCOLS= NEXTPROTONEG SCTP SSL3 OPTIONS_DEFINE= SHARED THREADS ZLIB RFC3779 MAN3 -OPTIONS_DEFAULT= ASM EC MAN3 RMD160 SCTP SHARED SSE2 THREADS +.for a in amd64 ia64 +OPTIONS_DEFINE_${a}= EC +OPTIONS_DEFAULT_${a}= EC +.endfor +.if ${TARGET_ARCH:U${MACHINE_ARCH}} == "mips64el" +OPTIONS_DEFINE+= EC +OPTIONS_DEFAULT+= EC +.endif +OPTIONS_DEFAULT= ASM MAN3 RMD160 SCTP SHARED SSE2 THREADS ASM_DESC= Assembler code CIPHERS_DESC= Cipher Suite Support @@ -40,7 +57,7 @@ MDC2_DESC= MDC-2 MD_GHOST94_DESC= GHOST94 (obscure) NEXTPROTONEG_DESC= Next Protocol Negotiation (SPDY) OPTIMIZE_DESC= Optimizations -PROTOCOLS_DESC= Protocols Support +PROTOCOLS_DESC= Protocol Support RC2_DESC= RC2 (unsafe) RC4_DESC= RC4 (unsafe) RC5_DESC= RC5 (patented) @@ -49,37 +66,32 @@ RFC3779_DESC= RFC3779 support (BGP) SCTP_DESC= SCTP (Stream Control Transmission) SHARED_DESC= Build shared libraries SSE2_DESC= Runtime SSE2 detection -SSL3_DESC= SSLv3 +SSL3_DESC= SSLv3 (unsafe) ZLIB_DESC= zlib compression support -NO_OPTIONS_SORT=yes OPTIONS_SUB= yes -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= config - -NOPRECIOUSMAKEVARS= Too many _MLINKS for fetch -NOPRECIOUSSOFTMAKEVARS= Too many _MLINKS for fetch -USES= cpe localbase perl5 +USES= cpe perl5 USE_PERL5= build MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS= TEST_TARGET= test -CPE_VERSION= ${DISTVERSION} - -.for _option in asm idea md2 md4 mdc2 md_ghost94 nextprotoneg rc5 rfc3779 rmd160 sctp sse2 ssl3 threads +# Upstream default disabled options +.for _option in md2 rc5 sctp ssl3 zlib ${_option:tu}_CONFIGURE_ON= enable-${_option} +.endfor + +# Upstream default enabled options +.for _option in asm idea md4 mdc2 md_ghost94 nextprotoneg rfc3779 rmd160 sse2 threads zlib ${_option:tu}_CONFIGURE_OFF= no-${_option} .endfor -ASM_NOT_FOR_ARCHS= sparc6 + EC_CONFIGURE_ON= enable-ec_nistp_64_gcc_128 -EC_ONLY_FOR_ARCHS= amd64 ia64 mips64el -SHARED_CONFIGURE_ON= shared +I386_CONFIGURE_ON= 386 SHARED_MAKE_ENV= SHLIBVER=${OPENSSL_SHLIBVER} SHARED_PLIST_SUB= SHLIBVER=${OPENSSL_SHLIBVER} -SHARED_USE_LDCONFIG= yes -SSL3_CONFIGURE_OFF= no-ssl3-method +SHARED_USE= ldconfig=yes .include .if ${PREFIX} == /usr @@ -88,29 +100,31 @@ IGNORE= the OpenSSL port can not be inst OPENSSLDIR?= ${PREFIX}/openssl PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^${PREFIX}/==} -CONFIGURE_ARGS+= --openssldir=${OPENSSLDIR} OPENSSL_BASE_SONAME!= readlink ${DESTDIR}/usr/lib/libcrypto.so || true OPENSSL_SHLIBVER_BASE= ${OPENSSL_BASE_SONAME:E} OPENSSL_BASE_SOPATH= ${OPENSSL_BASE_SONAME:H} -OPENSSL_SHLIBVER?= 9 -.if ${ARCH} == "i386" -OPTIONS_GROUP_OPTIMIZE+= I386 +.include "version.mk" + +.if ${PORT_OPTIONS:MASM} +BROKEN_sparc64= option ASM generates illegal instructions .endif -I386_CONFIGURE_ON= 386 + +post-patch: + ${REINPLACE_CMD} \ + -e 's|^MANDIR=.*$$|MANDIR=$$(INSTALLTOP)/man|' \ + -e 's| install_html_docs$$||' \ + -e 's|$$(LIBDIR)/pkgconfig|libdata/pkgconfig|g' \ + ${WRKSRC}/Configurations/unix-Makefile.tmpl post-configure: ${REINPLACE_CMD} \ - -e 's|^MANDIR=.*$$|MANDIR=$$(PREFIX)/man|' \ - -e 's|LIBVERSION=[^ ]* |LIBVERSION=${OPENSSL_SHLIBVER} |' \ -e 's|$$(SHLIB_MAJOR).$$(SHLIB_MINOR)|${OPENSSL_SHLIBVER}|g' \ - -e 's|$$(LIBDIR)/pkgconfig|libdata/pkgconfig|g' \ - -e 's| install_html_docs$$||' \ ${WRKSRC}/Makefile ${REINPLACE_CMD} \ - -e 's|^LIBVERSION=$$|LIBVERSION=${OPENSSL_SHLIBVER} |' \ - ${WRKSRC}/Makefile.shared + -e 's|SHLIB_VERSION_NUMBER "1.1"|SHLIB_VERSION_NUMBER "${OPENSSL_SHLIBVER}"|' \ + ${WRKSRC}/include/openssl/opensslv.h post-install-SHARED-on: .for i in libcrypto libssl Added: head/security/openssl-devel/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openssl-devel/files/pkg-message.in Sun Aug 28 20:18:46 2016 (r421032) @@ -0,0 +1,4 @@ + +Copy %%PREFIX%%/openssl/openssl.cnf.sample to %%PREFIX%%/openssl/openssl.cnf +and edit it to fit your needs. + From owner-svn-ports-all@freebsd.org Sun Aug 28 20:44:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CBA1BC150F; Sun, 28 Aug 2016 20:44:41 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id F0B7591A; Sun, 28 Aug 2016 20:44:40 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SKieVs054423; Sun, 28 Aug 2016 20:44:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SKidmn054419; Sun, 28 Aug 2016 20:44:39 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608282044.u7SKidmn054419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 28 Aug 2016 20:44:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421033 - head/www/glpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 20:44:41 -0000 Author: marino Date: Sun Aug 28 20:44:39 2016 New Revision: 421033 URL: https://svnweb.freebsd.org/changeset/ports/421033 Log: www/glpi: Update version 0.90.3 => 0.90.5 and change option defaults Per request [1], the IMAP and LDAP options have been set to ON by default. The maintainer took the opportunity to upgrade the version [2]. I converted the options to their modern equivalents and made the MASTER_SITES definition more generic to help future upgrades. PR: 211862 [1] Submitted by: David Stievenard PR: 212222 [2] Submitted by: maintainer Modified: head/www/glpi/Makefile head/www/glpi/distinfo head/www/glpi/pkg-plist Modified: head/www/glpi/Makefile ============================================================================== --- head/www/glpi/Makefile Sun Aug 28 20:18:46 2016 (r421032) +++ head/www/glpi/Makefile Sun Aug 28 20:44:39 2016 (r421033) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= glpi -PORTVERSION= 0.90.3 +PORTVERSION= 0.90.5 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= http://github.com/glpi-project/glpi/releases/download/0.90.3/ +MASTER_SITES= http://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/ MAINTAINER= mathias@monnerville.com COMMENT= Free IT and asset management software @@ -24,17 +24,11 @@ SUB_FILES= pkg-message SUB_LIST= GLPIDIR=${GLPIDIR} PREFIX=${PREFIX} OPTIONS_DEFINE= LDAP IMAP -IMAP_DESC= IMAP support - -.include +OPTIONS_DEFAULT= LDAP IMAP -.if ${PORT_OPTIONS:MLDAP} -USE_PHP+= ldap -.endif - -.if ${PORT_OPTIONS:MIMAP} -USE_PHP+= imap -.endif +IMAP_DESC= IMAP support +LDAP_USE= PHP=ldap +IMAP_USE= PHP=imap post-extract: @${FIND} ${WRKSRC} -name '*~' -delete Modified: head/www/glpi/distinfo ============================================================================== --- head/www/glpi/distinfo Sun Aug 28 20:18:46 2016 (r421032) +++ head/www/glpi/distinfo Sun Aug 28 20:44:39 2016 (r421033) @@ -1,2 +1,3 @@ -SHA256 (glpi-0.90.3.tar.gz) = 15d1cdef40b425d5e6af67e65855298ba9b25af714f44fc3a4f5fb8e646f1227 -SIZE (glpi-0.90.3.tar.gz) = 19184087 +TIMESTAMP = 1472397287 +SHA256 (glpi-0.90.5.tar.gz) = d9b89385b2ca3004445108889492acc412013ba832409ff17496a6e019323eb3 +SIZE (glpi-0.90.5.tar.gz) = 20117959 Modified: head/www/glpi/pkg-plist ============================================================================== --- head/www/glpi/pkg-plist Sun Aug 28 20:18:46 2016 (r421032) +++ head/www/glpi/pkg-plist Sun Aug 28 20:44:39 2016 (r421033) @@ -964,7 +964,7 @@ %%WWWDIR%%/install/index.php %%WWWDIR%%/install/install.php %%WWWDIR%%/install/mysql/.htaccess -%%WWWDIR%%/install/mysql/glpi-0.90-empty.sql +%%WWWDIR%%/install/mysql/glpi-0.90.1-empty.sql %%WWWDIR%%/install/update.php %%WWWDIR%%/install/update_031_04.php %%WWWDIR%%/install/update_042_05.php @@ -1000,7 +1000,7 @@ %%WWWDIR%%/install/update_0853_0855.php %%WWWDIR%%/install/update_0855_090.php %%WWWDIR%%/install/update_085_0853.php -%%WWWDIR%%/install/update_0901_0902.php +%%WWWDIR%%/install/update_0901_0905.php %%WWWDIR%%/install/update_090_0901.php %%WWWDIR%%/install/update_content.php %%WWWDIR%%/install/update_to_031.php From owner-svn-ports-all@freebsd.org Sun Aug 28 21:10:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB89BB77053; Sun, 28 Aug 2016 21:10:20 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id AB993C3F; Sun, 28 Aug 2016 21:10:20 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SLAJ7S062563; Sun, 28 Aug 2016 21:10:19 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SLAJvi062562; Sun, 28 Aug 2016 21:10:19 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201608282110.u7SLAJvi062562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 28 Aug 2016 21:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421034 - head/security/openssl-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 21:10:21 -0000 Author: brnrd Date: Sun Aug 28 21:10:19 2016 New Revision: 421034 URL: https://svnweb.freebsd.org/changeset/ports/421034 Log: security/openssl-devel: Fix index build failure on 9.x - Old fmake doesn't know :U modifier Modified: head/security/openssl-devel/Makefile Modified: head/security/openssl-devel/Makefile ============================================================================== --- head/security/openssl-devel/Makefile Sun Aug 28 20:44:39 2016 (r421033) +++ head/security/openssl-devel/Makefile Sun Aug 28 21:10:19 2016 (r421034) @@ -37,7 +37,7 @@ OPTIONS_DEFINE= SHARED THREADS ZLIB RFC3 OPTIONS_DEFINE_${a}= EC OPTIONS_DEFAULT_${a}= EC .endfor -.if ${TARGET_ARCH:U${MACHINE_ARCH}} == "mips64el" +.if ${MACHINE_ARCH} == "mips64el" OPTIONS_DEFINE+= EC OPTIONS_DEFAULT+= EC .endif From owner-svn-ports-all@freebsd.org Sun Aug 28 21:14:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 191E9B77242; Sun, 28 Aug 2016 21:14:42 +0000 (UTC) (envelope-from tota@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 mx1.freebsd.org (Postfix) with ESMTPS id DE01FBC; Sun, 28 Aug 2016 21:14:41 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SLEfZi066108; Sun, 28 Aug 2016 21:14:41 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SLEffw066106; Sun, 28 Aug 2016 21:14:41 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201608282114.u7SLEffw066106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 28 Aug 2016 21:14:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421035 - head/math/R-cran-irlba X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 21:14:42 -0000 Author: tota Date: Sun Aug 28 21:14:40 2016 New Revision: 421035 URL: https://svnweb.freebsd.org/changeset/ports/421035 Log: - Update to 2.1.1 - Update LICENSE - Add "compiles" argument to USES=cran Modified: head/math/R-cran-irlba/Makefile (contents, props changed) head/math/R-cran-irlba/distinfo (contents, props changed) Modified: head/math/R-cran-irlba/Makefile ============================================================================== --- head/math/R-cran-irlba/Makefile Sun Aug 28 21:10:19 2016 (r421034) +++ head/math/R-cran-irlba/Makefile Sun Aug 28 21:14:40 2016 (r421035) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= irlba -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Fast partial SVD by implicitly-restarted Lanczos bidiagonalization -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv3 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/math/R-cran-irlba/distinfo ============================================================================== --- head/math/R-cran-irlba/distinfo Sun Aug 28 21:10:19 2016 (r421034) +++ head/math/R-cran-irlba/distinfo Sun Aug 28 21:14:40 2016 (r421035) @@ -1,2 +1,3 @@ -SHA256 (irlba_2.0.0.tar.gz) = 15f8d6c1107d6bb872411efd61e6077d9d7ac826f4da2d378999889a7b1ebabe -SIZE (irlba_2.0.0.tar.gz) = 200668 +TIMESTAMP = 1472382095 +SHA256 (irlba_2.1.1.tar.gz) = 5216e10e4f51753330d3c27b867a2ecea27e8575029c6c8a038b0d671e5a6879 +SIZE (irlba_2.1.1.tar.gz) = 216613 From owner-svn-ports-all@freebsd.org Sun Aug 28 21:14:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 204A0B77270; Sun, 28 Aug 2016 21:14:54 +0000 (UTC) (envelope-from danilo@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 mx1.freebsd.org (Postfix) with ESMTPS id E70D7197; Sun, 28 Aug 2016 21:14:53 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SLErrQ066236; Sun, 28 Aug 2016 21:14:53 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SLEr9x066234; Sun, 28 Aug 2016 21:14:53 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201608282114.u7SLEr9x066234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 28 Aug 2016 21:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421036 - head/graphics/gscan2pdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 21:14:54 -0000 Author: danilo Date: Sun Aug 28 21:14:52 2016 New Revision: 421036 URL: https://svnweb.freebsd.org/changeset/ports/421036 Log: - Update to 1.5.2 Modified: head/graphics/gscan2pdf/Makefile head/graphics/gscan2pdf/distinfo Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Sun Aug 28 21:14:40 2016 (r421035) +++ head/graphics/gscan2pdf/Makefile Sun Aug 28 21:14:52 2016 (r421036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gscan2pdf -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/gscan2pdf/distinfo ============================================================================== --- head/graphics/gscan2pdf/distinfo Sun Aug 28 21:14:40 2016 (r421035) +++ head/graphics/gscan2pdf/distinfo Sun Aug 28 21:14:52 2016 (r421036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469928268 -SHA256 (gscan2pdf-1.5.1.tar.xz) = c93721e27f73b487b183c5635049e88cc34896de8e739a7a9e10a3d05bca57eb -SIZE (gscan2pdf-1.5.1.tar.xz) = 379652 +TIMESTAMP = 1472401395 +SHA256 (gscan2pdf-1.5.2.tar.xz) = 103753a8b25338e84e9fde0776935230d9b67a5eb7bfd96b917afd027e7fc736 +SIZE (gscan2pdf-1.5.2.tar.xz) = 383408 From owner-svn-ports-all@freebsd.org Sun Aug 28 21:19:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E541EB77305; Sun, 28 Aug 2016 21:19:06 +0000 (UTC) (envelope-from danilo@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 mx1.freebsd.org (Postfix) with ESMTPS id AE7692AD; Sun, 28 Aug 2016 21:19:06 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SLJ5if066511; Sun, 28 Aug 2016 21:19:05 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SLJ5Z3066508; Sun, 28 Aug 2016 21:19:05 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201608282119.u7SLJ5Z3066508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 28 Aug 2016 21:19:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421037 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 21:19:07 -0000 Author: danilo Date: Sun Aug 28 21:19:05 2016 New Revision: 421037 URL: https://svnweb.freebsd.org/changeset/ports/421037 Log: - Update to 7.400.2 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Sun Aug 28 21:14:52 2016 (r421036) +++ head/math/armadillo/Makefile Sun Aug 28 21:19:05 2016 (r421037) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 7.400.1 +PORTVERSION= 7.400.2 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Sun Aug 28 21:14:52 2016 (r421036) +++ head/math/armadillo/distinfo Sun Aug 28 21:19:05 2016 (r421037) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471706028 -SHA256 (armadillo-7.400.1.tar.xz) = 96ea71387d03863c0d6e21e86826002d6f8bcc119207aaa5c453697cbf46a362 -SIZE (armadillo-7.400.1.tar.xz) = 3997104 +TIMESTAMP = 1472418941 +SHA256 (armadillo-7.400.2.tar.xz) = e4cdac83a7a271da5b503d7cb3f1da9a2c4419905979a9350d99d75421b6b776 +SIZE (armadillo-7.400.2.tar.xz) = 4002020 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Sun Aug 28 21:14:52 2016 (r421036) +++ head/math/armadillo/pkg-plist Sun Aug 28 21:19:05 2016 (r421037) @@ -483,7 +483,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.7 -lib/libarmadillo.so.7.400.1 +lib/libarmadillo.so.7.400.2 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake From owner-svn-ports-all@freebsd.org Mon Aug 29 01:24:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 338DFB77592; Mon, 29 Aug 2016 01:24:50 +0000 (UTC) (envelope-from danfe@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 mx1.freebsd.org (Postfix) with ESMTPS id DC128E79; Mon, 29 Aug 2016 01:24:49 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7T1OnaM058693; Mon, 29 Aug 2016 01:24:49 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T1OnoY058692; Mon, 29 Aug 2016 01:24:49 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201608290124.u7T1OnoY058692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 29 Aug 2016 01:24:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421038 - head/x11/nvidia-driver/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 01:24:50 -0000 Author: danfe Date: Mon Aug 29 01:24:48 2016 New Revision: 421038 URL: https://svnweb.freebsd.org/changeset/ports/421038 Log: Remove wrongly created patch in r421027 which had lost existing history. Deleted: head/x11/nvidia-driver/files/patch-mk_nvidia.lib.mk From owner-svn-ports-all@freebsd.org Mon Aug 29 01:28:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F8C9B775F2; Mon, 29 Aug 2016 01:28:05 +0000 (UTC) (envelope-from danfe@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 mx1.freebsd.org (Postfix) with ESMTPS id 223AB172; Mon, 29 Aug 2016 01:28:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7T1S4NI058903; Mon, 29 Aug 2016 01:28:04 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T1S42R058902; Mon, 29 Aug 2016 01:28:04 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201608290128.u7T1S42R058902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 29 Aug 2016 01:28:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421039 - head/x11/nvidia-driver/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 01:28:05 -0000 Author: danfe Date: Mon Aug 29 01:28:04 2016 New Revision: 421039 URL: https://svnweb.freebsd.org/changeset/ports/421039 Log: Properly repomove the patch now that pristine copy was pruned in r421038. Added: head/x11/nvidia-driver/files/patch-mk_nvidia.lib.mk - copied unchanged from r421026, head/x11/nvidia-driver/files/extra-patch-mk-nvidia.lib.mk Copied: head/x11/nvidia-driver/files/patch-mk_nvidia.lib.mk (from r421026, head/x11/nvidia-driver/files/extra-patch-mk-nvidia.lib.mk) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/nvidia-driver/files/patch-mk_nvidia.lib.mk Mon Aug 29 01:28:04 2016 (r421039, copy of r421026, head/x11/nvidia-driver/files/extra-patch-mk-nvidia.lib.mk) @@ -0,0 +1,13 @@ +--- mk/nvidia.lib.mk.orig 2013-08-16 10:53:30.000000000 +0200 ++++ mk/nvidia.lib.mk 2014-01-27 16:55:39.000000000 +0100 +@@ -46,8 +46,8 @@ + .endif + .endif + .if defined(AUXLINK_TGT) +- @rm -f ${AUXLINK_LINK} +- @ln -fs ${AUXLINK_TGT} ${AUXLINK_LINK} ++ @rm -f ${DESTDIR}${AUXLINK_LINK} ++ @ln -fs ${AUXLINK_TGT} ${DESTDIR}${AUXLINK_LINK} + .endif + .if defined(STATICLIB_NAME) + @rm -f ${DESTDIR}${LIBDIR}/${STATICLIB_NAME} From owner-svn-ports-all@freebsd.org Mon Aug 29 01:58:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC25BB77A86; Mon, 29 Aug 2016 01:58:00 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 8AFAC36F; Mon, 29 Aug 2016 01:58:00 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7T1vx8s070227; Mon, 29 Aug 2016 01:57:59 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T1vxkH070225; Mon, 29 Aug 2016 01:57:59 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201608290157.u7T1vxkH070225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 29 Aug 2016 01:57:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421040 - head/devel/py-funcsigs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 01:58:00 -0000 Author: vanilla Date: Mon Aug 29 01:57:59 2016 New Revision: 421040 URL: https://svnweb.freebsd.org/changeset/ports/421040 Log: Update to 1.0.2. Modified: head/devel/py-funcsigs/Makefile head/devel/py-funcsigs/distinfo Modified: head/devel/py-funcsigs/Makefile ============================================================================== --- head/devel/py-funcsigs/Makefile Mon Aug 29 01:28:04 2016 (r421039) +++ head/devel/py-funcsigs/Makefile Mon Aug 29 01:57:59 2016 (r421040) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= funcsigs -PORTVERSION= 0.4 +PORTVERSION= 1.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-funcsigs/distinfo ============================================================================== --- head/devel/py-funcsigs/distinfo Mon Aug 29 01:28:04 2016 (r421039) +++ head/devel/py-funcsigs/distinfo Mon Aug 29 01:57:59 2016 (r421040) @@ -1,2 +1,3 @@ -SHA256 (funcsigs-0.4.tar.gz) = d83ce6df0b0ea6618700fe1db353526391a8a3ada1b7aba52fed7a61da772033 -SIZE (funcsigs-0.4.tar.gz) = 25697 +TIMESTAMP = 1472435618 +SHA256 (funcsigs-1.0.2.tar.gz) = a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50 +SIZE (funcsigs-1.0.2.tar.gz) = 27947 From owner-svn-ports-all@freebsd.org Mon Aug 29 02:50:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E136B78746; Mon, 29 Aug 2016 02:50:25 +0000 (UTC) (envelope-from linimon@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 mx1.freebsd.org (Postfix) with ESMTPS id 1D2D49D2; Mon, 29 Aug 2016 02:50:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7T2oOXM089068; Mon, 29 Aug 2016 02:50:24 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T2oOIA089067; Mon, 29 Aug 2016 02:50:24 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201608290250.u7T2oOIA089067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 29 Aug 2016 02:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421041 - head/devel/libdispatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 02:50:25 -0000 Author: linimon Date: Mon Aug 29 02:50:24 2016 New Revision: 421041 URL: https://svnweb.freebsd.org/changeset/ports/421041 Log: Obvious error is obvious. To brooks: I caught this while investigating a stray error message on sparc64 builds. It has to do with the CONFIGURE_ENV+= CC="/usr/bin/clang" line which should not be executed on tier-2. I do not know of the proper fix yet. Modified: head/devel/libdispatch/Makefile Modified: head/devel/libdispatch/Makefile ============================================================================== --- head/devel/libdispatch/Makefile Mon Aug 29 01:57:59 2016 (r421040) +++ head/devel/libdispatch/Makefile Mon Aug 29 02:50:24 2016 (r421041) @@ -85,9 +85,9 @@ CLANG_DESC= Build with LLVM/Clang (requi .endif .if (${OSVERSION} < 1000706) -.if ${ARCH} == "powerpc +.if ${ARCH} == "powerpc" BROKEN= Does not configure on powerpc-9 -.elif ${ARCH} == "sparc64 +.elif ${ARCH} == "sparc64" BROKEN= Does not link on sparc64-9 .endif .endif From owner-svn-ports-all@freebsd.org Mon Aug 29 03:52:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0318B7720D; Mon, 29 Aug 2016 03:52:03 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 9FCCF964; Mon, 29 Aug 2016 03:52:03 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7T3q2Ul015941; Mon, 29 Aug 2016 03:52:02 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T3q2Vg015939; Mon, 29 Aug 2016 03:52:02 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201608290352.u7T3q2Vg015939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 29 Aug 2016 03:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421042 - head/devel/py-jep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 03:52:03 -0000 Author: vanilla Date: Mon Aug 29 03:52:02 2016 New Revision: 421042 URL: https://svnweb.freebsd.org/changeset/ports/421042 Log: Update to 3.5.3. Modified: head/devel/py-jep/Makefile head/devel/py-jep/distinfo Modified: head/devel/py-jep/Makefile ============================================================================== --- head/devel/py-jep/Makefile Mon Aug 29 02:50:24 2016 (r421041) +++ head/devel/py-jep/Makefile Mon Aug 29 03:52:02 2016 (r421042) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jep -PORTVERSION= 3.5.2 +PORTVERSION= 3.5.3 CATEGORIES= devel java python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-jep/distinfo ============================================================================== --- head/devel/py-jep/distinfo Mon Aug 29 02:50:24 2016 (r421041) +++ head/devel/py-jep/distinfo Mon Aug 29 03:52:02 2016 (r421042) @@ -1,2 +1,3 @@ -SHA256 (jep-3.5.2.tar.gz) = 807c9cd920f6a123a5d50fb594c15c7c2ae43e6d54cd8fbfc53d91f3cfe5f4a3 -SIZE (jep-3.5.2.tar.gz) = 251138 +TIMESTAMP = 1472436419 +SHA256 (jep-3.5.3.tar.gz) = 2ddfa0f36d4c981db3d15dfb60d97724bdef471c605a45f2870cc7e45ef68d7a +SIZE (jep-3.5.3.tar.gz) = 252384 From owner-svn-ports-all@freebsd.org Mon Aug 29 06:20:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C3E7B77B07; Mon, 29 Aug 2016 06:20:15 +0000 (UTC) (envelope-from kwm@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 mx1.freebsd.org (Postfix) with ESMTPS id 0DC817FD; Mon, 29 Aug 2016 06:20:14 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7T6KE65069569; Mon, 29 Aug 2016 06:20:14 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T6KD6S069564; Mon, 29 Aug 2016 06:20:13 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201608290620.u7T6KD6S069564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 29 Aug 2016 06:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421043 - in branches/2016Q3/textproc: libxml2 libxml2/files py-libxml2 py3-libxml2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 06:20:15 -0000 Author: kwm Date: Mon Aug 29 06:20:13 2016 New Revision: 421043 URL: https://svnweb.freebsd.org/changeset/ports/421043 Log: MFH: r421031 Update libxml2 to 2.9.4. Add license block. Pull extra patch to fix NULL pointer deref. [1] Changelog: https://mail.gnome.org/archives/xml/2016-May/msg00023.html PR: 209806 Submitted by: pi@ Obtained from: upstream [1] Security: e195679d-045b-4953-bb33-be0073ba2ac6 Approved by: ports-secteam (junovitch@) Added: branches/2016Q3/textproc/libxml2/files/patch-d8083bf - copied unchanged from r421031, head/textproc/libxml2/files/patch-d8083bf Modified: branches/2016Q3/textproc/libxml2/Makefile branches/2016Q3/textproc/libxml2/distinfo branches/2016Q3/textproc/py-libxml2/Makefile branches/2016Q3/textproc/py3-libxml2/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/textproc/libxml2/Makefile ============================================================================== --- branches/2016Q3/textproc/libxml2/Makefile Mon Aug 29 03:52:02 2016 (r421042) +++ branches/2016Q3/textproc/libxml2/Makefile Mon Aug 29 06:20:13 2016 (r421043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxml2 -PORTVERSION= 2.9.3 +PORTVERSION= 2.9.4 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ @@ -13,6 +13,9 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes Modified: branches/2016Q3/textproc/libxml2/distinfo ============================================================================== --- branches/2016Q3/textproc/libxml2/distinfo Mon Aug 29 03:52:02 2016 (r421042) +++ branches/2016Q3/textproc/libxml2/distinfo Mon Aug 29 06:20:13 2016 (r421043) @@ -1,2 +1,3 @@ -SHA256 (gnome2/libxml2-2.9.3.tar.gz) = 4de9e31f46b44d34871c22f54bfc54398ef124d6f7cafb1f4a5958fbcd3ba12d -SIZE (gnome2/libxml2-2.9.3.tar.gz) = 5477112 +TIMESTAMP = 1472161994 +SHA256 (gnome2/libxml2-2.9.4.tar.gz) = ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c +SIZE (gnome2/libxml2-2.9.4.tar.gz) = 5374830 Copied: branches/2016Q3/textproc/libxml2/files/patch-d8083bf (from r421031, head/textproc/libxml2/files/patch-d8083bf) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/textproc/libxml2/files/patch-d8083bf Mon Aug 29 06:20:13 2016 (r421043, copy of r421031, head/textproc/libxml2/files/patch-d8083bf) @@ -0,0 +1,57 @@ +From d8083bf77955b7879c1290f0c0a24ab8cc70f7fb Mon Sep 17 00:00:00 2001 +From: Nick Wellnhofer +Date: Sat, 25 Jun 2016 12:35:50 +0200 +Subject: Fix NULL pointer deref in XPointer range-to + +- Check for errors after evaluating first operand. +- Add sanity check for empty stack. + +Found with afl-fuzz. +--- + result/XPath/xptr/viderror | 4 ++++ + test/XPath/xptr/viderror | 1 + + xpath.c | 7 ++++++- + 3 files changed, 11 insertions(+), 1 deletion(-) + create mode 100644 result/XPath/xptr/viderror + create mode 100644 test/XPath/xptr/viderror + +diff --git a/result/XPath/xptr/viderror b/result/XPath/xptr/viderror +new file mode 100644 +index 0000000..d589882 +--- /dev/null ++++ result/XPath/xptr/viderror +@@ -0,0 +1,4 @@ ++ ++======================== ++Expression: xpointer(non-existing-fn()/range-to(id('chapter2'))) ++Object is empty (NULL) +diff --git a/test/XPath/xptr/viderror b/test/XPath/xptr/viderror +new file mode 100644 +index 0000000..da8c53b +--- /dev/null ++++ test/XPath/xptr/viderror +@@ -0,0 +1 @@ ++xpointer(non-existing-fn()/range-to(id('chapter2'))) +diff --git a/xpath.c b/xpath.c +index 113bce6..751665b 100644 +--- xpath.c ++++ xpath.c +@@ -14005,9 +14005,14 @@ xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op) + xmlNodeSetPtr oldset; + int i, j; + +- if (op->ch1 != -1) ++ if (op->ch1 != -1) { + total += + xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); ++ CHECK_ERROR0; ++ } ++ if (ctxt->value == NULL) { ++ XP_ERROR0(XPATH_INVALID_OPERAND); ++ } + if (op->ch2 == -1) + return (total); + +-- +cgit v0.12 + Modified: branches/2016Q3/textproc/py-libxml2/Makefile ============================================================================== --- branches/2016Q3/textproc/py-libxml2/Makefile Mon Aug 29 03:52:02 2016 (r421042) +++ branches/2016Q3/textproc/py-libxml2/Makefile Mon Aug 29 06:20:13 2016 (r421043) @@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 -USES+= python:2 +USES+= python:2 gettext-runtime USE_PYTHON= autoplist distutils CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` Modified: branches/2016Q3/textproc/py3-libxml2/Makefile ============================================================================== --- branches/2016Q3/textproc/py3-libxml2/Makefile Mon Aug 29 03:52:02 2016 (r421042) +++ branches/2016Q3/textproc/py3-libxml2/Makefile Mon Aug 29 06:20:13 2016 (r421043) @@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 -USES= python:3 +USES= python:3 gettext-runtime USE_PYTHON= autoplist distutils CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` From owner-svn-ports-all@freebsd.org Mon Aug 29 08:53:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97F55BC79BB; Mon, 29 Aug 2016 08:53:30 +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 mx1.freebsd.org (Postfix) with ESMTPS id 65B53255; Mon, 29 Aug 2016 08:53:30 +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 u7T8rTVQ029724; Mon, 29 Aug 2016 08:53:29 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T8rTBl029722; Mon, 29 Aug 2016 08:53:29 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201608290853.u7T8rTBl029722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 29 Aug 2016 08:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421044 - head/lang/gcc7-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 08:53:30 -0000 Author: gerald Date: Mon Aug 29 08:53:29 2016 New Revision: 421044 URL: https://svnweb.freebsd.org/changeset/ports/421044 Log: Update to the 20160828 development snapshot of GCC 7. Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Mon Aug 29 06:20:13 2016 (r421043) +++ head/lang/gcc7-devel/Makefile Mon Aug 29 08:53:29 2016 (r421044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.0.s20160821 +PORTVERSION= 7.0.0.s20160828 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Mon Aug 29 06:20:13 2016 (r421043) +++ head/lang/gcc7-devel/distinfo Mon Aug 29 08:53:29 2016 (r421044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471855659 -SHA256 (gcc-7-20160821.tar.bz2) = 7cb8b50d9369272195ea6582c67c78117a7d95e2d1703b5bb34052e30d803441 -SIZE (gcc-7-20160821.tar.bz2) = 96472516 +TIMESTAMP = 1472457154 +SHA256 (gcc-7-20160828.tar.bz2) = 2890489f12dd6ed92fc9d70d1d8f0190c14201467daea73f500b222daed10ee4 +SIZE (gcc-7-20160828.tar.bz2) = 96492452 From owner-svn-ports-all@freebsd.org Mon Aug 29 09:01:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65C9DBC7E42; Mon, 29 Aug 2016 09:01:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id 1FA18AB0; Mon, 29 Aug 2016 09:01:27 +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 u7T91QM2032581; Mon, 29 Aug 2016 09:01:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T91QSW032549; Mon, 29 Aug 2016 09:01:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608290901.u7T91QSW032549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Aug 2016 09:01:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421045 - head/textproc/extract_url X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 09:01:27 -0000 Author: amdmi3 Date: Mon Aug 29 09:01:26 2016 New Revision: 421045 URL: https://svnweb.freebsd.org/changeset/ports/421045 Log: - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers - Cosmetic fixes Modified: head/textproc/extract_url/Makefile Modified: head/textproc/extract_url/Makefile ============================================================================== --- head/textproc/extract_url/Makefile Mon Aug 29 08:53:29 2016 (r421044) +++ head/textproc/extract_url/Makefile Mon Aug 29 09:01:26 2016 (r421045) @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl script that extracts URLs from email in MIME or plain text format LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ p5-HTML-Parser>=0:www/p5-HTML-Parser @@ -19,33 +20,31 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake perl5 MAKE_ARGS= all prefix=${PREFIX} man_prefix=${PREFIX} +SUB_FILES= pkg-message +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/extract_url \ etc/extract_urlview.sample \ man/man1/extract_url.1.gz +PORTDOCS= AUTHORS NEWS README -SUB_FILES= pkg-message - -OPTIONS_DEFINE= DOCS GETOPT_LONG URI_FIND -OPTIONS_RADIO= URL_SELECTOR +OPTIONS_DEFINE= DOCS GETOPT_LONG URI_FIND +OPTIONS_RADIO= URL_SELECTOR OPTIONS_RADIO_URL_SELECTOR= CURSES_UI URLVIEW -OPTIONS_DEFAULT= CURSES_UI GETOPT_LONG URI_FIND +OPTIONS_DEFAULT= CURSES_UI GETOPT_LONG URI_FIND +OPTIONS_SUB= yes CURSES_UI_DESC= Allows it to fully replace urlview GETOPT_LONG_DESC= Recognizes long options --version and --list URI_FIND_DESC= Recognizes more exotic URL variations in plain text URLVIEW_DESC= Uses urlview for the URL selector menu -OPTIONS_SUB= yes - -CURSES_UI_RUN_DEPENDS= p5-Curses-UI>=0:devel/p5-Curses-UI -GETOPT_LONG_RUN_DEPENDS= p5-Getopt-Long>=0:devel/p5-Getopt-Long -URLVIEW_RUN_DEPENDS= urlview>=0:textproc/urlview -URI_FIND_RUN_DEPENDS= p5-URI-Find>=0:textproc/p5-URI-Find - -PORTDOCS= AUTHORS NEWS README +CURSES_UI_RUN_DEPENDS= p5-Curses-UI>=0:devel/p5-Curses-UI +GETOPT_LONG_RUN_DEPENDS=p5-Getopt-Long>=0:devel/p5-Getopt-Long +URLVIEW_RUN_DEPENDS= urlview>=0:textproc/urlview +URI_FIND_RUN_DEPENDS= p5-URI-Find>=0:textproc/p5-URI-Find post-patch: @${REINPLACE_CMD} '/pod2man.mk/s|make|${MAKE_CMD}|' \ @@ -55,6 +54,7 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}view \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}view.sample +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Mon Aug 29 09:13:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0267CBC7FF0; Mon, 29 Aug 2016 09:13:47 +0000 (UTC) (envelope-from jadawin@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 mx1.freebsd.org (Postfix) with ESMTPS id C0C1DF7; Mon, 29 Aug 2016 09:13:46 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7T9Dj32037656; Mon, 29 Aug 2016 09:13:45 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T9DjeN037654; Mon, 29 Aug 2016 09:13:45 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201608290913.u7T9DjeN037654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 29 Aug 2016 09:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421046 - head/textproc/p5-PDF-Create X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 09:13:47 -0000 Author: jadawin Date: Mon Aug 29 09:13:45 2016 New Revision: 421046 URL: https://svnweb.freebsd.org/changeset/ports/421046 Log: - Update to 1.34 Modified: head/textproc/p5-PDF-Create/Makefile head/textproc/p5-PDF-Create/distinfo Modified: head/textproc/p5-PDF-Create/Makefile ============================================================================== --- head/textproc/p5-PDF-Create/Makefile Mon Aug 29 09:01:26 2016 (r421045) +++ head/textproc/p5-PDF-Create/Makefile Mon Aug 29 09:13:45 2016 (r421046) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PDF-Create -PORTVERSION= 1.33 +PORTVERSION= 1.34 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-PDF-Create/distinfo ============================================================================== --- head/textproc/p5-PDF-Create/distinfo Mon Aug 29 09:01:26 2016 (r421045) +++ head/textproc/p5-PDF-Create/distinfo Mon Aug 29 09:13:45 2016 (r421046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470129549 -SHA256 (PDF-Create-1.33.tar.gz) = 1d4ac4eff0689a6f208eed7ef8001a41aec00c0afa0f339133aef4add6db0215 -SIZE (PDF-Create-1.33.tar.gz) = 119643 +TIMESTAMP = 1472460740 +SHA256 (PDF-Create-1.34.tar.gz) = 0503f047df431119c18187f2d4f5bd8eed11208b57e619ab30ae001f81b6ba58 +SIZE (PDF-Create-1.34.tar.gz) = 119852 From owner-svn-ports-all@freebsd.org Mon Aug 29 09:38:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0486B78418; Mon, 29 Aug 2016 09:38:40 +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 mx1.freebsd.org (Postfix) with ESMTPS id A1D5FD76; Mon, 29 Aug 2016 09:38:40 +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 u7T9cd2o045557; Mon, 29 Aug 2016 09:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T9cdvt045555; Mon, 29 Aug 2016 09:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608290938.u7T9cdvt045555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Aug 2016 09:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421047 - head/net/scamper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 09:38:41 -0000 Author: amdmi3 Date: Mon Aug 29 09:38:39 2016 New Revision: 421047 URL: https://svnweb.freebsd.org/changeset/ports/421047 Log: - Update to 20141211f From changelog at: https://mailman.caida.org/pipermail/scamper-announce/2016-August/000008.html scamper * support for PF firewall, usage documented in scamper man page * for the IPFW firewall, take a mandatory parameter specifying acceptable rule number range to use, usage documented in scamper man page. * support probing on upcoming FreeBSD 11 which now sends and receives packets in network byte order on raw sockets * if the user specifies a ip:port for a listening control socket, do not free a temporary string before converting port part to an integer * if an unprintable character is received in an attached control socket, free the source so the disconnection code will proceed * fix memory leaks pointed out by clang * when reading the kernel version string, be sure to get the last number in the string, even if it is something like 6.0.1a * when using kernel versions, ensure the assumed number of dots are present * when building in debug mode and with privsep, chroot. * in privsep code, drop msg_accrights special case, which was dead code, as solaris has had msg_accrights for a while now. * fix unaligned memory access when processing ARP and NDP responses * if traceroute probes no hops, still print out text record of the attempt if scamper's text output mode is being used. sc_filterpolicy * fix spelling mistakes in sc_filterpolicy man page PR: 212227 Submitted by: mjl@luckie.org.nz (maintainer) Modified: head/net/scamper/Makefile head/net/scamper/distinfo Modified: head/net/scamper/Makefile ============================================================================== --- head/net/scamper/Makefile Mon Aug 29 09:13:45 2016 (r421046) +++ head/net/scamper/Makefile Mon Aug 29 09:38:39 2016 (r421047) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scamper -PORTVERSION= 20141211e +PORTVERSION= 20141211f CATEGORIES= net ipv6 MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/ DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} Modified: head/net/scamper/distinfo ============================================================================== --- head/net/scamper/distinfo Mon Aug 29 09:13:45 2016 (r421046) +++ head/net/scamper/distinfo Mon Aug 29 09:38:39 2016 (r421047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466585209 -SHA256 (scamper-cvs-20141211e.tar.gz) = 5b8c81a6e4703253625e872323a7c16242a13de0d8edd3ec5ff8441d43f40a29 -SIZE (scamper-cvs-20141211e.tar.gz) = 1490272 +TIMESTAMP = 1472416824 +SHA256 (scamper-cvs-20141211f.tar.gz) = 7d0adf68dd2b42690e53d1b263ba96d9112dcefbcfe32353c5dd46af1547f8d4 +SIZE (scamper-cvs-20141211f.tar.gz) = 1471259 From owner-svn-ports-all@freebsd.org Mon Aug 29 10:17:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78113BC7361; Mon, 29 Aug 2016 10:17:51 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id 2E0342DA; Mon, 29 Aug 2016 10:17:51 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TAHoJF060590; Mon, 29 Aug 2016 10:17:50 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TAHoET060585; Mon, 29 Aug 2016 10:17:50 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201608291017.u7TAHoET060585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 29 Aug 2016 10:17:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421048 - in head/www: . rubygem-hamlit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 10:17:51 -0000 Author: tz Date: Mon Aug 29 10:17:49 2016 New Revision: 421048 URL: https://svnweb.freebsd.org/changeset/ports/421048 Log: New port: www/rubgem-hamlit Hamlit is a high performance Haml implementation. WWW: https://github.com/k0kubun/hamlit Approved by: pi (mentor) Added: head/www/rubygem-hamlit/ head/www/rubygem-hamlit/Makefile (contents, props changed) head/www/rubygem-hamlit/distinfo (contents, props changed) head/www/rubygem-hamlit/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Aug 29 09:38:39 2016 (r421047) +++ head/www/Makefile Mon Aug 29 10:17:49 2016 (r421048) @@ -1927,6 +1927,7 @@ SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails SUBDIR += rubygem-haml-rails-rails4 + SUBDIR += rubygem-hamlit SUBDIR += rubygem-hashicorp-checkpoint SUBDIR += rubygem-heroku SUBDIR += rubygem-heroku-api Added: head/www/rubygem-hamlit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-hamlit/Makefile Mon Aug 29 10:17:49 2016 (r421048) @@ -0,0 +1,26 @@ +# Created by: Torsten Zuehlsdorff +# $FreeBSD$ + +PORTNAME= hamlit +PORTVERSION= 2.6.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= High Performance Haml Implementation + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-temple>=0.7.6:devel/rubygem-temple \ + rubygem-thor>=0:devel/rubygem-thor \ + rubygem-tilt>=0:devel/rubygem-tilt + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +PLIST_FILES= bin/hamlit + +.include Added: head/www/rubygem-hamlit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-hamlit/distinfo Mon Aug 29 10:17:49 2016 (r421048) @@ -0,0 +1,3 @@ +TIMESTAMP = 1471442923 +SHA256 (rubygem/hamlit-2.6.0.gem) = 130dd9ad2b95d6937d6534ef6ebca5f35b71c03e70a7d4756aff5c3cfaa538ce +SIZE (rubygem/hamlit-2.6.0.gem) = 69632 Added: head/www/rubygem-hamlit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-hamlit/pkg-descr Mon Aug 29 10:17:49 2016 (r421048) @@ -0,0 +1,3 @@ +Hamlit is a high performance Haml implementation. + +WWW: https://github.com/k0kubun/hamlit From owner-svn-ports-all@freebsd.org Mon Aug 29 10:22:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3B3ABC74D8; Mon, 29 Aug 2016 10:22:22 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id 6C9DA839; Mon, 29 Aug 2016 10:22:22 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TAMLU2063548; Mon, 29 Aug 2016 10:22:21 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TAMLN6063544; Mon, 29 Aug 2016 10:22:21 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201608291022.u7TAMLN6063544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 29 Aug 2016 10:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421049 - in head/sysutils: . rubygem-vmstat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 10:22:22 -0000 Author: tz Date: Mon Aug 29 10:22:21 2016 New Revision: 421049 URL: https://svnweb.freebsd.org/changeset/ports/421049 Log: New port: sysutils/rubygem-vmstat A focused and fast library to gather memory, cpu, network, load avg and disk WWW: http://threez.github.com/ruby-vmstat/ Approved by: pi (mentor) Added: head/sysutils/rubygem-vmstat/ head/sysutils/rubygem-vmstat/Makefile (contents, props changed) head/sysutils/rubygem-vmstat/distinfo (contents, props changed) head/sysutils/rubygem-vmstat/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Aug 29 10:17:49 2016 (r421048) +++ head/sysutils/Makefile Mon Aug 29 10:22:21 2016 (r421049) @@ -976,6 +976,7 @@ SUBDIR += rubygem-sys-uname SUBDIR += rubygem-sys-uptime SUBDIR += rubygem-teamocil + SUBDIR += rubygem-vmstat SUBDIR += rubygem-winrm SUBDIR += rubygem-winrm-fs SUBDIR += rubygem-yell Added: head/sysutils/rubygem-vmstat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-vmstat/Makefile Mon Aug 29 10:22:21 2016 (r421049) @@ -0,0 +1,19 @@ +# Created by: Torsten Zuehlsdorff +# $FreeBSD$ + +PORTNAME= vmstat +PORTVERSION= 2.2.0 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library to gather memory, cpu, network, load avg and disk information + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/sysutils/rubygem-vmstat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-vmstat/distinfo Mon Aug 29 10:22:21 2016 (r421049) @@ -0,0 +1,3 @@ +TIMESTAMP = 1471443484 +SHA256 (rubygem/vmstat-2.2.0.gem) = c085f1d90249145112cba69447730d68964d79408eb8704bdeb2ef57aa721482 +SIZE (rubygem/vmstat-2.2.0.gem) = 26112 Added: head/sysutils/rubygem-vmstat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-vmstat/pkg-descr Mon Aug 29 10:22:21 2016 (r421049) @@ -0,0 +1,3 @@ +A focused and fast library to gather memory, cpu, network, load avg and disk + +WWW: http://threez.github.com/ruby-vmstat/ From owner-svn-ports-all@freebsd.org Mon Aug 29 11:20:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8423B78A8B; Mon, 29 Aug 2016 11:20: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 mx1.freebsd.org (Postfix) with ESMTPS id B9676222; Mon, 29 Aug 2016 11:20:49 +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 u7TBKmIq084465; Mon, 29 Aug 2016 11:20:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TBKmAB084208; Mon, 29 Aug 2016 11:20:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608291120.u7TBKmAB084208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Aug 2016 11:20:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421050 - head/sysutils/py-salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 11:20:50 -0000 Author: amdmi3 Date: Mon Aug 29 11:20:48 2016 New Revision: 421050 URL: https://svnweb.freebsd.org/changeset/ports/421050 Log: - Update to 2016.3.3 PR: 212221 Submitted by: christer.edwards@gmail.com (maintainer) Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Mon Aug 29 10:22:21 2016 (r421049) +++ head/sysutils/py-salt/Makefile Mon Aug 29 11:20:48 2016 (r421050) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2016.3.2 +PORTVERSION= 2016.3.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Mon Aug 29 10:22:21 2016 (r421049) +++ head/sysutils/py-salt/distinfo Mon Aug 29 11:20:48 2016 (r421050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470165080 -SHA256 (salt-2016.3.2.tar.gz) = 6a84b724d02b0dba438dea57650724064675d82620e66749bd2fe8f21da71be0 -SIZE (salt-2016.3.2.tar.gz) = 8014793 +TIMESTAMP = 1472308898 +SHA256 (salt-2016.3.3.tar.gz) = 5906038594f1b9b3ac41714774fbd78f0af80d2f3ffe1c1bf20308032d7d52b6 +SIZE (salt-2016.3.3.tar.gz) = 7952361 From owner-svn-ports-all@freebsd.org Mon Aug 29 11:23:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1ED3B78CAB; Mon, 29 Aug 2016 11:23:14 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9FCDA7F7; Mon, 29 Aug 2016 11:23:14 +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 u7TBNDsY086801; Mon, 29 Aug 2016 11:23:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TBNDPs086798; Mon, 29 Aug 2016 11:23:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608291123.u7TBNDPs086798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Aug 2016 11:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421051 - head/audio/pd-cyclone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 11:23:14 -0000 Author: amdmi3 Date: Mon Aug 29 11:23:13 2016 New Revision: 421051 URL: https://svnweb.freebsd.org/changeset/ports/421051 Log: - Update to 0.2~beta2 * migrate to the pd-miXedSon maintenance codebase due to breaking fork upstream: see https://github.com/electrickery/pd-miXedSon for details * a test patch has been added to the [sampstoms~] object * the [teeth~] object has been converted from an abstraction to an external - While here, add LICENSE, silence MKDIR, fix whitespace PR: 212208 Submitted by: brittlehaus@gmail.com (maintainer) Modified: head/audio/pd-cyclone/Makefile head/audio/pd-cyclone/distinfo head/audio/pd-cyclone/pkg-plist Modified: head/audio/pd-cyclone/Makefile ============================================================================== --- head/audio/pd-cyclone/Makefile Mon Aug 29 11:20:48 2016 (r421050) +++ head/audio/pd-cyclone/Makefile Mon Aug 29 11:23:13 2016 (r421051) @@ -1,22 +1,23 @@ # $FreeBSD$ -PORTNAME= cyclone -DISTVERSION= 0.2~beta1 -CATEGORIES= audio -MASTER_SITES= DEBIAN/pool/main/p/pd-${PORTNAME} -PKGNAMEPREFIX= pd- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${DISTVERSION} -EXTRACT_SUFX= .orig.tar.gz +PORTNAME= cyclone +DISTVERSION= 0.2~beta2 +CATEGORIES= audio +MASTER_SITES= DEBIAN/pool/main/p/pd-${PORTNAME} +PKGNAMEPREFIX= pd- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${DISTVERSION} +EXTRACT_SUFX= .orig.tar.gz MAINTAINER= brittlehaus@gmail.com COMMENT= Pd library of clones of Max/MSP 4.5 objects LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= pd:audio/pd RUN_DEPENDS= pd:audio/pd -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-0.2beta1 +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}miXedSon-0.2beta2 USES= gmake @@ -29,10 +30,12 @@ post-patch: ${WRKSRC}/Makefile.pdlibbuilder @${REINPLACE_CMD} -e 's|/usr/include|/usr/local/include|g' \ ${WRKSRC}/Makefile.pdlibbuilder + do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone ${FIND} ${WRKSRC} -name "*.pd" -exec ${INSTALL_DATA} {} \ ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone \; ${FIND} ${WRKSRC} -name "*.pd_linux" -exec ${INSTALL_PROGRAM} {} \ ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone \; + .include Modified: head/audio/pd-cyclone/distinfo ============================================================================== --- head/audio/pd-cyclone/distinfo Mon Aug 29 11:20:48 2016 (r421050) +++ head/audio/pd-cyclone/distinfo Mon Aug 29 11:23:13 2016 (r421051) @@ -1,2 +1,3 @@ -SHA256 (pd-cyclone_0.2~beta1.orig.tar.gz) = c6af3275af3dfe952ddfe43396ee5e6bf84be4588503009937170fd578839d3c -SIZE (pd-cyclone_0.2~beta1.orig.tar.gz) = 667289 +TIMESTAMP = 1472343250 +SHA256 (pd-cyclone_0.2~beta2.orig.tar.gz) = 9ea160cc28fdb80df0b75a818cc54cdcf42db29c69d41e948c650fae782fa791 +SIZE (pd-cyclone_0.2~beta2.orig.tar.gz) = 670556 Modified: head/audio/pd-cyclone/pkg-plist ============================================================================== --- head/audio/pd-cyclone/pkg-plist Mon Aug 29 11:20:48 2016 (r421050) +++ head/audio/pd-cyclone/pkg-plist Mon Aug 29 11:23:13 2016 (r421051) @@ -318,6 +318,7 @@ lib/pd-externals/cyclone/reson~.pd_linux lib/pd-externals/cyclone/sah~-help.pd lib/pd-externals/cyclone/sah~.pd_linux lib/pd-externals/cyclone/sampstoms~-help.pd +lib/pd-externals/cyclone/sampstoms~-test.pd lib/pd-externals/cyclone/sampstoms~.pd_linux lib/pd-externals/cyclone/scope-gop.pd lib/pd-externals/cyclone/scope-test.pd @@ -382,7 +383,7 @@ lib/pd-externals/cyclone/tanh~.pd_linux lib/pd-externals/cyclone/tanx~-help.pd lib/pd-externals/cyclone/tanx~.pd_linux lib/pd-externals/cyclone/teeth~-help.pd -lib/pd-externals/cyclone/teeth~.pd +lib/pd-externals/cyclone/teeth~.pd_linux lib/pd-externals/cyclone/testmess-help.pd lib/pd-externals/cyclone/testmess-reentrant.pd lib/pd-externals/cyclone/testmess-test.pd From owner-svn-ports-all@freebsd.org Mon Aug 29 12:14:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF899B7705D; Mon, 29 Aug 2016 12:14:10 +0000 (UTC) (envelope-from gahr@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 mx1.freebsd.org (Postfix) with ESMTPS id A4FB61D4; Mon, 29 Aug 2016 12:14:10 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TCE91E005719; Mon, 29 Aug 2016 12:14:09 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TCE9Cs005717; Mon, 29 Aug 2016 12:14:09 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201608291214.u7TCE9Cs005717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 29 Aug 2016 12:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421052 - in head/databases/cassandra-cpp-driver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 12:14:11 -0000 Author: gahr Date: Mon Aug 29 12:14:09 2016 New Revision: 421052 URL: https://svnweb.freebsd.org/changeset/ports/421052 Log: databases/cassandra-cpp-driver: update to 2.4.3 Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#243 Deleted: head/databases/cassandra-cpp-driver/files/ Modified: head/databases/cassandra-cpp-driver/Makefile head/databases/cassandra-cpp-driver/distinfo Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Mon Aug 29 11:23:13 2016 (r421051) +++ head/databases/cassandra-cpp-driver/Makefile Mon Aug 29 12:14:09 2016 (r421052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cassandra-cpp-driver -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.3 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org @@ -18,12 +18,11 @@ USE_GITHUB= nodefault GH_ACCOUNT= datastax GH_PROJECT= cpp-driver -USES= cmake:outsource pkgconfig pathfix +USES= cmake:outsource pkgconfig pathfix ssl CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib \ -DCASS_BUILD_STATIC:BOOL=ON USE_LDCONFIG= yes -USE_OPENSSL= yes PLIST_FILES= include/cassandra.h \ lib/libcassandra.so \ Modified: head/databases/cassandra-cpp-driver/distinfo ============================================================================== --- head/databases/cassandra-cpp-driver/distinfo Mon Aug 29 11:23:13 2016 (r421051) +++ head/databases/cassandra-cpp-driver/distinfo Mon Aug 29 12:14:09 2016 (r421052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467361487 -SHA256 (cassandra-cpp-driver-2.4.2_GH0.tar.gz) = 8558f9cdb98764542202d2c8bccc0a9230f689247a445b828833c5cf8957232f -SIZE (cassandra-cpp-driver-2.4.2_GH0.tar.gz) = 552345 +TIMESTAMP = 1472472474 +SHA256 (cassandra-cpp-driver-2.4.3_GH0.tar.gz) = d3364d1b8bc71ec4409ff7432f10d1edbdb1329ab8315418858561065b024bdf +SIZE (cassandra-cpp-driver-2.4.3_GH0.tar.gz) = 593974 From owner-svn-ports-all@freebsd.org Mon Aug 29 12:20:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FFFEB77339; Mon, 29 Aug 2016 12:20:21 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 11F057ED; Mon, 29 Aug 2016 12:20:20 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TCKKK4006223; Mon, 29 Aug 2016 12:20:20 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TCKJlV006216; Mon, 29 Aug 2016 12:20:19 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201608291220.u7TCKJlV006216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 29 Aug 2016 12:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421053 - in head/www/trafficserver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 12:20:21 -0000 Author: vanilla Date: Mon Aug 29 12:20:19 2016 New Revision: 421053 URL: https://svnweb.freebsd.org/changeset/ports/421053 Log: Update to 6.2.0. PR: 212220 Submitted by: maintainer Added: head/www/trafficserver/files/patch-lib__perl__Makefile.in (contents, props changed) Deleted: head/www/trafficserver/files/patch-iocore__eventsystem__UnixEventProcessor.cc Modified: head/www/trafficserver/Makefile head/www/trafficserver/distinfo head/www/trafficserver/pkg-plist Modified: head/www/trafficserver/Makefile ============================================================================== --- head/www/trafficserver/Makefile Mon Aug 29 12:14:09 2016 (r421052) +++ head/www/trafficserver/Makefile Mon Aug 29 12:20:19 2016 (r421053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trafficserver -PORTVERSION= 6.1.1 +PORTVERSION= 6.2.0 CATEGORIES= www MASTER_SITES= APACHE/${PORTNAME} @@ -18,12 +18,11 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= cpe execinfo gmake libtool perl5 pkgconfig sqlite tar:bzip2 tcl +USES= cpe execinfo gmake libtool perl5 pkgconfig sqlite ssl tar:bzip2 tcl CPE_VENDOR= apache CPE_PRODUCT= traffic_server USE_PERL5= build run USE_LDCONFIG= yes -USE_OPENSSL= yes USE_RC_SUBR= ${PORTNAME} ONLY_FOR_ARCHS= amd64 @@ -44,37 +43,17 @@ CONFIGURE_ARGS= --with-libxml2=${LOCALBA --with-user=${USERS} \ --with-group=${GROUPS} -OPTIONS_DEFINE= DOCS INTERIM WCCP SPDY -OPTIONS_RADIO= MEMMAN -OPTIONS_RADIO_MEMMAN= ALLOCATORS FREELISTS RECLAIM -OPTIONS_DEFAULT= FREELISTS +OPTIONS_DEFINE= DOCS WCCP SPDY WCCP_DESC= Enable WCCPv2 protocol -INTERIM_DESC= Enable interim cache (SSD) -ALLOCATORS_DESC= Manage memory with allocators -FREELISTS_DESC= Manage memory with freelists -RECLAIM_DESC= Reclaim unused memory in freelists SPDY_DESC= Enable SPDY WCCP_CONFIGURE_ENABLE= wccp -INTERIM_CONFIGURE_ENABLE= interim-cache SPDY_CONFIGURE_ENABLE= spdy SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay BROKEN_FreeBSD_9= Trafficserver is only supported on FreeBSD 10.1 or newer -.include - -.if ${PORT_OPTIONS:MRECLAIM} -CONFIGURE_ARGS+= --enable-reclaimable-freelist --enable-freelist -.elif ${PORT_OPTIONS:MFREELISTS} -CONFIGURE_ARGS+= --enable-freelist -.elif ${PORT_OPTIONS:MALLOCATORS} -CONFIGURE_ARGS+= --disable-freelist -.else -IGNORE= no allocation strategy selected -.endif - .if ! exists(/var/cache) # FreeBSD 8.x PLIST_DIRS+= /var/cache Modified: head/www/trafficserver/distinfo ============================================================================== --- head/www/trafficserver/distinfo Mon Aug 29 12:14:09 2016 (r421052) +++ head/www/trafficserver/distinfo Mon Aug 29 12:20:19 2016 (r421053) @@ -1,2 +1,3 @@ -SHA256 (trafficserver-6.1.1.tar.bz2) = 67ddd7fc79e4435f353b2aa8937a7b205f217ca15beba3adb5213a92f9527d8b -SIZE (trafficserver-6.1.1.tar.bz2) = 7849045 +TIMESTAMP = 1472401430 +SHA256 (trafficserver-6.2.0.tar.bz2) = bd5e8c178d02957b89a81d1e428ee50bcca0831a6917f32408915c56f486fd85 +SIZE (trafficserver-6.2.0.tar.bz2) = 8437286 Added: head/www/trafficserver/files/patch-lib__perl__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/trafficserver/files/patch-lib__perl__Makefile.in Mon Aug 29 12:20:19 2016 (r421053) @@ -0,0 +1,11 @@ +--- lib/perl/Makefile.in.orig 2016-08-29 00:27:40.715518000 +0800 ++++ lib/perl/Makefile.in 2016-08-29 00:28:18.123308000 +0800 +@@ -717,7 +717,7 @@ + # copy them to the build directory if we are building out of tree. + Makefile-pl: Makefile.PL + test -f "$(top_builddir)/$(subdir)/Makefile.PL" || cp -rf "$(srcdir)/." "$(top_builddir)/$(subdir)/" +- $(PERL) Makefile.PL INSTALLDIRS=$(INSTALLDIRS) INSTALL_BASE=$(prefix) PREFIX= ++ $(PERL) Makefile.PL + + distclean-local: + -rm -rf Makefile-pl MYMETA.* blip Modified: head/www/trafficserver/pkg-plist ============================================================================== --- head/www/trafficserver/pkg-plist Mon Aug 29 12:14:09 2016 (r421052) +++ head/www/trafficserver/pkg-plist Mon Aug 29 12:20:19 2016 (r421053) @@ -22,7 +22,6 @@ bin/tsxs @(%%WWWOWN%%,%%WWWGRP%%,) %%ETCDIR%%/body_factory/default/README @(%%WWWOWN%%,%%WWWGRP%%,) %%ETCDIR%%/body_factory/default/access#denied @(%%WWWOWN%%,%%WWWGRP%%,) %%ETCDIR%%/body_factory/default/access#proxy_auth_required -@(%%WWWOWN%%,%%WWWGRP%%,) %%ETCDIR%%/body_factory/default/access#redirect_url @(%%WWWOWN%%,%%WWWGRP%%,) %%ETCDIR%%/body_factory/default/access#ssl_forbidden @(%%WWWOWN%%,%%WWWGRP%%,) %%ETCDIR%%/body_factory/default/cache#not_in_cache @(%%WWWOWN%%,%%WWWGRP%%,) %%ETCDIR%%/body_factory/default/cache#read_error @@ -54,6 +53,7 @@ bin/tsxs @sample %%ETCDIR%%/ip_allow.config.sample @sample %%ETCDIR%%/log_hosts.config.sample @sample %%ETCDIR%%/logs_xml.config.sample +@sample %%ETCDIR%%/metrics.config.sample @sample %%ETCDIR%%/parent.config.sample @sample %%ETCDIR%%/plugin.config.sample @sample %%ETCDIR%%/records.config.sample @@ -116,6 +116,7 @@ libexec/trafficserver/AsyncHttpFetchStre libexec/trafficserver/AsyncTimer.so libexec/trafficserver/ClientRedirect.so libexec/trafficserver/ClientRequest.so +libexec/trafficserver/CustomErrorRemapPlugin.so libexec/trafficserver/CustomResponse.so libexec/trafficserver/GlobalHookPlugin.so libexec/trafficserver/GzipTransformationPlugin.so From owner-svn-ports-all@freebsd.org Mon Aug 29 12:26:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC04BB77A86; Mon, 29 Aug 2016 12:26:44 +0000 (UTC) (envelope-from gahr@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 mx1.freebsd.org (Postfix) with ESMTPS id C9EDDE37; Mon, 29 Aug 2016 12:26:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TCQiN7009894; Mon, 29 Aug 2016 12:26:44 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TCQhCA009892; Mon, 29 Aug 2016 12:26:43 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201608291226.u7TCQhCA009892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 29 Aug 2016 12:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421054 - head/lang/seed7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 12:26:45 -0000 Author: gahr Date: Mon Aug 29 12:26:43 2016 New Revision: 421054 URL: https://svnweb.freebsd.org/changeset/ports/421054 Log: lang/seed7: update to 05_20160731 - The bas7.sd7 (basic interpreter) example program has been improved. Support for CVD, CVDMBF, CVS, CVSMBF, HPLOT, MKD$, MKDMBF$, MKS$, MKSMBF$, PLOT, SCREEN, SHARED and VARPTR$ has been improved. Creating Cga, Ega and Vga images from arrays has been improved to work also for float and double arrays. - The functions bin32, compare, hashCode, float2Bits, bits2Float, float2MbfBits and mbfBits2Float have been added to bin32.s7i. The functions fourBytesLeToBin32 and fourBytesBeToBin32 have been removed (The new function bin32 can be used instead). - The functions bin64, compare, hashCode, float2Bits, bits2Float, float2MbfBits and mbfBits2Float have been added to bin64.s7i. The functions eightBytesLeToBin64 and eightBytesBeToBin64 have been removed (The new function bin64 can be used instead). - The program chkbin.sd7 has been added. This program checks the correctness of the functions float2Bits, bits2Float, float2MbfBits, mbfBits2Float, str, radix and RADIX. - Checks for the function decompose have been added to chkflt.sd7. - The compiler has been improved optimize expressions where several terms are added or subtracted. It is possible to combine adjacent constant terms at compile time. This simplifies overflow checks. - The compiler has been improved to store NaN values as bin64 literals. - The calc7 example program has been improved to support bin32 and bin64 functions. - The function decompose and the type floatElements have been added to the library float.s7i. The function decompose splits a float into a normalized fraction and an integral exponent for 2. The result of decompose uses the type floatElements. - The function integer (it converts a string to an integer) has been added to integer.s7i. - In the library seed7_05.s7i the undocumented function xalloc has been replaced by the function create. - The functions uintCmp and uintCmpGeneric have been added to int_rtl.c. - The configuration value FREXP_INFINITY_NAN_OKAY has been added to cc_conf.s7i. - The primitive action FLT_A2TAN has been renamed to FLT_ATAN2 in interpreter, compiler and runtime library. - Documentation comments have been improved in bitdata.s7i, arrlib.c, binlib.c, bstlib.c, bst_rtl.c, fillib.c, kbdlib.c, literal.c. - Interpreter and compiler have been improved to support the primitiv actions BIN_CMP, FLT_BITS2DOUBLE, FLT_BITS2SINGLE, FLT_DECOMPOSE, FLT_DOUBLE2BITS and FLT_SINGLE2BITS. - The program chkccomp.c has been improved to define FREXP_INFINITY_NAN_OKAY and to work for PostgreSQL version 9.5. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Mon Aug 29 12:20:19 2016 (r421053) +++ head/lang/seed7/Makefile Mon Aug 29 12:26:43 2016 (r421054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20160630 +DISTVERSION= 05_20160731 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Mon Aug 29 12:20:19 2016 (r421053) +++ head/lang/seed7/distinfo Mon Aug 29 12:26:43 2016 (r421054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467367883 -SHA256 (seed7_05_20160630.tgz) = fecbaf660f5d436783152b9aa8a1aed377bdec3b1aa3dd70eb0c5a96b9706e14 -SIZE (seed7_05_20160630.tgz) = 2639753 +TIMESTAMP = 1472472177 +SHA256 (seed7_05_20160731.tgz) = f76938a8fe08a5e037d89b3541a5f9bf2175515b87e73624188e14c5ad6fe806 +SIZE (seed7_05_20160731.tgz) = 2656738 From owner-svn-ports-all@freebsd.org Mon Aug 29 12:51:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 957E6B77E7B; Mon, 29 Aug 2016 12:51:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5764C8F5; Mon, 29 Aug 2016 12:51:27 +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 u7TCpQhl021221; Mon, 29 Aug 2016 12:51:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TCpQxF021217; Mon, 29 Aug 2016 12:51:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291251.u7TCpQxF021217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 12:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421055 - head/security/rubygem-origami X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 12:51:27 -0000 Author: antoine Date: Mon Aug 29 12:51:26 2016 New Revision: 421055 URL: https://svnweb.freebsd.org/changeset/ports/421055 Log: Update to 2.0.0 Modified: head/security/rubygem-origami/Makefile head/security/rubygem-origami/distinfo head/security/rubygem-origami/pkg-descr head/security/rubygem-origami/pkg-plist Modified: head/security/rubygem-origami/Makefile ============================================================================== --- head/security/rubygem-origami/Makefile Mon Aug 29 12:26:43 2016 (r421054) +++ head/security/rubygem-origami/Makefile Mon Aug 29 12:51:26 2016 (r421055) @@ -1,28 +1,21 @@ # $FreeBSD$ PORTNAME= origami -PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= antoine@FreeBSD.org COMMENT= Ruby framework to parse analyze and forge PDF documents -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + +RUN_DEPENDS= rubygem-colorize>=0.7:devel/rubygem-colorize NO_ARCH= yes USE_RUBY= yes -USES= gem shebangfix -SHEBANG_FILES= samples/actions/launch/calc.rb \ - samples/actions/launch/winparams.rb \ - samples/actions/named/named.rb \ - samples/actions/samba/smbrelay.rb \ - samples/actions/triggerevents/trigger.rb \ - samples/actions/webbug/webbug-browser.rb \ - samples/actions/webbug/webbug-js.rb \ - samples/actions/webbug/webbug-reader.rb \ - samples/digsig/signed.rb +USES= gem .include Modified: head/security/rubygem-origami/distinfo ============================================================================== --- head/security/rubygem-origami/distinfo Mon Aug 29 12:26:43 2016 (r421054) +++ head/security/rubygem-origami/distinfo Mon Aug 29 12:51:26 2016 (r421055) @@ -1,2 +1,3 @@ -SHA256 (rubygem/origami-1.2.7.gem) = d09be435180644e108ec269da24d69c888e32148a7f1a1bab994093cc3a65a35 -SIZE (rubygem/origami-1.2.7.gem) = 245248 +TIMESTAMP = 1472466617 +SHA256 (rubygem/origami-2.0.0.gem) = 7ef8523a5f7e73a189365a30db4b007e12c65d10e9b682ce52f8657fc39169af +SIZE (rubygem/origami-2.0.0.gem) = 256512 Modified: head/security/rubygem-origami/pkg-descr ============================================================================== --- head/security/rubygem-origami/pkg-descr Mon Aug 29 12:26:43 2016 (r421054) +++ head/security/rubygem-origami/pkg-descr Mon Aug 29 12:51:26 2016 (r421055) @@ -11,4 +11,4 @@ documents. attachments... - A GTK interface to quickly browse into the document contents. -WWW: http://code.google.com/p/origami-pdf/ +WWW: https://github.com/gdelugre/origami Modified: head/security/rubygem-origami/pkg-plist ============================================================================== --- head/security/rubygem-origami/pkg-plist Mon Aug 29 12:26:43 2016 (r421054) +++ head/security/rubygem-origami/pkg-plist Mon Aug 29 12:51:26 2016 (r421055) @@ -1,7 +1,5 @@ -bin/pdf2graph bin/pdf2pdfa bin/pdf2ruby -bin/pdfcocoon bin/pdfcop bin/pdfdecompress bin/pdfdecrypt From owner-svn-ports-all@freebsd.org Mon Aug 29 12:54:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 830D1B77FDA; Mon, 29 Aug 2016 12:54:34 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 561E6BAA; Mon, 29 Aug 2016 12:54:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TCsXif021435; Mon, 29 Aug 2016 12:54:33 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TCsXlT021432; Mon, 29 Aug 2016 12:54:33 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608291254.u7TCsXlT021432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 12:54:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421056 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 12:54:34 -0000 Author: mat Date: Mon Aug 29 12:54:33 2016 New Revision: 421056 URL: https://svnweb.freebsd.org/changeset/ports/421056 Log: Update to v5.25.4-23-g3781748. Changes: https://github.com/Perl/perl5/compare/v5.25.4-5-g92d73bf...v5.25.4-23-g3781748 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Aug 29 12:51:26 2016 (r421055) +++ head/lang/perl5-devel/Makefile Mon Aug 29 12:54:33 2016 (r421056) @@ -30,7 +30,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.4-5-g92d73bf +GH_TAGNAME= v5.25.4-23-g3781748 MAKE_JOBS_UNSAFE= yes Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Aug 29 12:51:26 2016 (r421055) +++ head/lang/perl5-devel/distinfo Mon Aug 29 12:54:33 2016 (r421056) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471865128 -SHA256 (perl/perl-5.25.4-5_GH0.tar.gz) = 4c55e17c5f4ddf3e1ed6cb742f98f5cd952dff38e670be4e6a4ebf5217691038 -SIZE (perl/perl-5.25.4-5_GH0.tar.gz) = 18243149 +TIMESTAMP = 1472472818 +SHA256 (perl/perl-5.25.4-23_GH0.tar.gz) = 516823e9411db0c3a29e1978fb83fcb245bfeb6817a88d56b34f3b917661d4ad +SIZE (perl/perl-5.25.4-23_GH0.tar.gz) = 18238490 From owner-svn-ports-all@freebsd.org Mon Aug 29 12:54:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B7D3BC700E; Mon, 29 Aug 2016 12:54:46 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id F2B53C84; Mon, 29 Aug 2016 12:54:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TCsjhu021573; Mon, 29 Aug 2016 12:54:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TCsj2D021566; Mon, 29 Aug 2016 12:54:45 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608291254.u7TCsj2D021566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 12:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421057 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 12:54:46 -0000 Author: mat Date: Mon Aug 29 12:54:44 2016 New Revision: 421057 URL: https://svnweb.freebsd.org/changeset/ports/421057 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Aug 29 12:54:33 2016 (r421056) +++ head/dns/bind9-devel/Makefile Mon Aug 29 12:54:44 2016 (r421057) @@ -16,8 +16,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2016.08.19 -HASH= 228a095 +ISCVERSION= 9.12.0a.2016.08.29 +HASH= 5336fee MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Aug 29 12:54:33 2016 (r421056) +++ head/dns/bind9-devel/distinfo Mon Aug 29 12:54:44 2016 (r421057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471867300 -SHA256 (bind9-228a095.tar.gz) = 247dd197143b41976c5a55a0d019ac504e966d46bfab7eae507033991cdd33ae -SIZE (bind9-228a095.tar.gz) = 11779488 +TIMESTAMP = 1472473013 +SHA256 (bind9-5336fee.tar.gz) = b973801908c979541c28bc3152845344b5b7dcf0ea0c1e71d33aff73606658a6 +SIZE (bind9-5336fee.tar.gz) = 11795230 From owner-svn-ports-all@freebsd.org Mon Aug 29 12:54:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBF81BC705C; Mon, 29 Aug 2016 12:54:52 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id B068CD69; Mon, 29 Aug 2016 12:54:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TCsppP021834; Mon, 29 Aug 2016 12:54:51 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TCsohE021826; Mon, 29 Aug 2016 12:54:50 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608291254.u7TCsohE021826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 12:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421058 - in head: devel/p5-Devel-InheritNamespace www/p5-Catalyst-View-TT-Alloy www/p5-CatalystX-AppBuilder www/p5-CatalystX-VirtualComponents X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 12:54:53 -0000 Author: mat Date: Mon Aug 29 12:54:50 2016 New Revision: 421058 URL: https://svnweb.freebsd.org/changeset/ports/421058 Log: Cleanup recently added ports. Pointy hat to: pi Sponsored by: Absolight Modified: head/devel/p5-Devel-InheritNamespace/Makefile (contents, props changed) head/devel/p5-Devel-InheritNamespace/pkg-plist (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/Makefile (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/pkg-plist (contents, props changed) head/www/p5-CatalystX-AppBuilder/Makefile (contents, props changed) head/www/p5-CatalystX-AppBuilder/pkg-plist (contents, props changed) head/www/p5-CatalystX-VirtualComponents/Makefile (contents, props changed) head/www/p5-CatalystX-VirtualComponents/pkg-plist (contents, props changed) Modified: head/devel/p5-Devel-InheritNamespace/Makefile ============================================================================== --- head/devel/p5-Devel-InheritNamespace/Makefile Mon Aug 29 12:54:44 2016 (r421057) +++ head/devel/p5-Devel-InheritNamespace/Makefile Mon Aug 29 12:54:50 2016 (r421058) @@ -3,6 +3,7 @@ PORTNAME= Devel-InheritNamespace PORTVERSION= 0.00003 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +13,11 @@ COMMENT= Inherit an entire namespace LICENSE= ART10 +BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable +RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable + USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-Devel-InheritNamespace/pkg-plist ============================================================================== --- head/devel/p5-Devel-InheritNamespace/pkg-plist Mon Aug 29 12:54:44 2016 (r421057) +++ head/devel/p5-Devel-InheritNamespace/pkg-plist Mon Aug 29 12:54:50 2016 (r421058) @@ -1,3 +1,2 @@ -%%PERL5_MAN3%%/Devel::InheritNamespace.3.gz %%SITE_PERL%%/Devel/InheritNamespace.pm -@dir %%SITE_PERL%%/Devel +%%PERL5_MAN3%%/Devel::InheritNamespace.3.gz Modified: head/www/p5-Catalyst-View-TT-Alloy/Makefile ============================================================================== --- head/www/p5-Catalyst-View-TT-Alloy/Makefile Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-Catalyst-View-TT-Alloy/Makefile Mon Aug 29 12:54:50 2016 (r421058) @@ -3,6 +3,7 @@ PORTNAME= Catalyst-View-TT-Alloy PORTVERSION= 0.00007 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7:www/p5-Catalyst-Runtime \ p5-Data-Dump>=0:devel/p5-Data-Dump \ p5-Path-Class>=0:devel/p5-Path-Class \ - p5-Template-Alloy>=0:www/p5-Template-Alloy \ - p5-parent>=0:devel/p5-parent + p5-Template-Alloy>=0:www/p5-Template-Alloy RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/www/p5-Catalyst-View-TT-Alloy/pkg-plist ============================================================================== --- head/www/p5-Catalyst-View-TT-Alloy/pkg-plist Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-Catalyst-View-TT-Alloy/pkg-plist Mon Aug 29 12:54:50 2016 (r421058) @@ -1,10 +1,4 @@ -%%PERL5_MAN3%%/Catalyst::View::TT::Alloy.3.gz -%%PERL5_MAN3%%/Catalyst::Helper::View::TT::Alloy.3.gz -%%SITE_PERL%%/Catalyst/View/TT/Alloy.pm %%SITE_PERL%%/Catalyst/Helper/View/TT/Alloy.pm -@dir %%SITE_PERL%%/Catalyst/View/TT -@dir %%SITE_PERL%%/Catalyst/View -@dir %%SITE_PERL%%/Catalyst/Helper/View/TT -@dir %%SITE_PERL%%/Catalyst/Helper/View -@dir %%SITE_PERL%%/Catalyst/Helper -@dir %%SITE_PERL%%/Catalyst +%%SITE_PERL%%/Catalyst/View/TT/Alloy.pm +%%PERL5_MAN3%%/Catalyst::Helper::View::TT::Alloy.3.gz +%%PERL5_MAN3%%/Catalyst::View::TT::Alloy.3.gz Modified: head/www/p5-CatalystX-AppBuilder/Makefile ============================================================================== --- head/www/p5-CatalystX-AppBuilder/Makefile Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-CatalystX-AppBuilder/Makefile Mon Aug 29 12:54:50 2016 (r421058) @@ -3,6 +3,7 @@ PORTNAME= CatalystX-AppBuilder PORTVERSION= 0.00011 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +16,9 @@ LICENSE= ART10 RUN_DEPENDS= p5-Catalyst-Runtime>=5.8:www/p5-Catalyst-Runtime \ p5-Moose>=0:devel/p5-Moose \ p5-namespace-clean>=0:devel/p5-namespace-clean -BUILD_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple \ - p5-Module-Build-Tiny>=0.035:devel/p5-Module-Build-Tiny +BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny .include Modified: head/www/p5-CatalystX-AppBuilder/pkg-plist ============================================================================== --- head/www/p5-CatalystX-AppBuilder/pkg-plist Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-CatalystX-AppBuilder/pkg-plist Mon Aug 29 12:54:50 2016 (r421058) @@ -1,3 +1,2 @@ -%%SITE_PERL%%/CatalystX/AppBuilder.pm %%PERL5_MAN3%%/CatalystX::AppBuilder.3.gz -@dir %%SITE_PERL%%/CatalystX +%%SITE_PERL%%/CatalystX/AppBuilder.pm Modified: head/www/p5-CatalystX-VirtualComponents/Makefile ============================================================================== --- head/www/p5-CatalystX-VirtualComponents/Makefile Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-CatalystX-VirtualComponents/Makefile Mon Aug 29 12:54:50 2016 (r421058) @@ -3,6 +3,7 @@ PORTNAME= CatalystX-VirtualComponents PORTVERSION= 0.00004 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-CatalystX-VirtualComponents/pkg-plist ============================================================================== --- head/www/p5-CatalystX-VirtualComponents/pkg-plist Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-CatalystX-VirtualComponents/pkg-plist Mon Aug 29 12:54:50 2016 (r421058) @@ -1,3 +1,2 @@ -%%SITE_PERL%%/CatalystX/VirtualComponents.pm %%PERL5_MAN3%%/CatalystX::VirtualComponents.3.gz -@dir %%SITE_PERL%%/CatalystX +%%SITE_PERL%%/CatalystX/VirtualComponents.pm From owner-svn-ports-all@freebsd.org Mon Aug 29 13:58:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC61DB7806F; Mon, 29 Aug 2016 13:58:12 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 7F221101; Mon, 29 Aug 2016 13:58:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TDwBBU044508; Mon, 29 Aug 2016 13:58:11 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TDwB2Z044507; Mon, 29 Aug 2016 13:58:11 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608291358.u7TDwB2Z044507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 29 Aug 2016 13:58:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421059 - in head/security: . sshguard-ipfilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 13:58:12 -0000 Author: feld Date: Mon Aug 29 13:58:11 2016 New Revision: 421059 URL: https://svnweb.freebsd.org/changeset/ports/421059 Log: security/sshguard-ipfilter: Delete port As of 1.7.0 ipfilter is no longer supported in sshguard Deleted: head/security/sshguard-ipfilter/ Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Aug 29 12:54:50 2016 (r421058) +++ head/security/Makefile Mon Aug 29 13:58:11 2016 (r421059) @@ -1083,7 +1083,6 @@ SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock SUBDIR += sshguard - SUBDIR += sshguard-ipfilter SUBDIR += sshguard-ipfw SUBDIR += sshguard-null SUBDIR += sshguard-pf From owner-svn-ports-all@freebsd.org Mon Aug 29 14:21:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74E97B78606; Mon, 29 Aug 2016 14:21:09 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 2E5F6BBA; Mon, 29 Aug 2016 14:21:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TEL8KU054933; Mon, 29 Aug 2016 14:21:08 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TEL8ns054930; Mon, 29 Aug 2016 14:21:08 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608291421.u7TEL8ns054930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Aug 2016 14:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421060 - in head/www/elixir-httpoison: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 14:21:09 -0000 Author: olgeni Date: Mon Aug 29 14:21:08 2016 New Revision: 421060 URL: https://svnweb.freebsd.org/changeset/ports/421060 Log: Update www/elixir-httpoison to version 0.9.1. Modified: head/www/elixir-httpoison/Makefile head/www/elixir-httpoison/distinfo head/www/elixir-httpoison/files/patch-mix.exs Modified: head/www/elixir-httpoison/Makefile ============================================================================== --- head/www/elixir-httpoison/Makefile Mon Aug 29 13:58:11 2016 (r421059) +++ head/www/elixir-httpoison/Makefile Mon Aug 29 14:21:08 2016 (r421060) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httpoison -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-httpoison/distinfo ============================================================================== --- head/www/elixir-httpoison/distinfo Mon Aug 29 13:58:11 2016 (r421059) +++ head/www/elixir-httpoison/distinfo Mon Aug 29 14:21:08 2016 (r421060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467032469 -SHA256 (edgurgel-httpoison-v0.9.0_GH0.tar.gz) = e170936c8a5597366189c5edcb3639d715746fe84c1be9c058ae433c51163252 -SIZE (edgurgel-httpoison-v0.9.0_GH0.tar.gz) = 15107 +TIMESTAMP = 1472480058 +SHA256 (edgurgel-httpoison-v0.9.1_GH0.tar.gz) = 7097d7fe494ead015cf3381661777d0b2e9b02f4660dd4c809a80737d82e930c +SIZE (edgurgel-httpoison-v0.9.1_GH0.tar.gz) = 15336 Modified: head/www/elixir-httpoison/files/patch-mix.exs ============================================================================== --- head/www/elixir-httpoison/files/patch-mix.exs Mon Aug 29 13:58:11 2016 (r421059) +++ head/www/elixir-httpoison/files/patch-mix.exs Mon Aug 29 14:21:08 2016 (r421060) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2015-07-05 09:01:37 UTC +--- mix.exs.orig 2016-08-29 14:16:38 UTC +++ mix.exs @@ -12,7 +12,6 @@ defmodule HTTPoison.Mixfile do name: "HTTPoison", description: @description, - package: package, -- deps: deps, + package: package(), +- deps: deps(), source_url: "https://github.com/edgurgel/httpoison" ] end From owner-svn-ports-all@freebsd.org Mon Aug 29 14:33:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7E9AB78AA4; Mon, 29 Aug 2016 14:33:44 +0000 (UTC) (envelope-from woodsb02@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 mx1.freebsd.org (Postfix) with ESMTPS id A0B0562C; Mon, 29 Aug 2016 14:33:44 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TEXh8V059451; Mon, 29 Aug 2016 14:33:43 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TEXhPd059448; Mon, 29 Aug 2016 14:33:43 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201608291433.u7TEXhPd059448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 29 Aug 2016 14:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421061 - head/astro/google-earth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 14:33:44 -0000 Author: woodsb02 Date: Mon Aug 29 14:33:43 2016 New Revision: 421061 URL: https://svnweb.freebsd.org/changeset/ports/421061 Log: astro/google-earth: Update to 7.1.5.1557 - Switch to USES=makeself to minimize Makefile - Improve COMMENT and pkg-descr, to clarify exactly what this port provides - Do not set WRKSRC, as the default works just fine - Fix whitespace at the end of LINUX_DRI_DESC (pet portlint) - Install files with COPYTREE_SHARE instead of CP, to ensure permissions are set correctly - Remove redundant -f after ${RM} Changes this release: http://www.gearthblog.com/blog/archives/2015/05/new-version-google-earth-7-1-5.html Reviewed by: adamw (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D7673 Modified: head/astro/google-earth/Makefile head/astro/google-earth/distinfo head/astro/google-earth/pkg-descr Modified: head/astro/google-earth/Makefile ============================================================================== --- head/astro/google-earth/Makefile Mon Aug 29 14:21:08 2016 (r421060) +++ head/astro/google-earth/Makefile Mon Aug 29 14:33:43 2016 (r421061) @@ -1,59 +1,44 @@ # $FreeBSD$ PORTNAME= google-earth -PORTVERSION= 6.0.3.2197 -PORTREVISION= 5 +PORTVERSION= 7.1.5.1557 PORTEPOCH= 3 CATEGORIES= astro deskutils geography MASTER_SITES= http://dl.google.com/earth/client/advanced/previous/:previous \ http://dl.google.com/earth/client/current/:current DISTFILES= GoogleEarthLinux.bin:current DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} -EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org -COMMENT= Explore, Search, and Discover - -EXTRACT_DEPENDS= unmakeself:archivers/unmakeself +COMMENT= Virtual globe, map and geographical information program RESTRICTED= Not really sure about the redistribution terms -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ - OPTIONS_DEFAULT= LINUX_DRI OPTIONS_SINGLE= LIBGL OPTIONS_SINGLE_LIBGL= LINUX_DRI NVIDIA_GL NVIDIA_GL_340 NVIDIA_GL_304 -LINUX_DRI_DESC= libGL support via Linux DRI libraries +LINUX_DRI_DESC= libGL support via Linux DRI libraries NVIDIA_GL_340_DESC= libGL support via nvidia-driver-340 NVIDIA_GL_304_DESC= libGL support via nvidia-driver-304 USE_LINUX= yes USE_LINUX_APPS= xorglibs curl nss -USES= perl5 shared-mime-info desktop-file-utils +USES= desktop-file-utils makeself perl5 shared-mime-info USE_PERL5= patch build - -#SUB_FILES= bin/googleearth - -UNMAKESELF= ${LOCALBASE}/bin/unmakeself +NO_WRKSUBDIR= yes NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver NVIDIA_GL_340_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver-340 NVIDIA_GL_304_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver-304 LINUX_DRI_USE= LINUX_APPS=dri,libpciaccess -# Fixed by the first post-patch target line? Also, linprocfs needs to be mounted. -#BROKEN= seems to crash on >= 9.x/amd64: http://www.freebsd.org/cgi/query-pr.cgi?pr=160422 - -do-extract: - @${MKDIR} ${WRKSRC} - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${_DISTFILES} ${WRKSRC} - @cd ${WRKSRC} && ${UNMAKESELF} ${_DISTFILES} && ${RM} -f ${_DISTFILES} - @cd ${WRKSRC} && ${TAR} xf googleearth-data.tar && ${RM} -f googleearth-data.tar - @cd ${WRKSRC} && ${TAR} xf googleearth-linux-x86.tar && ${RM} -f googleearth-linux-x86.tar +post-extract: + @cd ${WRKSRC} && ${TAR} -xf googleearth-data.tar && ${RM} googleearth-data.tar + @cd ${WRKSRC} && ${TAR} -xf googleearth-linux-x86.tar && ${RM} googleearth-linux-x86.tar post-patch: - @${REINPLACE_CMD} -e '/OS.*=/s|linux|FreeBSD|' ${WRKSRC}/drivers.ini - @${REINPLACE_CMD} -e 's|^# Set the home.*|GOOGLEEARTH_DATA_PATH=${DATADIR}|' ${WRKSRC}/bin/googleearth + @${REINPLACE_CMD} -i "" -e '/OS.*=/s|linux|FreeBSD|' ${WRKSRC}/drivers.ini + @${REINPLACE_CMD} -i "" -e 's|^# Set the home.*|GOOGLEEARTH_DATA_PATH=${DATADIR}|' ${WRKSRC}/bin/googleearth @${REINPLACE_CMD} -i "" -e "s|^# Let's boogie.*|rm -f ${LINUXBASE}\$${HOME}/.googleearth/instance-running-lock|" ${WRKSRC}/bin/googleearth @${REINPLACE_CMD} -i "" -e 's/^TMPPATH.*/exit 0/' ${WRKSRC}/postinstall.sh @${REINPLACE_CMD} -i "" -e 's|\"\$$SETUP_INSTALLPATH/|\"${WRKSRC}/|' ${WRKSRC}/postinstall.sh @@ -67,19 +52,23 @@ post-patch-LINUX_DRI-on: do-build: @${SETENV} SETUP_INSTALLPATH=${DATADIR} ${WRKSRC}/postinstall.sh - @cd ${WRKSRC} && ${RM} -rf setup.* preuninstall.sh postinstall.sh \ + @cd ${WRKSRC} && ${RM} -r setup.* preuninstall.sh postinstall.sh \ bin/googleearth.orig do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR}/bin ${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKSRC}/googleearth-mimetypes.xml \ ${STAGEDIR}${PREFIX}/share/mime/packages/ ${INSTALL_DATA} ${WRKSRC}/Google-googleearth.desktop \ ${STAGEDIR}${PREFIX}/share/applications/googleearth.desktop - ${CP} -rp ${WRKSRC}/* ${STAGEDIR}${DATADIR} - ${RM} -f ${STAGEDIR}${DATADIR}/googleearth-mimetypes.xml \ - ${STAGEDIR}${DATADIR}/googleearth.desktop + ${INSTALL_PROGRAM} ${WRKSRC}/bin/googleearth ${STAGEDIR}${DATADIR}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/googleearth-bin ${STAGEDIR}${DATADIR}/ + ${RM} ${WRKSRC}/googleearth-mimetypes.xml \ + ${WRKSRC}/googleearth.desktop \ + ${WRKSRC}/googleearth-bin \ + ${WRKSRC}/bin/googleearth + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${INSTALL_SCRIPT} ${FILESDIR}/browserwrapper \ ${STAGEDIR}${DATADIR}/bin/ ${LN} -sf ../${DATADIR_REL}/bin/googleearth \ Modified: head/astro/google-earth/distinfo ============================================================================== --- head/astro/google-earth/distinfo Mon Aug 29 14:21:08 2016 (r421060) +++ head/astro/google-earth/distinfo Mon Aug 29 14:33:43 2016 (r421061) @@ -1,2 +1,3 @@ -SHA256 (google-earth/6.0.3.2197/GoogleEarthLinux.bin) = 8c1cabb6a196e93224be05bd8a4786087813075f76e1734a17680c30a9ad972d -SIZE (google-earth/6.0.3.2197/GoogleEarthLinux.bin) = 33688483 +TIMESTAMP = 1472053564 +SHA256 (google-earth/7.1.5.1557/GoogleEarthLinux.bin) = 8c1cabb6a196e93224be05bd8a4786087813075f76e1734a17680c30a9ad972d +SIZE (google-earth/7.1.5.1557/GoogleEarthLinux.bin) = 33688483 Modified: head/astro/google-earth/pkg-descr ============================================================================== --- head/astro/google-earth/pkg-descr Mon Aug 29 14:21:08 2016 (r421060) +++ head/astro/google-earth/pkg-descr Mon Aug 29 14:33:43 2016 (r421061) @@ -1,9 +1,13 @@ -The idea is simple. It's a globe that sits inside your PC. -You point and zoom to anyplace on the planet that you want to explore. -Satellite images and local facts zoom into view. -Tap into Google search to show local points of interest and facts. -Zoom to a specific address to check out an apartment or hotel. -View driving directions and even fly along your route. -We invite you to try it now. +Explore the world with Google Earth. View satellite imagery, maps, terrain, +3D buildings, galaxies far in space, and the deepest depths of the ocean. + +Available features include: +- Explore rich geographical content +- Zoom from outer space to street level +- Search for business locations +- Visualize your GPS tracks and share with others +- Fly around cities (or the entire world) in 3D +- Go back in time with historical imagery +- Dive beneath the surface of the ocean WWW: http://earth.google.com/ From owner-svn-ports-all@freebsd.org Mon Aug 29 14:34:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DF02B78B45; Mon, 29 Aug 2016 14:34:19 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 3211977A; Mon, 29 Aug 2016 14:34:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TEYIxg059663; Mon, 29 Aug 2016 14:34:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TEYHuP059657; Mon, 29 Aug 2016 14:34:17 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608291434.u7TEYHuP059657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 29 Aug 2016 14:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421062 - in branches/2016Q3/lang/php70: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 14:34:19 -0000 Author: feld Date: Mon Aug 29 14:34:17 2016 New Revision: 421062 URL: https://svnweb.freebsd.org/changeset/ports/421062 Log: MFH: r419801 lang/php70: switch distfiles from bzip2 to xz While here also: - regenerate patches with make makepatch - replace "sed" with proper ${SED} - no longer mute ${INSTALL_DATA} PR: 209881 Reported by: Piotr Kubaj Approved by: pi (mentor) Approved by: ports-secteam (with hat) Modified: branches/2016Q3/lang/php70/Makefile branches/2016Q3/lang/php70/files/patch-acinclude.m4 branches/2016Q3/lang/php70/files/patch-configure.in branches/2016Q3/lang/php70/files/patch-main__php_config.h.in branches/2016Q3/lang/php70/files/patch-sapi_apache2handler_config.m4 branches/2016Q3/lang/php70/files/patch-sapi_fpm_config.m4 Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/lang/php70/Makefile ============================================================================== --- branches/2016Q3/lang/php70/Makefile Mon Aug 29 14:33:43 2016 (r421061) +++ branches/2016Q3/lang/php70/Makefile Mon Aug 29 14:34:17 2016 (r421062) @@ -15,7 +15,7 @@ LICENSE= PHP301 BROKEN_powerpc64= Does not build -USES+= tar:bzip2 cpe +USES+= tar:xz cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) @@ -183,13 +183,13 @@ post-build: @${ECHO_CMD} "PHP_SAPI=${PHP_SAPI}" >> ${WRKDIR}/php.conf @${ECHO_CMD} "PHP_EXT_INC=pcre spl" >> ${WRKDIR}/php.conf @${ECHO_CMD} -n "PHP_EXT_DIR=" >> ${WRKDIR}/php.conf - @${SH} ${WRKSRC}/scripts/php-config --extension-dir | sed -ne 's,^${PREFIX}/lib/php/,,p' >> ${WRKDIR}/php.conf + @${SH} ${WRKSRC}/scripts/php-config --extension-dir | ${SED} -ne 's,^${PREFIX}/lib/php/,,p' >> ${WRKDIR}/php.conf test: build @(cd ${WRKSRC} && ${MAKE} test) post-install: - @${INSTALL_DATA} ${WRKSRC}/php.ini-development ${WRKSRC}/php.ini-production \ + ${INSTALL_DATA} ${WRKSRC}/php.ini-development ${WRKSRC}/php.ini-production \ ${WRKDIR}/php.conf ${STAGEDIR}/${PREFIX}/etc .else do-install: Modified: branches/2016Q3/lang/php70/files/patch-acinclude.m4 ============================================================================== --- branches/2016Q3/lang/php70/files/patch-acinclude.m4 Mon Aug 29 14:33:43 2016 (r421061) +++ branches/2016Q3/lang/php70/files/patch-acinclude.m4 Mon Aug 29 14:34:17 2016 (r421062) @@ -1,6 +1,6 @@ ---- acinclude.m4.orig 2016-02-16 19:01:10.026983000 +0800 -+++ acinclude.m4 2016-02-16 19:05:00.294501000 +0800 -@@ -985,15 +985,9 @@ +--- acinclude.m4.orig 2016-07-20 13:11:26 UTC ++++ acinclude.m4 +@@ -985,15 +985,9 @@ dnl ------------------------------------ if test "$3" != "shared" && test "$3" != "yes" && test "$4" = "cli"; then dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no @@ -19,7 +19,7 @@ EXT_CLI_STATIC="$EXT_CLI_STATIC $1;$ext_dir" fi PHP_ADD_BUILD_DIR($ext_builddir) -@@ -1043,12 +1037,6 @@ +@@ -1043,12 +1037,6 @@ You either need to build $1 shared or bu build to be successful. ]) fi @@ -32,7 +32,7 @@ dnl Some systems require that we link $2 to $1 when building ]) -@@ -2970,8 +2958,7 @@ +@@ -2975,8 +2963,7 @@ dnl in GNU Make which causes the .d file $abs_srcdir/$ac_provsrc:; $ac_bdir[$]ac_hdrobj: $abs_srcdir/$ac_provsrc @@ -42,7 +42,7 @@ \$(PHP_DTRACE_OBJS): $ac_bdir[$]ac_hdrobj EOF -@@ -2990,12 +2977,12 @@ +@@ -2995,12 +2982,12 @@ dnl Always attempt to create both PIC an $ac_bdir[$]ac_provsrc.lo: \$(PHP_DTRACE_OBJS) echo "[#] Generated by Makefile for libtool" > \$[]@ @test -d "$dtrace_lib_dir" || mkdir $dtrace_lib_dir @@ -57,7 +57,7 @@ echo "non_pic_object=[']$dtrace_prov_name[']" >> \$[]@ [;\\] else [\\] echo "non_pic_object='none'" >> \$[]@ [;\\] -@@ -3007,7 +2994,7 @@ +@@ -3012,7 +2999,7 @@ EOF *) cat>>Makefile.objects< Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37712BC7391; Mon, 29 Aug 2016 14:53:03 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 137996A4; Mon, 29 Aug 2016 14:53:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TEr2kF067781; Mon, 29 Aug 2016 14:53:02 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TEr1IU067772; Mon, 29 Aug 2016 14:53:01 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608291453.u7TEr1IU067772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 14:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421063 - in head/sysutils: . qjail qjail2 qjail4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 14:53:03 -0000 Author: mat Date: Mon Aug 29 14:53:01 2016 New Revision: 421063 URL: https://svnweb.freebsd.org/changeset/ports/421063 Log: Update sysutils/qjail to 5.0 to handle FreeBSD 11+. Copy it to sysutils/qjail4 for FreeBSD 10 and sync CONFLICTS with the FreeBSD 8/9 version. PR: 212201, 212202 Submitted by: maintainer Sponsored by: Absolight Added: head/sysutils/qjail4/ - copied from r421062, head/sysutils/qjail/ Modified: head/sysutils/Makefile head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo head/sysutils/qjail/pkg-descr head/sysutils/qjail/pkg-message head/sysutils/qjail/pkg-plist head/sysutils/qjail2/Makefile head/sysutils/qjail4/Makefile head/sysutils/qjail4/pkg-descr Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Aug 29 14:34:17 2016 (r421062) +++ head/sysutils/Makefile Mon Aug 29 14:53:01 2016 (r421063) @@ -869,6 +869,7 @@ SUBDIR += qchroot SUBDIR += qjail SUBDIR += qjail2 + SUBDIR += qjail4 SUBDIR += qlogtools SUBDIR += qpxtool SUBDIR += qsynergy Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Mon Aug 29 14:34:17 2016 (r421062) +++ head/sysutils/qjail/Makefile Mon Aug 29 14:53:01 2016 (r421063) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 4.9 +PORTVERSION= 5.0 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} @@ -24,10 +24,13 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -CONFLICTS_INSTALL= qjail-2.* qjail-3.* +CONFLICTS_INSTALL= qjail[24]-* + +IGNORE_FreeBSD_9= Only for FreeBSD 11+ +IGNORE_FreeBSD_10= Only for FreeBSD 11+ do-install: -.for i in qjail qjail.vnet.be qjail.vnet.ng +.for i in qjail qjail.vnet.be ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime \ Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Mon Aug 29 14:34:17 2016 (r421062) +++ head/sysutils/qjail/distinfo Mon Aug 29 14:53:01 2016 (r421063) @@ -1,2 +1,3 @@ -SHA256 (qjail-4.9.tar.bz2) = 163d8893d431ab0699156db4a15c1c8927a71c4918014adb6006a8b6657cb49b -SIZE (qjail-4.9.tar.bz2) = 66048 +TIMESTAMP = 1472482359 +SHA256 (qjail-5.0.tar.bz2) = 41bc83d214035c7939d50fce091a0f888a7d109aaf93cb52c9c70d0f4357a668 +SIZE (qjail-5.0.tar.bz2) = 63015 Modified: head/sysutils/qjail/pkg-descr ============================================================================== --- head/sysutils/qjail/pkg-descr Mon Aug 29 14:34:17 2016 (r421062) +++ head/sysutils/qjail/pkg-descr Mon Aug 29 14:53:01 2016 (r421063) @@ -1,4 +1,4 @@ -This qjail version is not intended for RELEASES older than RELEASE-10.0. +This qjail version only supports RELEASE-11.0 and newer. Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail system that includes security and performance enhancements. Plus a new level Modified: head/sysutils/qjail/pkg-message ============================================================================== --- head/sysutils/qjail/pkg-message Mon Aug 29 14:34:17 2016 (r421062) +++ head/sysutils/qjail/pkg-message Mon Aug 29 14:53:01 2016 (r421063) @@ -10,33 +10,4 @@ For the BIG PICTURE issue "man qjail-how ######################################################################## -For users who have existing qjail environments. Please take note. -There are changes to the internals of the jail(8) command and changes to -parameter names in the periodic files that have occured in FreeBSD -Release 10.2 that effects jail behavior in a very minor way. -IF your running qjail on an 10.2 or newer version of FreeBSD you should -consider doing the following. -This version of qjail has an built in auto convert function that you may select -to choose that fixes those minor behavior problems with your existing jails. -This auto convert function is not documented in the qjail manual. Its only -shown here. So write it down. - - Issue [ qjail update -u ] from the host console. - -This will cause the existing "flavors" default & ssh-default directories to be -renamed and new ones populated. Then in each existing jail the periodic.conf -and newsyslog.conf files will be renamed with .saved suffix and new ones added. -The rc.conf file will be updated in place changing the -syslogd_enable= parameter value from "NO" to "YES". - -The new periodic.conf file has many sendmail reporting options disabled because -sendmail is disabled in the jails rc.conf file by default. This drastically -reduces the daily. weekly, monthly system and security status reports elapse -run times. This has a major effect on operating system performance where there -are a large number of jails. - -The [ qjail install ] command will install all the correct files depending on -what version of FreeBSD your host is running. - -######################################################################## Modified: head/sysutils/qjail/pkg-plist ============================================================================== --- head/sysutils/qjail/pkg-plist Mon Aug 29 14:34:17 2016 (r421062) +++ head/sysutils/qjail/pkg-plist Mon Aug 29 14:53:01 2016 (r421063) @@ -1,24 +1,24 @@ bin/qjail bin/qjail.vnet.be -bin/qjail.vnet.ng @sample etc/qjail.portsnap.conf.sample etc/rc.d/qjail.bootime man/man8/qjail.8.gz man/man8/qjail-intro.8.gz man/man8/qjail-howto.8.gz -%%EXAMPLESDIR%%/vnet/ipfw.rules.host -%%EXAMPLESDIR%%/vnet/ipfw.rules.vnet -%%EXAMPLESDIR%%/vnet/ipf.rules.host -%%EXAMPLESDIR%%/vnet/ipf.rules.vnet -%%EXAMPLESDIR%%/vnet/pf.rules.host -%%EXAMPLESDIR%%/vnet/pf.rules.vnet +%%EXAMPLESDIR%%/vnet/ipfw.host.rules +%%EXAMPLESDIR%%/vnet/ipfw.vnet.rules +%%EXAMPLESDIR%%/vnet/ipf.host.rules +%%EXAMPLESDIR%%/vnet/ipf.vnet.boot.rules +%%EXAMPLESDIR%%/vnet/ipf.vnet.run.rules +%%EXAMPLESDIR%%/vnet/pf.host.rules +%%EXAMPLESDIR%%/vnet/pf.vnet.rules.script +%%EXAMPLESDIR%%/vnet/devfsrules_vjail_pf70 +%%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60 %%EXAMPLESDIR%%/default/etc/make.conf %%EXAMPLESDIR%%/default/etc/motd %%EXAMPLESDIR%%/default/etc/periodic.conf -%%EXAMPLESDIR%%/default/etc/periodic102.conf -%%EXAMPLESDIR%%/default/etc/newsyslog102.conf +%%EXAMPLESDIR%%/default/etc/newsyslog.conf %%EXAMPLESDIR%%/default/etc/rc.conf -%%EXAMPLESDIR%%/default/etc/rc102.conf %%EXAMPLESDIR%%/default/root/.cshrc %%EXAMPLESDIR%%/default/usr/local/etc/pkg.conf %%EXAMPLESDIR%%/default/usr/local/etc/sudoers @@ -28,11 +28,9 @@ man/man8/qjail-howto.8.gz %%EXAMPLESDIR%%/ssh-default/etc/motd %%EXAMPLESDIR%%/ssh-default/etc/passwd %%EXAMPLESDIR%%/ssh-default/etc/periodic.conf -%%EXAMPLESDIR%%/ssh-default/etc/periodic102.conf -%%EXAMPLESDIR%%/ssh-default/etc/newsyslog102.conf +%%EXAMPLESDIR%%/ssh-default/etc/newsyslog.conf %%EXAMPLESDIR%%/ssh-default/etc/pwd.db %%EXAMPLESDIR%%/ssh-default/etc/rc.conf -%%EXAMPLESDIR%%/ssh-default/etc/rc102.conf %%EXAMPLESDIR%%/ssh-default/etc/spwd.db %%EXAMPLESDIR%%/ssh-default/etc/ssh/sshd_config %%EXAMPLESDIR%%/ssh-default/root/.cshrc Modified: head/sysutils/qjail2/Makefile ============================================================================== --- head/sysutils/qjail2/Makefile Mon Aug 29 14:34:17 2016 (r421062) +++ head/sysutils/qjail2/Makefile Mon Aug 29 14:53:01 2016 (r421063) @@ -14,7 +14,11 @@ COMMENT= Utility to quickly deploy and m USES= tar:bzip2 NO_BUILD= yes -CONFLICTS_INSTALL= qjail-1.* qjail-3.* +CONFLICTS_INSTALL= qjail-* + +IGNORE_FreeBSD_10= Only for FreeBSD 8 and 9 +IGNORE_FreeBSD_11= Only for FreeBSD 8 and 9 +IGNORE_FreeBSD_12= Only for FreeBSD 8 and 9 do-install: Modified: head/sysutils/qjail4/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Mon Aug 29 14:34:17 2016 (r421062) +++ head/sysutils/qjail4/Makefile Mon Aug 29 14:53:01 2016 (r421063) @@ -5,6 +5,7 @@ PORTNAME= qjail PORTVERSION= 4.9 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} +PKGNAMESUFFIX= 4 MAINTAINER= qjail1@a1poweruser.com COMMENT= Utility to quickly deploy and manage jails @@ -24,7 +25,11 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -CONFLICTS_INSTALL= qjail-2.* qjail-3.* +CONFLICTS_INSTALL= qjail-* + +IGNORE_FreeBSD_9= Only for FreeBSD 10.x +IGNORE_FreeBSD_11= Only for FreeBSD 10.x +IGNORE_FreeBSD_12= Only for FreeBSD 10.x do-install: .for i in qjail qjail.vnet.be qjail.vnet.ng Modified: head/sysutils/qjail4/pkg-descr ============================================================================== --- head/sysutils/qjail/pkg-descr Mon Aug 29 14:34:17 2016 (r421062) +++ head/sysutils/qjail4/pkg-descr Mon Aug 29 14:53:01 2016 (r421063) @@ -1,4 +1,4 @@ -This qjail version is not intended for RELEASES older than RELEASE-10.0. +This qjail version only supports the RELEASE-10.x series of releases. Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail system that includes security and performance enhancements. Plus a new level From owner-svn-ports-all@freebsd.org Mon Aug 29 15:00:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79AF5BC750F; Mon, 29 Aug 2016 15:00:44 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 4CE258AD; Mon, 29 Aug 2016 15:00:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TF0h9C068201; Mon, 29 Aug 2016 15:00:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TF0hZ0068200; Mon, 29 Aug 2016 15:00:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608291500.u7TF0hZ0068200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 15:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421064 - head/security/softhsm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:00:44 -0000 Author: mat Date: Mon Aug 29 15:00:43 2016 New Revision: 421064 URL: https://svnweb.freebsd.org/changeset/ports/421064 Log: Fix build on 11, when using OpenSSL from ports. Sponsored by: Absolight Modified: head/security/softhsm/Makefile (contents, props changed) Modified: head/security/softhsm/Makefile ============================================================================== --- head/security/softhsm/Makefile Mon Aug 29 14:53:01 2016 (r421063) +++ head/security/softhsm/Makefile Mon Aug 29 15:00:43 2016 (r421064) @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \ --localstatedir=/var INSTALL_TARGET= install-strip -USES= libtool +USES= libtool ssl USE_LDCONFIG= yes CONFLICTS= softhsm2-2.0.* From owner-svn-ports-all@freebsd.org Mon Aug 29 15:02:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7CCABC7644; Mon, 29 Aug 2016 15:02:19 +0000 (UTC) (envelope-from tijl@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 mx1.freebsd.org (Postfix) with ESMTPS id 9718AB60; Mon, 29 Aug 2016 15:02:19 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TF2IAZ071618; Mon, 29 Aug 2016 15:02:18 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TF2Ifw071617; Mon, 29 Aug 2016 15:02:18 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201608291502.u7TF2Ifw071617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 29 Aug 2016 15:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421065 - head/print/foomatic-filters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:02:19 -0000 Author: tijl Date: Mon Aug 29 15:02:18 2016 New Revision: 421065 URL: https://svnweb.freebsd.org/changeset/ports/421065 Log: Fix the CUPS foomatic-rip symlink. PR: 212232 Submitted by: fmysh@iijmio-mail.jp Approved by: jrm@ftfl.ca (maintainer) Modified: head/print/foomatic-filters/Makefile Modified: head/print/foomatic-filters/Makefile ============================================================================== --- head/print/foomatic-filters/Makefile Mon Aug 29 15:00:43 2016 (r421064) +++ head/print/foomatic-filters/Makefile Mon Aug 29 15:02:18 2016 (r421065) @@ -3,7 +3,7 @@ PORTNAME= foomatic-filters PORTVERSION= 4.0.17 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/foomatic/ @@ -56,7 +56,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/foomaticrip.c - @${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../bin|g' \ + @${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../../bin|g' \ -e '/filter.conf/ s|if.*||' \ ${WRKSRC}/Makefile.am From owner-svn-ports-all@freebsd.org Mon Aug 29 15:04:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14B4ABC7695; Mon, 29 Aug 2016 15:04:37 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id C7E25E34; Mon, 29 Aug 2016 15:04:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TF4ZR7071853; Mon, 29 Aug 2016 15:04:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TF4Z8G071848; Mon, 29 Aug 2016 15:04:35 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608291504.u7TF4Z8G071848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 15:04:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421066 - in head/sysutils: qjail qjail4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:04:37 -0000 Author: mat Date: Mon Aug 29 15:04:35 2016 New Revision: 421066 URL: https://svnweb.freebsd.org/changeset/ports/421066 Log: Cleanup whitespace at EOL. Pointy hat: mat Sponsored by: Absolight Modified: head/sysutils/qjail/Makefile (contents, props changed) head/sysutils/qjail/pkg-descr (contents, props changed) head/sysutils/qjail/pkg-plist (contents, props changed) head/sysutils/qjail4/pkg-descr (contents, props changed) head/sysutils/qjail4/pkg-message (contents, props changed) Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Mon Aug 29 15:02:18 2016 (r421065) +++ head/sysutils/qjail/Makefile Mon Aug 29 15:04:35 2016 (r421066) @@ -30,7 +30,7 @@ IGNORE_FreeBSD_9= Only for FreeBSD 11+ IGNORE_FreeBSD_10= Only for FreeBSD 11+ do-install: -.for i in qjail qjail.vnet.be +.for i in qjail qjail.vnet.be ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime \ Modified: head/sysutils/qjail/pkg-descr ============================================================================== --- head/sysutils/qjail/pkg-descr Mon Aug 29 15:02:18 2016 (r421065) +++ head/sysutils/qjail/pkg-descr Mon Aug 29 15:04:35 2016 (r421066) @@ -5,10 +5,10 @@ system that includes security and perfor of "user friendliness" enhancements dealing with deploying just a few jails or large scale jail environments consisting of 100's of jails. -Qjail uses the jail(8) jail.conf method. This provides the ability to enable +Qjail uses the jail(8) jail.conf method. This provides the ability to enable the following options on a per-jail basis. exec.fib, securelevel, allow.sysvipc, -devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs, -allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option +devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs, +allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option gives a jail its own network stack using the experimental vimage kernel module. The vnet option has only been tested on i386 and amd64 equipment. @@ -28,7 +28,7 @@ group of jails. Ability to designate a portion of the jail name as a group prefix so the command being executed will apply to only those jail names matching that prefix. -Qjail has been incorporated into the Finch open source project, +Qjail has been incorporated into the Finch open source project, see http://dreamcat4.github.io/finch/ for details. WWW: http://qjail.sourceforge.net/ Modified: head/sysutils/qjail/pkg-plist ============================================================================== --- head/sysutils/qjail/pkg-plist Mon Aug 29 15:02:18 2016 (r421065) +++ head/sysutils/qjail/pkg-plist Mon Aug 29 15:04:35 2016 (r421066) @@ -5,15 +5,15 @@ etc/rc.d/qjail.bootime man/man8/qjail.8.gz man/man8/qjail-intro.8.gz man/man8/qjail-howto.8.gz -%%EXAMPLESDIR%%/vnet/ipfw.host.rules -%%EXAMPLESDIR%%/vnet/ipfw.vnet.rules -%%EXAMPLESDIR%%/vnet/ipf.host.rules -%%EXAMPLESDIR%%/vnet/ipf.vnet.boot.rules -%%EXAMPLESDIR%%/vnet/ipf.vnet.run.rules -%%EXAMPLESDIR%%/vnet/pf.host.rules +%%EXAMPLESDIR%%/vnet/ipfw.host.rules +%%EXAMPLESDIR%%/vnet/ipfw.vnet.rules +%%EXAMPLESDIR%%/vnet/ipf.host.rules +%%EXAMPLESDIR%%/vnet/ipf.vnet.boot.rules +%%EXAMPLESDIR%%/vnet/ipf.vnet.run.rules +%%EXAMPLESDIR%%/vnet/pf.host.rules %%EXAMPLESDIR%%/vnet/pf.vnet.rules.script %%EXAMPLESDIR%%/vnet/devfsrules_vjail_pf70 -%%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60 +%%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60 %%EXAMPLESDIR%%/default/etc/make.conf %%EXAMPLESDIR%%/default/etc/motd %%EXAMPLESDIR%%/default/etc/periodic.conf Modified: head/sysutils/qjail4/pkg-descr ============================================================================== --- head/sysutils/qjail4/pkg-descr Mon Aug 29 15:02:18 2016 (r421065) +++ head/sysutils/qjail4/pkg-descr Mon Aug 29 15:04:35 2016 (r421066) @@ -5,10 +5,10 @@ system that includes security and perfor of "user friendliness" enhancements dealing with deploying just a few jails or large scale jail environments consisting of 100's of jails. -Qjail uses the jail(8) jail.conf method. This provides the ability to enable +Qjail uses the jail(8) jail.conf method. This provides the ability to enable the following options on a per-jail basis. exec.fib, securelevel, allow.sysvipc, -devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs, -allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option +devfs_rulesets, allow.raw_sockets, allow.quotas, allow.mount.nullfs, +allow.mount.tmpfs, allow.mount.zfs, vnet.interface, and vnet. The vnet option gives a jail its own network stack using the experimental vimage kernel module. The vnet option has only been tested on i386 and amd64 equipment. @@ -28,7 +28,7 @@ group of jails. Ability to designate a portion of the jail name as a group prefix so the command being executed will apply to only those jail names matching that prefix. -Qjail has been incorporated into the Finch open source project, +Qjail has been incorporated into the Finch open source project, see http://dreamcat4.github.io/finch/ for details. WWW: http://qjail.sourceforge.net/ Modified: head/sysutils/qjail4/pkg-message ============================================================================== --- head/sysutils/qjail4/pkg-message Mon Aug 29 15:02:18 2016 (r421065) +++ head/sysutils/qjail4/pkg-message Mon Aug 29 15:04:35 2016 (r421066) @@ -11,32 +11,32 @@ For the BIG PICTURE issue "man qjail-how ######################################################################## For users who have existing qjail environments. Please take note. -There are changes to the internals of the jail(8) command and changes to -parameter names in the periodic files that have occured in FreeBSD -Release 10.2 that effects jail behavior in a very minor way. -IF your running qjail on an 10.2 or newer version of FreeBSD you should +There are changes to the internals of the jail(8) command and changes to +parameter names in the periodic files that have occured in FreeBSD +Release 10.2 that effects jail behavior in a very minor way. +IF your running qjail on an 10.2 or newer version of FreeBSD you should consider doing the following. This version of qjail has an built in auto convert function that you may select to choose that fixes those minor behavior problems with your existing jails. -This auto convert function is not documented in the qjail manual. Its only -shown here. So write it down. +This auto convert function is not documented in the qjail manual. Its only +shown here. So write it down. - Issue [ qjail update -u ] from the host console. + Issue [ qjail update -u ] from the host console. -This will cause the existing "flavors" default & ssh-default directories to be +This will cause the existing "flavors" default & ssh-default directories to be renamed and new ones populated. Then in each existing jail the periodic.conf -and newsyslog.conf files will be renamed with .saved suffix and new ones added. -The rc.conf file will be updated in place changing the +and newsyslog.conf files will be renamed with .saved suffix and new ones added. +The rc.conf file will be updated in place changing the syslogd_enable= parameter value from "NO" to "YES". The new periodic.conf file has many sendmail reporting options disabled because sendmail is disabled in the jails rc.conf file by default. This drastically reduces the daily. weekly, monthly system and security status reports elapse -run times. This has a major effect on operating system performance where there +run times. This has a major effect on operating system performance where there are a large number of jails. The [ qjail install ] command will install all the correct files depending on -what version of FreeBSD your host is running. - +what version of FreeBSD your host is running. + ######################################################################## From owner-svn-ports-all@freebsd.org Mon Aug 29 15:07:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B1F8BC7771; Mon, 29 Aug 2016 15:07:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 1B7F42204; Mon, 29 Aug 2016 15:07:49 +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 u7TF7msV072056; Mon, 29 Aug 2016 15:07:48 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TF7m10072055; Mon, 29 Aug 2016 15:07:48 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201608291507.u7TF7m10072055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 29 Aug 2016 15:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421067 - head/emulators/wine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:07:49 -0000 Author: gerald Date: Mon Aug 29 15:07:48 2016 New Revision: 421067 URL: https://svnweb.freebsd.org/changeset/ports/421067 Log: Backport from wine-devel (r414806): Include GNUTLS in the default options since apparently it does help with Evernote and World of Warcraft. And it also seems to help with Internet Explorer and Microsoft Office. [1] Bump PORTREVISION. PR: 208234 Reported by: crees [1] Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Mon Aug 29 15:04:35 2016 (r421066) +++ head/emulators/wine/Makefile Mon Aug 29 15:07:48 2016 (r421067) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 1.8.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -49,7 +50,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PORTDATA= l_intl.nls wine.inf OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL V4L WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=X11 +OPTIONS_DEFAULT=GNUTLS X11 OPTIONS_SUB= yes DOSBOX_DESC= Use DOSBox to run MS-DOS programs From owner-svn-ports-all@freebsd.org Mon Aug 29 15:23:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1737CBC7B82; Mon, 29 Aug 2016 15:23:54 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id E956B2A85; Mon, 29 Aug 2016 15:23:53 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TFNr46079492; Mon, 29 Aug 2016 15:23:53 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFNra5079490; Mon, 29 Aug 2016 15:23:53 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608291523.u7TFNra5079490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 15:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421068 - in head/Mk: . Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:23:54 -0000 Author: mat Date: Mon Aug 29 15:23:52 2016 New Revision: 421068 URL: https://svnweb.freebsd.org/changeset/ports/421068 Log: Add a stage-qa check to check for the existence of SONAME in .so's. If a port provides .so.X files, they have to have a SONAME for them to work correctly. While there, incorporate a reverse soname checks in proxydeps. A port that needs a .so.X from another port which does not have a SONAME. Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7454 Modified: head/Mk/Scripts/qa.sh (contents, props changed) head/Mk/bsd.port.mk (contents, props changed) Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Mon Aug 29 15:07:48 2016 (r421067) +++ head/Mk/Scripts/qa.sh Mon Aug 29 15:23:52 2016 (r421068) @@ -627,11 +627,21 @@ proxydeps() { # No results presents a blank line from heredoc. [ -z "${dep_file}" ] && continue dep_file=$(subst_dep_file ${dep_file}) + # Skip files we already checked. if listcontains ${dep_file} "${already}"; then continue fi if $(pkg which -q ${dep_file} > /dev/null 2>&1); then dep_file_pkg=$(pkg which -qo ${dep_file}) + + # Check that the .so we need has a SONAME + if [ "${dep_file_pkg}" != "${PKGORIGIN}" ]; then + if ! readelf -d "${dep_file}" | grep -q SONAME; then + err "${file} is linked to ${dep_file} which does not have a SONAME. ${dep_file_pkg} needs to be fixed." + fi + fi + + # If we don't already depend on it, and we don't provide it if ! listcontains ${dep_file_pkg} "${LIB_RUN_DEPENDS} ${PKGORIGIN}"; then err "${file} is linked to ${dep_file} from ${dep_file_pkg} but it is not declared as a dependency" proxydeps_suggest_uses ${dep_file_pkg} ${dep_file} @@ -662,9 +672,35 @@ proxydeps() { return ${rc} } +sonames() { + [ -n "${BUNDLE_LIBS}" ] && return 0 + while read f; do + # No results presents a blank line from heredoc. + [ -z "${f}" ] && continue + # Ignore symlinks + [ -f "${f}" -a ! -L "${f}" ] || continue + if ! readelf -d ${f} | grep -q SONAME; then + warn "${f} doesn't have a SONAME." + warn "pkg(8) will not register it as being provided by the port." + warn "If another port depend on it, pkg will not be able to know where it comes from." + case "${f}" in + ${STAGEDIR}${PREFIX}/lib/*/*) + warn "It is in a subdirectory, it may not be used in another port." + ;; + *) + warn "It is directly in ${PREFIX}/lib, it is probably used by other ports." + ;; + esac + fi + # Use heredoc to avoid losing rc from find|while subshell + done <<-EOT + $(find ${STAGEDIR}${PREFIX}/lib -name '*.so.*') + EOT +} + checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo" checks="$checks suidfiles libtool libperl prefixvar baselibs terminfo" -checks="$checks proxydeps" +checks="$checks proxydeps sonames" ret=0 cd ${STAGEDIR} Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Aug 29 15:07:48 2016 (r421067) +++ head/Mk/bsd.port.mk Mon Aug 29 15:23:52 2016 (r421068) @@ -1509,6 +1509,7 @@ QA_ENV+= STAGEDIR=${STAGEDIR} \ LOCALBASE=${LOCALBASE} \ "STRIP=${STRIP}" \ TMPPLIST=${TMPPLIST} \ + BUNDLE_LIBS=${BUNDLE_LIBS} \ LDCONFIG_DIR="${LDCONFIG_DIR}" \ PKGORIGIN=${PKGORIGIN} \ LIB_RUN_DEPENDS='${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}' \ From owner-svn-ports-all@freebsd.org Mon Aug 29 15:34:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8986FBC7CF0; Mon, 29 Aug 2016 15:34:17 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5C1B22FB0; Mon, 29 Aug 2016 15:34:17 +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 u7TFYGUT083247; Mon, 29 Aug 2016 15:34:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFYGxD083245; Mon, 29 Aug 2016 15:34:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291534.u7TFYGxD083245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 15:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421069 - head/security/rubygem-recog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:34:17 -0000 Author: antoine Date: Mon Aug 29 15:34:16 2016 New Revision: 421069 URL: https://svnweb.freebsd.org/changeset/ports/421069 Log: Update to 2.0.22 Modified: head/security/rubygem-recog/Makefile head/security/rubygem-recog/distinfo Modified: head/security/rubygem-recog/Makefile ============================================================================== --- head/security/rubygem-recog/Makefile Mon Aug 29 15:23:52 2016 (r421068) +++ head/security/rubygem-recog/Makefile Mon Aug 29 15:34:16 2016 (r421069) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= recog -PORTVERSION= 2.0.21 +PORTVERSION= 2.0.22 CATEGORIES= security rubygems MASTER_SITES= RG @@ -13,12 +13,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri +NO_ARCH= yes + USE_RUBY= yes USES= gem PLIST_FILES= bin/recog_export \ bin/recog_match \ bin/recog_verify -PORTSCOUT= ignore:1 - .include Modified: head/security/rubygem-recog/distinfo ============================================================================== --- head/security/rubygem-recog/distinfo Mon Aug 29 15:23:52 2016 (r421068) +++ head/security/rubygem-recog/distinfo Mon Aug 29 15:34:16 2016 (r421069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463296895 -SHA256 (rubygem/recog-2.0.21.gem) = 3674980a48a4fb825a897fa7bf4d72c9c619d0cc25b48ae6a191684e392caa77 -SIZE (rubygem/recog-2.0.21.gem) = 198144 +TIMESTAMP = 1472475875 +SHA256 (rubygem/recog-2.0.22.gem) = fe2865299671b764aaf12223c1b27f9d3ce208c567588c4bb76e9170470c96b0 +SIZE (rubygem/recog-2.0.22.gem) = 204800 From owner-svn-ports-all@freebsd.org Mon Aug 29 15:35:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8DB3BC7D85; Mon, 29 Aug 2016 15:35:16 +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 mx1.freebsd.org (Postfix) with ESMTPS id A638C25D; Mon, 29 Aug 2016 15:35:16 +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 u7TFZFP1083398; Mon, 29 Aug 2016 15:35:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFZFbR083396; Mon, 29 Aug 2016 15:35:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291535.u7TFZFbR083396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 15:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421070 - head/security/rubygem-rex-text X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:35:17 -0000 Author: antoine Date: Mon Aug 29 15:35:15 2016 New Revision: 421070 URL: https://svnweb.freebsd.org/changeset/ports/421070 Log: Update to 0.2.1 Modified: head/security/rubygem-rex-text/Makefile head/security/rubygem-rex-text/distinfo Modified: head/security/rubygem-rex-text/Makefile ============================================================================== --- head/security/rubygem-rex-text/Makefile Mon Aug 29 15:34:16 2016 (r421069) +++ head/security/rubygem-rex-text/Makefile Mon Aug 29 15:35:15 2016 (r421070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-text -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-text/distinfo ============================================================================== --- head/security/rubygem-rex-text/distinfo Mon Aug 29 15:34:16 2016 (r421069) +++ head/security/rubygem-rex-text/distinfo Mon Aug 29 15:35:15 2016 (r421070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468491925 -SHA256 (rubygem/rex-text-0.1.1.gem) = 12832b1e56338e472d97f046cbea7e804bd95aef6045548c85232d66109765a2 -SIZE (rubygem/rex-text-0.1.1.gem) = 39424 +TIMESTAMP = 1472476172 +SHA256 (rubygem/rex-text-0.2.1.gem) = 6fe8f63ba088d0c59eddf470b1f7682c84c85835e56fc38568763e99d4b1c95c +SIZE (rubygem/rex-text-0.2.1.gem) = 43520 From owner-svn-ports-all@freebsd.org Mon Aug 29 15:35:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C8EEBC7DCC; Mon, 29 Aug 2016 15:35:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id E0DA8367; Mon, 29 Aug 2016 15:35:47 +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 u7TFZlIT083525; Mon, 29 Aug 2016 15:35:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFZkCE083523; Mon, 29 Aug 2016 15:35:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291535.u7TFZkCE083523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 15:35:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421071 - head/security/rubygem-rex-powershell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:35:48 -0000 Author: antoine Date: Mon Aug 29 15:35:46 2016 New Revision: 421071 URL: https://svnweb.freebsd.org/changeset/ports/421071 Log: Update to 0.1.64 Modified: head/security/rubygem-rex-powershell/Makefile head/security/rubygem-rex-powershell/distinfo Modified: head/security/rubygem-rex-powershell/Makefile ============================================================================== --- head/security/rubygem-rex-powershell/Makefile Mon Aug 29 15:35:15 2016 (r421070) +++ head/security/rubygem-rex-powershell/Makefile Mon Aug 29 15:35:46 2016 (r421071) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-powershell -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.64 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-powershell/distinfo ============================================================================== --- head/security/rubygem-rex-powershell/distinfo Mon Aug 29 15:35:15 2016 (r421070) +++ head/security/rubygem-rex-powershell/distinfo Mon Aug 29 15:35:46 2016 (r421071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468655639 -SHA256 (rubygem/rex-powershell-0.1.1.gem) = ebaa8c7a8d46417e928db290f4eae41f0126aa58dd588e368621b9a8dab1bb69 -SIZE (rubygem/rex-powershell-0.1.1.gem) = 25088 +TIMESTAMP = 1472476126 +SHA256 (rubygem/rex-powershell-0.1.64.gem) = 90e3a2f31f530d180c1d87c5cc1b7bad0de0523c9e48c24b701ceff30a996100 +SIZE (rubygem/rex-powershell-0.1.64.gem) = 25088 From owner-svn-ports-all@freebsd.org Mon Aug 29 15:41:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A592BC7F31; Mon, 29 Aug 2016 15:41:41 +0000 (UTC) (envelope-from brd@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 mx1.freebsd.org (Postfix) with ESMTPS id 5AD0D8B5; Mon, 29 Aug 2016 15:41:41 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TFfeew086611; Mon, 29 Aug 2016 15:41:40 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFfeCs086610; Mon, 29 Aug 2016 15:41:40 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201608291541.u7TFfeCs086610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Mon, 29 Aug 2016 15:41:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421072 - head/misc/raspbsd-led X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:41:41 -0000 Author: brd Date: Mon Aug 29 15:41:40 2016 New Revision: 421072 URL: https://svnweb.freebsd.org/changeset/ports/421072 Log: Fix a typo for the RC script. Approved by: bdrewery (implicit) Modified: head/misc/raspbsd-led/Makefile Modified: head/misc/raspbsd-led/Makefile ============================================================================== --- head/misc/raspbsd-led/Makefile Mon Aug 29 15:35:46 2016 (r421071) +++ head/misc/raspbsd-led/Makefile Mon Aug 29 15:41:40 2016 (r421072) @@ -12,7 +12,7 @@ COMMENT= Misc LED programs for ARM board USE_GITHUB= yes GH_ACCOUNT= raspbsd ONLY_FOR_ARCHS= armv6 -USE_RC_SUBR= flash-heartbead-led +USE_RC_SUBR= flash-heartbeat-led PLIST_FILES= sbin/flash-heartbeat-led .include From owner-svn-ports-all@freebsd.org Mon Aug 29 15:44:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B80BBC7025; Mon, 29 Aug 2016 15:44:36 +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 mx1.freebsd.org (Postfix) with ESMTPS id D3CBDB54; Mon, 29 Aug 2016 15:44:35 +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 u7TFiZTx087541; Mon, 29 Aug 2016 15:44:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFiYeV087536; Mon, 29 Aug 2016 15:44:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291544.u7TFiYeV087536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 15:44:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421073 - in head/devel: . rubygem-windows_error X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:44:36 -0000 Author: antoine Date: Mon Aug 29 15:44:34 2016 New Revision: 421073 URL: https://svnweb.freebsd.org/changeset/ports/421073 Log: New port: devel/rubygem-windows_error The WindowsError gem provides an easily accessible reference for standard Windows API Error Codes. It allows you to do comparisons as well as direct lookups of error codes to translate the numerical value returned by the API, into a meaningful and human readable message. WWW: https://github.com/rapid7/windows_error Added: head/devel/rubygem-windows_error/ head/devel/rubygem-windows_error/Makefile (contents, props changed) head/devel/rubygem-windows_error/distinfo (contents, props changed) head/devel/rubygem-windows_error/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 29 15:41:40 2016 (r421072) +++ head/devel/Makefile Mon Aug 29 15:44:34 2016 (r421073) @@ -5287,6 +5287,7 @@ SUBDIR += rubygem-wdm SUBDIR += rubygem-web-console SUBDIR += rubygem-webby + SUBDIR += rubygem-windows_error SUBDIR += rubygem-wmi-lite SUBDIR += rubygem-xpath SUBDIR += rubygem-yajl-ruby Added: head/devel/rubygem-windows_error/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-windows_error/Makefile Mon Aug 29 15:44:34 2016 (r421073) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= windows_error +PORTVERSION= 0.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Provides a way to look up Windows NTSTATUS and Win32 Error Codes + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-windows_error/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-windows_error/distinfo Mon Aug 29 15:44:34 2016 (r421073) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472477081 +SHA256 (rubygem/windows_error-0.0.2.gem) = a595d13bdc8426a0d63c97e1da3fb001d7e35d7a2b57dab9487e5882a4635674 +SIZE (rubygem/windows_error-0.0.2.gem) = 221696 Added: head/devel/rubygem-windows_error/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-windows_error/pkg-descr Mon Aug 29 15:44:34 2016 (r421073) @@ -0,0 +1,6 @@ +The WindowsError gem provides an easily accessible reference for standard +Windows API Error Codes. It allows you to do comparisons as well as direct +lookups of error codes to translate the numerical value returned by the API, +into a meaningful and human readable message. + +WWW: https://github.com/rapid7/windows_error From owner-svn-ports-all@freebsd.org Mon Aug 29 15:45:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DB55BC70D0; Mon, 29 Aug 2016 15:45:20 +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 mx1.freebsd.org (Postfix) with ESMTPS id C74E7C43; Mon, 29 Aug 2016 15:45:19 +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 u7TFjJb0087727; Mon, 29 Aug 2016 15:45:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFjIOb087723; Mon, 29 Aug 2016 15:45:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291545.u7TFjIOb087723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 15:45:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421074 - in head/security: . rubygem-openvas-omp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:45:20 -0000 Author: antoine Date: Mon Aug 29 15:45:18 2016 New Revision: 421074 URL: https://svnweb.freebsd.org/changeset/ports/421074 Log: New port: security/rubygem-openvas-omp This Ruby gem is used for communication with OpenVAS manager over OMP. You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc. WWW: https://github.com/kost/openvas-omp-ruby Added: head/security/rubygem-openvas-omp/ head/security/rubygem-openvas-omp/Makefile (contents, props changed) head/security/rubygem-openvas-omp/distinfo (contents, props changed) head/security/rubygem-openvas-omp/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Aug 29 15:44:34 2016 (r421073) +++ head/security/Makefile Mon Aug 29 15:45:18 2016 (r421074) @@ -1005,6 +1005,7 @@ SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth SUBDIR += rubygem-openssl-ccm + SUBDIR += rubygem-openvas-omp SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 Added: head/security/rubygem-openvas-omp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openvas-omp/Makefile Mon Aug 29 15:45:18 2016 (r421074) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= openvas-omp +PORTVERSION= 0.0.4 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Communicate with OpenVAS manager through OMP + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-openvas-omp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openvas-omp/distinfo Mon Aug 29 15:45:18 2016 (r421074) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472476619 +SHA256 (rubygem/openvas-omp-0.0.4.gem) = 1d899775128c8757f63a8b3372b923469bac64ad246cd96593d89cb64930ae93 +SIZE (rubygem/openvas-omp-0.0.4.gem) = 10752 Added: head/security/rubygem-openvas-omp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openvas-omp/pkg-descr Mon Aug 29 15:45:18 2016 (r421074) @@ -0,0 +1,5 @@ +This Ruby gem is used for communication with OpenVAS manager over OMP. You can +start, stop, pause and resume scan. Watch progress and status of scan, download +report, etc. + +WWW: https://github.com/kost/openvas-omp-ruby From owner-svn-ports-all@freebsd.org Mon Aug 29 15:48:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAB7CBC7131; Mon, 29 Aug 2016 15:48:09 +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 mx1.freebsd.org (Postfix) with ESMTPS id BB44CD99; Mon, 29 Aug 2016 15:48:09 +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 u7TFm8OB087906; Mon, 29 Aug 2016 15:48:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFm8AA087905; Mon, 29 Aug 2016 15:48:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291548.u7TFm8AA087905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 15:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421075 - head/sysutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:48:10 -0000 Author: antoine Date: Mon Aug 29 15:48:08 2016 New Revision: 421075 URL: https://svnweb.freebsd.org/changeset/ports/421075 Log: Hook u-boot-pcduino3 to the build Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Aug 29 15:45:18 2016 (r421074) +++ head/sysutils/Makefile Mon Aug 29 15:48:08 2016 (r421075) @@ -1118,6 +1118,7 @@ SUBDIR += u-boot-olinuxino-lime SUBDIR += u-boot-orangepi-one SUBDIR += u-boot-pandaboard + SUBDIR += u-boot-pcduino3 SUBDIR += u-boot-pine64 SUBDIR += u-boot-rpi SUBDIR += u-boot-rpi2 From owner-svn-ports-all@freebsd.org Mon Aug 29 15:50:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92F01BC7215; Mon, 29 Aug 2016 15:50:31 +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 mx1.freebsd.org (Postfix) with ESMTPS id 629BAEF5; Mon, 29 Aug 2016 15:50:31 +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 u7TFoULt088104; Mon, 29 Aug 2016 15:50:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFoUx2088103; Mon, 29 Aug 2016 15:50:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291550.u7TFoUx2088103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 15:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421076 - head/devel/rubygem-windows_error X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:50:31 -0000 Author: antoine Date: Mon Aug 29 15:50:30 2016 New Revision: 421076 URL: https://svnweb.freebsd.org/changeset/ports/421076 Log: Fix CATEGORIES Modified: head/devel/rubygem-windows_error/Makefile Modified: head/devel/rubygem-windows_error/Makefile ============================================================================== --- head/devel/rubygem-windows_error/Makefile Mon Aug 29 15:48:08 2016 (r421075) +++ head/devel/rubygem-windows_error/Makefile Mon Aug 29 15:50:30 2016 (r421076) @@ -2,7 +2,7 @@ PORTNAME= windows_error PORTVERSION= 0.0.2 -CATEGORIES= security rubygems +CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= antoine@FreeBSD.org From owner-svn-ports-all@freebsd.org Mon Aug 29 15:54:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39EF1BC7595; Mon, 29 Aug 2016 15:54:32 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id E47C63A7; Mon, 29 Aug 2016 15:54:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TFsVQp091755; Mon, 29 Aug 2016 15:54:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFsUHc091750; Mon, 29 Aug 2016 15:54:30 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608291554.u7TFsUHc091750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Aug 2016 15:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421077 - in head/net-im: . py-fbmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:54:32 -0000 Author: olgeni Date: Mon Aug 29 15:54:30 2016 New Revision: 421077 URL: https://svnweb.freebsd.org/changeset/ports/421077 Log: Add net-im/py-fbmq, a Python library for using the Facebook Messenger API. Added: head/net-im/py-fbmq/ head/net-im/py-fbmq/Makefile (contents, props changed) head/net-im/py-fbmq/distinfo (contents, props changed) head/net-im/py-fbmq/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Mon Aug 29 15:50:30 2016 (r421076) +++ head/net-im/Makefile Mon Aug 29 15:54:30 2016 (r421077) @@ -126,6 +126,7 @@ SUBDIR += psi SUBDIR += psimedia SUBDIR += pwytter + SUBDIR += py-fbmq SUBDIR += py-jabber SUBDIR += py-jabberbot SUBDIR += py-libturpial Added: head/net-im/py-fbmq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-fbmq/Makefile Mon Aug 29 15:54:30 2016 (r421077) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= fbmq +PORTVERSION= 1.7.0 +CATEGORIES= net-im devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Python library for using the Facebook Messenger API + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/net-im/py-fbmq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-fbmq/distinfo Mon Aug 29 15:54:30 2016 (r421077) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472484763 +SHA256 (fbmq-1.7.0.tar.gz) = 9be46dde09f22822ea95a734ad0bbc2b21663aecc44861ab5ea3881c90506349 +SIZE (fbmq-1.7.0.tar.gz) = 7304 Added: head/net-im/py-fbmq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/py-fbmq/pkg-descr Mon Aug 29 15:54:30 2016 (r421077) @@ -0,0 +1,3 @@ +Python library for using the Facebook Messenger API. + +WWW: https://github.com/conbus/fbmq From owner-svn-ports-all@freebsd.org Mon Aug 29 15:55:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E483BC75EC; Mon, 29 Aug 2016 15:55:08 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3E71E6B7; Mon, 29 Aug 2016 15:55:08 +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 u7TFt7UR091912; Mon, 29 Aug 2016 15:55:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFt7fs091910; Mon, 29 Aug 2016 15:55:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291555.u7TFt7fs091910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 15:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421078 - head/security/metasploit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:55:08 -0000 Author: antoine Date: Mon Aug 29 15:55:07 2016 New Revision: 421078 URL: https://svnweb.freebsd.org/changeset/ports/421078 Log: Update to 4.12.22 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Mon Aug 29 15:54:30 2016 (r421077) +++ head/security/metasploit/Makefile Mon Aug 29 15:55:07 2016 (r421078) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.12.16 +PORTVERSION= 4.12.22 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -41,6 +41,7 @@ RUN_DEPENDS= nasm:devel/nasm \ rubygem-patch_finder>=0:devel/rubygem-patch_finder \ rubygem-sshkey>=0:security/rubygem-sshkey \ rubygem-bit-struct>=0:devel/rubygem-bit-struct \ + rubygem-windows_error>=0:devel/rubygem-windows_error \ rubygem-net-ssh>=0:security/rubygem-net-ssh \ rubygem-rex-arch>=0:security/rubygem-rex-arch \ rubygem-rex-java>=0:security/rubygem-rex-java \ @@ -55,7 +56,8 @@ RUN_DEPENDS= nasm:devel/nasm \ rubygem-rubyzip>=0:archivers/rubygem-rubyzip \ rubygem-sqlite3>=0:databases/rubygem-sqlite3 \ rubygem-tzinfo>=0:devel/rubygem-tzinfo \ - rubygem-filesize>=0:devel/rubygem-filesize + rubygem-filesize>=0:devel/rubygem-filesize \ + rubygem-openvas-omp>=0:security/rubygem-openvas-omp SCRIPTS= msfbinscan msfconsole msfd msfelfscan \ msfmachscan msfpescan msfrop msfrpc msfrpcd msfvenom Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Mon Aug 29 15:54:30 2016 (r421077) +++ head/security/metasploit/distinfo Mon Aug 29 15:55:07 2016 (r421078) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469866503 -SHA256 (rapid7-metasploit-framework-4.12.16_GH0.tar.gz) = 082f4109da2368fc4ec25a64ceae7655da80b3a46f650f86ff52d9bfac05c584 -SIZE (rapid7-metasploit-framework-4.12.16_GH0.tar.gz) = 23258256 +TIMESTAMP = 1472477304 +SHA256 (rapid7-metasploit-framework-4.12.22_GH0.tar.gz) = e7a659408fb38241ac0fbfaefc51166ed3546543de4af055d6304d514987a966 +SIZE (rapid7-metasploit-framework-4.12.22_GH0.tar.gz) = 23371554 From owner-svn-ports-all@freebsd.org Mon Aug 29 15:59:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C10C4BC76CB; Mon, 29 Aug 2016 15:59:26 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 8EC9085F; Mon, 29 Aug 2016 15:59:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TFxPh4092163; Mon, 29 Aug 2016 15:59:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFxPNY092161; Mon, 29 Aug 2016 15:59:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608291559.u7TFxPNY092161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 15:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421079 - in head/sysutils: qjail2 qjail4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:59:26 -0000 Author: mat Date: Mon Aug 29 15:59:25 2016 New Revision: 421079 URL: https://svnweb.freebsd.org/changeset/ports/421079 Log: Fixup CONFLICTS_INSTALL. Sponsored by: Absolight Modified: head/sysutils/qjail2/Makefile (contents, props changed) head/sysutils/qjail4/Makefile (contents, props changed) Modified: head/sysutils/qjail2/Makefile ============================================================================== --- head/sysutils/qjail2/Makefile Mon Aug 29 15:55:07 2016 (r421078) +++ head/sysutils/qjail2/Makefile Mon Aug 29 15:59:25 2016 (r421079) @@ -14,7 +14,7 @@ COMMENT= Utility to quickly deploy and m USES= tar:bzip2 NO_BUILD= yes -CONFLICTS_INSTALL= qjail-* +CONFLICTS_INSTALL= qjail-* qjail4-* IGNORE_FreeBSD_10= Only for FreeBSD 8 and 9 IGNORE_FreeBSD_11= Only for FreeBSD 8 and 9 Modified: head/sysutils/qjail4/Makefile ============================================================================== --- head/sysutils/qjail4/Makefile Mon Aug 29 15:55:07 2016 (r421078) +++ head/sysutils/qjail4/Makefile Mon Aug 29 15:59:25 2016 (r421079) @@ -25,7 +25,7 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -CONFLICTS_INSTALL= qjail-* +CONFLICTS_INSTALL= qjail-* qjail2-* IGNORE_FreeBSD_9= Only for FreeBSD 10.x IGNORE_FreeBSD_11= Only for FreeBSD 10.x From owner-svn-ports-all@freebsd.org Mon Aug 29 16:34:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7691EBC7086; Mon, 29 Aug 2016 16:34:40 +0000 (UTC) (envelope-from nivit@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 mx1.freebsd.org (Postfix) with ESMTPS id 4938DF97; Mon, 29 Aug 2016 16:34:40 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TGYdu7007013; Mon, 29 Aug 2016 16:34:39 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TGYdhj007011; Mon, 29 Aug 2016 16:34:39 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201608291634.u7TGYdhj007011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Mon, 29 Aug 2016 16:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421080 - head/devel/py-stevedore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 16:34:40 -0000 Author: nivit Date: Mon Aug 29 16:34:39 2016 New Revision: 421080 URL: https://svnweb.freebsd.org/changeset/ports/421080 Log: - Update to 1.17.1 ChangeLog: http://docs.openstack.org/developer/stevedore/history.html PR: 212203 Submitted by: dave@gufi.org Modified: head/devel/py-stevedore/Makefile head/devel/py-stevedore/distinfo Modified: head/devel/py-stevedore/Makefile ============================================================================== --- head/devel/py-stevedore/Makefile Mon Aug 29 15:59:25 2016 (r421079) +++ head/devel/py-stevedore/Makefile Mon Aug 29 16:34:39 2016 (r421080) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= stevedore -PORTVERSION= 1.12.0 -#PORTREVISION= 0 +PORTVERSION= 1.17.1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +12,9 @@ COMMENT= Manage dynamic plugins for Pyth LICENSE= APACHE20 -BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.3.0:devel/py-pbr # <2.0 +BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr # <2.0 RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:devel/py-argparse \ - ${PKGNAMEPREFIX}pbr>=1.3.0:devel/py-pbr \ + ${PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr \ ${PKGNAMEPREFIX}six>=1.9.0:devel/py-six USES= python Modified: head/devel/py-stevedore/distinfo ============================================================================== --- head/devel/py-stevedore/distinfo Mon Aug 29 15:59:25 2016 (r421079) +++ head/devel/py-stevedore/distinfo Mon Aug 29 16:34:39 2016 (r421080) @@ -1,2 +1,3 @@ -SHA256 (stevedore-1.12.0.tar.gz) = 1bdeb2562d8f2c1e3047c2f17134a38b37a6e53e16ca1d9f79ff2ac5d5fe2925 -SIZE (stevedore-1.12.0.tar.gz) = 499155 +TIMESTAMP = 1472482828 +SHA256 (stevedore-1.17.1.tar.gz) = 79414e27ece996b2e81161c1ec91536f2b15645d5f6bd28128724486e1c4b8e3 +SIZE (stevedore-1.17.1.tar.gz) = 501848 From owner-svn-ports-all@freebsd.org Mon Aug 29 16:51:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD237BC73DC; Mon, 29 Aug 2016 16:51:14 +0000 (UTC) (envelope-from adamw@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 mx1.freebsd.org (Postfix) with ESMTPS id 761568B0; Mon, 29 Aug 2016 16:51:14 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TGpD5K012292; Mon, 29 Aug 2016 16:51:13 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TGpDb2012275; Mon, 29 Aug 2016 16:51:13 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201608291651.u7TGpDb2012275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Aug 2016 16:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421081 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 16:51:14 -0000 Author: adamw Date: Mon Aug 29 16:51:13 2016 New Revision: 421081 URL: https://svnweb.freebsd.org/changeset/ports/421081 Log: Update to 7.04. - Added EXPERIMENTAL support for performing computationally expensive operations in subprocesses, without blocking the event loop. (jberger, sri) - Added EXPERIMENTAL module Mojo::IOLoop::Subprocess. (jberger, sri) - Added EXPERIMENTAL subprocess method to Mojo::IOLoop. (jberger, sri) - Improved many methods in Mojolicious::Controller to die more gracefully if the connection has already been closed. - Fixed bug where Mojo::UserAgent would try to follow redirects for CONNECT requests. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo head/www/p5-Mojolicious/pkg-plist Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Mon Aug 29 16:34:39 2016 (r421080) +++ head/www/p5-Mojolicious/Makefile Mon Aug 29 16:51:13 2016 (r421081) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.03 +PORTVERSION= 7.04 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Mon Aug 29 16:34:39 2016 (r421080) +++ head/www/p5-Mojolicious/distinfo Mon Aug 29 16:51:13 2016 (r421081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471466973 -SHA256 (Mojolicious-7.03.tar.gz) = f08741cf9329fa02fcaa631a5862d9e68490d1a5f95d968951dfba90457d66fd -SIZE (Mojolicious-7.03.tar.gz) = 654489 +TIMESTAMP = 1472489248 +SHA256 (Mojolicious-7.04.tar.gz) = fd8c9d7fed9117afb04bce79cc8f28798cbac7e5d9be07f83fd99d7356b43cc6 +SIZE (Mojolicious-7.04.tar.gz) = 657066 Modified: head/www/p5-Mojolicious/pkg-plist ============================================================================== --- head/www/p5-Mojolicious/pkg-plist Mon Aug 29 16:34:39 2016 (r421080) +++ head/www/p5-Mojolicious/pkg-plist Mon Aug 29 16:51:13 2016 (r421081) @@ -29,6 +29,7 @@ bin/morbo %%SITE_PERL%%/Mojo/IOLoop/Delay.pm %%SITE_PERL%%/Mojo/IOLoop/Server.pm %%SITE_PERL%%/Mojo/IOLoop/Stream.pm +%%SITE_PERL%%/Mojo/IOLoop/Subprocess.pm %%SITE_PERL%%/Mojo/IOLoop/resources/server.crt %%SITE_PERL%%/Mojo/IOLoop/resources/server.key %%SITE_PERL%%/Mojo/JSON.pm @@ -164,6 +165,7 @@ bin/morbo %%PERL5_MAN3%%/Mojo::IOLoop::Delay.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::Server.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::Stream.3.gz +%%PERL5_MAN3%%/Mojo::IOLoop::Subprocess.3.gz %%PERL5_MAN3%%/Mojo::JSON.3.gz %%PERL5_MAN3%%/Mojo::JSON::Pointer.3.gz %%PERL5_MAN3%%/Mojo::Loader.3.gz From owner-svn-ports-all@freebsd.org Mon Aug 29 16:53:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B6BABC744E; Mon, 29 Aug 2016 16:53:31 +0000 (UTC) (envelope-from adamw@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 mx1.freebsd.org (Postfix) with ESMTPS id 6E2DBAB2; Mon, 29 Aug 2016 16:53:31 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TGrUDJ014664; Mon, 29 Aug 2016 16:53:30 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TGrUSA014662; Mon, 29 Aug 2016 16:53:30 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201608291653.u7TGrUSA014662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Aug 2016 16:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421082 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 16:53:31 -0000 Author: adamw Date: Mon Aug 29 16:53:30 2016 New Revision: 421082 URL: https://svnweb.freebsd.org/changeset/ports/421082 Log: Update to 7.05. Changes: Fixed bug in Mojo::IOLoop::Subprocess where EV would steal the subprocess exit status. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Mon Aug 29 16:51:13 2016 (r421081) +++ head/www/p5-Mojolicious/Makefile Mon Aug 29 16:53:30 2016 (r421082) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.04 +PORTVERSION= 7.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Mon Aug 29 16:51:13 2016 (r421081) +++ head/www/p5-Mojolicious/distinfo Mon Aug 29 16:53:30 2016 (r421082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472489248 -SHA256 (Mojolicious-7.04.tar.gz) = fd8c9d7fed9117afb04bce79cc8f28798cbac7e5d9be07f83fd99d7356b43cc6 -SIZE (Mojolicious-7.04.tar.gz) = 657066 +TIMESTAMP = 1472489549 +SHA256 (Mojolicious-7.05.tar.gz) = 6c7aaae8b318dc7691376ed95fa61d8cc56cfa0ad1547e12867398bec99b13ed +SIZE (Mojolicious-7.05.tar.gz) = 657101 From owner-svn-ports-all@freebsd.org Mon Aug 29 16:57:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A1AEBC75B5; Mon, 29 Aug 2016 16:57:05 +0000 (UTC) (envelope-from adamw@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 mx1.freebsd.org (Postfix) with ESMTPS id CE66FD26; Mon, 29 Aug 2016 16:57:04 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TGv4iC014922; Mon, 29 Aug 2016 16:57:04 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TGv3nb014920; Mon, 29 Aug 2016 16:57:03 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201608291657.u7TGv3nb014920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Aug 2016 16:57:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421083 - head/devel/p5-Module-Build X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 16:57:05 -0000 Author: adamw Date: Mon Aug 29 16:57:03 2016 New Revision: 421083 URL: https://svnweb.freebsd.org/changeset/ports/421083 Log: Update to 0.4220. Changes: https://metacpan.org/changes/distribution/Module-Build Modified: head/devel/p5-Module-Build/Makefile head/devel/p5-Module-Build/distinfo Modified: head/devel/p5-Module-Build/Makefile ============================================================================== --- head/devel/p5-Module-Build/Makefile Mon Aug 29 16:53:30 2016 (r421082) +++ head/devel/p5-Module-Build/Makefile Mon Aug 29 16:57:03 2016 (r421083) @@ -6,7 +6,7 @@ # Mk/Uses/perl5.mk. PORTNAME= Module-Build -PORTVERSION= 0.4218 +PORTVERSION= 0.4220 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -39,7 +39,7 @@ RUN_DEPENDS+= p5-CPAN-Meta>=2.142060:dev .endif post-patch: - @${RM} -f ${WRKSRC}/bin/config_data + @${RM} ${WRKSRC}/bin/config_data @${REINPLACE_CMD} -e '/script_files/d' ${WRKSRC}/Build.PL @${REINPLACE_CMD} -e '/^bin\/config_data/d' ${WRKSRC}/MANIFEST Modified: head/devel/p5-Module-Build/distinfo ============================================================================== --- head/devel/p5-Module-Build/distinfo Mon Aug 29 16:53:30 2016 (r421082) +++ head/devel/p5-Module-Build/distinfo Mon Aug 29 16:57:03 2016 (r421083) @@ -1,2 +1,3 @@ -SHA256 (Module-Build-0.4218.tar.gz) = 1ef0aa529a3f296f894a5e79240a77d71be60dd595e8cad3a0d04c7ea187c0d0 -SIZE (Module-Build-0.4218.tar.gz) = 305533 +TIMESTAMP = 1472489678 +SHA256 (Module-Build-0.4220.tar.gz) = fb1207c7e799366f7a8adda3f135bf8141c4d6068505650d4db2b2d3ce34b5a2 +SIZE (Module-Build-0.4220.tar.gz) = 304299 From owner-svn-ports-all@freebsd.org Mon Aug 29 17:00:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EEBABC7834; Mon, 29 Aug 2016 17:00:56 +0000 (UTC) (envelope-from adamw@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 mx1.freebsd.org (Postfix) with ESMTPS id D436FF4F; Mon, 29 Aug 2016 17:00:55 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TH0teN015192; Mon, 29 Aug 2016 17:00:55 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TH0smB015190; Mon, 29 Aug 2016 17:00:54 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201608291700.u7TH0smB015190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 29 Aug 2016 17:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421084 - head/security/p5-Net-SSLeay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 17:00:56 -0000 Author: adamw Date: Mon Aug 29 17:00:54 2016 New Revision: 421084 URL: https://svnweb.freebsd.org/changeset/ports/421084 Log: Update to 1.78. Changes: https://metacpan.org/changes/distribution/Net-SSLeay Modified: head/security/p5-Net-SSLeay/Makefile head/security/p5-Net-SSLeay/distinfo Modified: head/security/p5-Net-SSLeay/Makefile ============================================================================== --- head/security/p5-Net-SSLeay/Makefile Mon Aug 29 16:57:03 2016 (r421083) +++ head/security/p5-Net-SSLeay/Makefile Mon Aug 29 17:00:54 2016 (r421084) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSLeay -PORTVERSION= 1.77 +PORTVERSION= 1.78 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -32,6 +32,6 @@ post-install: post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${STAGEDIR}${EXAMPLESDIR}/req.conf + ${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/security/p5-Net-SSLeay/distinfo ============================================================================== --- head/security/p5-Net-SSLeay/distinfo Mon Aug 29 16:57:03 2016 (r421083) +++ head/security/p5-Net-SSLeay/distinfo Mon Aug 29 17:00:54 2016 (r421084) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470082642 -SHA256 (Net-SSLeay-1.77.tar.gz) = 6150a3e7643e8cd944519ffdbd80c9471f73c26b50975dbfaa5d0e91f2e2061a -SIZE (Net-SSLeay-1.77.tar.gz) = 394451 +TIMESTAMP = 1472489900 +SHA256 (Net-SSLeay-1.78.tar.gz) = e7f56427602f897446013b84b9ff51b8e8ab4fce0bbd086c4e28c198a942ed53 +SIZE (Net-SSLeay-1.78.tar.gz) = 394554 From owner-svn-ports-all@freebsd.org Mon Aug 29 17:14:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C648BC7DA8; Mon, 29 Aug 2016 17:14:23 +0000 (UTC) (envelope-from crees@physics.org) Received: from mail36c50.megamailservers.eu (mail226c50.megamailservers.eu [91.136.10.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04ECD905; Mon, 29 Aug 2016 17:14:20 +0000 (UTC) (envelope-from crees@physics.org) X-Authenticated-User: bayofrum.uwclub.net Received: from pegasus.bayofrum.net (host-2-102-106-111.as13285.net [2.102.106.111]) (authenticated bits=0) by mail36c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id u7TGMbpr010984; Mon, 29 Aug 2016 16:22:39 +0000 Received: from android-4497c5999ce4d9aa.bayofrum.net (android-4497c5999ce4d9aa.bayofrum.net [192.168.1.115]) by pegasus.bayofrum.net (Postfix) with ESMTPSA id 1083D54423; Mon, 29 Aug 2016 17:22:37 +0100 (BST) User-Agent: K-9 Mail for Android In-Reply-To: <201608291254.u7TCsj2D021566@repo.freebsd.org> References: <201608291254.u7TCsj2D021566@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: svn commit: r421057 - head/dns/bind9-devel From: Chris Rees Date: Mon, 29 Aug 2016 17:22:36 +0100 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <0E4D71D1-9583-4B66-B7CF-933F836CAFC5@physics.org> X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: 1083D54423.A31F9 X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@physics.org X-Spam-Status: No X-CTCH-RefID: str=0001.0A0B0207.57C46150.0048, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.1 cv=N6YQSQNB c=1 sm=1 tr=0 a=gIyif6r13gc5Hj8RuoB4yw==:117 a=gIyif6r13gc5Hj8RuoB4yw==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=7z1cN_iqozsA:10 a=6I5d2MoRAAAA:8 a=La9YjMoW8H2Xkh2JIm8A:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 17:14:23 -0000 On 29 August 2016 13:54:45 BST, Mathieu Arnold wrote: >Author: mat >Date: Mon Aug 29 12:54:44 2016 >New Revision: 421057 >URL: https://svnweb.freebsd.org/changeset/ports/421057 > >Log: > Update to latest commit. > > Sponsored by: Absolight > >Modified: > head/dns/bind9-devel/Makefile (contents, props changed) > head/dns/bind9-devel/distinfo (contents, props changed) > >Modified: head/dns/bind9-devel/Makefile >============================================================================== >--- head/dns/bind9-devel/Makefile Mon Aug 29 12:54:33 2016 (r421056) >+++ head/dns/bind9-devel/Makefile Mon Aug 29 12:54:44 2016 (r421057) >@@ -16,8 +16,8 @@ COMMENT= BIND DNS suite with updated DNS > LICENSE= MPL > > # ISC releases things like 9.8.0-P1, which our versioning doesn't like >-ISCVERSION= 9.12.0a.2016.08.19 >-HASH= 228a095 >+ISCVERSION= 9.12.0a.2016.08.29 >+HASH= 5336fee Is DISTVERSION no use for this? I find it usually makes a very helpful PORTVERSION with no extra input needed. Chris -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-svn-ports-all@freebsd.org Mon Aug 29 17:20:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDA4FBC7E64; Mon, 29 Aug 2016 17:20:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8221CAB8; Mon, 29 Aug 2016 17:20:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E5287BDCD0; Mon, 29 Aug 2016 19:20:02 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id C9B6BBDC30; Mon, 29 Aug 2016 19:20:02 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 2396C6125; Mon, 29 Aug 2016 19:20:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id D05172E5F133; Mon, 29 Aug 2016 19:20:01 +0200 (CEST) Date: Mon, 29 Aug 2016 19:20:01 +0200 From: Mathieu Arnold To: Chris Rees , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r421057 - head/dns/bind9-devel Message-ID: <1F87A456CD016750245874A0@ogg.in.absolight.net> In-Reply-To: <0E4D71D1-9583-4B66-B7CF-933F836CAFC5@physics.org> References: <201608291254.u7TCsj2D021566@repo.freebsd.org> <0E4D71D1-9583-4B66-B7CF-933F836CAFC5@physics.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========67F774E45170CC562D43==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 17:20:06 -0000 --==========67F774E45170CC562D43========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 29 ao=C3=BBt 2016 17:22:36 +0100 Chris Rees = wrote: |=20 |=20 | On 29 August 2016 13:54:45 BST, Mathieu Arnold wrote: |> Author: mat |> Date: Mon Aug 29 12:54:44 2016 |> New Revision: 421057 |> URL: https://svnweb.freebsd.org/changeset/ports/421057 |>=20 |> Log: |> Update to latest commit. |> =20 |> Sponsored by: Absolight |>=20 |> Modified: |> head/dns/bind9-devel/Makefile (contents, props changed) |> head/dns/bind9-devel/distinfo (contents, props changed) |>=20 |> Modified: head/dns/bind9-devel/Makefile |> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |> =3D=3D=3D=3D=3D=3D --- head/dns/bind9-devel/Makefile Mon Aug 29 12:54:33 = 2016 |> (r421056) +++ head/dns/bind9-devel/Makefile Mon Aug 29 12:54:44 2016 |> (r421057) @@ -16,8 +16,8 @@ COMMENT=3D BIND DNS suite with updated DNS |> LICENSE=3D MPL |>=20 |> # ISC releases things like 9.8.0-P1, which our versioning doesn't like |> -ISCVERSION=3D 9.12.0a.2016.08.19 |> -HASH=3D 228a095 |> +ISCVERSION=3D 9.12.0a.2016.08.29 |> +HASH=3D 5336fee |=20 | Is DISTVERSION no use for this? I find it usually makes a very helpful | PORTVERSION with no extra input needed. This is a made up version, the ISC version scheme does not agree with ours, hence the :S things on the PORTVERSION line. For the bind9-devel port, I could remove the ISCVERSION altogether, but it would mean not keeping changes to a minimum with the releases ports, which I don't want to do. --=20 Mathieu Arnold --==========67F774E45170CC562D43========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXxG7BXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IrcIP/0o7QGQvoxUY9gHmgl4lSl9F NTfuGBhxtfkSYX+w2gvS2lsYO9/zQAwj8TIFEmFQoFs/3aF7cbsayFJsykXnV4U1 csY3JUoW27XZUhLRzC4mCkb9d06iV8z4cRWUsVmvQLASViLBK8KJW6CxrhswWvlj ZDZ8Gt8SOlA5kPRYDAHv1+MCqJ1AvwPpEXVINrFAfilg5jfLnQtiLEo7y3JSMNX6 Z42iYrgoSxVzUE3TeRbg5vHQmgVtBScGiQHaPyYAfRiE31cQz3lnZSCfJpUnxr3k n884xqO04RAvo05kYDXhisOEjmdD3Ho3qnxo6ZHf8mLHzXR9vQ0i6P9owBFIJwC+ gGHKCYBtA2ndKN3f88O2VUgrOVrFhuFYlYEYA9TC9RU4oIYdqgo1MsWCcM+Rg02W oIE/nx1mqPa8uqV/pk9YZUYpxL86U5ACe7yXNgz47ED5LZqTz7O0f75SRdrAZcI/ eZ39nI3aW46eAWW0Fe1ggMiXqP7g0yqJUUr9RQUHsO2sspi0oraVWtUORXuDjPkE Bq0Flr2ZdHKOoaZEnPE7l4HdlgUkjX9DYcvnicRRUEOkVmBWTbotgWzbm4AZ8o/T hWewORkMTWRejiyge5RSlHosLo9ZucV7zfiQwoPPsJh4T4lxb4p3BstO98JsorDZ P7ov8n4WqZ+71liK38sV =SXEc -----END PGP SIGNATURE----- --==========67F774E45170CC562D43==========-- From owner-svn-ports-all@freebsd.org Mon Aug 29 18:12:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97327BC73A6; Mon, 29 Aug 2016 18:12:00 +0000 (UTC) (envelope-from brooks@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 mx1.freebsd.org (Postfix) with ESMTPS id 67B0AA4F; Mon, 29 Aug 2016 18:12:00 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TIBxF0044688; Mon, 29 Aug 2016 18:11:59 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TIBxoa044687; Mon, 29 Aug 2016 18:11:59 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201608291811.u7TIBxoa044687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Mon, 29 Aug 2016 18:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421085 - head/devel/llvm39 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 18:12:00 -0000 Author: brooks Date: Mon Aug 29 18:11:59 2016 New Revision: 421085 URL: https://svnweb.freebsd.org/changeset/ports/421085 Log: Revert enabling of shared libraries in r420988. It was committed by mistake and did not work. PR: 208900 Modified: head/devel/llvm39/Makefile Modified: head/devel/llvm39/Makefile ============================================================================== --- head/devel/llvm39/Makefile Mon Aug 29 17:00:54 2016 (r421084) +++ head/devel/llvm39/Makefile Mon Aug 29 18:11:59 2016 (r421085) @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.9.0rc2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -31,12 +31,12 @@ SUB_FILES= llvm-wrapper.sh SUB_LIST= LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}" CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} -CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON +CMAKE_ARGS= OPTIONS_DEFINE= CLANG DOCS EXTRAS GOLD LIT LLD LLDB OPTIONS_DEFINE_amd64= COMPILER_RT OPENMP OPTIONS_DEFINE_i386= COMPILER_RT -OPTIONS_DEFAULT= CLANG EXTRAS LIT LLD +OPTIONS_DEFAULT= CLANG EXTRAS LIT LLD LLDB OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD OPENMP OPTIONS_DEFAULT_i386= COMPILER_RT OPTIONS_SUB= yes From owner-svn-ports-all@freebsd.org Mon Aug 29 18:31:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C4D4BC7C57; Mon, 29 Aug 2016 18:31:48 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id 0F1C7D08; Mon, 29 Aug 2016 18:31:47 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TIVlen051872; Mon, 29 Aug 2016 18:31:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TIVl7Y051871; Mon, 29 Aug 2016 18:31:47 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201608291831.u7TIVl7Y051871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 29 Aug 2016 18:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421086 - head/www/nextcloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 18:31:48 -0000 Author: brnrd Date: Mon Aug 29 18:31:47 2016 New Revision: 421086 URL: https://svnweb.freebsd.org/changeset/ports/421086 Log: www/nextcloud: Fix USE_PHP=openssl snafu X-MFH-With: r420927 Modified: head/www/nextcloud/Makefile Modified: head/www/nextcloud/Makefile ============================================================================== --- head/www/nextcloud/Makefile Mon Aug 29 18:11:59 2016 (r421085) +++ head/www/nextcloud/Makefile Mon Aug 29 18:31:47 2016 (r421086) @@ -44,7 +44,7 @@ PGSQL_USES= pgsql PGSQL_USE= PHP=pdo_pgsql,pgsql SQLITE_USE= PHP=pdo_sqlite,sqlite3 SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient -SSL_USES= ssl +SSL_USE= PHP=openssl .include From owner-svn-ports-all@freebsd.org Mon Aug 29 18:37:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8845EBC7E4A; Mon, 29 Aug 2016 18:37:43 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 5566DF3F; Mon, 29 Aug 2016 18:37:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TIbgfQ053036; Mon, 29 Aug 2016 18:37:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TIbeZB053016; Mon, 29 Aug 2016 18:37:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608291837.u7TIbeZB053016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 29 Aug 2016 18:37:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421087 - in head/lang/rexx-regina: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 18:37:43 -0000 Author: pi Date: Mon Aug 29 18:37:40 2016 New Revision: 421087 URL: https://svnweb.freebsd.org/changeset/ports/421087 Log: lang/rexx-regina: 3.8.2 -> 3.9.1 - submitter becomes maintainer - Makefile tidied, and passes portlint -C - rc.d file corrected; now passes rclint - port now installs documentation (PDF), not previously included - added DOCS option, controlling installation of above - files in /usr/local/share now in directories that actually match the name of the port PR: 212242 Submitted by: bob@eager.cx Added: head/lang/rexx-regina/files/patch-Makefile.in (contents, props changed) head/lang/rexx-regina/files/patch-builtin.c (contents, props changed) head/lang/rexx-regina/files/patch-files.c (contents, props changed) head/lang/rexx-regina/files/patch-options.c (contents, props changed) head/lang/rexx-regina/files/patch-regutil_inifile.c (contents, props changed) head/lang/rexx-regina/files/patch-regutil_regfilesys.c (contents, props changed) head/lang/rexx-regina/files/patch-regutil_regini.c (contents, props changed) head/lang/rexx-regina/files/patch-regutil_regmacrospace.c (contents, props changed) head/lang/rexx-regina/files/patch-regutil_regscreenux.c (contents, props changed) head/lang/rexx-regina/files/patch-regutil_regtrig.c (contents, props changed) head/lang/rexx-regina/files/patch-regutil_regunicode.c (contents, props changed) head/lang/rexx-regina/files/patch-regutil_regutil.c (contents, props changed) head/lang/rexx-regina/files/patch-rxstack.c (contents, props changed) head/lang/rexx-regina/files/patch-strmath.c (contents, props changed) Modified: head/lang/rexx-regina/Makefile head/lang/rexx-regina/distinfo head/lang/rexx-regina/files/patch-configure head/lang/rexx-regina/files/rxstack.in head/lang/rexx-regina/pkg-plist Modified: head/lang/rexx-regina/Makefile ============================================================================== --- head/lang/rexx-regina/Makefile Mon Aug 29 18:31:47 2016 (r421086) +++ head/lang/rexx-regina/Makefile Mon Aug 29 18:37:40 2016 (r421087) @@ -2,21 +2,24 @@ # $FreeBSD$ PORTNAME= regina -PORTVERSION= 3.8.2 -PORTREVISION= 1 +PORTVERSION= 3.9.1 CATEGORIES= lang -MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION}:source \ + SF/${PORTNAME}-rexx/${PORTNAME}-documentation/${PORTVERSION}:docs PKGNAMEPREFIX= rexx- DISTNAME= Regina-REXX-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source +DIST_SUBDIR= ${PORTNAME} +EXTRACT_ONLY= Regina-REXX-${PORTVERSION}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bob@eager.cx COMMENT= Rexx interpreter LICENSE= LGPL21+ BROKEN_powerpc64= Does not build -USES= gmake iconv tar:bzip2 +USES= gmake iconv ncurses USE_RC_SUBR= rxstack GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_c_char_unsigned=yes @@ -24,12 +27,15 @@ CONFIGURE_ARGS= --with-addon-dir=${PREFI USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -DATADIR= ${PREFIX}/share/Regina-REXX -EXAMPLESDIR= ${PREFIX}/share/examples/Regina-REXX +DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} CONFLICTS= rexx-imc-[0-0]* oorexx-[0-9]* -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES +DOCS_DISTFILES= regina.pdf:docs \ + regutil.pdf:docs .include @@ -37,6 +43,10 @@ OPTIONS_DEFINE= EXAMPLES CONFIGURE_ARGS+= --enable-32bit .endif +post-extract-DOCS-on: + @${CP} ${DISTDIR}/${DIST_SUBDIR}/regina.pdf ${WRKDIR} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/regutil.pdf ${WRKDIR} + post-patch: @${REINPLACE_CMD} -e \ '/$${CFLAGS}/s|^|#| ; \ @@ -45,4 +55,9 @@ post-patch: '/^examplesdir/s|=.*|= $$(datadir)/examples/$$(PACKAGE)| ; \ /$$(sysconfdir)/s|^|#|' ${WRKSRC}/Makefile.in +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKDIR}/regina.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKDIR}/regutil.pdf ${STAGEDIR}${DOCSDIR} + .include Modified: head/lang/rexx-regina/distinfo ============================================================================== --- head/lang/rexx-regina/distinfo Mon Aug 29 18:31:47 2016 (r421086) +++ head/lang/rexx-regina/distinfo Mon Aug 29 18:37:40 2016 (r421087) @@ -1,2 +1,7 @@ -SHA256 (Regina-REXX-3.8.2.tar.bz2) = 7a83b5caccdd14aa0cef71971af41fc3eaeb14b842c35ff8dda4c673d354a78b -SIZE (Regina-REXX-3.8.2.tar.bz2) = 1006856 +TIMESTAMP = 1472469079 +SHA256 (regina/Regina-REXX-3.9.1.tar.gz) = 5d13df26987e27f25e7779a2efa87a5775213beeda449a9efac59b57a5d5f3ee +SIZE (regina/Regina-REXX-3.9.1.tar.gz) = 1358458 +SHA256 (regina/regina.pdf) = b64693e9629b09eb5ea1e74cb246b11645cbc1f32197dcfbb97f5a5f35786ca4 +SIZE (regina/regina.pdf) = 3646139 +SHA256 (regina/regutil.pdf) = 7f75ff9cdca0b659695bb33df18aa0d6b4bc20b2817cc5ab401bbdfabf78fa9f +SIZE (regina/regutil.pdf) = 283470 Added: head/lang/rexx-regina/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-Makefile.in Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2014-10-19 04:03:24 UTC ++++ Makefile.in +@@ -944,7 +944,7 @@ regtrig.$(OBJ): $(regutildir)/regtrig.c + $(CC) -c $(COPT) $(CC2O) $(DYN_COMP) $(regutildir)/regtrig.c + + $(SHLPRE)regutil$(MODPST): $(REGUTILOBJ) $(SHLPRE)$(SHLFILE)$(SHLPST) $(REGUTILEXP) +- $(LD_RXLIB_UTILA) $(REGUTILEXPORTS) $(REGUTILOBJ) $(LD_RXLIB_UTILB) $(BOTHLIBS) #$(REGUTIL_TERM_LIB) $(REGUTIL_MATH_LIB) ++ $(LD_RXLIB_UTILA) $(REGUTILEXPORTS) $(REGUTILOBJ) $(LD_RXLIB_UTILB) $(BOTHLIBS) $(REGUTIL_TERM_LIB) $(REGUTIL_MATH_LIB) + $(RANLIB_DYNAMIC) + + Added: head/lang/rexx-regina/files/patch-builtin.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-builtin.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,29 @@ +--- builtin.c.orig 2015-03-31 04:38:58 UTC ++++ builtin.c +@@ -1039,7 +1039,7 @@ streng *std_time( tsd_t *TSD, cparamboxp + break ; + + case 'L': +- answer->len = sprintf(answer->value, "%02d:%02d:%02d.%06ld", tmdata.tm_hour, tmdata.tm_min, tmdata.tm_sec, unow ); ++ answer->len = sprintf(answer->value, "%02d:%02d:%02d.%06ld", tmdata.tm_hour, tmdata.tm_min, tmdata.tm_sec, (long) unow ); + break ; + + case 'M': +@@ -1068,7 +1068,7 @@ streng *std_time( tsd_t *TSD, cparamboxp + + case 'T': + rnow = mktime( &tmdata ); +- answer->len = sprintf(answer->value, "%ld", rnow ); ++ answer->len = sprintf(answer->value, "%ld", (long) rnow ); + break ; + + default: +@@ -1308,7 +1308,7 @@ streng *std_date( tsd_t *TSD, cparamboxp + case 'T': + tmdata.tm_year -= 1900; + rnow = mktime( &tmdata ); +- answer->len = sprintf(answer->value, "%ld", rnow ); ++ answer->len = sprintf(answer->value, "%ld", (long) rnow ); + break ; + + case 'U': Modified: head/lang/rexx-regina/files/patch-configure ============================================================================== --- head/lang/rexx-regina/files/patch-configure Mon Aug 29 18:31:47 2016 (r421086) +++ head/lang/rexx-regina/files/patch-configure Mon Aug 29 18:37:40 2016 (r421087) @@ -1,6 +1,6 @@ ---- configure.orig 2014-06-29 02:01:39 UTC +--- configure.orig 2015-01-18 20:33:40 UTC +++ configure -@@ -3486,6 +3486,13 @@ case "$target" in +@@ -3490,6 +3490,13 @@ case "$target" in osis64bit=yes fi ;; @@ -11,21 +11,21 @@ + osis64bit=yes + fi + ;; - *-freebsd*) + *-freebsd* | *-openbsd*) mach="`uname -m`" if test "$mach" = "amd64"; then -@@ -6235,6 +6242,10 @@ rm -f core conftest.err conftest.$ac_obj +@@ -6256,6 +6263,10 @@ rm -f core conftest.err conftest.$ac_obj ;; *linux*) ;; + *dragonfly*) + THREADING_COMPILE="-pthread -D_REENTRANT -DPOSIX -DREGINA_REENTRANT" -+ THREADING_LINK="-lpthread" ++ THREADING_LINK="-pthread" + ;; *freebsd*) THREADING_COMPILE="-pthread -D_REENTRANT -DPOSIX -DREGINA_REENTRANT" THREADING_LINK="-pthread" -@@ -8658,7 +8669,13 @@ case "$target" in +@@ -8679,7 +8690,14 @@ case "$target" in SHLPRE="lib" SHL_LD="ld -assert pure-text -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')' ;; @@ -35,12 +35,13 @@ + LD_RXLIB_A2="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" + LD_RXLIB_UTILA="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" + SHL_LD="$ac_cv_prog_CC -shared ${LDFLAGS} -o ${SHLPRE}${SHLFILE}${SHLPST} -Wl,-soname=${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')' ++ REGINA_PACKAGE_NAME="rexx-regina" + ;; + *openbsd*) if test "$ac_cv_prog_CC" = "gcc" -o "$ac_cv_prog_CC" = "g++" -o "$ac_cv_prog_CC" = "clang"; then LD_RXLIB_A1="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" LD_RXLIB_A2="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)" -@@ -9407,7 +9424,7 @@ $as_echo_n "checking OS distribution nam +@@ -9429,7 +9447,7 @@ $as_echo_n "checking OS distribution nam $as_echo "$MYDISTRO" >&6; } else case "$target" in Added: head/lang/rexx-regina/files/patch-files.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-files.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,56 @@ +--- files.c.orig 2015-04-04 05:20:44 UTC ++++ files.c +@@ -4252,9 +4252,9 @@ static streng *getstatus( tsd_t *TSD, co + sprintf( result->value, "%I64u", buffer.st_ctime ); + #else + if ( sizeof(off_t) > 4 ) +- sprintf( result->value, "%lld", buffer.st_ctime ); ++ sprintf( result->value, "%lld", (long long) buffer.st_ctime ); + else +- sprintf( result->value, "%ld", buffer.st_ctime); ++ sprintf( result->value, "%ld", (long) buffer.st_ctime); + #endif + } + break; +@@ -4270,9 +4270,9 @@ static streng *getstatus( tsd_t *TSD, co + sprintf( result->value, "%I64u", buffer.st_mtime ); + #else + if ( sizeof(off_t) > 4 ) +- sprintf( result->value, "%lld", buffer.st_mtime ); ++ sprintf( result->value, "%lld", (long long) buffer.st_mtime ); + else +- sprintf( result->value, "%ld", buffer.st_mtime); ++ sprintf( result->value, "%ld", (long) buffer.st_mtime); + #endif + } + break; +@@ -4288,9 +4288,9 @@ static streng *getstatus( tsd_t *TSD, co + sprintf( result->value, "%I64u", buffer.st_atime ); + #else + if ( sizeof(off_t) > 4 ) +- sprintf( result->value, "%lld", buffer.st_atime ); ++ sprintf( result->value, "%lld", (long long) buffer.st_atime ); + else +- sprintf( result->value, "%ld", buffer.st_atime); ++ sprintf( result->value, "%ld", (long) buffer.st_atime); + #endif + } + break; +@@ -6061,7 +6061,7 @@ static streng *get_external_routine_file + if ( *fp == NULL ) + return NULL; + +- my_fullpath( TSD, buf, inname ); ++ my_fullpath( (tsd_t *) TSD, buf, inname ); + + return Str_crestrTSD( buf ); + } +@@ -6673,7 +6673,7 @@ int my_fullpathstreng( const tsd_t *TSD, + int retval; + + copy = str_ofTSD( src ); +- retval = my_fullpath( TSD, dst, copy ); ++ retval = my_fullpath( (tsd_t *) TSD, dst, copy ); + FreeTSD( copy ); + + return retval; Added: head/lang/rexx-regina/files/patch-options.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-options.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,11 @@ +--- options.c.orig 2012-06-11 07:26:33 UTC ++++ options.c +@@ -125,7 +125,7 @@ void do_options( const tsd_t *TSD, procl + */ + if ( get_options_flag( pl, EXT_SINGLE_INTERPRETER ) ) + { +- setGlobalTSD( TSD ); ++ setGlobalTSD( (tsd_t *) TSD ); + } + } + Added: head/lang/rexx-regina/files/patch-regutil_inifile.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-regutil_inifile.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,39 @@ +--- regutil/inifile.c.orig 2014-10-25 01:36:33 UTC ++++ regutil/inifile.c +@@ -31,6 +31,7 @@ + #include + + #include "inifile.h" ++#include + + typedef struct value_T { + struct value_T * N; +@@ -197,7 +198,7 @@ static int read_ini_raw(inif_t fit) + fseek(fit->fp, 0, SEEK_SET); + + while ((oldoff = ftell(fit->fp)), +- fgets(buf, sizeof(buf), fit->fp) != NULL) { ++ fgets((char *) buf, sizeof(buf), fit->fp) != NULL) { + + /* skip leading whitespace */ + for (i = 0; !pt[buf[i]]; i++) +@@ -207,8 +208,8 @@ static int read_ini_raw(inif_t fit) + * line */ + switch (pt[buf[i]]) { + /* errors */ +- case CV_RBRACK: n = "closing bracket"; goto oops; +- case CV_EQUALS: n = "equals sign"; goto oops; ++ case CV_RBRACK: n = (unsigned char *) "closing bracket"; goto oops; ++ case CV_EQUALS: n = (unsigned char *) "equals sign"; goto oops; + + oops: + fprintf(stderr, "oops: line starts with %s: %s\n", n, buf); +@@ -287,7 +288,7 @@ static int read_ini_raw(inif_t fit) + * write anything before the first section */ + case CV_EOS: + case CV_COMMENT: +- i = strlen(buf); ++ i = strlen((char *) buf); + if (lvt) { + lvt->comment = realloc(lvt->comment, cl + i + 1); + memcpy(lvt->comment+cl, buf, i+1); Added: head/lang/rexx-regina/files/patch-regutil_regfilesys.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-regutil_regfilesys.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,11 @@ +--- regutil/regfilesys.c.orig 2015-04-04 08:16:55 UTC ++++ regutil/regfilesys.c +@@ -27,6 +27,8 @@ + #endif + + #include "regutil.h" ++ ++#pragma clang diagnostic ignored "-Wpointer-sign" + #include + #ifdef __EMX__ + # include Added: head/lang/rexx-regina/files/patch-regutil_regini.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-regutil_regini.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,10 @@ +--- regutil/regini.c.orig 2014-10-30 04:54:43 UTC ++++ regutil/regini.c +@@ -26,6 +26,7 @@ + #endif + + #include "regutil.h" ++#include + + #ifdef _WIN32 + # include Added: head/lang/rexx-regina/files/patch-regutil_regmacrospace.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-regutil_regmacrospace.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,56 @@ +--- regutil/regmacrospace.c.orig 2009-10-07 07:51:51 UTC ++++ regutil/regmacrospace.c +@@ -59,7 +59,7 @@ rxfunc(sysaddrexxmacro) + flags = RXMACRO_SEARCH_AFTER; + } + +- result->strlength = sprintf(result->strptr, "%d", RexxAddMacro(fn, file, flags)); ++ result->strlength = sprintf(result->strptr, "%lu", RexxAddMacro(fn, file, flags)); + + return 0; + } +@@ -69,7 +69,7 @@ rxfunc(sysclearrexxmacrospace) + { + checkparam(0, 0); + +- result->strlength = sprintf(result->strptr, "%d", RexxClearMacroSpace()); ++ result->strlength = sprintf(result->strptr, "%lu", RexxClearMacroSpace()); + return 0; + } + +@@ -81,7 +81,7 @@ rxfunc(sysdroprexxmacro) + + rxstrdup(fn, argv[0]); + +- result->strlength = sprintf(result->strptr, "%d", RexxDropMacro(fn)); ++ result->strlength = sprintf(result->strptr, "%lu", RexxDropMacro(fn)); + return 0; + } + +@@ -94,7 +94,7 @@ rxfunc(sysloadrexxmacrospace) + + rxstrdup(file, argv[0]); + +- result->strlength = sprintf(result->strptr, "%d", RexxLoadMacroSpace(0, NULL, file)); ++ result->strlength = sprintf(result->strptr, "%lu", RexxLoadMacroSpace(0, NULL, file)); + return 0; + } + +@@ -143,7 +143,7 @@ rxfunc(sysreorderrexxmacro) + else + flags = RXMACRO_SEARCH_BEFORE; + +- result->strlength = sprintf(result->strptr, "%d", RexxReorderMacro(fn, flags)); ++ result->strlength = sprintf(result->strptr, "%lu", RexxReorderMacro(fn, flags)); + + return 0; + } +@@ -157,7 +157,7 @@ rxfunc(syssaverexxmacrospace) + + rxstrdup(file, argv[0]); + +- result->strlength = sprintf(result->strptr, "%d", RexxSaveMacroSpace(0, NULL, file)); ++ result->strlength = sprintf(result->strptr, "%lu", RexxSaveMacroSpace(0, NULL, file)); + return 0; + } + Added: head/lang/rexx-regina/files/patch-regutil_regscreenux.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-regutil_regscreenux.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,40 @@ +--- regutil/regscreenux.c.orig 2012-08-08 01:23:45 UTC ++++ regutil/regscreenux.c +@@ -21,6 +21,8 @@ + * $Header: /opt/cvs/Regina/regutil/regscreenux.c,v 1.9 2012/08/08 01:23:45 mark Exp $ + */ + #include "regutil.h" ++#include ++ + #ifdef USE_TERMCAP_DB + # ifdef HAVE_NCURSES_H + # include +@@ -91,7 +93,7 @@ rxfunc(syscls) + + if (!*clr) { + sethandles(); +- clr = tgetstr("cl", &clrbuf); ++ clr = tgetstr("cl", (char **) &clrbuf); + } + #else + /* ansi terminal control for clearing the screen should work with any +@@ -128,7 +130,7 @@ rxfunc(syscurpos) + #ifdef USE_TERMCAP_DB + if (!*cpos) { + sethandles(); +- cpos = tgetstr("cm", &cposbuf); ++ cpos = tgetstr("cm", (char **) &cposbuf); + } + #endif + +@@ -179,8 +181,8 @@ rxfunc(syscurstate) + if (!*css) { + char *pcss = css; + sethandles(); +- pcsson = tgetstr("ve", &css); +- pcssoff = tgetstr("vi", &css); ++ pcsson = tgetstr("ve", (char **) &css); ++ pcssoff = tgetstr("vi", (char **) &css); + } + #endif + Added: head/lang/rexx-regina/files/patch-regutil_regtrig.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-regutil_regtrig.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,11 @@ +--- regutil/regtrig.c.orig 2014-06-22 03:53:33 UTC ++++ regutil/regtrig.c +@@ -124,7 +124,7 @@ static void FormatResult(double res, uns + } + else + /* format the result */ +- result->strlength = sprintf( result->strptr, "%.*f", precision, res ); ++ result->strlength = sprintf( result->strptr, "%.*f", (int) precision, res ); + /* end in a period? */ + if (result->strptr[result->strlength - 1] == '.') + result->strlength--; /* remove the period */ Added: head/lang/rexx-regina/files/patch-regutil_regunicode.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-regutil_regunicode.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,10 @@ +--- regutil/regunicode.c.orig 2012-08-08 01:26:20 UTC ++++ regutil/regunicode.c +@@ -20,6 +20,7 @@ + * + * $Header: /opt/cvs/Regina/regutil/regunicode.c,v 1.3 2012/08/08 01:26:20 mark Exp $ + */ ++#include + #include "rxproto.h" + + #ifdef _WIN32 Added: head/lang/rexx-regina/files/patch-regutil_regutil.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-regutil_regutil.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,19 @@ +--- regutil/regutil.c.orig 2014-10-19 04:07:12 UTC ++++ regutil/regutil.c +@@ -183,6 +183,8 @@ extern void *getRexxUtilFunctionAddress( + } + #endif + ++#pragma clang diagnostic push ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types" + /* sysloadfuncs() */ + rxfunc(sysloadfuncs) + { +@@ -198,6 +200,7 @@ rxfunc(sysloadfuncs) + + return 0; + } ++#pragma clang diagnostic pop + + + /* sysdropfuncs() */ Added: head/lang/rexx-regina/files/patch-rxstack.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-rxstack.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,38 @@ +--- rxstack.c.orig 2014-06-22 03:45:14 UTC ++++ rxstack.c +@@ -1575,7 +1575,7 @@ int rxstack_pull_line_off_queue( Client + if ( q->oldest == NULL ) + q->oldest = client; + rc = RXSTACK_WAITING; /* waiting */ +- DEBUGDUMP(printf("waiting until %ld.%d\n", client->deadline.seconds,client->deadline.milli );); ++ DEBUGDUMP(printf("waiting until %ld.%d\n", (long) client->deadline.seconds,client->deadline.milli );); + } + } + } +@@ -1854,7 +1854,7 @@ int rxstack_process_websockets_headers( + key[end-start] = '\0'; + + start = strstr(ws_headers, "\r\n\r\n"); +- DEBUGDUMP(printf("end of headers at %x: [%s]\n",start,start );); ++ DEBUGDUMP(printf("end of headers at %x: [%s]\n",(unsigned int) start,start );); + + /* + * Generate our response key +@@ -2958,7 +2958,7 @@ int rxstack_doit( ) + rc = 0 ; /* already timed out */ + if ( ( rc == -1 ) || ( rc > DEFAULT_WAKEUP ) ) + rc = DEFAULT_WAKEUP ; +- DEBUGDUMP(printf("), to=%d) ms at %ld,%03d\n", rc, now.seconds, now.milli );); ++ DEBUGDUMP(printf("), to=%d) ms at %ld,%03d\n", rc, (long) now.seconds, now.milli );); + #if defined(HAVE_POLL) && (defined(HAVE_POLL_H) || defined(HAVE_SYS_POLL_H)) + rc = poll( pd, poll_cnt, rc ) ; + #else +@@ -2967,7 +2967,7 @@ int rxstack_doit( ) + rc = select( max_sock + 1, &ready, (fd_set *)0, (fd_set *)0, &to ) ; + #endif + now = get_now( ) ; +- DEBUGDUMP(printf("****** after waiting(), rc=%d at %ld,%03d\n", rc, now.seconds, now.milli );); ++ DEBUGDUMP(printf("****** after waiting(), rc=%d at %ld,%03d\n", rc, (long) now.seconds, now.milli );); + if ( rc < 0 ) + { + if ( os_errno != EINTR ) /* Win32 doesn't know about it ? */ Added: head/lang/rexx-regina/files/patch-strmath.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/rexx-regina/files/patch-strmath.c Mon Aug 29 18:37:40 2016 (r421087) @@ -0,0 +1,11 @@ +--- strmath.c.orig 2012-08-09 00:43:53 UTC ++++ strmath.c +@@ -296,7 +296,7 @@ int descr_to_int( const tsd_t *TSD, cons + streng *h; + + h = name_of_node( TSD, NULL, input ); +- fs = tmpstr_of( TSD, h ); ++ fs = tmpstr_of( (tsd_t *) TSD, h ); + Free_stringTSD( h ); + switch( errnum ) + { Modified: head/lang/rexx-regina/files/rxstack.in ============================================================================== --- head/lang/rexx-regina/files/rxstack.in Mon Aug 29 18:31:47 2016 (r421086) +++ head/lang/rexx-regina/files/rxstack.in Mon Aug 29 18:37:40 2016 (r421087) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: rxstack -# REQUIRE: DAEMON +# REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf @@ -16,14 +16,15 @@ . /etc/rc.subr -name="rxstack" +name=rxstack rcvar=rxstack_enable - -command=%%PREFIX%%/bin/${name} +desc="Regina REXX queue daemon" load_rc_config $name -: ${rxstack_enable="NO"} -: ${rxstack_flags="-d"} +: ${rxstack_enable:=NO} + +command=%%PREFIX%%/bin/${name} +command_args=-d run_rc_command "$1" Modified: head/lang/rexx-regina/pkg-plist ============================================================================== --- head/lang/rexx-regina/pkg-plist Mon Aug 29 18:31:47 2016 (r421086) +++ head/lang/rexx-regina/pkg-plist Mon Aug 29 18:37:40 2016 (r421087) @@ -21,6 +21,8 @@ man/man1/rxstack.1.gz %%DATADIR%%/pt.mtb %%DATADIR%%/sv.mtb %%DATADIR%%/tr.mtb +%%PORTDOCS%%%%DOCSDIR%%/regina.pdf +%%PORTDOCS%%%%DOCSDIR%%/regutil.pdf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animal.rexx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/block.rexx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dateconv.rexx From owner-svn-ports-all@freebsd.org Mon Aug 29 18:40:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90376BC3079; Mon, 29 Aug 2016 18:40:39 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id 43F7C226A; Mon, 29 Aug 2016 18:40:39 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TIec4o053273; Mon, 29 Aug 2016 18:40:38 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TIecMO053270; Mon, 29 Aug 2016 18:40:38 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201608291840.u7TIecMO053270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 29 Aug 2016 18:40:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421088 - head/databases/mariadb100-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 18:40:39 -0000 Author: brnrd Date: Mon Aug 29 18:40:38 2016 New Revision: 421088 URL: https://svnweb.freebsd.org/changeset/ports/421088 Log: databases/mariadb100-server: Update to 10.0.27 - Update to 10.0.27 - Move from USE_OPENSSL to USES= ssl Modified: head/databases/mariadb100-server/Makefile head/databases/mariadb100-server/distinfo Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Mon Aug 29 18:37:40 2016 (r421087) +++ head/databases/mariadb100-server/Makefile Mon Aug 29 18:40:38 2016 (r421088) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.0.26 +PORTVERSION= 10.0.27 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ @@ -27,7 +27,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb100-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo gmake shebangfix +USES= bison:build cmake compiler:c++11-lib cpe execinfo gmake shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source @@ -92,7 +92,6 @@ OPTIONS_SUB= yes .endif FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 -USE_OPENSSL= yes # See PR209419, MariaDB 10.0 fails to build with base SSL libs WITH_OPENSSL_PORT= yes Modified: head/databases/mariadb100-server/distinfo ============================================================================== --- head/databases/mariadb100-server/distinfo Mon Aug 29 18:37:40 2016 (r421087) +++ head/databases/mariadb100-server/distinfo Mon Aug 29 18:40:38 2016 (r421088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466794478 -SHA256 (mariadb-10.0.26.tar.gz) = 578538d9b51f455cbd0cb021f523284a45480b4bba853b4a79f3497c49ec40c0 -SIZE (mariadb-10.0.26.tar.gz) = 57621647 +TIMESTAMP = 1472465827 +SHA256 (mariadb-10.0.27.tar.gz) = bdf3a0c25aa2bc7a22a47e994eb7c8aa782624810eb3156038cc62bc9085c0cd +SIZE (mariadb-10.0.27.tar.gz) = 63258508 From owner-svn-ports-all@freebsd.org Mon Aug 29 18:40:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95ACABC30D1; Mon, 29 Aug 2016 18:40:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 63E80245E; Mon, 29 Aug 2016 18:40:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id B418ABDC7F; Mon, 29 Aug 2016 20:40:55 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 99785BDC68; Mon, 29 Aug 2016 20:40:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 61D6E6D23D2F; Mon, 29 Aug 2016 20:40:55 +0200 (CEST) Date: Mon, 29 Aug 2016 20:40:55 +0200 From: Mathieu Arnold To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r421086 - head/www/nextcloud Message-ID: In-Reply-To: <201608291831.u7TIVl7Y051871@repo.freebsd.org> References: <201608291831.u7TIVl7Y051871@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========640CAD0BC631E933E4CE==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 18:40:57 -0000 --==========640CAD0BC631E933E4CE========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 29 ao=C3=BBt 2016 18:31:47 +0000 Bernard Spil = wrote: | Author: brnrd | Date: Mon Aug 29 18:31:47 2016 | New Revision: 421086 | URL: https://svnweb.freebsd.org/changeset/ports/421086 |=20 | Log: | www/nextcloud: Fix USE_PHP=3Dopenssl snafu You forgot to bump PORTREVISION. --=20 Mathieu Arnold --==========640CAD0BC631E933E4CE========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXxIG3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I+BsQAJr0PeI79uE4dF3P8rWaQOdG 93klWDJH5w0VlZBTXIuU4l4sGHqjelrMbBoFeQfmPXeQWd43WqqgdGESG8ObcvRX yHZP8m2ledooREJMFP6vJJdSGn6YC5gugpK+7pBrHM+9ja79hENwBhFVycubxMrZ AnPmg8VNK+jGjmhwXZNg0EJYEeQ/14smD4PPhjCblKehFEJzO9s1uJEQADZ4BRyj Xtas7ceKqBvIzhdnEaJeLetD/XNFvd9GINyjTQ+V3DJZxJI+rjvRDVbpi8ZTwA99 9IHQvTP17Z00ojcjs1RDSA85K+CyN9AVw1Uf1te/xaldALEvT2WPaix6pZ+qPEcG SGTvSJ1k70ZRJdb4jC3pCeZfijEQiqrws6XJ9IqJhdAHchSkuRIhqTsrSm5AeZ77 NDZon30MzulBMJQatFvUkKhQwn/fAkCpLWQSD5x64J5pQePmDRXKUUgiG7TV4KRb 4v4KtjQPF5DOVybOWBD6yYyfcZSl0x5X52D2/HhDzX4ZIA/iCn2QWF9SbLt4j7b3 wPDhc4MQLd817Z37sa/Aa2hfrkhIxydfgdzJn5F2GMkjpI6ZCJfez/nHcnZYsrYu CBfPjZ3aOeizSPj3Agdxpokkm6153dER+mB914tHupOl16NGMgzN+8ht0Wx++YG6 6WZtwGnxLunZZJETJziy =/V+/ -----END PGP SIGNATURE----- --==========640CAD0BC631E933E4CE==========-- From owner-svn-ports-all@freebsd.org Mon Aug 29 18:56:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2DF4BC396F; Mon, 29 Aug 2016 18:56:16 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id C5D4BC83; Mon, 29 Aug 2016 18:56:16 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TIuGHk061161; Mon, 29 Aug 2016 18:56:16 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TIuGCl061160; Mon, 29 Aug 2016 18:56:16 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201608291856.u7TIuGCl061160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 29 Aug 2016 18:56:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421089 - head/www/nextcloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 18:56:17 -0000 Author: brnrd Date: Mon Aug 29 18:56:15 2016 New Revision: 421089 URL: https://svnweb.freebsd.org/changeset/ports/421089 Log: www/nextcloud: Bump PORTREVISION - Make sure a rebuild incl php*-openssl dep is triggered X-MFH-With: r420927 Modified: head/www/nextcloud/Makefile Modified: head/www/nextcloud/Makefile ============================================================================== --- head/www/nextcloud/Makefile Mon Aug 29 18:40:38 2016 (r421088) +++ head/www/nextcloud/Makefile Mon Aug 29 18:56:15 2016 (r421089) @@ -2,6 +2,7 @@ PORTNAME= nextcloud PORTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ From owner-svn-ports-all@freebsd.org Mon Aug 29 19:00:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DF6EBC3AE4; Mon, 29 Aug 2016 19:00:38 +0000 (UTC) (envelope-from mandree@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 mx1.freebsd.org (Postfix) with ESMTPS id 04726DE; Mon, 29 Aug 2016 19:00:37 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TJ0bqK061494; Mon, 29 Aug 2016 19:00:37 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TJ0b3B061492; Mon, 29 Aug 2016 19:00:37 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201608291900.u7TJ0b3B061492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 29 Aug 2016 19:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421090 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 19:00:38 -0000 Author: mandree Date: Mon Aug 29 19:00:36 2016 New Revision: 421090 URL: https://svnweb.freebsd.org/changeset/ports/421090 Log: Document mailman < 2.1.23 CVE-2016-6893, insufficient CSRF protection. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Aug 29 18:56:15 2016 (r421089) +++ head/security/vuxml/vuln.xml Mon Aug 29 19:00:36 2016 (r421090) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mailman -- CSRF protection enhancements + + + mailman + 2.1.23 + + + + +

Mark Sapiro reports:

+
+

CSRF protection has been extended to the user options page. This + was actually fixed by Tokio Kikuchi as part of the fix for LP: + #775294 and intended for Mailman 2.1.15, but that fix wasn't + completely merged at the time. The full fix also addresses the + admindb, and edithtml pages as well as the user options page and the + previously fixed admin pages. Thanks to Nishant Agarwala for reporting the issue.

+
+ +
+ + http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/revision/1668 + https://mail.python.org/pipermail/mailman-announce/2016-August/000226.html + CVE-2016-6893 + + + 2016-08-19 + 2016-08-29 + +
+ libxml2 -- multiple vulnabilities From owner-svn-ports-all@freebsd.org Mon Aug 29 19:23:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D85FEBC76F5; Mon, 29 Aug 2016 19:23:50 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id B2C95B54; Mon, 29 Aug 2016 19:23:50 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TJNnA6072912; Mon, 29 Aug 2016 19:23:49 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TJNnU4072906; Mon, 29 Aug 2016 19:23:49 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201608291923.u7TJNnU4072906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 29 Aug 2016 19:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421091 - in head/mail/postfix: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 19:23:50 -0000 Author: brnrd Date: Mon Aug 29 19:23:49 2016 New Revision: 421091 URL: https://svnweb.freebsd.org/changeset/ports/421091 Log: mail/postfix: Fix runtime issues with LibreSSL - Add LibreSSL checks to <> 1.1.0 OpenSSL checks - Bump portrevision PR: 212223 Submitted by: Markus Kohlmeier Reported by: Markus Kohlmeier Approved by: ohauer (via PR) MFH: 2016Q3 Added: head/mail/postfix/files/patch-src_posttls-finger_posttls-finger.c (contents, props changed) head/mail/postfix/files/patch-src_tls_tls__client.c (contents, props changed) head/mail/postfix/files/patch-src_tls_tls__dane.c (contents, props changed) head/mail/postfix/files/patch-src_tls_tls__rsa.c (contents, props changed) head/mail/postfix/files/patch-src_tls_tls__server.c (contents, props changed) Modified: head/mail/postfix/Makefile Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Mon Aug 29 19:00:36 2016 (r421090) +++ head/mail/postfix/Makefile Mon Aug 29 19:23:49 2016 (r421091) @@ -4,6 +4,7 @@ PORTNAME= postfix PORTVERSION= 3.1.2 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \ Added: head/mail/postfix/files/patch-src_posttls-finger_posttls-finger.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix/files/patch-src_posttls-finger_posttls-finger.c Mon Aug 29 19:23:49 2016 (r421091) @@ -0,0 +1,22 @@ +--- src/posttls-finger/posttls-finger.c.orig 2016-08-27 20:27:50 UTC ++++ src/posttls-finger/posttls-finger.c +@@ -1511,7 +1511,8 @@ static int finger(STATE *state) + return (0); + } + +-#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x10100000L ++#if defined(USE_TLS) && \ ++ ( OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ) + + /* ssl_cleanup - free memory allocated in the OpenSSL library */ + +@@ -1958,7 +1959,8 @@ int main(int argc, char *argv[]) + cleanup(&state); + + /* OpenSSL 1.1.0 and later (de)initialization is implicit */ +-#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x10100000L ++#if defined(USE_TLS) && \ ++ ( OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ) + ssl_cleanup(); + #endif + Added: head/mail/postfix/files/patch-src_tls_tls__client.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix/files/patch-src_tls_tls__client.c Mon Aug 29 19:23:49 2016 (r421091) @@ -0,0 +1,20 @@ +--- src/tls/tls_client.c.orig 2016-08-27 20:27:50 UTC ++++ src/tls/tls_client.c +@@ -299,7 +299,7 @@ TLS_APPL_STATE *tls_client_init(const TL + */ + tls_check_version(); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * Initialize the OpenSSL library by the book! To start with, we must +@@ -441,7 +441,7 @@ TLS_APPL_STATE *tls_client_init(const TL + /* + * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev + */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * According to the OpenSSL documentation, temporary RSA key is needed Added: head/mail/postfix/files/patch-src_tls_tls__dane.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix/files/patch-src_tls_tls__dane.c Mon Aug 29 19:23:49 2016 (r421091) @@ -0,0 +1,11 @@ +--- src/tls/tls_dane.c.orig 2016-08-27 20:27:50 UTC ++++ src/tls/tls_dane.c +@@ -2163,7 +2163,7 @@ static SSL_CTX *ctx_init(const char *CAf + tls_param_init(); + tls_check_version(); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESS_VERSION_NUMBER) + SSL_load_error_strings(); + SSL_library_init(); + #endif Added: head/mail/postfix/files/patch-src_tls_tls__rsa.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix/files/patch-src_tls_tls__rsa.c Mon Aug 29 19:23:49 2016 (r421091) @@ -0,0 +1,20 @@ +--- src/tls/tls_rsa.c.orig 2016-01-03 14:49:51 UTC ++++ src/tls/tls_rsa.c +@@ -57,7 +57,7 @@ + /* + * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev + */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* tls_tmp_rsa_cb - call-back to generate ephemeral RSA key */ + +@@ -109,7 +109,7 @@ int main(int unused_argc, char *cons + /* + * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev + */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + RSA *rsa; + + msg_vstream_init(argv[0], VSTREAM_ERR); Added: head/mail/postfix/files/patch-src_tls_tls__server.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix/files/patch-src_tls_tls__server.c Mon Aug 29 19:23:49 2016 (r421091) @@ -0,0 +1,29 @@ +--- src/tls/tls_server.c.orig 2016-08-27 20:27:50 UTC ++++ src/tls/tls_server.c +@@ -174,7 +174,7 @@ static const char server_session_id_cont + #endif /* OPENSSL_VERSION_NUMBER */ + + /* OpenSSL 1.1.0 bitrot */ +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + typedef const unsigned char *session_id_t; + + #else +@@ -377,7 +377,7 @@ TLS_APPL_STATE *tls_server_init(const TL + */ + tls_check_version(); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * Initialize the OpenSSL library by the book! To start with, we must +@@ -588,7 +588,7 @@ TLS_APPL_STATE *tls_server_init(const TL + /* + * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev + */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * According to OpenSSL documentation, a temporary RSA key is needed when From owner-svn-ports-all@freebsd.org Mon Aug 29 19:27:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30696BC781E; Mon, 29 Aug 2016 19:27:43 +0000 (UTC) (envelope-from thierry@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 mx1.freebsd.org (Postfix) with ESMTPS id E8953E2B; Mon, 29 Aug 2016 19:27:42 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TJRg1O073233; Mon, 29 Aug 2016 19:27:42 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TJRfE3073228; Mon, 29 Aug 2016 19:27:41 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201608291927.u7TJRfE3073228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 29 Aug 2016 19:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421092 - in head/graphics/Coin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 19:27:43 -0000 Author: thierry Date: Mon Aug 29 19:27:41 2016 New Revision: 421092 URL: https://svnweb.freebsd.org/changeset/ports/421092 Log: Do not require GCC. PR: 211760 Submitted by: pfg Added: head/graphics/Coin/files/patch-include_Inventor_C_base_math-undefs.h (contents, props changed) Modified: head/graphics/Coin/Makefile head/graphics/Coin/files/patch-Makefile.in head/graphics/Coin/files/patch-include-Inventor-SbBasic.h head/graphics/Coin/pkg-descr Modified: head/graphics/Coin/Makefile ============================================================================== --- head/graphics/Coin/Makefile Mon Aug 29 19:23:49 2016 (r421091) +++ head/graphics/Coin/Makefile Mon Aug 29 19:27:41 2016 (r421092) @@ -3,7 +3,7 @@ PORTNAME= Coin PORTVERSION= 3.1.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/ @@ -14,10 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libsimage.so:graphics/simage -USE_GCC= any USES= openal:al libtool USE_GL= yes -USE_XORG= xt x11 +USE_XORG= ice sm x11 xext xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \ --enable-3ds-import --enable-sound \ @@ -26,7 +25,7 @@ USE_LDCONFIG= yes MAKE_ENV= LANG=C INSTALL_TARGET= install-strip -post-patch: +pre-configure: @${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' \ ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} \( -name \*.cpp -o -name \*.h -a \! \ Modified: head/graphics/Coin/files/patch-Makefile.in ============================================================================== --- head/graphics/Coin/files/patch-Makefile.in Mon Aug 29 19:23:49 2016 (r421091) +++ head/graphics/Coin/files/patch-Makefile.in Mon Aug 29 19:27:41 2016 (r421092) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2010-03-02 10:20:09.000000000 -0300 -+++ Makefile.in 2010-03-05 21:39:05.000000000 -0300 -@@ -1399,7 +1399,7 @@ +--- Makefile.in.orig 2010-03-02 13:20:09 UTC ++++ Makefile.in +@@ -1399,7 +1399,7 @@ BOOST_HEADER_FILES = \ include/boost/version.hpp \ include/boost/visit_each.hpp Modified: head/graphics/Coin/files/patch-include-Inventor-SbBasic.h ============================================================================== --- head/graphics/Coin/files/patch-include-Inventor-SbBasic.h Mon Aug 29 19:23:49 2016 (r421091) +++ head/graphics/Coin/files/patch-include-Inventor-SbBasic.h Mon Aug 29 19:27:41 2016 (r421092) @@ -1,10 +1,32 @@ ---- include/Inventor/SbBasic.h.orig 2010-03-02 21:20:09.000000000 +0800 -+++ include/Inventor/SbBasic.h 2013-12-01 05:17:51.275860731 +0800 -@@ -25,6 +25,7 @@ - \**************************************************************************/ +--- include/Inventor/SbBasic.h.orig 2010-03-02 13:20:09 UTC ++++ include/Inventor/SbBasic.h +@@ -88,17 +88,24 @@ inline Type SbSqr(const Type val) { + // warning if so for debug builds. inlined like this to not take much + // screenspace in inline functions. - #include +-// cc_debugerror_post() is not attempted resolved before the template is +-// used, hence the missing Inventor/errors/SoDebugError.h #include. This +-// "trick" does only work *portably* for functions in the global namespace. ++// Missing include for cc_debugerror_post() added here. The previous "trick" ++// for not needing to resolve symbols in global namespace no longer works ++// with newer compilers. ++#ifndef NDEBUG +#include ++#endif // !NDEBUG + ++ ++#ifndef NDEBUG + template + inline void SbDividerChk(const char * funcname, Type divider) { +-#ifndef NDEBUG + if (!(divider != static_cast(0))) + cc_debugerror_post(funcname, "divide by zero error.", divider); +-#endif // !NDEBUG + } ++#else ++template ++inline void SbDividerChk(const char *, Type) {} ++#endif // !NDEBUG /* ********************************************************************** */ - /* Trap people trying to use Inventor headers while compiling C source code. + Added: head/graphics/Coin/files/patch-include_Inventor_C_base_math-undefs.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/Coin/files/patch-include_Inventor_C_base_math-undefs.h Mon Aug 29 19:27:41 2016 (r421092) @@ -0,0 +1,21 @@ +--- include/Inventor/C/base/math-undefs.h.orig 2016-08-29 01:17:19 UTC ++++ include/Inventor/C/base/math-undefs.h +@@ -40,6 +40,8 @@ + work as intended. 20070518 larsa + */ + ++#ifndef __clang__ ++ + #undef cosf + #define cosf(x) NO_SINGLEPREC /* whatever that'll give us a compile error... */ + #undef sinf +@@ -59,6 +61,9 @@ + #undef atan2f + #define atan2f(x) NO_SINGLEPREC + ++#endif // !__clang__ ++ ++ + /* *********************************************************************** */ + + #endif // !COIN_MATH_UNDEFS_H Modified: head/graphics/Coin/pkg-descr ============================================================================== --- head/graphics/Coin/pkg-descr Mon Aug 29 19:23:49 2016 (r421091) +++ head/graphics/Coin/pkg-descr Mon Aug 29 19:27:41 2016 (r421092) @@ -1,4 +1,4 @@ -From its README: +Coin3D Coin is a 3D graphics library with a C++ Application Programming Interface based on the Open Inventor 2.1 API. Open Inventor, for those @@ -7,4 +7,6 @@ scene-graph rendering and interaction li facto standard graphics library for 3D visualization and visual simulation software in the scientific and engineering community. +New versions are published under the BSD 3-clause license. + WWW: https://bitbucket.org/Coin3D/coin/wiki/Home From owner-svn-ports-all@freebsd.org Mon Aug 29 19:27:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07A9FBC782F; Mon, 29 Aug 2016 19:27:46 +0000 (UTC) (envelope-from mandree@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 mx1.freebsd.org (Postfix) with ESMTPS id A9BB7E5B; Mon, 29 Aug 2016 19:27:45 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TJRihY073377; Mon, 29 Aug 2016 19:27:44 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TJRidE073373; Mon, 29 Aug 2016 19:27:44 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201608291927.u7TJRidE073373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 29 Aug 2016 19:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421093 - head/mail/mailman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 19:27:46 -0000 Author: mandree Date: Mon Aug 29 19:27:44 2016 New Revision: 421093 URL: https://svnweb.freebsd.org/changeset/ports/421093 Log: Security update to upstream release 2.1.23. ChangeLog: MFH: 2016Q3 Security: b11ab01b-6e19-11e6-ab24-080027ef73ec Security: CVE-2016-6893 Modified: head/mail/mailman/Makefile head/mail/mailman/distinfo head/mail/mailman/pkg-plist Modified: head/mail/mailman/Makefile ============================================================================== --- head/mail/mailman/Makefile Mon Aug 29 19:27:41 2016 (r421092) +++ head/mail/mailman/Makefile Mon Aug 29 19:27:44 2016 (r421093) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mailman -DISTVERSION= 2.1.22 +DISTVERSION= 2.1.23 CATEGORIES= mail MASTER_SITES= GNU \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ @@ -111,11 +111,11 @@ MAIL_GID?= _smtpd .if ${PORT_OPTIONS:MHTDIG} PKGNAMESUFFIX+= -with-htdig # how to create PATCHFILES: -#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1643 +#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1668 #X unpack this tarball, and the original distfile -#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1643.patch.xz +#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1668.patch.xz #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory -PATCHFILES+= msapiro-htdig-1643.patch.xz +PATCHFILES+= msapiro-htdig-1668.patch.xz RUN_DEPENDS+= htdig:textproc/htdig PLIST_SUB+= SUB_HTDIG="" .else Modified: head/mail/mailman/distinfo ============================================================================== --- head/mail/mailman/distinfo Mon Aug 29 19:27:41 2016 (r421092) +++ head/mail/mailman/distinfo Mon Aug 29 19:27:44 2016 (r421093) @@ -1,4 +1,5 @@ -SHA256 (mailman/mailman-2.1.22.tgz) = 56daf64eb7d521cbef4623c83f626c13247098546f708558f267c96f8f7b8ac1 -SIZE (mailman/mailman-2.1.22.tgz) = 9267810 -SHA256 (mailman/msapiro-htdig-1643.patch.xz) = de616f797fd2bc2895485165bb2cf3ffecdb8cf22c3dfb83fc336de47b25303c -SIZE (mailman/msapiro-htdig-1643.patch.xz) = 49988 +TIMESTAMP = 1472497873 +SHA256 (mailman/mailman-2.1.23.tgz) = b022ca6f8534621c9dbe50c983948688bc4623214773b580c2c78e4a7ae43e69 +SIZE (mailman/mailman-2.1.23.tgz) = 9290881 +SHA256 (mailman/msapiro-htdig-1668.patch.xz) = 8376e56788ea9561e74261bbf1deff1417cc265bc87b0a25e963af693f57b34d +SIZE (mailman/msapiro-htdig-1668.patch.xz) = 50768 Modified: head/mail/mailman/pkg-plist ============================================================================== --- head/mail/mailman/pkg-plist Mon Aug 29 19:27:41 2016 (r421092) +++ head/mail/mailman/pkg-plist Mon Aug 29 19:27:44 2016 (r421093) @@ -384,6 +384,7 @@ %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig_noshare +%%SUB_HTDIG%%%%MMDIR%%/cron/rundig %%MMDIR%%/cron/senddigests %%MMDIR%%/data/sitelist.cfg %%MMDIR%%/icons/PythonPowered.png @@ -442,7 +443,6 @@ %%NLS%%%%MMDIR%%/messages/it/README.it %%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.mo %%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.po -%%NLS%%%%MMDIR%%/messages/ja/README.ja %%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.mo %%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.po %%NLS%%%%MMDIR%%/messages/ko/README.ko From owner-svn-ports-all@freebsd.org Mon Aug 29 19:55:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DB36BC8024; Mon, 29 Aug 2016 19:55:49 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 0E1E9283; Mon, 29 Aug 2016 19:55:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TJtm6r084587; Mon, 29 Aug 2016 19:55:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TJtlG9084581; Mon, 29 Aug 2016 19:55:47 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608291955.u7TJtlG9084581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 29 Aug 2016 19:55:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421094 - in head: . security/sshguard security/sshguard-ipfw security/sshguard-null security/sshguard-pf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 19:55:49 -0000 Author: feld Date: Mon Aug 29 19:55:47 2016 New Revision: 421094 URL: https://svnweb.freebsd.org/changeset/ports/421094 Log: security/sshguard: Unbreak build by making a metaport security/sshguard no longer provides hosts/TCP Wrappers support by default as this was removed upstream. It is now a metaport which will allow you to select a backend. Further details can be found in the UPDATING entry. Modified: head/UPDATING head/security/sshguard-ipfw/Makefile head/security/sshguard-null/Makefile head/security/sshguard-pf/Makefile head/security/sshguard/Makefile head/security/sshguard/pkg-descr Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Aug 29 19:27:44 2016 (r421093) +++ head/UPDATING Mon Aug 29 19:55:47 2016 (r421094) @@ -5,6 +5,29 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160829: + AFFECTS: users of security/sshguard + AUTHOR: feld@FreeBSD.org + + Sshguard has been updated to 1.7.0. There have been several changes to + this release. Notably the hosts and ipfilter backends are no longer + supported. If you need these backends to be supported and you missed + the survey sent out by upstream I urge you to contact upstream. + + The hosts backend was previously served by security/sshguard directly. + The additional backends were slave ports with package name suffixes. I + have opted to keep the master/slave port relationship but not choose a + specific backend for security/sshguard. Instead it is now a metaport + which will prompt you for which backend you prefer. If no backend is + configured it will depend on security/sshguard-ipfw, which is the + native FreeBSD firewall. This my be surprising to users who depended + on security/sshguard which only provided hosts/TCP Wrappers blocking, + but there is no replacement at this time. + + If the removed backends return due to user demand they will be added + as slave ports for consistency. I apologize for any inconvenience and + lack of notice on the deprecation of these features. + 20160815: AFFECTS: users of mail/rspamd* AUTHOR: vsevolod@FreeBSD.org Modified: head/security/sshguard-ipfw/Makefile ============================================================================== --- head/security/sshguard-ipfw/Makefile Mon Aug 29 19:27:44 2016 (r421093) +++ head/security/sshguard-ipfw/Makefile Mon Aug 29 19:55:47 2016 (r421094) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -ipfw COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfw -CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-pf-1.* sshguard-null-1.* +CONFLICTS= sshguard-pf-1.* sshguard-null-1.* SSHGUARDFW= ipfw MASTERDIR= ${.CURDIR}/../sshguard Modified: head/security/sshguard-null/Makefile ============================================================================== --- head/security/sshguard-null/Makefile Mon Aug 29 19:27:44 2016 (r421093) +++ head/security/sshguard-null/Makefile Mon Aug 29 19:55:47 2016 (r421094) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -null COMMENT= Protect hosts from brute force attacks against ssh and other services -CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.* +CONFLICTS= sshguard-ipfw-1.* sshguard-pf-1.* SSHGUARDFW= null MASTERDIR= ${.CURDIR}/../sshguard Modified: head/security/sshguard-pf/Makefile ============================================================================== --- head/security/sshguard-pf/Makefile Mon Aug 29 19:27:44 2016 (r421093) +++ head/security/sshguard-pf/Makefile Mon Aug 29 19:55:47 2016 (r421094) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -pf COMMENT= Protect hosts from brute force attacks against ssh and other services using pf -CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-null-1.* +CONFLICTS= sshguard-ipfw-1.* sshguard-null-1.* SSHGUARDFW= pf MASTERDIR= ${.CURDIR}/../sshguard Modified: head/security/sshguard/Makefile ============================================================================== --- head/security/sshguard/Makefile Mon Aug 29 19:27:44 2016 (r421093) +++ head/security/sshguard/Makefile Mon Aug 29 19:55:47 2016 (r421094) @@ -3,16 +3,40 @@ PORTNAME= sshguard PORTVERSION= 1.7.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION} MAINTAINER= feld@FreeBSD.org COMMENT?= Protect hosts from brute force attacks against ssh and other services -LICENSE= BSD2CLAUSE +SSHGUARDFW?= none + +# If SSHGUARDFW is not set by a slave port, then we only use the +# following which makes this a metaport to choose a backend +.if ${SSHGUARDFW} == none +NO_BUILD=YES +NO_INSTALL=YES +NO_ARCH=YES + +OPTIONS_SINGLE= BACKEND +OPTIONS_SINGLE_BACKEND= IPFW NULL PF +OPTIONS_DEFAULT= IPFW + +IPFW_DESC= IPFW firewall backend +NULL_DESC= null firewall backend (detection only) +PF_DESC= pf firewall backend + +IPFW_RUN_DEPENDS= sshguard-ipfw>0:security/sshguard-ipfw +NULL_RUN_DEPENDS= sshguard-null>0:security/sshguard-null +PF_RUN_DEPENDS= sshguard-pf>0:security/sshguard-pf -CONFLICTS?= sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.* sshguard-null-1.* +.include + +# The remaining settings are used by the slave ports +.else + +LICENSE= BSD2CLAUSE USES= autoreconf @@ -26,20 +50,14 @@ CONFIGURE_ARGS+=--with-firewall=${SSHGUA SUB_LIST+= PKGMSG_FWBLOCK=${PKGMSG_FWBLOCK} SUB_FILES= pkg-message - -# backend type in { hosts, ipfw, null, pf } -SSHGUARDFW?= hosts +.endif .if ${SSHGUARDFW} == pf PKGMSG_FWBLOCK=" To activate or configure PF see http://www.sshguard.net/docs/setup/firewall/pf/" .elif ${SSHGUARDFW} == ipfw PKGMSG_FWBLOCK=" IPFW support has been rewritten. Sshguard will now add entries to table 22." -.elif ${SSHGUARDFW} == hosts -PKGMSG_FWBLOCK=" Sshguard is going to use /etc/hosts.allow. Please remember to touch /etc/hosts.allow\!" -.elif ${SSHGUARDFW} == ipfilter -PKGMSG_FWBLOCK=" Sshguard will use /etc/ipf.rules as ruleset." .elif ${SSHGUARDFW} == null -PKGMSG_FWBLOCK=" Sshguard null backend requires you provide your own script with the \"-e\" argument." +PKGMSG_FWBLOCK=" Sshguard null backend does detection only. It does not take action." .endif .include Modified: head/security/sshguard/pkg-descr ============================================================================== --- head/security/sshguard/pkg-descr Mon Aug 29 19:27:44 2016 (r421093) +++ head/security/sshguard/pkg-descr Mon Aug 29 19:55:47 2016 (r421094) @@ -5,7 +5,7 @@ Sshguard employs a clever parser that ca once transparently (syslog, syslog-ng, metalog, multilog, raw messages), and detects attacks for many services out of the box, including SSH, FreeBSD's ftpd and dovecot. It can operate all the major firewalling systems, including -PF, netfilter/iptables, IPFIREWALL/ipfw, IPFILTER. +PF, netfilter/iptables, and IPFIREWALL/ipfw. Sshguard has several relevant features like support for IPv6, whitelisting, suspension, log message authentication. It is reliable, easy to set up and From owner-svn-ports-all@freebsd.org Mon Aug 29 19:59:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CD71BC80DA; Mon, 29 Aug 2016 19:59:35 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id 27C255E7; Mon, 29 Aug 2016 19:59:35 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TJxYIQ084879; Mon, 29 Aug 2016 19:59:34 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TJxX63084873; Mon, 29 Aug 2016 19:59:33 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201608291959.u7TJxX63084873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 29 Aug 2016 19:59:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421095 - in head/sysutils/bamf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 19:59:35 -0000 Author: olivierd Date: Mon Aug 29 19:59:33 2016 New Revision: 421095 URL: https://svnweb.freebsd.org/changeset/ports/421095 Log: - Update to 0.5.3 - Sort USES - Re-generate patches, using 'make makepatch' - Add new patches, in order to remove all references to systemd Added: head/sysutils/bamf/files/patch-data_Makefile.in (contents, props changed) head/sysutils/bamf/files/patch-data_org.ayatana.bamf.service.in (contents, props changed) Modified: head/sysutils/bamf/Makefile head/sysutils/bamf/distinfo head/sysutils/bamf/files/patch-configure head/sysutils/bamf/files/patch-lib__libbamf-private__Makefile.in Modified: head/sysutils/bamf/Makefile ============================================================================== --- head/sysutils/bamf/Makefile Mon Aug 29 19:55:47 2016 (r421094) +++ head/sysutils/bamf/Makefile Mon Aug 29 19:59:33 2016 (r421095) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= bamf -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.3 CATEGORIES= sysutils -MASTER_SITES= https://launchpadlibrarian.net/203290162/ \ +MASTER_SITES= https://launchpadlibrarian.net/280921055/ \ https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org @@ -17,12 +17,14 @@ BUILD_DEPENDS= vapigen:lang/vala \ ${PYTHON_PKGNAMEPREFIX}libxml2>=2.8.0:textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}libxslt>=1.1.28:textproc/py-libxslt LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \ - libdbus-glib-1.so:devel/dbus-glib + libdbus-glib-1.so:devel/dbus-glib \ + libstartup-notification-1.so:x11/startup-notification -USES= pkgconfig gmake pathfix libtool python:2 +USES= gettext-runtime gmake libtool pathfix pkgconfig python:2 GNU_CONFIGURE= yes -USE_GNOME= gtk30 glib20 introspection:build libwnck3 +USE_GNOME= gtk30 glib20 introspection:build libwnck3 cairo gdkpixbuf2 USE_XORG= x11 +INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--disable-headless-tests \ --disable-gtktest \ Modified: head/sysutils/bamf/distinfo ============================================================================== --- head/sysutils/bamf/distinfo Mon Aug 29 19:55:47 2016 (r421094) +++ head/sysutils/bamf/distinfo Mon Aug 29 19:59:33 2016 (r421095) @@ -1,2 +1,3 @@ -SHA256 (bamf-0.5.1.tar.gz) = fb65e6d0d7330f06626e43b0f3828bdeb5678d69133396e770a8781b9988fd16 -SIZE (bamf-0.5.1.tar.gz) = 575386 +TIMESTAMP = 1472504601 +SHA256 (bamf-0.5.3.tar.gz) = 340d7b5a463afcd33135ae73a7e4cf6a93a4daaf6f72b70abc09dc66d18a3b14 +SIZE (bamf-0.5.3.tar.gz) = 633666 Modified: head/sysutils/bamf/files/patch-configure ============================================================================== --- head/sysutils/bamf/files/patch-configure Mon Aug 29 19:55:47 2016 (r421094) +++ head/sysutils/bamf/files/patch-configure Mon Aug 29 19:59:33 2016 (r421095) @@ -1,6 +1,6 @@ ---- ./configure.orig 2013-08-30 16:26:19.388840000 +0000 -+++ ./configure 2014-08-02 15:44:13.000000000 +0000 -@@ -14518,7 +14518,7 @@ +--- configure.orig 2016-08-25 15:18:48 UTC ++++ configure +@@ -15233,7 +15233,7 @@ rm -f core conftest.err conftest.$ac_obj rm -f conf.gtktest Added: head/sysutils/bamf/files/patch-data_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bamf/files/patch-data_Makefile.in Mon Aug 29 19:59:33 2016 (r421095) @@ -0,0 +1,198 @@ +--- data/Makefile.in.orig 2016-08-25 15:25:55 UTC ++++ data/Makefile.in +@@ -131,9 +131,8 @@ am__uninstall_files_from_dir = { \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } + am__installdirs = "$(DESTDIR)$(bamfdaemondbusrunnerdir)" \ +- "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(systemddir)" \ +- "$(DESTDIR)$(upstartdir)" +-SCRIPTS = $(bamfdaemondbusrunner_SCRIPTS) ++ "$(DESTDIR)$(servicedir)" ++SCRIPTS = + AM_V_P = $(am__v_P_@AM_V@) + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) + am__v_P_0 = false +@@ -153,7 +152,7 @@ am__can_run_installinfo = \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +-DATA = $(service_DATA) $(systemd_DATA) $(upstart_DATA) ++DATA = $(service_DATA) + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) + am__DIST_COMMON = $(srcdir)/Makefile.in + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +@@ -327,21 +326,9 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + servicedir = @datarootdir@/dbus-1/services + service_DATA = org.ayatana.bamf.service +-upstartdir = @datarootdir@/upstart/sessions +-upstart_DATA = bamfdaemon.conf +-systemddir = /usr/lib/systemd/user +-systemd_DATA = bamfdaemon.service +-bamfdaemondbusrunnerdir = $(pkglibexecdir) +-bamfdaemondbusrunner_SCRIPTS = bamfdaemon-dbus-runner +-EXTRA_DIST = org.ayatana.bamf.service.in \ +- bamfdaemon.conf.in \ +- bamfdaemon.service.in \ +- bamfdaemon-dbus-runner.in ++EXTRA_DIST = org.ayatana.bamf.service.in + +-CLEANFILES = org.ayatana.bamf.service \ +- bamfdaemon.conf \ +- bamfdaemon.service \ +- bamfdaemon-dbus-runner ++CLEANFILES = org.ayatana.bamf.service + + all: all-am + +@@ -375,41 +362,6 @@ $(top_srcdir)/configure: @MAINTAINER_MOD + $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + $(am__aclocal_m4_deps): +-install-bamfdaemondbusrunnerSCRIPTS: $(bamfdaemondbusrunner_SCRIPTS) +- @$(NORMAL_INSTALL) +- @list='$(bamfdaemondbusrunner_SCRIPTS)'; test -n "$(bamfdaemondbusrunnerdir)" || list=; \ +- if test -n "$$list"; then \ +- echo " $(MKDIR_P) '$(DESTDIR)$(bamfdaemondbusrunnerdir)'"; \ +- $(MKDIR_P) "$(DESTDIR)$(bamfdaemondbusrunnerdir)" || exit 1; \ +- fi; \ +- for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ +- done | \ +- sed -e 'p;s,.*/,,;n' \ +- -e 'h;s|.*|.|' \ +- -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ +- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ +- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ +- if ($$2 == $$4) { files[d] = files[d] " " $$1; \ +- if (++n[d] == $(am__install_max)) { \ +- print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ +- else { print "f", d "/" $$4, $$1 } } \ +- END { for (d in files) print "f", d, files[d] }' | \ +- while read type dir files; do \ +- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ +- test -z "$$files" || { \ +- echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bamfdaemondbusrunnerdir)$$dir'"; \ +- $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bamfdaemondbusrunnerdir)$$dir" || exit $$?; \ +- } \ +- ; done +- +-uninstall-bamfdaemondbusrunnerSCRIPTS: +- @$(NORMAL_UNINSTALL) +- @list='$(bamfdaemondbusrunner_SCRIPTS)'; test -n "$(bamfdaemondbusrunnerdir)" || exit 0; \ +- files=`for p in $$list; do echo "$$p"; done | \ +- sed -e 's,.*/,,;$(transform)'`; \ +- dir='$(DESTDIR)$(bamfdaemondbusrunnerdir)'; $(am__uninstall_files_from_dir) + + mostlyclean-libtool: + -rm -f *.lo +@@ -437,48 +389,6 @@ uninstall-serviceDATA: + @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) +-install-systemdDATA: $(systemd_DATA) +- @$(NORMAL_INSTALL) +- @list='$(systemd_DATA)'; test -n "$(systemddir)" || list=; \ +- if test -n "$$list"; then \ +- echo " $(MKDIR_P) '$(DESTDIR)$(systemddir)'"; \ +- $(MKDIR_P) "$(DESTDIR)$(systemddir)" || exit 1; \ +- fi; \ +- for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- echo "$$d$$p"; \ +- done | $(am__base_list) | \ +- while read files; do \ +- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemddir)'"; \ +- $(INSTALL_DATA) $$files "$(DESTDIR)$(systemddir)" || exit $$?; \ +- done +- +-uninstall-systemdDATA: +- @$(NORMAL_UNINSTALL) +- @list='$(systemd_DATA)'; test -n "$(systemddir)" || list=; \ +- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ +- dir='$(DESTDIR)$(systemddir)'; $(am__uninstall_files_from_dir) +-install-upstartDATA: $(upstart_DATA) +- @$(NORMAL_INSTALL) +- @list='$(upstart_DATA)'; test -n "$(upstartdir)" || list=; \ +- if test -n "$$list"; then \ +- echo " $(MKDIR_P) '$(DESTDIR)$(upstartdir)'"; \ +- $(MKDIR_P) "$(DESTDIR)$(upstartdir)" || exit 1; \ +- fi; \ +- for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- echo "$$d$$p"; \ +- done | $(am__base_list) | \ +- while read files; do \ +- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(upstartdir)'"; \ +- $(INSTALL_DATA) $$files "$(DESTDIR)$(upstartdir)" || exit $$?; \ +- done +- +-uninstall-upstartDATA: +- @$(NORMAL_UNINSTALL) +- @list='$(upstart_DATA)'; test -n "$(upstartdir)" || list=; \ +- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ +- dir='$(DESTDIR)$(upstartdir)'; $(am__uninstall_files_from_dir) + tags TAGS: + + ctags CTAGS: +@@ -520,7 +430,7 @@ check-am: all-am + check: check-am + all-am: Makefile $(SCRIPTS) $(DATA) + installdirs: +- for dir in "$(DESTDIR)$(bamfdaemondbusrunnerdir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(systemddir)" "$(DESTDIR)$(upstartdir)"; do \ ++ for dir in "$(DESTDIR)$(bamfdaemondbusrunnerdir)" "$(DESTDIR)$(servicedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done + install: install-am +@@ -575,7 +485,7 @@ info: info-am + info-am: + + install-data-am: install-bamfdaemondbusrunnerSCRIPTS \ +- install-serviceDATA install-systemdDATA install-upstartDATA ++ install-serviceDATA + + install-dvi: install-dvi-am + +@@ -620,8 +530,7 @@ ps: ps-am + ps-am: + + uninstall-am: uninstall-bamfdaemondbusrunnerSCRIPTS \ +- uninstall-serviceDATA uninstall-systemdDATA \ +- uninstall-upstartDATA ++ uninstall-serviceDATA + + .MAKE: install-am install-strip + +@@ -633,13 +542,12 @@ uninstall-am: uninstall-bamfdaemondbusru + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-serviceDATA \ +- install-strip install-systemdDATA install-upstartDATA \ ++ install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-bamfdaemondbusrunnerSCRIPTS \ +- uninstall-serviceDATA uninstall-systemdDATA \ +- uninstall-upstartDATA ++ uninstall-serviceDATA + + .PRECIOUS: Makefile + +@@ -647,15 +555,6 @@ uninstall-am: uninstall-bamfdaemondbusru + org.ayatana.bamf.service: org.ayatana.bamf.service.in + $(AM_V_GEN)sed "s,@PKGLIBEXECDIR@,$(pkglibexecdir)," $< > $@ + +-bamfdaemon.conf: bamfdaemon.conf.in +- $(AM_V_GEN)sed "s,@PKGLIBEXECDIR@,$(pkglibexecdir)," $< > $@ +- +-bamfdaemon.service: bamfdaemon.service.in +- $(AM_V_GEN)sed "s,@PKGLIBEXECDIR@,$(pkglibexecdir)," $< > $@ +- +-bamfdaemon-dbus-runner: bamfdaemon-dbus-runner.in +- $(AM_V_GEN)sed "s,@PKGLIBEXECDIR@,$(pkglibexecdir)," $< > $@ +- + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: Added: head/sysutils/bamf/files/patch-data_org.ayatana.bamf.service.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bamf/files/patch-data_org.ayatana.bamf.service.in Mon Aug 29 19:59:33 2016 (r421095) @@ -0,0 +1,8 @@ +--- data/org.ayatana.bamf.service.in.orig 2016-08-24 12:43:23 UTC ++++ data/org.ayatana.bamf.service.in +@@ -1,4 +1,3 @@ + [D-BUS Service] + Name=org.ayatana.bamf +-Exec=@PKGLIBEXECDIR@/bamfdaemon-dbus-runner +-SystemdService=bamfdaemon.service ++Exec=@PKGLIBEXECDIR@/bamfdaemon Modified: head/sysutils/bamf/files/patch-lib__libbamf-private__Makefile.in ============================================================================== --- head/sysutils/bamf/files/patch-lib__libbamf-private__Makefile.in Mon Aug 29 19:55:47 2016 (r421094) +++ head/sysutils/bamf/files/patch-lib__libbamf-private__Makefile.in Mon Aug 29 19:59:33 2016 (r421095) @@ -1,6 +1,6 @@ ---- ./lib/libbamf-private/Makefile.in.orig 2013-08-30 16:26:20.552840000 +0000 -+++ ./lib/libbamf-private/Makefile.in 2014-08-02 15:33:08.000000000 +0000 -@@ -705,7 +705,7 @@ +--- lib/libbamf-private/Makefile.in.orig 2016-08-25 15:18:48 UTC ++++ lib/libbamf-private/Makefile.in +@@ -723,7 +723,7 @@ bamf-gdbus-generated.c: org.ayatana.bamf --interface-prefix org.ayatana.bamf \ $<; \ # Adding '_' prefix to generated private functions \ @@ -9,7 +9,7 @@ $@ $(shell basename $@ .c).h .NOTPARALLEL: -@@ -717,7 +717,7 @@ +@@ -735,7 +735,7 @@ bamf-gdbus-view-generated.c: org.ayatana --interface-prefix org.ayatana.bamf \ $<; \ # Adding '_' prefix to generated private functions \ From owner-svn-ports-all@freebsd.org Mon Aug 29 20:02:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9001BC8281; Mon, 29 Aug 2016 20:02:03 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 9B27ECE2; Mon, 29 Aug 2016 20:02:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TK22H2087820; Mon, 29 Aug 2016 20:02:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TK22qH087819; Mon, 29 Aug 2016 20:02:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608292002.u7TK22qH087819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 29 Aug 2016 20:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421096 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 20:02:03 -0000 Author: feld Date: Mon Aug 29 20:02:02 2016 New Revision: 421096 URL: https://svnweb.freebsd.org/changeset/ports/421096 Log: Also document the removal of another sshguard feature Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Aug 29 19:59:33 2016 (r421095) +++ head/UPDATING Mon Aug 29 20:02:02 2016 (r421096) @@ -24,6 +24,11 @@ you update your ports collection, before on security/sshguard which only provided hosts/TCP Wrappers blocking, but there is no replacement at this time. + I would also like to document that sshguard no longer accepts the -e + argument which allowed external scripts to run when sshguard finds a + match. As a result the null backend can no longer be used to create + custom blocking functionality; it only serves as a detection backend. + If the removed backends return due to user demand they will be added as slave ports for consistency. I apologize for any inconvenience and lack of notice on the deprecation of these features. From owner-svn-ports-all@freebsd.org Mon Aug 29 20:31:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1CC1BC8DF1; Mon, 29 Aug 2016 20:31:41 +0000 (UTC) (envelope-from thierry@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 mx1.freebsd.org (Postfix) with ESMTPS id 81A702E9; Mon, 29 Aug 2016 20:31:41 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TKVeKf098751; Mon, 29 Aug 2016 20:31:40 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TKVeRP098554; Mon, 29 Aug 2016 20:31:40 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201608292031.u7TKVeRP098554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 29 Aug 2016 20:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421097 - head/www/xpi-uBlock_origin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 20:31:41 -0000 Author: thierry Date: Mon Aug 29 20:31:40 2016 New Revision: 421097 URL: https://svnweb.freebsd.org/changeset/ports/421097 Log: Upgrade to 1.9.4. Changelog at https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/?page=1#version-1.9.4 Modified: head/www/xpi-uBlock_origin/Makefile head/www/xpi-uBlock_origin/distinfo Modified: head/www/xpi-uBlock_origin/Makefile ============================================================================== --- head/www/xpi-uBlock_origin/Makefile Mon Aug 29 20:02:02 2016 (r421096) +++ head/www/xpi-uBlock_origin/Makefile Mon Aug 29 20:31:40 2016 (r421097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ublock_origin -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.4 DISTVERSIONSUFFIX= -fx+sm+tb+an CATEGORIES= www Modified: head/www/xpi-uBlock_origin/distinfo ============================================================================== --- head/www/xpi-uBlock_origin/distinfo Mon Aug 29 20:02:02 2016 (r421096) +++ head/www/xpi-uBlock_origin/distinfo Mon Aug 29 20:31:40 2016 (r421097) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472400620 -SHA256 (xpi/ublock_origin-1.9.2-fx+sm+tb+an.xpi) = 3d4b0560da293d1313ddcb0de4b48b73a39f925eabdea246ccc8965547d1460b -SIZE (xpi/ublock_origin-1.9.2-fx+sm+tb+an.xpi) = 1581376 +TIMESTAMP = 1472502051 +SHA256 (xpi/ublock_origin-1.9.4-fx+sm+tb+an.xpi) = 6bbfdf9fb97bc335f48c8984a310399945dd6e0daa9e64eea68f5e88331c6e80 +SIZE (xpi/ublock_origin-1.9.4-fx+sm+tb+an.xpi) = 1581414 From owner-svn-ports-all@freebsd.org Mon Aug 29 22:08:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD664B7943B; Mon, 29 Aug 2016 22:08:20 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 7F352B2C; Mon, 29 Aug 2016 22:08:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TM8Je4033949; Mon, 29 Aug 2016 22:08:19 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TM8JBn033948; Mon, 29 Aug 2016 22:08:19 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608292208.u7TM8JBn033948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 22:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421098 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 22:08:20 -0000 Author: mat Date: Mon Aug 29 22:08:19 2016 New Revision: 421098 URL: https://svnweb.freebsd.org/changeset/ports/421098 Log: Introduce IGNORE_opsys/osrel/arch, similar to the BROKEN_* ones. Sponsored by: Absolight Modified: head/Mk/bsd.port.mk (contents, props changed) Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Aug 29 20:31:40 2016 (r421097) +++ head/Mk/bsd.port.mk Mon Aug 29 22:08:19 2016 (r421098) @@ -167,6 +167,15 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # because it cannot be manually fetched, etc). Error # logs will not appear on pointyhat, so this should be # used sparingly. +# IGNORE_${ARCH} - Port should be ignored on ${ARCH}. +# IGNORE_${OPSYS} - Port should be ignored on ${OPSYS}. +# IGNORE_${OPSYS}_${OSREL:R} - Port should be ignored on a single +# release of ${OPSYS}, e.g IGNORE_FreeBSD_8 +# would affect all point releases of FreeBSD 8. +# IGNORE_${OPSYS}_${OSREL:R}_${ARCH} - Port should be ignored on a +# single release of ${OPSYS} and specific architecture, +# e.g IGNORE_FreeBSD_8_i386 would affect all point +# releases of FreeBSD 8 in i386. # BROKEN - Port is believed to be broken. Package builds can # still be attempted using TRYBROKEN to test this # assumption. @@ -2742,6 +2751,14 @@ IGNORE= may not be placed on a CDROM: $ IGNORE= is restricted: ${RESTRICTED} .elif (defined(NO_PACKAGE) && defined(PACKAGE_BUILDING)) IGNORE= may not be packaged: ${NO_PACKAGE} +.elif defined(IGNORE_${ARCH}) +IGNORE= ${IGNORE_${ARCH}} +.elif defined(IGNORE_${OPSYS}_${OSREL:R}_${ARCH}) +IGNORE= ${IGNORE_${OPSYS}_${OSREL:R}_${ARCH}} +.elif defined(IGNORE_${OPSYS}_${OSREL:R}) +IGNORE= ${IGNORE_${OPSYS}_${OSREL:R}} +.elif defined(IGNORE_${OPSYS}) +IGNORE= ${IGNORE_${OPSYS}} .elif defined(BROKEN) .if !defined(TRYBROKEN) IGNORE= is marked as broken: ${BROKEN} @@ -2750,14 +2767,14 @@ IGNORE= is marked as broken: ${BROKEN} .if !defined(TRYBROKEN) IGNORE= is marked as broken on ${ARCH}: ${BROKEN_${ARCH}} .endif -.elif defined(BROKEN_${OPSYS}_${OSREL:R}) -.if !defined(TRYBROKEN) -IGNORE= is marked as broken on ${OPSYS} ${OSREL}: ${BROKEN_${OPSYS}_${OSREL:R}} -.endif .elif defined(BROKEN_${OPSYS}_${OSREL:R}_${ARCH}) .if !defined(TRYBROKEN) IGNORE= is marked as broken on ${OPSYS} ${OSREL} ${ARCH}: ${BROKEN_${OPSYS}_${OSREL:R}_${ARCH}} .endif +.elif defined(BROKEN_${OPSYS}_${OSREL:R}) +.if !defined(TRYBROKEN) +IGNORE= is marked as broken on ${OPSYS} ${OSREL}: ${BROKEN_${OPSYS}_${OSREL:R}} +.endif .elif defined(BROKEN_${OPSYS}) .if !defined(TRYBROKEN) IGNORE= is marked as broken on ${OPSYS}: ${BROKEN_${OPSYS}} @@ -2805,7 +2822,7 @@ ${target}: .endif -.endif +.endif # !defined(NO_IGNORE) .if defined(IGNORE) || defined(NO_PACKAGE) ignorelist: package-name From owner-svn-ports-all@freebsd.org Mon Aug 29 22:11:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 647B5B79555; Mon, 29 Aug 2016 22:11:26 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 37749CD8; Mon, 29 Aug 2016 22:11:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TMBPEr036905; Mon, 29 Aug 2016 22:11:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TMBPC1036904; Mon, 29 Aug 2016 22:11:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608292211.u7TMBPC1036904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 22:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421099 - head/sysutils/qjail2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 22:11:26 -0000 Author: mat Date: Mon Aug 29 22:11:25 2016 New Revision: 421099 URL: https://svnweb.freebsd.org/changeset/ports/421099 Log: Give sysutils/qjail2 port to the same maintainer as the other qjail port. Submitted by: maintainer via email Sponsored by: Absolight Modified: head/sysutils/qjail2/Makefile (contents, props changed) Modified: head/sysutils/qjail2/Makefile ============================================================================== --- head/sysutils/qjail2/Makefile Mon Aug 29 22:08:19 2016 (r421098) +++ head/sysutils/qjail2/Makefile Mon Aug 29 22:11:25 2016 (r421099) @@ -8,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} PKGNAMESUFFIX= 2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= qjail1@a1poweruser.com COMMENT= Utility to quickly deploy and manage jails USES= tar:bzip2 From owner-svn-ports-all@freebsd.org Tue Aug 30 00:29:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6793BC8542; Tue, 30 Aug 2016 00:29:39 +0000 (UTC) (envelope-from brooks@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 mx1.freebsd.org (Postfix) with ESMTPS id 95DA8835; Tue, 30 Aug 2016 00:29:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7U0TcOO088676; Tue, 30 Aug 2016 00:29:38 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7U0Tc9t088674; Tue, 30 Aug 2016 00:29:38 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201608300029.u7U0Tc9t088674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 30 Aug 2016 00:29:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421100 - head/devel/llvm39 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 00:29:40 -0000 Author: brooks Date: Tue Aug 30 00:29:38 2016 New Revision: 421100 URL: https://svnweb.freebsd.org/changeset/ports/421100 Log: Update to RC3. Modified: head/devel/llvm39/Makefile head/devel/llvm39/distinfo Modified: head/devel/llvm39/Makefile ============================================================================== --- head/devel/llvm39/Makefile Mon Aug 29 22:11:25 2016 (r421099) +++ head/devel/llvm39/Makefile Tue Aug 30 00:29:38 2016 (r421100) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 3.9.0rc2 -PORTREVISION= 3 +DISTVERSION= 3.9.0rc3 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src Modified: head/devel/llvm39/distinfo ============================================================================== --- head/devel/llvm39/distinfo Mon Aug 29 22:11:25 2016 (r421099) +++ head/devel/llvm39/distinfo Tue Aug 30 00:29:38 2016 (r421100) @@ -1,15 +1,15 @@ -TIMESTAMP = 1471910116 -SHA256 (llvm-3.9.0rc2.src.tar.xz) = d7516c9887f6a6ba0ac40fa394f0fd09a65e0b5721468fc85db8a13b47d1dc69 -SIZE (llvm-3.9.0rc2.src.tar.xz) = 18232412 -SHA256 (cfe-3.9.0rc2.src.tar.xz) = 2d2d7aad5c7b67dd2bd324d0ce10435a797a85b04fa06e4944a6143dfefb4b89 -SIZE (cfe-3.9.0rc2.src.tar.xz) = 10390872 -SHA256 (compiler-rt-3.9.0rc2.src.tar.xz) = 6ff0db5660508c84d7107d5f34419ce83b885f5f34bc2f3b66f713694c3de723 -SIZE (compiler-rt-3.9.0rc2.src.tar.xz) = 1381592 -SHA256 (clang-tools-extra-3.9.0rc2.src.tar.xz) = 0d027a895b1f2036395aab470fdb94d4c49d75ed55ca4808cf981f29379f41a1 -SIZE (clang-tools-extra-3.9.0rc2.src.tar.xz) = 455348 -SHA256 (lld-3.9.0rc2.src.tar.xz) = 4524ada47c4d392cda9f3de3e7132aac9d704bc3ef613d5589059a1563b47c1e -SIZE (lld-3.9.0rc2.src.tar.xz) = 499644 -SHA256 (lldb-3.9.0rc2.src.tar.xz) = b8e1a8ea68d1c34f8dcccdd827734f1032f702c44caf31238e3f37ab5d72a84f -SIZE (lldb-3.9.0rc2.src.tar.xz) = 13755004 -SHA256 (openmp-3.9.0rc2.src.tar.xz) = 84db3e5bb11adb42ffd9c0d5c95b51b9e93093a792db35ddd4fc5e57fae0c17e -SIZE (openmp-3.9.0rc2.src.tar.xz) = 2256960 +TIMESTAMP = 1472516405 +SHA256 (llvm-3.9.0rc3.src.tar.xz) = b52ed8390a9b7c30ab88cd679f890b5cac17ec52f7fe10bfc305b4d7254e3f82 +SIZE (llvm-3.9.0rc3.src.tar.xz) = 18235444 +SHA256 (cfe-3.9.0rc3.src.tar.xz) = cb06bb2403cc13bd2bc561222a9854d1aa52d96cf48b4a24d9e4b0b6832c96ec +SIZE (cfe-3.9.0rc3.src.tar.xz) = 10390412 +SHA256 (compiler-rt-3.9.0rc3.src.tar.xz) = 2ae30412681098d7632f09c524b00049faccd3e802ec6fd2171fe8c6e47c9202 +SIZE (compiler-rt-3.9.0rc3.src.tar.xz) = 1377852 +SHA256 (clang-tools-extra-3.9.0rc3.src.tar.xz) = adac980fb7aef0c57bc0e7468e2fb3d328ec9417ff7997b7390b8ef4902b6cdb +SIZE (clang-tools-extra-3.9.0rc3.src.tar.xz) = 455376 +SHA256 (lld-3.9.0rc3.src.tar.xz) = 9532dc6940516785a3186571378dc0d94484722cfc17396583dfbe16246c2494 +SIZE (lld-3.9.0rc3.src.tar.xz) = 499820 +SHA256 (lldb-3.9.0rc3.src.tar.xz) = de5057b75adf87f17af3bf667adb0638cb504b0049647946ab93af45dba311e6 +SIZE (lldb-3.9.0rc3.src.tar.xz) = 13754856 +SHA256 (openmp-3.9.0rc3.src.tar.xz) = 3696508f0cf4ff911bf50ef2c9da2147ebab361b29d042f5abd952778c259b6d +SIZE (openmp-3.9.0rc3.src.tar.xz) = 2257084 From owner-svn-ports-all@freebsd.org Tue Aug 30 02:55:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EC25BC75A5; Tue, 30 Aug 2016 02:55:34 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 4CCEA1E8; Tue, 30 Aug 2016 02:55:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7U2tXdQ044303; Tue, 30 Aug 2016 02:55:33 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7U2tX6C044301; Tue, 30 Aug 2016 02:55:33 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608300255.u7U2tX6C044301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 30 Aug 2016 02:55:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421101 - head/databases/p5-Dancer-Plugin-Database-Core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 02:55:34 -0000 Author: pi Date: Tue Aug 30 02:55:33 2016 New Revision: 421101 URL: https://svnweb.freebsd.org/changeset/ports/421101 Log: databases/p5-Dancer-Plugin-Database-Core: 0.14 -> 0.16 - Fix bug introduced in 0.15's refactoring which stopped empty where clauses (e.g. $where => {}) working - factor code for Dancer::Plugin::SimpleCRUD (joshrabinowitz) PR: 211829 Submitted by: Henk van Oers Approved by: sunpoet (maintainer timeout) Modified: head/databases/p5-Dancer-Plugin-Database-Core/Makefile head/databases/p5-Dancer-Plugin-Database-Core/distinfo Modified: head/databases/p5-Dancer-Plugin-Database-Core/Makefile ============================================================================== --- head/databases/p5-Dancer-Plugin-Database-Core/Makefile Tue Aug 30 00:29:38 2016 (r421100) +++ head/databases/p5-Dancer-Plugin-Database-Core/Makefile Tue Aug 30 02:55:33 2016 (r421101) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer-Plugin-Database-Core -PORTVERSION= 0.14 +PORTVERSION= 0.16 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-Dancer-Plugin-Database-Core/distinfo ============================================================================== --- head/databases/p5-Dancer-Plugin-Database-Core/distinfo Tue Aug 30 00:29:38 2016 (r421100) +++ head/databases/p5-Dancer-Plugin-Database-Core/distinfo Tue Aug 30 02:55:33 2016 (r421101) @@ -1,2 +1,3 @@ -SHA256 (Dancer-Plugin-Database-Core-0.14.tar.gz) = 9f4d6a651d23f9f1f0915c5dcfccf03120fa8495807e56b2c38edba8a5beb461 -SIZE (Dancer-Plugin-Database-Core-0.14.tar.gz) = 15865 +TIMESTAMP = 1471168207 +SHA256 (Dancer-Plugin-Database-Core-0.16.tar.gz) = bf115a759d343a3b3f5817c9fb9cdf1563a387700dbe4def309be64c0c70e84b +SIZE (Dancer-Plugin-Database-Core-0.16.tar.gz) = 17143 From owner-svn-ports-all@freebsd.org Tue Aug 30 03:17:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A644B77068; Tue, 30 Aug 2016 03:17:20 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67CEE977; Tue, 30 Aug 2016 03:17:19 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 30AE243D51; Mon, 29 Aug 2016 22:17:12 -0500 (CDT) Subject: Re: svn commit: r420924 - head/audio/gmpc-magnatune To: Pawel Pekala , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201608261504.u7QF46B1060800@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <074eb0ed-40bb-e188-4754-3edde192db12@marino.st> Date: Mon, 29 Aug 2016 22:17:09 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201608261504.u7QF46B1060800@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160829-1, 08/29/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 03:17:20 -0000 On 8/26/2016 10:04, Pawel Pekala wrote: > Author: pawel > Date: Fri Aug 26 15:04:06 2016 > New Revision: 420924 > URL: https://svnweb.freebsd.org/changeset/ports/420924 > > Log: > - Convert to USES=sqlite > - Convert to PLIST_FILES, only 2 items in plist > - Register proxy dependencies found by stage-qa > > Deleted: > head/audio/gmpc-magnatune/pkg-plist > Modified: > head/audio/gmpc-magnatune/Makefile > > Modified: head/audio/gmpc-magnatune/Makefile > ============================================================================== > --- head/audio/gmpc-magnatune/Makefile Fri Aug 26 14:58:33 2016 (r420923) > +++ head/audio/gmpc-magnatune/Makefile Fri Aug 26 15:04:06 2016 (r420924) > @@ -14,13 +14,17 @@ LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > > LIB_DEPENDS= libmpd.so:audio/libmpd \ > - libsqlite3.so:databases/sqlite3 > + libfreetype.so:print/freetype2 \ > + libfontconfig.so:x11-fonts/fontconfig > BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc > RUN_DEPENDS= gmpc:audio/gmpc > > +USES= gettext gmake libtool pkgconfig sqlite > +USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool libglade2 > GNU_CONFIGURE= yes > -USE_GNOME= intltool glib20 gtk20 libglade2 > -USES= gettext gmake libtool pkgconfig > INSTALL_TARGET= install-strip > > +PLIST_FILES= lib/gmpc/plugins/magnatuneplugin.so \ > + share/gmpc/plugins/magnatune/magnatune.png > + > .include > Pawel, Many library dependencies were added. That requires a PORTREVISION bump! --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Tue Aug 30 03:20:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0763B77157; Tue, 30 Aug 2016 03:20:05 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC549AC8; Tue, 30 Aug 2016 03:20:05 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id C514143BEF; Mon, 29 Aug 2016 22:20:03 -0500 (CDT) Subject: Re: svn commit: r420924 - head/audio/gmpc-magnatune Reply-To: marino@freebsd.org, marino@freebsd.org References: <201608261504.u7QF46B1060800@repo.freebsd.org> <074eb0ed-40bb-e188-4754-3edde192db12@marino.st> To: Pawel Pekala , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: John Marino Message-ID: <8fe3e649-e929-c037-6193-c23b685a1222@marino.st> Date: Mon, 29 Aug 2016 22:20:01 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <074eb0ed-40bb-e188-4754-3edde192db12@marino.st> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160829-1, 08/29/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 03:20:06 -0000 On 8/29/2016 22:17, John Marino wrote: > On 8/26/2016 10:04, Pawel Pekala wrote: >> Author: pawel >> Date: Fri Aug 26 15:04:06 2016 >> New Revision: 420924 >> URL: https://svnweb.freebsd.org/changeset/ports/420924 >> >> Log: >> - Convert to USES=sqlite >> - Convert to PLIST_FILES, only 2 items in plist >> - Register proxy dependencies found by stage-qa >> >> Deleted: >> head/audio/gmpc-magnatune/pkg-plist >> Modified: >> head/audio/gmpc-magnatune/Makefile >> >> Modified: head/audio/gmpc-magnatune/Makefile >> ============================================================================== >> >> --- head/audio/gmpc-magnatune/Makefile Fri Aug 26 14:58:33 2016 >> (r420923) >> +++ head/audio/gmpc-magnatune/Makefile Fri Aug 26 15:04:06 2016 >> (r420924) >> @@ -14,13 +14,17 @@ LICENSE= GPLv2+ >> LICENSE_FILE= ${WRKSRC}/COPYING >> >> LIB_DEPENDS= libmpd.so:audio/libmpd \ >> - libsqlite3.so:databases/sqlite3 >> + libfreetype.so:print/freetype2 \ >> + libfontconfig.so:x11-fonts/fontconfig >> BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc >> RUN_DEPENDS= gmpc:audio/gmpc >> >> +USES= gettext gmake libtool pkgconfig sqlite >> +USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool libglade2 >> GNU_CONFIGURE= yes >> -USE_GNOME= intltool glib20 gtk20 libglade2 >> -USES= gettext gmake libtool pkgconfig >> INSTALL_TARGET= install-strip >> >> +PLIST_FILES= lib/gmpc/plugins/magnatuneplugin.so \ >> + share/gmpc/plugins/magnatune/magnatune.png >> + >> .include >> > > Pawel, > Many library dependencies were added. That requires a PORTREVISION bump! > actually, I meant to write this about audio/gmpc but it appears audio/gmpc-magnatune had the same issue. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Tue Aug 30 05:54:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C3B2BC8450; Tue, 30 Aug 2016 05:54:03 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id 2559A86B; Tue, 30 Aug 2016 05:54:03 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7U5s2lA012796; Tue, 30 Aug 2016 05:54:02 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7U5s2Qd012794; Tue, 30 Aug 2016 05:54:02 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201608300554.u7U5s2Qd012794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 30 Aug 2016 05:54:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421102 - in head/mail/postfix: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 05:54:03 -0000 Author: brnrd Date: Tue Aug 30 05:54:01 2016 New Revision: 421102 URL: https://svnweb.freebsd.org/changeset/ports/421102 Log: mail/postfix: Fix typo in LibreSSL patch - Fix DANE support with LibreSSL PR: 212223 Reported by: Markus Kohlmeyer Modified: head/mail/postfix/Makefile head/mail/postfix/files/patch-src_tls_tls__dane.c Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Tue Aug 30 02:55:33 2016 (r421101) +++ head/mail/postfix/Makefile Tue Aug 30 05:54:01 2016 (r421102) @@ -4,7 +4,7 @@ PORTNAME= postfix PORTVERSION= 3.1.2 PORTEPOCH= 1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \ Modified: head/mail/postfix/files/patch-src_tls_tls__dane.c ============================================================================== --- head/mail/postfix/files/patch-src_tls_tls__dane.c Tue Aug 30 02:55:33 2016 (r421101) +++ head/mail/postfix/files/patch-src_tls_tls__dane.c Tue Aug 30 05:54:01 2016 (r421102) @@ -5,7 +5,7 @@ tls_check_version(); -#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESS_VERSION_NUMBER) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) SSL_load_error_strings(); SSL_library_init(); #endif From owner-svn-ports-all@freebsd.org Tue Aug 30 05:56:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 978A0BC8492; Tue, 30 Aug 2016 05:56:03 +0000 (UTC) (envelope-from dbn@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 mx1.freebsd.org (Postfix) with ESMTPS id 653A2962; Tue, 30 Aug 2016 05:56:03 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7U5u2jS013005; Tue, 30 Aug 2016 05:56:02 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7U5u2rG013003; Tue, 30 Aug 2016 05:56:02 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201608300556.u7U5u2rG013003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Tue, 30 Aug 2016 05:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421103 - head/math/R-cran-gss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 05:56:03 -0000 Author: dbn Date: Tue Aug 30 05:56:02 2016 New Revision: 421103 URL: https://svnweb.freebsd.org/changeset/ports/421103 Log: math/R-cran-gss: updated to version 2.1-6 - mark port as needing to compile Generated by: portcran (0.1.1) Modified: head/math/R-cran-gss/Makefile head/math/R-cran-gss/distinfo Modified: head/math/R-cran-gss/Makefile ============================================================================== --- head/math/R-cran-gss/Makefile Tue Aug 30 05:54:01 2016 (r421102) +++ head/math/R-cran-gss/Makefile Tue Aug 30 05:56:02 2016 (r421103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gss -DISTVERSION= 2.1-5 +DISTVERSION= 2.1-6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +12,6 @@ COMMENT= General Smoothing Splines LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/math/R-cran-gss/distinfo ============================================================================== --- head/math/R-cran-gss/distinfo Tue Aug 30 05:54:01 2016 (r421102) +++ head/math/R-cran-gss/distinfo Tue Aug 30 05:56:02 2016 (r421103) @@ -1,2 +1,3 @@ -SHA256 (gss_2.1-5.tar.gz) = 02a2ca39fb6b2a8744dbba2d1edd376e18c2e69d90ee57c1d697006be0d27ea5 -SIZE (gss_2.1-5.tar.gz) = 483091 +TIMESTAMP = 1472536053 +SHA256 (gss_2.1-6.tar.gz) = 06c13fe75d9a11f906269ae76700996f5ae9e176760fa8844cd8de8ea2846dee +SIZE (gss_2.1-6.tar.gz) = 483120 From owner-svn-ports-all@freebsd.org Tue Aug 30 06:07:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 335B2BC87E4; Tue, 30 Aug 2016 06:07:12 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id EAD26F68; Tue, 30 Aug 2016 06:07:11 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7U67Bj0016866; Tue, 30 Aug 2016 06:07:11 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7U67A1J016860; Tue, 30 Aug 2016 06:07:10 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201608300607.u7U67A1J016860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 30 Aug 2016 06:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421104 - in head/mail/postfix-current: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 06:07:12 -0000 Author: brnrd Date: Tue Aug 30 06:07:10 2016 New Revision: 421104 URL: https://svnweb.freebsd.org/changeset/ports/421104 Log: mail/postfix-current: Fix runtime TLS failure with LibreSSL - Add LibreSSL checks to <> 1.1.0 OpenSSL checks - Bump portrevision PR: 212223 Submitted by: Markus Kohlmeier Reported by: Markus Kohlmeier Approved by: ohauer (via mail) MFH: 2016Q3 Added: head/mail/postfix-current/files/patch-src_posttls-finger_posttls-finger.c - copied unchanged from r421091, head/mail/postfix/files/patch-src_posttls-finger_posttls-finger.c head/mail/postfix-current/files/patch-src_tls_tls__client.c - copied unchanged from r421091, head/mail/postfix/files/patch-src_tls_tls__client.c head/mail/postfix-current/files/patch-src_tls_tls__dane.c - copied unchanged from r421102, head/mail/postfix/files/patch-src_tls_tls__dane.c head/mail/postfix-current/files/patch-src_tls_tls__rsa.c - copied unchanged from r421091, head/mail/postfix/files/patch-src_tls_tls__rsa.c head/mail/postfix-current/files/patch-src_tls_tls__server.c - copied unchanged from r421091, head/mail/postfix/files/patch-src_tls_tls__server.c Modified: head/mail/postfix-current/Makefile Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Tue Aug 30 05:56:02 2016 (r421103) +++ head/mail/postfix-current/Makefile Tue Aug 30 06:07:10 2016 (r421104) @@ -4,6 +4,7 @@ PORTNAME= postfix DISTVERSION= 3.2-20160828 PORTEPOCH= 4 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \ Copied: head/mail/postfix-current/files/patch-src_posttls-finger_posttls-finger.c (from r421091, head/mail/postfix/files/patch-src_posttls-finger_posttls-finger.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix-current/files/patch-src_posttls-finger_posttls-finger.c Tue Aug 30 06:07:10 2016 (r421104, copy of r421091, head/mail/postfix/files/patch-src_posttls-finger_posttls-finger.c) @@ -0,0 +1,22 @@ +--- src/posttls-finger/posttls-finger.c.orig 2016-08-27 20:27:50 UTC ++++ src/posttls-finger/posttls-finger.c +@@ -1511,7 +1511,8 @@ static int finger(STATE *state) + return (0); + } + +-#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x10100000L ++#if defined(USE_TLS) && \ ++ ( OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ) + + /* ssl_cleanup - free memory allocated in the OpenSSL library */ + +@@ -1958,7 +1959,8 @@ int main(int argc, char *argv[]) + cleanup(&state); + + /* OpenSSL 1.1.0 and later (de)initialization is implicit */ +-#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x10100000L ++#if defined(USE_TLS) && \ ++ ( OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ) + ssl_cleanup(); + #endif + Copied: head/mail/postfix-current/files/patch-src_tls_tls__client.c (from r421091, head/mail/postfix/files/patch-src_tls_tls__client.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix-current/files/patch-src_tls_tls__client.c Tue Aug 30 06:07:10 2016 (r421104, copy of r421091, head/mail/postfix/files/patch-src_tls_tls__client.c) @@ -0,0 +1,20 @@ +--- src/tls/tls_client.c.orig 2016-08-27 20:27:50 UTC ++++ src/tls/tls_client.c +@@ -299,7 +299,7 @@ TLS_APPL_STATE *tls_client_init(const TL + */ + tls_check_version(); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * Initialize the OpenSSL library by the book! To start with, we must +@@ -441,7 +441,7 @@ TLS_APPL_STATE *tls_client_init(const TL + /* + * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev + */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * According to the OpenSSL documentation, temporary RSA key is needed Copied: head/mail/postfix-current/files/patch-src_tls_tls__dane.c (from r421102, head/mail/postfix/files/patch-src_tls_tls__dane.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix-current/files/patch-src_tls_tls__dane.c Tue Aug 30 06:07:10 2016 (r421104, copy of r421102, head/mail/postfix/files/patch-src_tls_tls__dane.c) @@ -0,0 +1,11 @@ +--- src/tls/tls_dane.c.orig 2016-08-27 20:27:50 UTC ++++ src/tls/tls_dane.c +@@ -2163,7 +2163,7 @@ static SSL_CTX *ctx_init(const char *CAf + tls_param_init(); + tls_check_version(); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + SSL_load_error_strings(); + SSL_library_init(); + #endif Copied: head/mail/postfix-current/files/patch-src_tls_tls__rsa.c (from r421091, head/mail/postfix/files/patch-src_tls_tls__rsa.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix-current/files/patch-src_tls_tls__rsa.c Tue Aug 30 06:07:10 2016 (r421104, copy of r421091, head/mail/postfix/files/patch-src_tls_tls__rsa.c) @@ -0,0 +1,20 @@ +--- src/tls/tls_rsa.c.orig 2016-01-03 14:49:51 UTC ++++ src/tls/tls_rsa.c +@@ -57,7 +57,7 @@ + /* + * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev + */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* tls_tmp_rsa_cb - call-back to generate ephemeral RSA key */ + +@@ -109,7 +109,7 @@ int main(int unused_argc, char *cons + /* + * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev + */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + RSA *rsa; + + msg_vstream_init(argv[0], VSTREAM_ERR); Copied: head/mail/postfix-current/files/patch-src_tls_tls__server.c (from r421091, head/mail/postfix/files/patch-src_tls_tls__server.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix-current/files/patch-src_tls_tls__server.c Tue Aug 30 06:07:10 2016 (r421104, copy of r421091, head/mail/postfix/files/patch-src_tls_tls__server.c) @@ -0,0 +1,29 @@ +--- src/tls/tls_server.c.orig 2016-08-27 20:27:50 UTC ++++ src/tls/tls_server.c +@@ -174,7 +174,7 @@ static const char server_session_id_cont + #endif /* OPENSSL_VERSION_NUMBER */ + + /* OpenSSL 1.1.0 bitrot */ +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + typedef const unsigned char *session_id_t; + + #else +@@ -377,7 +377,7 @@ TLS_APPL_STATE *tls_server_init(const TL + */ + tls_check_version(); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * Initialize the OpenSSL library by the book! To start with, we must +@@ -588,7 +588,7 @@ TLS_APPL_STATE *tls_server_init(const TL + /* + * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev + */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + /* + * According to OpenSSL documentation, a temporary RSA key is needed when From owner-svn-ports-all@freebsd.org Tue Aug 30 07:07:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FC0DBC87D6; Tue, 30 Aug 2016 07:07:23 +0000 (UTC) (envelope-from jadawin@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 mx1.freebsd.org (Postfix) with ESMTPS id 22702ADC; Tue, 30 Aug 2016 07:07:23 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7U77MM8038858; Tue, 30 Aug 2016 07:07:22 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7U77MvD038856; Tue, 30 Aug 2016 07:07:22 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201608300707.u7U77MvD038856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 30 Aug 2016 07:07:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421105 - head/ftp/p5-Net-FTPSSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 07:07:23 -0000 Author: jadawin Date: Tue Aug 30 07:07:22 2016 New Revision: 421105 URL: https://svnweb.freebsd.org/changeset/ports/421105 Log: - Update to 0.33 Modified: head/ftp/p5-Net-FTPSSL/Makefile head/ftp/p5-Net-FTPSSL/distinfo Modified: head/ftp/p5-Net-FTPSSL/Makefile ============================================================================== --- head/ftp/p5-Net-FTPSSL/Makefile Tue Aug 30 06:07:10 2016 (r421104) +++ head/ftp/p5-Net-FTPSSL/Makefile Tue Aug 30 07:07:22 2016 (r421105) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-FTPSSL -PORTVERSION= 0.32 +PORTVERSION= 0.33 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/ftp/p5-Net-FTPSSL/distinfo ============================================================================== --- head/ftp/p5-Net-FTPSSL/distinfo Tue Aug 30 06:07:10 2016 (r421104) +++ head/ftp/p5-Net-FTPSSL/distinfo Tue Aug 30 07:07:22 2016 (r421105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466517027 -SHA256 (Net-FTPSSL-0.32.tar.gz) = cf654c9ba68914a330be48e26fe3b4134af911d05fe071dddd0809d3218e9aaf -SIZE (Net-FTPSSL-0.32.tar.gz) = 90838 +TIMESTAMP = 1470386739 +SHA256 (Net-FTPSSL-0.33.tar.gz) = 10ef7c01a86a1ce32e07cb1a7cdcea28c711a1a09590a9e1ac43e8fcdbf202a1 +SIZE (Net-FTPSSL-0.33.tar.gz) = 96687 From owner-svn-ports-all@freebsd.org Tue Aug 30 08:29:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94A62BC8861; Tue, 30 Aug 2016 08:29:09 +0000 (UTC) (envelope-from jadawin@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 mx1.freebsd.org (Postfix) with ESMTPS id 649B6BA4; Tue, 30 Aug 2016 08:29:09 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7U8T8tr068799; Tue, 30 Aug 2016 08:29:08 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7U8T84S068797; Tue, 30 Aug 2016 08:29:08 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201608300829.u7U8T84S068797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 30 Aug 2016 08:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421106 - head/net/p5-Net-Whois-Raw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 08:29:09 -0000 Author: jadawin Date: Tue Aug 30 08:29:08 2016 New Revision: 421106 URL: https://svnweb.freebsd.org/changeset/ports/421106 Log: - Update to 2.99001 Modified: head/net/p5-Net-Whois-Raw/Makefile head/net/p5-Net-Whois-Raw/distinfo Modified: head/net/p5-Net-Whois-Raw/Makefile ============================================================================== --- head/net/p5-Net-Whois-Raw/Makefile Tue Aug 30 07:07:22 2016 (r421105) +++ head/net/p5-Net-Whois-Raw/Makefile Tue Aug 30 08:29:08 2016 (r421106) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Whois-Raw -PORTVERSION= 2.99 +PORTVERSION= 2.99001 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Whois-Raw/distinfo ============================================================================== --- head/net/p5-Net-Whois-Raw/distinfo Tue Aug 30 07:07:22 2016 (r421105) +++ head/net/p5-Net-Whois-Raw/distinfo Tue Aug 30 08:29:08 2016 (r421106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470644815 -SHA256 (Net-Whois-Raw-2.99.tar.gz) = 7376f2c9956f7eb55469b00c614684c3576af5c535ce23741e41a18be7afa1d2 -SIZE (Net-Whois-Raw-2.99.tar.gz) = 56159 +TIMESTAMP = 1472542013 +SHA256 (Net-Whois-Raw-2.99001.tar.gz) = 617f9a95d3b2960d03e0c28c2cb2f274d8462e49eece6a6779a3848cda71b54b +SIZE (Net-Whois-Raw-2.99001.tar.gz) = 56227 From owner-svn-ports-all@freebsd.org Tue Aug 30 09:01:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 707BFBC83CA; Tue, 30 Aug 2016 09:01:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 40C512A30; Tue, 30 Aug 2016 09:01:26 +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 u7U91PqS081399; Tue, 30 Aug 2016 09:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7U91PQT081398; Tue, 30 Aug 2016 09:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608300901.u7U91PQT081398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Aug 2016 09:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421107 - in head/mail/mailfmt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 09:01:26 -0000 Author: amdmi3 Date: Tue Aug 30 09:01:25 2016 New Revision: 421107 URL: https://svnweb.freebsd.org/changeset/ports/421107 Log: - Add NO_ARCH - Simplify installation (do-install is simpler and more straightforward than changing whole upstream makefile) Deleted: head/mail/mailfmt/files/ Modified: head/mail/mailfmt/Makefile Modified: head/mail/mailfmt/Makefile ============================================================================== --- head/mail/mailfmt/Makefile Tue Aug 30 08:29:08 2016 (r421106) +++ head/mail/mailfmt/Makefile Tue Aug 30 09:01:25 2016 (r421107) @@ -11,10 +11,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Remove leading quotations from mail/news and wrap lines to fixed width USES= python +NO_ARCH= yes +NO_BUILD= yes + OPTIONS_DEFINE= DOCS -post-install: +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/mailfmt-license.txt ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/mailfmt-license.txt ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Tue Aug 30 10:55:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4781BC71E7; Tue, 30 Aug 2016 10:55:58 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 57729EF7; Tue, 30 Aug 2016 10:55:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UAtvuG025353; Tue, 30 Aug 2016 10:55:57 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UAtvFU025349; Tue, 30 Aug 2016 10:55:57 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608301055.u7UAtvFU025349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 Aug 2016 10:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421108 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 10:55:58 -0000 Author: mat Date: Tue Aug 30 10:55:56 2016 New Revision: 421108 URL: https://svnweb.freebsd.org/changeset/ports/421108 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Tue Aug 30 09:01:25 2016 (r421107) +++ head/dns/bind9-devel/Makefile Tue Aug 30 10:55:56 2016 (r421108) @@ -16,8 +16,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2016.08.29 -HASH= 5336fee +ISCVERSION= 9.12.0a.2016.08.30 +HASH= 9d11e46 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Tue Aug 30 09:01:25 2016 (r421107) +++ head/dns/bind9-devel/distinfo Tue Aug 30 10:55:56 2016 (r421108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472473013 -SHA256 (bind9-5336fee.tar.gz) = b973801908c979541c28bc3152845344b5b7dcf0ea0c1e71d33aff73606658a6 -SIZE (bind9-5336fee.tar.gz) = 11795230 +TIMESTAMP = 1472552259 +SHA256 (bind9-9d11e46.tar.gz) = a131e7c2cfb36f3aad21fabe6cf6a18d23e872f6a2da162782a6167e9955e940 +SIZE (bind9-9d11e46.tar.gz) = 11795893 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Tue Aug 30 09:01:25 2016 (r421107) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Tue Aug 30 10:55:56 2016 (r421108) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2016-08-19 12:54:07 UTC +--- bin/named/config.c.orig 2016-08-30 04:25:41 UTC +++ bin/named/config.c @@ -154,6 +154,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2016-08-19 12:54:07 UTC +--- bin/named/server.c.orig 2016-08-30 04:25:41 UTC +++ bin/named/server.c -@@ -3636,6 +3636,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3637,6 +3637,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2016-08-19 12:54:07 UTC +--- lib/dns/include/dns/view.h.orig 2016-08-30 04:25:41 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,7 +39,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2016-08-19 12:54:07 UTC +--- lib/dns/resolver.c.orig 2016-08-30 04:25:41 UTC +++ lib/dns/resolver.c @@ -5431,6 +5431,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -60,7 +60,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2016-08-19 12:54:07 UTC +--- lib/isccfg/namedconf.c.orig 2016-08-30 04:25:41 UTC +++ lib/isccfg/namedconf.c @@ -1735,6 +1735,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Tue Aug 30 09:01:25 2016 (r421107) +++ head/dns/bind9-devel/files/patch-configure Tue Aug 30 10:55:56 2016 (r421108) @@ -1,6 +1,6 @@ ---- configure.orig 2016-08-19 12:54:07 UTC +--- configure.orig 2016-08-30 04:25:41 UTC +++ configure -@@ -14340,27 +14340,9 @@ done +@@ -14341,27 +14341,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -14403,47 +14385,7 @@ $as_echo "no" >&6; } ;; +@@ -14404,47 +14386,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22522,7 +22464,7 @@ $as_echo "" >&6; } +@@ -22563,7 +22505,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). From owner-svn-ports-all@freebsd.org Tue Aug 30 11:12:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F62BBC76EF; Tue, 30 Aug 2016 11:12:23 +0000 (UTC) (envelope-from girgen@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 mx1.freebsd.org (Postfix) with ESMTPS id 1FE7FB9E; Tue, 30 Aug 2016 11:12:23 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UBCM3j032680; Tue, 30 Aug 2016 11:12:22 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UBCMvh032678; Tue, 30 Aug 2016 11:12:22 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201608301112.u7UBCMvh032678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 30 Aug 2016 11:12:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421109 - in branches/2016Q3/databases: postgresql91-server postgresql92-server X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 11:12:23 -0000 Author: girgen Date: Tue Aug 30 11:12:22 2016 New Revision: 421109 URL: https://svnweb.freebsd.org/changeset/ports/421109 Log: Bump distversions that where lost in MFH @ r420792 Approved by: ports-secteam@ Modified: branches/2016Q3/databases/postgresql91-server/Makefile branches/2016Q3/databases/postgresql92-server/Makefile Modified: branches/2016Q3/databases/postgresql91-server/Makefile ============================================================================== --- branches/2016Q3/databases/postgresql91-server/Makefile Tue Aug 30 10:55:56 2016 (r421108) +++ branches/2016Q3/databases/postgresql91-server/Makefile Tue Aug 30 11:12:22 2016 (r421109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.1.22 +DISTVERSION?= 9.1.23 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} Modified: branches/2016Q3/databases/postgresql92-server/Makefile ============================================================================== --- branches/2016Q3/databases/postgresql92-server/Makefile Tue Aug 30 10:55:56 2016 (r421108) +++ branches/2016Q3/databases/postgresql92-server/Makefile Tue Aug 30 11:12:22 2016 (r421109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.2.17 +DISTVERSION?= 9.2.18 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} From owner-svn-ports-all@freebsd.org Tue Aug 30 11:16:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4AA0BC7779; Tue, 30 Aug 2016 11:16:44 +0000 (UTC) (envelope-from lwhsu@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 mx1.freebsd.org (Postfix) with ESMTPS id 81EE0E98; Tue, 30 Aug 2016 11:16:44 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UBGhxM032931; Tue, 30 Aug 2016 11:16:43 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UBGhcp032929; Tue, 30 Aug 2016 11:16:43 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201608301116.u7UBGhcp032929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 30 Aug 2016 11:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421110 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 11:16:44 -0000 Author: lwhsu Date: Tue Aug 30 11:16:43 2016 New Revision: 421110 URL: https://svnweb.freebsd.org/changeset/ports/421110 Log: - Update to 2.20 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue Aug 30 11:12:22 2016 (r421109) +++ head/devel/jenkins/Makefile Tue Aug 30 11:16:43 2016 (r421110) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.19 +PORTVERSION= 2.20 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Tue Aug 30 11:12:22 2016 (r421109) +++ head/devel/jenkins/distinfo Tue Aug 30 11:16:43 2016 (r421110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471931023 -SHA256 (jenkins/2.19/jenkins.war) = 05b7f31b14704810eaa5479cc6ce699fa0dc46e63599ad4436ffb1b4e44a06b3 -SIZE (jenkins/2.19/jenkins.war) = 69753384 +TIMESTAMP = 1472555652 +SHA256 (jenkins/2.20/jenkins.war) = 34309479de082ff9d01d4ab60a1e074073b9a6a14748ccb350b9490c4c8c8081 +SIZE (jenkins/2.20/jenkins.war) = 69756355 From owner-svn-ports-all@freebsd.org Tue Aug 30 12:44:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F01ABC764B; Tue, 30 Aug 2016 12:44:29 +0000 (UTC) (envelope-from woodsb02@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 mx1.freebsd.org (Postfix) with ESMTPS id 0CE6AF9A; Tue, 30 Aug 2016 12:44:28 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UCiSGG066480; Tue, 30 Aug 2016 12:44:28 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UCiSFA066477; Tue, 30 Aug 2016 12:44:28 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201608301244.u7UCiSFA066477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Tue, 30 Aug 2016 12:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421111 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 12:44:29 -0000 Author: woodsb02 Date: Tue Aug 30 12:44:27 2016 New Revision: 421111 URL: https://svnweb.freebsd.org/changeset/ports/421111 Log: multimedia/emby-server: Update to 3.0.6400 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.0.6400 Approved by: adamw (mentor, implicit) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Tue Aug 30 11:16:43 2016 (r421110) +++ head/multimedia/emby-server/Makefile Tue Aug 30 12:44:27 2016 (r421111) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.6300 +PORTVERSION= 3.0.6400 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Tue Aug 30 11:16:43 2016 (r421110) +++ head/multimedia/emby-server/distinfo Tue Aug 30 12:44:27 2016 (r421111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472380818 -SHA256 (MediaBrowser-Emby-3.0.6300_GH0.tar.gz) = 56e949dc5cff895cd2f882596715cee89db8ad0c38245845213751544c6c5cd2 -SIZE (MediaBrowser-Emby-3.0.6300_GH0.tar.gz) = 55247937 +TIMESTAMP = 1472557257 +SHA256 (MediaBrowser-Emby-3.0.6400_GH0.tar.gz) = 03cfa4b2d8627fb95464dcc077c333dadea481f2c42a87e5147e684723c6fc23 +SIZE (MediaBrowser-Emby-3.0.6400_GH0.tar.gz) = 55247382 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Tue Aug 30 11:16:43 2016 (r421110) +++ head/multimedia/emby-server/pkg-plist Tue Aug 30 12:44:27 2016 (r421111) @@ -325,14 +325,16 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multidownload.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/notifications/badge.png lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/notifications/notificationicon.png lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/notifications/notifications.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/page.js/page.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/pagejs/page.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playlisteditor/playlisteditor.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playmenu.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/polyfills/array.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/polyfills/bind.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/polyfills/objectassign.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/polyfills/raf.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/nativeprompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/style.css @@ -351,6 +353,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/scrollhelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/scrollstyles.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/servernotifications.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/serviceworker/notifications.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/serviceworker/sync.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/sharingmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/sharingmenu.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/LICENSE From owner-svn-ports-all@freebsd.org Tue Aug 30 12:55:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCF29BC786F; Tue, 30 Aug 2016 12:55:28 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id 5784F6B2; Tue, 30 Aug 2016 12:55:28 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UCtRkk071787; Tue, 30 Aug 2016 12:55:27 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UCtK3s071722; Tue, 30 Aug 2016 12:55:20 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201608301255.u7UCtK3s071722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 30 Aug 2016 12:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421112 - in head: archivers/php56-bz2 archivers/php56-phar archivers/php56-zip archivers/php56-zlib converters/php56-iconv converters/php56-mbstring converters/php56-recode databases/p... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 12:55:28 -0000 Author: tz Date: Tue Aug 30 12:55:20 2016 New Revision: 421112 URL: https://svnweb.freebsd.org/changeset/ports/421112 Log: lang/php56: Update from 5.6.24 to 5.6.25 PR: 212183 Submitted by: Kurt Jaeger Approved by: pi (mentor) Modified: head/archivers/php56-bz2/Makefile head/archivers/php56-phar/Makefile head/archivers/php56-zip/Makefile head/archivers/php56-zlib/Makefile head/converters/php56-iconv/Makefile head/converters/php56-mbstring/Makefile head/converters/php56-recode/Makefile head/databases/php56-dba/Makefile head/databases/php56-interbase/Makefile head/databases/php56-mssql/Makefile head/databases/php56-mysql/Makefile head/databases/php56-mysqli/Makefile head/databases/php56-odbc/Makefile head/databases/php56-pdo/Makefile head/databases/php56-pdo_dblib/Makefile head/databases/php56-pdo_firebird/Makefile head/databases/php56-pdo_mysql/Makefile head/databases/php56-pdo_odbc/Makefile head/databases/php56-pdo_pgsql/Makefile head/databases/php56-pdo_sqlite/Makefile head/databases/php56-pgsql/Makefile head/databases/php56-sqlite3/Makefile head/databases/php56-sybase_ct/Makefile head/devel/php56-gettext/Makefile head/devel/php56-json/Makefile head/devel/php56-pcntl/Makefile head/devel/php56-readline/Makefile head/devel/php56-shmop/Makefile head/devel/php56-sysvmsg/Makefile head/devel/php56-sysvsem/Makefile head/devel/php56-sysvshm/Makefile head/devel/php56-tokenizer/Makefile head/ftp/php56-curl/Makefile head/ftp/php56-ftp/Makefile head/graphics/php56-exif/Makefile head/graphics/php56-gd/Makefile head/lang/php56/Makefile head/lang/php56/distinfo head/mail/php56-imap/Makefile head/math/php56-bcmath/Makefile head/math/php56-gmp/Makefile head/misc/php56-calendar/Makefile head/net-mgmt/php56-snmp/Makefile head/net/php56-ldap/Makefile head/net/php56-soap/Makefile head/net/php56-sockets/Makefile head/net/php56-xmlrpc/Makefile head/security/php56-filter/Makefile head/security/php56-hash/Makefile head/security/php56-mcrypt/Makefile head/security/php56-openssl/Makefile head/sysutils/php56-fileinfo/Makefile head/sysutils/php56-posix/Makefile head/textproc/php56-ctype/Makefile head/textproc/php56-dom/Makefile head/textproc/php56-pspell/Makefile head/textproc/php56-simplexml/Makefile head/textproc/php56-wddx/Makefile head/textproc/php56-xml/Makefile head/textproc/php56-xmlreader/Makefile head/textproc/php56-xmlwriter/Makefile head/textproc/php56-xsl/Makefile head/www/php56-opcache/Makefile head/www/php56-session/Makefile head/www/php56-tidy/Makefile Modified: head/archivers/php56-bz2/Makefile ============================================================================== --- head/archivers/php56-bz2/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/archivers/php56-bz2/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/archivers/php56-phar/Makefile ============================================================================== --- head/archivers/php56-phar/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/archivers/php56-phar/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/archivers/php56-zip/Makefile ============================================================================== --- head/archivers/php56-zip/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/archivers/php56-zip/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/archivers/php56-zlib/Makefile ============================================================================== --- head/archivers/php56-zlib/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/archivers/php56-zlib/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/converters/php56-iconv/Makefile ============================================================================== --- head/converters/php56-iconv/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/converters/php56-iconv/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/converters/php56-mbstring/Makefile ============================================================================== --- head/converters/php56-mbstring/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/converters/php56-mbstring/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/converters/php56-recode/Makefile ============================================================================== --- head/converters/php56-recode/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/converters/php56-recode/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-dba/Makefile ============================================================================== --- head/databases/php56-dba/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-dba/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-interbase/Makefile ============================================================================== --- head/databases/php56-interbase/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-interbase/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-mssql/Makefile ============================================================================== --- head/databases/php56-mssql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-mssql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-mysql/Makefile ============================================================================== --- head/databases/php56-mysql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-mysql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-mysqli/Makefile ============================================================================== --- head/databases/php56-mysqli/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-mysqli/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-odbc/Makefile ============================================================================== --- head/databases/php56-odbc/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-odbc/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo/Makefile ============================================================================== --- head/databases/php56-pdo/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_dblib/Makefile ============================================================================== --- head/databases/php56-pdo_dblib/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_dblib/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_firebird/Makefile ============================================================================== --- head/databases/php56-pdo_firebird/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_firebird/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_mysql/Makefile ============================================================================== --- head/databases/php56-pdo_mysql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_mysql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_odbc/Makefile ============================================================================== --- head/databases/php56-pdo_odbc/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_odbc/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_pgsql/Makefile ============================================================================== --- head/databases/php56-pdo_pgsql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_pgsql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_sqlite/Makefile ============================================================================== --- head/databases/php56-pdo_sqlite/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_sqlite/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pgsql/Makefile ============================================================================== --- head/databases/php56-pgsql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pgsql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-sqlite3/Makefile ============================================================================== --- head/databases/php56-sqlite3/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-sqlite3/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-sybase_ct/Makefile ============================================================================== --- head/databases/php56-sybase_ct/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-sybase_ct/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-gettext/Makefile ============================================================================== --- head/devel/php56-gettext/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-gettext/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-json/Makefile ============================================================================== --- head/devel/php56-json/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-json/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-pcntl/Makefile ============================================================================== --- head/devel/php56-pcntl/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-pcntl/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-readline/Makefile ============================================================================== --- head/devel/php56-readline/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-readline/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-shmop/Makefile ============================================================================== --- head/devel/php56-shmop/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-shmop/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-sysvmsg/Makefile ============================================================================== --- head/devel/php56-sysvmsg/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-sysvmsg/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-sysvsem/Makefile ============================================================================== --- head/devel/php56-sysvsem/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-sysvsem/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-sysvshm/Makefile ============================================================================== --- head/devel/php56-sysvshm/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-sysvshm/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-tokenizer/Makefile ============================================================================== --- head/devel/php56-tokenizer/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-tokenizer/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/ftp/php56-curl/Makefile ============================================================================== --- head/ftp/php56-curl/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/ftp/php56-curl/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/ftp/php56-ftp/Makefile ============================================================================== --- head/ftp/php56-ftp/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/ftp/php56-ftp/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/graphics/php56-exif/Makefile ============================================================================== --- head/graphics/php56-exif/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/graphics/php56-exif/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/graphics/php56-gd/Makefile ============================================================================== --- head/graphics/php56-gd/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/graphics/php56-gd/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/lang/php56/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.24 -PORTREVISION?= 1 +PORTVERSION= 5.6.25 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Tue Aug 30 12:44:27 2016 (r421111) +++ head/lang/php56/distinfo Tue Aug 30 12:55:20 2016 (r421112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1470647542 -SHA256 (php-5.6.24.tar.xz) = ed7c38c6dac539ade62e08118258f4dac0c49beca04d8603bee4e0ea6ca8250b -SIZE (php-5.6.24.tar.xz) = 12394980 +TIMESTAMP = 1472238006 +SHA256 (php-5.6.25.tar.xz) = 7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644 +SIZE (php-5.6.25.tar.xz) = 12406072 SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed SIZE (php-5.5.x-mail-header.patch) = 4426 Modified: head/mail/php56-imap/Makefile ============================================================================== --- head/mail/php56-imap/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/mail/php56-imap/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= mail MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/math/php56-bcmath/Makefile ============================================================================== --- head/math/php56-bcmath/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/math/php56-bcmath/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/math/php56-gmp/Makefile ============================================================================== --- head/math/php56-gmp/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/math/php56-gmp/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/misc/php56-calendar/Makefile ============================================================================== --- head/misc/php56-calendar/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/misc/php56-calendar/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= misc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net-mgmt/php56-snmp/Makefile ============================================================================== --- head/net-mgmt/php56-snmp/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net-mgmt/php56-snmp/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net-mgmt MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net/php56-ldap/Makefile ============================================================================== --- head/net/php56-ldap/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net/php56-ldap/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net/php56-soap/Makefile ============================================================================== --- head/net/php56-soap/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net/php56-soap/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net/php56-sockets/Makefile ============================================================================== --- head/net/php56-sockets/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net/php56-sockets/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net/php56-xmlrpc/Makefile ============================================================================== --- head/net/php56-xmlrpc/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net/php56-xmlrpc/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/security/php56-filter/Makefile ============================================================================== --- head/security/php56-filter/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/security/php56-filter/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/security/php56-hash/Makefile ============================================================================== --- head/security/php56-hash/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/security/php56-hash/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/security/php56-mcrypt/Makefile ============================================================================== --- head/security/php56-mcrypt/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/security/php56-mcrypt/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/security/php56-openssl/Makefile ============================================================================== --- head/security/php56-openssl/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/security/php56-openssl/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/sysutils/php56-fileinfo/Makefile ============================================================================== --- head/sysutils/php56-fileinfo/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/sysutils/php56-fileinfo/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= sysutils MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/sysutils/php56-posix/Makefile ============================================================================== --- head/sysutils/php56-posix/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/sysutils/php56-posix/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= sysutils MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-ctype/Makefile ============================================================================== --- head/textproc/php56-ctype/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-ctype/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-dom/Makefile ============================================================================== --- head/textproc/php56-dom/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-dom/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-pspell/Makefile ============================================================================== --- head/textproc/php56-pspell/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-pspell/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-simplexml/Makefile ============================================================================== --- head/textproc/php56-simplexml/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-simplexml/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-wddx/Makefile ============================================================================== --- head/textproc/php56-wddx/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-wddx/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-xml/Makefile ============================================================================== --- head/textproc/php56-xml/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-xml/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-xmlreader/Makefile ============================================================================== --- head/textproc/php56-xmlreader/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-xmlreader/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-xmlwriter/Makefile ============================================================================== --- head/textproc/php56-xmlwriter/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-xmlwriter/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-xsl/Makefile ============================================================================== --- head/textproc/php56-xsl/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-xsl/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/www/php56-opcache/Makefile ============================================================================== --- head/www/php56-opcache/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/www/php56-opcache/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Martin Matuska # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/www/php56-session/Makefile ============================================================================== --- head/www/php56-session/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/www/php56-session/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/www/php56-tidy/Makefile ============================================================================== --- head/www/php56-tidy/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/www/php56-tidy/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php56 From owner-svn-ports-all@freebsd.org Tue Aug 30 13:07:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3267CBC7B34; Tue, 30 Aug 2016 13:07:00 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: from mail-lf0-x22c.google.com (mail-lf0-x22c.google.com [IPv6:2a00:1450:4010:c07::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1C43AF4; Tue, 30 Aug 2016 13:06:59 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: by mail-lf0-x22c.google.com with SMTP id b199so13257426lfe.0; Tue, 30 Aug 2016 06:06:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=jG4CoaFVaueb4CEkErV/8/+QtfTcNCCo8bgJABHNV6w=; b=xnwWgkz8zHXLv1EGn6qutcD3dVPaE8aSc15V5iSztowP/FduVihdNJ44We3g8fi3C7 8blZO6pyLBg+vzyyEVymwANT9o0u7/jKSljAcJ4fy80owswS7i2y0DQrxvTZIY4fi8f1 NMTOfUZfizhZjCz5l7XwiKzjWXUcO1rjAaC+RBCYUYzD2x/S3vX86NgXnzua4ZKY3P05 YhabDnSwlgVnDGb7+OGJNsUZtc2b5iz+1jrfVrFWiGiaLNArj8rdCXvLeb6LuUptOIwA POQrUovH0f0vGJYTktpcp0q8Tr0H87XurdLLEz+Df/VyXAUQqcMRAphgi5puTbLLYtb7 Nieg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=jG4CoaFVaueb4CEkErV/8/+QtfTcNCCo8bgJABHNV6w=; b=U3jL1Su9UHllN8NeLaT7iroyhlOf6PW50iV6xyf54lSDHP9unYQWBRKnBk9G/qOW1e VtrpL19ISQgPqCYhfur7cptYm30ne/GXL1MugCLS1MJwTQ9IGUGLs1xZgTyA9FU4JrMP Hbe3/WAqW8cjx5FFNAq/EebQ+zEpJld68HR/spnhJwEH2wt7CvIfkY8MNVBxjr+R7iaB f6uvpVqsv40H92fQO0JqOmlICo/APvWN4pKBaAR8cpwNIzQBZWX2xlAl0Jxm7dIhrN8K qW/IEHoUBpCrR1rsI+OCFvWek+MkQiS35DT686nQStvB6w0qSKv7z2vzSap/fvmzGQSq eSTQ== X-Gm-Message-State: AE9vXwO5qgMJisl9uWb6vCzG6yA5QwL/d/pWfC/yHBtI7ebYdpW3qKXhjC37tvqJgvT9LQ== X-Received: by 10.25.65.6 with SMTP id o6mr876158lfa.171.1472562417242; Tue, 30 Aug 2016 06:06:57 -0700 (PDT) Received: from localhost ([176.221.121.156]) by smtp.gmail.com with ESMTPSA id l129sm7522977lfl.37.2016.08.30.06.06.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 30 Aug 2016 06:06:56 -0700 (PDT) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Tue, 30 Aug 2016 15:05:44 +0200 From: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= To: John Marino Cc: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r420924 - head/audio/gmpc-magnatune Message-ID: <20160830150544.4f57349e@FreeBSD.org> In-Reply-To: <8fe3e649-e929-c037-6193-c23b685a1222@marino.st> References: <201608261504.u7QF46B1060800@repo.freebsd.org> <074eb0ed-40bb-e188-4754-3edde192db12@marino.st> <8fe3e649-e929-c037-6193-c23b685a1222@marino.st> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 13:07:00 -0000 Hi John, On 2016-08-29 22:20 -0500, John Marino wrote: >On 8/29/2016 22:17, John Marino wrote: >> On 8/26/2016 10:04, Pawel Pekala wrote: =20 >>> Author: pawel >>> Date: Fri Aug 26 15:04:06 2016 >>> New Revision: 420924 >>> URL: https://svnweb.freebsd.org/changeset/ports/420924 >>> >>> Log: >>> - Convert to USES=3Dsqlite >>> - Convert to PLIST_FILES, only 2 items in plist >>> - Register proxy dependencies found by stage-qa >>> >>> Deleted: >>> head/audio/gmpc-magnatune/pkg-plist >>> Modified: >>> head/audio/gmpc-magnatune/Makefile >>> >>> Modified: head/audio/gmpc-magnatune/Makefile >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >>> >>> --- head/audio/gmpc-magnatune/Makefile Fri Aug 26 14:58:33 2016 >>> (r420923) >>> +++ head/audio/gmpc-magnatune/Makefile Fri Aug 26 15:04:06 2016 >>> (r420924) >>> @@ -14,13 +14,17 @@ LICENSE=3D GPLv2+ >>> LICENSE_FILE=3D ${WRKSRC}/COPYING >>> >>> LIB_DEPENDS=3D libmpd.so:audio/libmpd \ >>> - libsqlite3.so:databases/sqlite3 >>> + libfreetype.so:print/freetype2 \ >>> + libfontconfig.so:x11-fonts/fontconfig >>> BUILD_DEPENDS=3D ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc >>> RUN_DEPENDS=3D gmpc:audio/gmpc >>> >>> +USES=3D gettext gmake libtool pkgconfig sqlite >>> +USE_GNOME=3D cairo gdkpixbuf2 glib20 gtk20 intltool libglade2 >>> GNU_CONFIGURE=3D yes >>> -USE_GNOME=3D intltool glib20 gtk20 libglade2 >>> -USES=3D gettext gmake libtool pkgconfig >>> INSTALL_TARGET=3D install-strip >>> >>> +PLIST_FILES=3D lib/gmpc/plugins/magnatuneplugin.so \ >>> + share/gmpc/plugins/magnatune/magnatune.png >>> + >>> .include >>> =20 >> >> Pawel, >> Many library dependencies were added. That requires a PORTREVISION >> bump!=20 > >actually, I meant to write this about audio/gmpc but it appears=20 >audio/gmpc-magnatune had the same issue. Dependencies added in both ports showed up in poudriere logs so they are be definition proxy. So my commits register that this packages link to particular libraries, no new dependencies are added - they are already pulled in by packages needed to build port. I do check for new dependencies by comparing poudriere vs live build stage-qa outputs to find new ones, but it's not the case here. --=20 pozdrawiam / with regards Pawe=C5=82 P=C4=99kala From owner-svn-ports-all@freebsd.org Tue Aug 30 13:25:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 289A5BC716B; Tue, 30 Aug 2016 13:25:36 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F14B580E; Tue, 30 Aug 2016 13:25:35 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 3D32143C48; Tue, 30 Aug 2016 08:25:33 -0500 (CDT) Reply-To: marino@freebsd.org Subject: Re: svn commit: r420924 - head/audio/gmpc-magnatune References: <201608261504.u7QF46B1060800@repo.freebsd.org> <074eb0ed-40bb-e188-4754-3edde192db12@marino.st> <8fe3e649-e929-c037-6193-c23b685a1222@marino.st> <20160830150544.4f57349e@FreeBSD.org> To: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Cc: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: John Marino Message-ID: <71f7c7a0-d2f3-9463-f769-0eb499d4701e@marino.st> Date: Tue, 30 Aug 2016 08:25:31 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160830150544.4f57349e@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 160829-1, 08/29/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 13:25:36 -0000 On 8/30/2016 08:05, Paweł Pękala wrote: > Hi John, > > On 2016-08-29 22:20 -0500, John Marino > wrote: >> On 8/29/2016 22:17, John Marino wrote: >>> On 8/26/2016 10:04, Pawel Pekala wrote: >>>> Author: pawel >>>> Date: Fri Aug 26 15:04:06 2016 >>>> New Revision: 420924 >>>> URL: https://svnweb.freebsd.org/changeset/ports/420924 >>>> >>>> Log: >>>> - Convert to USES=sqlite >>>> - Convert to PLIST_FILES, only 2 items in plist >>>> - Register proxy dependencies found by stage-qa >>>> >>>> Deleted: >>>> head/audio/gmpc-magnatune/pkg-plist >>>> Modified: >>>> head/audio/gmpc-magnatune/Makefile >>>> >>>> Modified: head/audio/gmpc-magnatune/Makefile >>>> ============================================================================== >>>> >>>> --- head/audio/gmpc-magnatune/Makefile Fri Aug 26 14:58:33 2016 >>>> (r420923) >>>> +++ head/audio/gmpc-magnatune/Makefile Fri Aug 26 15:04:06 2016 >>>> (r420924) >>>> @@ -14,13 +14,17 @@ LICENSE= GPLv2+ >>>> LICENSE_FILE= ${WRKSRC}/COPYING >>>> >>>> LIB_DEPENDS= libmpd.so:audio/libmpd \ >>>> - libsqlite3.so:databases/sqlite3 >>>> + libfreetype.so:print/freetype2 \ >>>> + libfontconfig.so:x11-fonts/fontconfig >>>> BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc >>>> RUN_DEPENDS= gmpc:audio/gmpc >>>> >>>> +USES= gettext gmake libtool pkgconfig sqlite >>>> +USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool libglade2 >>>> GNU_CONFIGURE= yes >>>> -USE_GNOME= intltool glib20 gtk20 libglade2 >>>> -USES= gettext gmake libtool pkgconfig >>>> INSTALL_TARGET= install-strip >>>> >>>> +PLIST_FILES= lib/gmpc/plugins/magnatuneplugin.so \ >>>> + share/gmpc/plugins/magnatune/magnatune.png >>>> + >>>> .include >>>> >>> >>> Pawel, >>> Many library dependencies were added. That requires a PORTREVISION >>> bump! >> >> actually, I meant to write this about audio/gmpc but it appears >> audio/gmpc-magnatune had the same issue. > > Dependencies added in both ports showed up in poudriere logs so they > are be definition proxy. So my commits register that this packages link > to particular libraries, no new dependencies are added - they are > already pulled in by packages needed to build port. > > I do check for new dependencies by comparing poudriere vs live > build stage-qa outputs to find new ones, but it's not the case here. > I do not believe your method is valid. If you use pkg(8) to check the dependencies before and after a change and there's not difference, no bump is needed. However, you're relying on dependencies to pull in other dependencies to say it's equivalent. Please check with mat@, he should confirm. Your method will cause poudriere and other builders to skip updating the port because it wasn't bumped. When in doubt, please bump. It's better to bump unnecessarily than to not bump when it's required. John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Tue Aug 30 13:28:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7FC8BC7287; Tue, 30 Aug 2016 13:28:49 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id A8EF4AD1; Tue, 30 Aug 2016 13:28:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UDSmV9082967; Tue, 30 Aug 2016 13:28:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UDSmTo082965; Tue, 30 Aug 2016 13:28:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608301328.u7UDSmTo082965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Aug 2016 13:28:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421113 - in head/net/nats: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 13:28:49 -0000 Author: olgeni Date: Tue Aug 30 13:28:48 2016 New Revision: 421113 URL: https://svnweb.freebsd.org/changeset/ports/421113 Log: Call load_rc_config before actually using the variables in rc script. Submitted by: Rodrigo Bahiense Approved by: vanilla Modified: head/net/nats/Makefile head/net/nats/files/gnatsd.sh.in (contents, props changed) Modified: head/net/nats/Makefile ============================================================================== --- head/net/nats/Makefile Tue Aug 30 12:55:20 2016 (r421112) +++ head/net/nats/Makefile Tue Aug 30 13:28:48 2016 (r421113) @@ -3,6 +3,7 @@ PORTNAME= nats PORTVERSION= 0.9.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= vanilla@FreeBSD.org Modified: head/net/nats/files/gnatsd.sh.in ============================================================================== --- head/net/nats/files/gnatsd.sh.in Tue Aug 30 12:55:20 2016 (r421112) +++ head/net/nats/files/gnatsd.sh.in Tue Aug 30 13:28:48 2016 (r421113) @@ -16,6 +16,7 @@ name="gnatsd" rcvar=`set_rcvar` +load_rc_config ${name} : ${gnatsd_enable="NO"} : ${gnatsd_username="nobody"} : ${gnatsd_options="-m 8222 -s"} @@ -24,6 +25,4 @@ command=/usr/sbin/daemon procname=%%PREFIX%%/bin/gnatsd command_args="-u ${gnatsd_username} ${procname} ${gnatsd_options}" -load_rc_config ${name} - run_rc_command "$1" From owner-svn-ports-all@freebsd.org Tue Aug 30 14:19:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C05A6BC807F; Tue, 30 Aug 2016 14:19:10 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E03884E; Tue, 30 Aug 2016 14:19:09 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id B0540BDEEF; Tue, 30 Aug 2016 16:19:06 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 8F8E2BDEE0; Tue, 30 Aug 2016 16:19:06 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 5004B6125; Tue, 30 Aug 2016 16:19:05 +0200 (CEST) Received: from ogg.in.absolight.net (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 7A4882E714E5; Tue, 30 Aug 2016 16:19:04 +0200 (CEST) Subject: Re: svn commit: r420924 - head/audio/gmpc-magnatune To: marino@freebsd.org, =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= References: <201608261504.u7QF46B1060800@repo.freebsd.org> <074eb0ed-40bb-e188-4754-3edde192db12@marino.st> <8fe3e649-e929-c037-6193-c23b685a1222@marino.st> <20160830150544.4f57349e@FreeBSD.org> <71f7c7a0-d2f3-9463-f769-0eb499d4701e@marino.st> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Message-ID: <985bc855-dbed-bd5f-bc2b-d5df6e251890@mat.cc> Date: Tue, 30 Aug 2016 16:18:54 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <71f7c7a0-d2f3-9463-f769-0eb499d4701e@marino.st> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lr8ddm2Pnd20J1D06HawB3aqX7wgPm2nQ" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 14:19:10 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --lr8ddm2Pnd20J1D06HawB3aqX7wgPm2nQ Content-Type: multipart/mixed; boundary="m7toOXKSSeKRxJh3795HIr3WKhb5gQa1i"; protected-headers="v1" From: Mathieu Arnold To: marino@freebsd.org, =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <985bc855-dbed-bd5f-bc2b-d5df6e251890@mat.cc> Subject: Re: svn commit: r420924 - head/audio/gmpc-magnatune References: <201608261504.u7QF46B1060800@repo.freebsd.org> <074eb0ed-40bb-e188-4754-3edde192db12@marino.st> <8fe3e649-e929-c037-6193-c23b685a1222@marino.st> <20160830150544.4f57349e@FreeBSD.org> <71f7c7a0-d2f3-9463-f769-0eb499d4701e@marino.st> In-Reply-To: <71f7c7a0-d2f3-9463-f769-0eb499d4701e@marino.st> --m7toOXKSSeKRxJh3795HIr3WKhb5gQa1i Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 30/08/2016 =C3=A0 15:25, John Marino a =C3=A9crit : > On 8/30/2016 08:05, Pawe=C5=82 P=C4=99kala wrote: >> Hi John, >> >> On 2016-08-29 22:20 -0500, John Marino >> wrote: >>> On 8/29/2016 22:17, John Marino wrote: >>>> On 8/26/2016 10:04, Pawel Pekala wrote: >>>>> Author: pawel >>>>> Date: Fri Aug 26 15:04:06 2016 >>>>> New Revision: 420924 >>>>> URL: https://svnweb.freebsd.org/changeset/ports/420924 >>>>> >>>>> Log: >>>>> - Convert to USES=3Dsqlite >>>>> - Convert to PLIST_FILES, only 2 items in plist >>>>> - Register proxy dependencies found by stage-qa >>>>> >>>>> Deleted: >>>>> head/audio/gmpc-magnatune/pkg-plist >>>>> Modified: >>>>> head/audio/gmpc-magnatune/Makefile >>>>> >>>>> Modified: head/audio/gmpc-magnatune/Makefile >>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >>>>> >>>>> >>>>> --- head/audio/gmpc-magnatune/Makefile Fri Aug 26 14:58:33 2016 >>>>> (r420923) >>>>> +++ head/audio/gmpc-magnatune/Makefile Fri Aug 26 15:04:06 2016 >>>>> (r420924) >>>>> @@ -14,13 +14,17 @@ LICENSE=3D GPLv2+ >>>>> LICENSE_FILE=3D ${WRKSRC}/COPYING >>>>> >>>>> LIB_DEPENDS=3D libmpd.so:audio/libmpd \ >>>>> - libsqlite3.so:databases/sqlite3 >>>>> + libfreetype.so:print/freetype2 \ >>>>> + libfontconfig.so:x11-fonts/fontconfig >>>>> BUILD_DEPENDS=3D ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/g= mpc >>>>> RUN_DEPENDS=3D gmpc:audio/gmpc >>>>> >>>>> +USES=3D gettext gmake libtool pkgconfig sqlite >>>>> +USE_GNOME=3D cairo gdkpixbuf2 glib20 gtk20 intltool libglade2 >>>>> GNU_CONFIGURE=3D yes >>>>> -USE_GNOME=3D intltool glib20 gtk20 libglade2 >>>>> -USES=3D gettext gmake libtool pkgconfig >>>>> INSTALL_TARGET=3D install-strip >>>>> >>>>> +PLIST_FILES=3D lib/gmpc/plugins/magnatuneplugin.so \ >>>>> + share/gmpc/plugins/magnatune/magnatune.png >>>>> + >>>>> .include >>>>> >>>> >>>> Pawel, >>>> Many library dependencies were added. That requires a PORTREVISION >>>> bump! >>> >>> actually, I meant to write this about audio/gmpc but it appears >>> audio/gmpc-magnatune had the same issue. >> >> Dependencies added in both ports showed up in poudriere logs so they >> are be definition proxy. So my commits register that this packages lin= k >> to particular libraries, no new dependencies are added - they are >> already pulled in by packages needed to build port. >> >> I do check for new dependencies by comparing poudriere vs live >> build stage-qa outputs to find new ones, but it's not the case here. >> > > I do not believe your method is valid. > If you use pkg(8) to check the dependencies before and after a change > and there's not difference, no bump is needed. > > However, you're relying on dependencies to pull in other dependencies > to say it's equivalent. > > Please check with mat@, he should confirm. > Your method will cause poudriere and other builders to skip updating > the port because it wasn't bumped. > > When in doubt, please bump. It's better to bump unnecessarily than to > not bump when it's required. When adding proxied dependencies, please, always bump PORTREVISION if you are not changing PORTVERSION. The goal of this qa check is to make sure the package really depends on what it needs. If you don't bump PORTREVISION, no new package is built with the correct dependency list, and it is bad. --=20 Mathieu Arnold --m7toOXKSSeKRxJh3795HIr3WKhb5gQa1i-- --lr8ddm2Pnd20J1D06HawB3aqX7wgPm2nQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJXxZXYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IHG4P/2W8RJ/GgFZRHul45rvaCpK5 6QQdycv88bCWNI6nPxELaGa3l9+eyJwDcdUQzbUP2wL9hmwOf2Ps3U4fozvA4SGG 5gWtfjB74z52Pr3OQMyu0OEqv5cWL5b9kI+QepEdvrgBL/a98pxGPyp6yZ9DxO5j CKk4648icBuUxfF18UAIFTmz1PKgoGUYMRrSuzbGBydJrCrB1zZdfBbGQchzqx+L VWMgxWs1/MssvMmJIqFmQtYiOhNVSLxgLy8KQDgsnc4fCVyB4HmuD4VU1DDH4Mzz CzDQ+YyaXCBshTTsk28iWDoG48l0aof1BI44jcaDPxh8xU7bYskudS3ZBjVubZY7 G03x/n/Yom0VY2n0mElr1HVLIVCwjA5oUZKhGry1lOM8/9pzhI9HoK8T+nGT6lE2 rfk28ZBi5DFg1pv1IA1suP25zmWoxKjjrAYfXcGAiVp7+aeysLq2qQ996gerbzK5 OUwSrKoRvY2RMt5LbLjEifva5IoWm738zUmzyMOo5ajM/3Wo5MrUzOj9vm+qT5cK lqWwK6mJK7Kwf/4ziiBQso2+xJoPugbm4bBhExgLVfHIHNhZBBc+eBSRkDk6bQOt Big8HSixPWzKm2laqg0dWyN6tB0f4AwNoO/rL8eUVle/r2ik+RSZ9aY5iopTpmsb ovRHu1ZyFkjBIkCxbSa4 =Eiev -----END PGP SIGNATURE----- --lr8ddm2Pnd20J1D06HawB3aqX7wgPm2nQ-- From owner-svn-ports-all@freebsd.org Tue Aug 30 14:19:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31E77BC80CB; Tue, 30 Aug 2016 14:19:24 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id 04AA2930; Tue, 30 Aug 2016 14:19:23 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UEJNqC002271; Tue, 30 Aug 2016 14:19:23 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UEJNRv002269; Tue, 30 Aug 2016 14:19:23 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201608301419.u7UEJNRv002269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 30 Aug 2016 14:19:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421114 - head/lang/duktape X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 14:19:24 -0000 Author: olivierd Date: Tue Aug 30 14:19:22 2016 New Revision: 421114 URL: https://svnweb.freebsd.org/changeset/ports/421114 Log: Update to 1.5.1 Modified: head/lang/duktape/Makefile head/lang/duktape/distinfo Modified: head/lang/duktape/Makefile ============================================================================== --- head/lang/duktape/Makefile Tue Aug 30 13:28:48 2016 (r421113) +++ head/lang/duktape/Makefile Tue Aug 30 14:19:22 2016 (r421114) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= duktape -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= lang devel MASTER_SITES= http://duktape.org/ Modified: head/lang/duktape/distinfo ============================================================================== --- head/lang/duktape/distinfo Tue Aug 30 13:28:48 2016 (r421113) +++ head/lang/duktape/distinfo Tue Aug 30 14:19:22 2016 (r421114) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463550145 -SHA256 (duktape-1.5.0.tar.xz) = 7ed8838eb33b8a11433241c990bf9aa9803b7f4a1618eaf8fdb4c3a884e93ec0 -SIZE (duktape-1.5.0.tar.xz) = 708528 +TIMESTAMP = 1472573320 +SHA256 (duktape-1.5.1.tar.xz) = 9f16d05e1185094946baa333e52fe30dee45f59446c57d84874a68a6fd6bdf86 +SIZE (duktape-1.5.1.tar.xz) = 709952 From owner-svn-ports-all@freebsd.org Tue Aug 30 14:50:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6627BC8CE4; Tue, 30 Aug 2016 14:50:29 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 84687EF7; Tue, 30 Aug 2016 14:50:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UEoSBE013650; Tue, 30 Aug 2016 14:50:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UEoSDW013649; Tue, 30 Aug 2016 14:50:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608301450.u7UEoSDW013649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 Aug 2016 14:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421115 - head/devel/jna X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 14:50:29 -0000 Author: olgeni Date: Tue Aug 30 14:50:28 2016 New Revision: 421115 URL: https://svnweb.freebsd.org/changeset/ports/421115 Log: Drop maintainership of devel/jna. Modified: head/devel/jna/Makefile Modified: head/devel/jna/Makefile ============================================================================== --- head/devel/jna/Makefile Tue Aug 30 14:19:22 2016 (r421114) +++ head/devel/jna/Makefile Tue Aug 30 14:50:28 2016 (r421115) @@ -4,7 +4,7 @@ PORTNAME= jna PORTVERSION= 4.1.0 CATEGORIES= devel java -MAINTAINER= olgeni@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java access to native shared libraries USES= gmake From owner-svn-ports-all@freebsd.org Tue Aug 30 15:06:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00BCEBC70D5; Tue, 30 Aug 2016 15:06:20 +0000 (UTC) (envelope-from woodsb02@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 mx1.freebsd.org (Postfix) with ESMTPS id B8FB6B59; Tue, 30 Aug 2016 15:06:19 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UF6Iao020873; Tue, 30 Aug 2016 15:06:18 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UF6IQY020870; Tue, 30 Aug 2016 15:06:18 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201608301506.u7UF6IQY020870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Tue, 30 Aug 2016 15:06:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421116 - in head/x11: . xfce4-goodies X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 15:06:20 -0000 Author: woodsb02 Date: Tue Aug 30 15:06:18 2016 New Revision: 421116 URL: https://svnweb.freebsd.org/changeset/ports/421116 Log: Add x11/xfce4-goodies: Meta-port for ports from the Xfce4 Goodies Project This meta-port gathers together each of the ports from the Xfce4 Goodies Project and allows them to be easily installed to create a functional desktop environment. Default options include those which do not bring in too many additional dependencies, and are generally recommended for use on a modern Xfce desktop. It also includes ports which are not officially part of the Xfce4 Goodies Project (can not be found at http://goodies.xfce.org/), but are generally recommended for use with Xfce4 on FreeBSD. This goal of this meta-port is to help users get started with Xfce by: 1. Easily installing a sensible list of programs with a single command 2. Find new programs they may be interested in, by reviewing the list of disabled by default options in the port 3. Show people which programs are not recommended for use by the FreeBSD Xfce team (such as obsolete applications) Reviewed by: olivierd (with Xfce hat) Approved by: sbruno (with Xfce hat), mat (mentor) Differential Revision: https://reviews.freebsd.org/D6981 Added: head/x11/xfce4-goodies/ head/x11/xfce4-goodies/Makefile (contents, props changed) head/x11/xfce4-goodies/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Tue Aug 30 14:50:28 2016 (r421115) +++ head/x11/Makefile Tue Aug 30 15:06:18 2016 (r421116) @@ -377,6 +377,7 @@ SUBDIR += xfce4-conf SUBDIR += xfce4-dashboard SUBDIR += xfce4-embed-plugin + SUBDIR += xfce4-goodies SUBDIR += xfce4-quicklauncher-plugin SUBDIR += xfce4-screenshooter-plugin SUBDIR += xfce4-taskmanager Added: head/x11/xfce4-goodies/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-goodies/Makefile Tue Aug 30 15:06:18 2016 (r421116) @@ -0,0 +1,148 @@ +# Created by: Ben Woods +# $FreeBSD$ + +PORTNAME= xfce4-goodies +PORTVERSION= 4.12 +CATEGORIES= x11 + +MAINTAINER= xfce@FreeBSD.org +COMMENT= Meta-port for software and artwork from the Xfce4 Goodies Project + +USES= metaport + +OPTIONS_DEFAULT= DASHBOARD DICTIONARY GIGOLO PAROLE \ + POWERMANAGER RISTRETTO SCREENSHOOTER TASKMANAGER \ + TERMINAL XFBURN \ + BATTERY CALCULATOR CLIPMAN CPUGRAPH \ + DATETIME DISKPERF EMBED FSGUARD GENMON \ + MAILWATCH MOUNT NETLOAD NOTES \ + SMARTBOOKMARK SYSTEMLOAD TIMER TIMEOUT VERVE WAVELAN \ + WEATHER WHISKERMENU XKB \ + ARCHIVE MEDIATAGS VCS \ + BSDCPUFREQ EQUAKE MIXER THEMES VOLUMED + +OPTIONS_GROUP= APPLICATIONS PANELPLUGINS THUNARPLUGINS UNOFFICIAL + +OPTIONS_GROUP_APPLICATIONS= DASHBOARD DICTIONARY GIGOLO MIDORI PAROLE \ + POWERMANAGER RISTRETTO SCREENSHOOTER \ + TASKMANAGER TERMINAL XFBURN XFMPC +DASHBOARD_DESC= GNOME shell like dashboard for the Xfce desktop +DICTIONARY_DESC= Xfce4 plugin to query different dictionaries +GIGOLO_DESC= Frontend to easily manage filesystem connections +MIDORI_DESC= Lightweight web browser using WebKit engine +PAROLE_DESC= Lightweight media player based on GStreamer +POWERMANAGER_DESC= Power manager for the Xfce Desktop +RISTRETTO_DESC= Image viewer with Xfce integration +SCREENSHOOTER_DESC= Application and panel plugin to take screenshots +TASKMANAGER_DESC= Task manager for the Xfce desktop +TERMINAL_DESC= Terminal emulator for the X windowing system +XFBURN_DESC= CD/DVD burning tool for Xfce +XFMPC_DESC= Graphical MPD client focusing on low footprint + +DASHBOARD_RUN_DEPENDS= xfce4-dashboard>=0:x11/xfce4-dashboard +DICTIONARY_RUN_DEPENDS= xfce4-dict-plugin>=0:textproc/xfce4-dict-plugin +GIGOLO_RUN_DEPENDS= gigolo>=0:sysutils/gigolo +MIDORI_RUN_DEPENDS= midori>=0:www/midori +PAROLE_RUN_DEPENDS= parole>=0:multimedia/xfce4-parole +POWERMANAGER_RUN_DEPENDS= xfce4-power-manager>=0:sysutils/xfce4-power-manager +RISTRETTO_RUN_DEPENDS= ristretto>=0:graphics/ristretto +SCREENSHOOTER_RUN_DEPENDS= xfce4-screenshooter-plugin>=0:x11/xfce4-screenshooter-plugin +TASKMANAGER_RUN_DEPENDS= xfce4-taskmanager>=0:x11/xfce4-taskmanager +TERMINAL_RUN_DEPENDS= xfce4-terminal>=0:x11/xfce4-terminal +XFBURN_RUN_DEPENDS= xfburn>=0:sysutils/xfburn +XFMPC_RUN_DEPENDS= xfmpc>=0:audio/xfmpc + +OPTIONS_GROUP_PANELPLUGINS= BATTERY CALCULATOR CLIPMAN CPUGRAPH DATETIME \ + DISKPERF EMBED FSGUARD GENERICSLIDER GENMON \ + MAILWATCH MOUNT MPC NETLOAD NOTES PULSEAUDIO \ + QUICKLAUNCHER SMARTBOOKMARK SYSTEMLOAD TIMER \ + TIMEOUT VERVE WAVELAN WEATHER WHISKERMENU \ + WMDOCK XKB +BATTERY_DESC= Battery monitor panel plugin for Xfce4 +CALCULATOR_DESC= Simple calculator for the Xfce panel +CLIPMAN_DESC= Clipboard manager for the Xfce panel +CPUGRAPH_DESC= Graphical representation of the CPU load +DATETIME_DESC= Datetime panel plugin for the Xfce desktop +DISKPERF_DESC= Graphical representation of the disk IO +EMBED_DESC= Embed arbitrary windows into the Xfce panel +FSGUARD_DESC= Displays free space of mountpoint +GENERICSLIDER_DESC= Slider to adjust / monitor any numeric variable +GENMON_DESC= Generic Monitor Xfce4 panel plugin +MAILWATCH_DESC= Mail notification applet for the Xfce panel +MOUNT_DESC= Mount and umount utility for the Xfce4 panel +MPC_DESC= Musicpd client plugin for the Xfce panel +NETLOAD_DESC= Network Load plugin for Xfce4 +NOTES_DESC= Notes plugin for the Xfce panel +PULSEAUDIO_DESC= Panel plugin for controlling PulseAudio mixer +QUICKLAUNCHER_DESC= Quicklauncher plugin for Xfce +SMARTBOOKMARK_DESC= Query search engines from the Xfce panel +SYSTEMLOAD_DESC= System Load plugin for Xfce4 panel +TIMEOUT_DESC= Prompts the user to take a break every X minutes +TIMER_DESC= Set alarm at specific time or after time period +VERVE_DESC= Command line plugin for the Xfce Desktop +WAVELAN_DESC= Displays information about a WaveLAN device +WEATHER_DESC= Weather plugin for the Xfce panel +WHISKERMENU_DESC= Alternate menu for the Xfce Desktop +WMDOCK_DESC= WMdock plugin for Xfce +XKB_DESC= Keyboard layout switching plugin for Xfce panel + +BATTERY_RUN_DEPENDS= xfce4-battery-plugin>=0:sysutils/xfce4-battery-plugin +CALCULATOR_RUN_DEPENDS= xfce4-calculator-plugin>=0:math/xfce4-calculator-plugin +CLIPMAN_RUN_DEPENDS= xfce4-clipman-plugin>=0:x11/xfce4-clipman-plugin +CPUGRAPH_RUN_DEPENDS= xfce4-cpugraph-plugin>=0:sysutils/xfce4-cpugraph-plugin +DATETIME_RUN_DEPENDS= xfce4-datetime-plugin>=0:x11-clocks/xfce4-datetime-plugin +DISKPERF_RUN_DEPENDS= xfce4-diskperf-plugin>=0:sysutils/xfce4-diskperf-plugin +EMBED_RUN_DEPENDS= xfce4-embed-plugin>=0:x11/xfce4-embed-plugin +FSGUARD_RUN_DEPENDS= xfce4-fsguard-plugin>=0:sysutils/xfce4-fsguard-plugin +GENERICSLIDER_RUN_DEPENDS= xfce4-generic-slider>=0:deskutils/xfce4-generic-slider +GENMON_RUN_DEPENDS= xfce4-genmon-plugin>=0:sysutils/xfce4-genmon-plugin +MAILWATCH_RUN_DEPENDS= xfce4-mailwatch-plugin>=0:mail/xfce4-mailwatch-plugin +MOUNT_RUN_DEPENDS= xfce4-mount-plugin>=0:sysutils/xfce4-mount-plugin +MPC_RUN_DEPENDS= xfce4-mpc-plugin>=0:audio/xfce4-mpc-plugin +NETLOAD_RUN_DEPENDS= xfce4-netload-plugin>=0:sysutils/xfce4-netload-plugin +NOTES_RUN_DEPENDS= xfce4-notes-plugin>=0:deskutils/xfce4-notes-plugin +PULSEAUDIO_RUN_DEPENDS= xfce4-pulseaudio-plugin>=0:audio/xfce4-pulseaudio-plugin +QUICKLAUNCHER_RUN_DEPENDS= xfce4-quicklauncher-plugin>=0:x11/xfce4-quicklauncher-plugin +SMARTBOOKMARK_RUN_DEPENDS= xfce4-smartbookmark-plugin>=0:www/xfce4-smartbookmark-plugin +SYSTEMLOAD_RUN_DEPENDS= xfce4-systemload-plugin>=0:sysutils/xfce4-systemload-plugin +TIMEOUT_RUN_DEPENDS= xfce4-time-out-plugin>=0:x11-clocks/xfce4-timer-out-plugin +TIMER_RUN_DEPENDS= xfce4-timer-plugin>=0:x11-clocks/xfce4-timer-plugin +VERVE_RUN_DEPENDS= xfce4-verve-plugin>=0:x11/xfce4-verve-plugin +WAVELAN_RUN_DEPENDS= xfce4-wavelan-plugin>=0:sysutils/xfce4-wavelan-plugin +WEATHER_RUN_DEPENDS= xfce4-weather-plugin>=0:misc/xfce4-weather-plugin +WHISKERMENU_RUN_DEPENDS= xfce4-whiskermenu-plugin>=0:x11/xfce4-whiskermenu-plugin +WMDOCK_RUN_DEPENDS= xfce4-wmdock-plugin>=0:x11/xfce4-wmdock-plugin +XKB_RUN_DEPENDS= xfce4-xkb-plugin>=0:deskutils/xfce4-xkb-plugin + +OPTIONS_GROUP_THUNARPLUGINS= ARCHIVE MEDIATAGS VCS +ARCHIVE_DESC= Create/extract archives from file context menus +MEDIATAGS_DESC= View/edit id3/ogg tags in file properties dialog +VCS_DESC= SVN+GIT Version Control System integration + +ARCHIVE_RUN_DEPENDS= thunar-archive-plugin>=0:archivers/thunar-archive-plugin +MEDIATAGS_RUN_DEPENDS= thunar-media-tags-plugin>=0:audio/thunar-media-tags-plugin +VCS_RUN_DEPENDS= thunar-vcs-plugin>=0:devel/thunar-vcs-plugin + +OPTIONS_GROUP_UNOFFICIAL= BSDCPUFREQ EQUAKE MIXER PRINT THEMES \ + VALA VFS VOLUMED VOLUMEDPULSE +BSDCPUFREQ_DESC= Display the CPU clock frequency in Xfce panel +EQUAKE_DESC= Earthquake monitor plugin for the Xfce panel +MIXER_DESC= Volume control for the Xfce desktop +PRINT_DESC= Print system support for the Xfce Desktop +THEMES_DESC= Additional themes for xfwm4 +VALA_DESC= Vala binding for the Xfce core libraries +VFS_DESC= The virtual filesystem for Thunar +VOLUMED_DESC= Volume management daemon for the Xfce desktop +VOLUMEDPULSE_DESC= Volume management daemon for Xfce using PulseAudio + +BSDCPUFREQ_RUN_DEPENDS= xfce4-bsdcpufreq-plugin>=0:sysutils/xfce4-bsdcpufreq-plugin +EQUAKE_RUN_DEPENDS= xfce4-equake-plugin>=0:science/xfce4-equake-plugin +MIXER_RUN_DEPENDS= xfce4-mixer>=0:audio/xfce4-mixer +PRINT_RUN_DEPENDS= xfce4-print>=0:print/xfce4-print +THEMES_RUN_DEPENDS= xfce4-wm-themes>=0:misc/xfce4-wm-themes +VALA_RUN_DEPENDS= xfce4-vala>=0:devel/xfce4-vala +VFS_RUN_DEPENDS= thunar-vfs>=0:x11-fm/thunar-vfs +VOLUMED_RUN_DEPENDS= xfce4-volumed>=0:deskutils/xfce4-volumed +VOLUMEDPULSE_RUN_DEPENDS= xfce4-volumed-pulse>=0:deskutils/xfce4-volumed-pulse + +.include Added: head/x11/xfce4-goodies/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-goodies/pkg-descr Tue Aug 30 15:06:18 2016 (r421116) @@ -0,0 +1,15 @@ +The Xfce Goodies Project includes additional software and artwork that are +related to the Xfce desktop, but not part of the official release. + +The Xfce Project itself provides a lightweight desktop environment, which +includes only the core compoments required for a desktop environment, like a +window manager, a file manager, a session manager, a panel and a few utilities. +Additional software packages and plugins to existing software, like the panel +or the file manager, are provided by the Xfce Goodies Project. + +This meta-port does not install any software itself - it simply depends on other +ports which are part of the Xfce Goodies Project, and a few additional ports +which are not officially part of Goodies, but highly recommended for an Xfce +desktop environment. + +WWW: http://goodies.xfce.org/ From owner-svn-ports-all@freebsd.org Tue Aug 30 15:19:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 188E6BC75E4; Tue, 30 Aug 2016 15:19:59 +0000 (UTC) (envelope-from cem@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 mx1.freebsd.org (Postfix) with ESMTPS id E5451899; Tue, 30 Aug 2016 15:19:58 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UFJwru024749; Tue, 30 Aug 2016 15:19:58 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UFJvQb024745; Tue, 30 Aug 2016 15:19:57 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201608301519.u7UFJvQb024745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: "Conrad E. Meyer" Date: Tue, 30 Aug 2016 15:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421117 - in head: . x11/nvidia-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 15:19:59 -0000 Author: cem (src committer) Date: Tue Aug 30 15:19:57 2016 New Revision: 421117 URL: https://svnweb.freebsd.org/changeset/ports/421117 Log: nvidia-driver: Add a note about nvidia-modeset.ko for 367.35 update Add a note in pkg-message and UPDATING. Correct a pkg-plist sorting mistake while here. Reviewed by: dhw, wblock Approved by: brd (previous version) Differential Revision: https://reviews.freebsd.org/D7700 Added: head/x11/nvidia-driver/pkg-message (contents, props changed) Modified: head/UPDATING head/x11/nvidia-driver/Makefile head/x11/nvidia-driver/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Aug 30 15:06:18 2016 (r421116) +++ head/UPDATING Tue Aug 30 15:19:57 2016 (r421117) @@ -6,6 +6,23 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20160829: + AFFECTS: users of x11/nvidia-driver + AUTHOR: cem@FreeBSD.org + + The Nvidia driver has been updated to 367.35. In this version of the driver, + some important functionality has been broken out into a separate + nvidia-modeset.ko. + + Users that experience a hang starting X or observe + + [ 43.243] (II) NVIDIA(0): Validated MetaModes: + [ 43.243] (II) NVIDIA(0): "NULL" + + in their Xorg.logs should replace 'nvidia.ko' with 'nvidia-modeset.ko' in + their loader.conf or rc.conf configurations. (nvidia-modeset.ko has a + MODULE_DEPENDS relationship to nvidia.ko and will bring it in automatically.) + +20160829: AFFECTS: users of security/sshguard AUTHOR: feld@FreeBSD.org Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Tue Aug 30 15:06:18 2016 (r421116) +++ head/x11/nvidia-driver/Makefile Tue Aug 30 15:19:57 2016 (r421117) @@ -12,7 +12,7 @@ PORTNAME= nvidia-driver DISTVERSION?= 367.35 # Always try to set PORTREVISION as it can be overridden by the slave ports -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 MASTER_SITES= NVIDIA/XFree86/FreeBSD-${ARCH_SUFX}/${DISTVERSION} DISTNAME= NVIDIA-FreeBSD-${ARCH_SUFX}-${DISTVERSION} Added: head/x11/nvidia-driver/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/nvidia-driver/pkg-message Tue Aug 30 15:19:57 2016 (r421117) @@ -0,0 +1,12 @@ +The Nvidia driver has been updated to 367.35. In this version of the driver, +some important functionality has been broken out into a separate +nvidia-modeset.ko. + +Users that experience a hang starting X or observe + + [ 43.243] (II) NVIDIA(0): Validated MetaModes: + [ 43.243] (II) NVIDIA(0): "NULL" + +in their Xorg.logs should replace 'nvidia.ko' with 'nvidia-modeset.ko' in their +loader.conf or rc.conf configurations. (nvidia-modeset.ko has a MODULE_DEPENDS +relationship to nvidia.ko and will bring it in automatically.) Modified: head/x11/nvidia-driver/pkg-plist ============================================================================== --- head/x11/nvidia-driver/pkg-plist Tue Aug 30 15:06:18 2016 (r421116) +++ head/x11/nvidia-driver/pkg-plist Tue Aug 30 15:19:57 2016 (r421117) @@ -36,10 +36,10 @@ man/man1/nvidia-smi.1.gz %%LINUX%%%%LINUXBASE%%/usr/lib/libEGL.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libEGL.so.1 %%LINUX%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so.%%SHLIB_VERSION%% +%%LINUX%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so.0 +%%LINUX%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so %%LINUX%%%%LINUXBASE%%/usr/lib/libGL.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libGL.so.1 -%%LINUX%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so -%%LINUX%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so.0 %%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv1_CM.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv1_CM.so.1 %%LINUX%%%%LINUXBASE%%/usr/lib/libGLESv1_CM.so From owner-svn-ports-all@freebsd.org Tue Aug 30 15:57:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB0D2BC80ED; Tue, 30 Aug 2016 15:57:18 +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 mx1.freebsd.org (Postfix) with ESMTPS id 7FC5FEAE; Tue, 30 Aug 2016 15:57:18 +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 u7UFvH2U039717; Tue, 30 Aug 2016 15:57:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UFvHnO039714; Tue, 30 Aug 2016 15:57:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608301557.u7UFvHnO039714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Aug 2016 15:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421118 - head/security/p5-Dancer2-Plugin-Auth-Extensible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 15:57:18 -0000 Author: amdmi3 Date: Tue Aug 30 15:57:17 2016 New Revision: 421118 URL: https://svnweb.freebsd.org/changeset/ports/421118 Log: - Update to 0.610 PR: 212200 Submitted by: hvo.pm@xs4all.nl (maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Tue Aug 30 15:19:57 2016 (r421117) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Tue Aug 30 15:57:17 2016 (r421118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.600 +PORTVERSION= 0.610 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,9 +27,4 @@ DPAEPU_DESC= Extra dependencies for Prov DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM -# bin/generate-crypted-password belongs to D1 version -post-patch: - ${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/MANIFEST - ${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/Makefile.PL - .include Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Tue Aug 30 15:19:57 2016 (r421117) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Tue Aug 30 15:57:17 2016 (r421118) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464863532 -SHA256 (Dancer2-Plugin-Auth-Extensible-0.600.tar.gz) = a4a5b2a9a6d135b4f912254ad3e3451c4c8021291a769187d1bf8f27b69601fe -SIZE (Dancer2-Plugin-Auth-Extensible-0.600.tar.gz) = 33766 +TIMESTAMP = 1472313673 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.610.tar.gz) = 075ed03e5a17463ad1182e89366e60eb9a1f77ca2cc8be1b43e0e16262a4760c +SIZE (Dancer2-Plugin-Auth-Extensible-0.610.tar.gz) = 38842 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Tue Aug 30 15:19:57 2016 (r421117) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Tue Aug 30 15:57:17 2016 (r421118) @@ -1,3 +1,4 @@ +bin/dancer2-generate-crypted-password %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm From owner-svn-ports-all@freebsd.org Tue Aug 30 15:57:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A46CBC811B; Tue, 30 Aug 2016 15:57:23 +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 mx1.freebsd.org (Postfix) with ESMTPS id D6E42EC9; Tue, 30 Aug 2016 15:57:22 +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 u7UFvMxJ039849; Tue, 30 Aug 2016 15:57:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UFvL0B039847; Tue, 30 Aug 2016 15:57:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608301557.u7UFvL0B039847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Aug 2016 15:57:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421119 - head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 15:57:23 -0000 Author: amdmi3 Date: Tue Aug 30 15:57:21 2016 New Revision: 421119 URL: https://svnweb.freebsd.org/changeset/ports/421119 Log: - Update to 0.601 - While here, add NO_ARCH PR: 212198 Submitted by: hvo.pm@xs4all.nl (maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile Tue Aug 30 15:57:17 2016 (r421118) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile Tue Aug 30 15:57:21 2016 (r421119) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-DBIC -PORTVERSION= 0.600 -PORTREVISION= 1 +PORTVERSION= 0.601 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,5 +24,6 @@ TEST_DEPENDS= p5-Class-Load>=0:devel/p5- USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo Tue Aug 30 15:57:17 2016 (r421118) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo Tue Aug 30 15:57:21 2016 (r421119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464881431 -SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.600.tar.gz) = d67830f701526d26dd2e9ff4b0e10e8eee7f4147bc930338c005ef90b88531d6 -SIZE (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.600.tar.gz) = 11008 +TIMESTAMP = 1472310658 +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.601.tar.gz) = f0903e1e49f8d0c4ea44ffa862a9fa8bc9d7995aa6a64ee67c3d817b903ac490 +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.601.tar.gz) = 11095 From owner-svn-ports-all@freebsd.org Tue Aug 30 15:58:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 113DDBC8216; Tue, 30 Aug 2016 15:58:37 +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 mx1.freebsd.org (Postfix) with ESMTPS id BB78A21E9; Tue, 30 Aug 2016 15:58:36 +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 u7UFwZQT040044; Tue, 30 Aug 2016 15:58:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UFwZAx040041; Tue, 30 Aug 2016 15:58:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608301558.u7UFwZAx040041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Aug 2016 15:58:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421120 - in head/net/tcpkali: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 15:58:37 -0000 Author: amdmi3 Date: Tue Aug 30 15:58:35 2016 New Revision: 421120 URL: https://svnweb.freebsd.org/changeset/ports/421120 Log: - Update to 0.9 - While here, add LICENSE_FILE PR: 212228 Submitted by: neel@neelc.org (maintainer) Added: head/net/tcpkali/files/ head/net/tcpkali/files/patch-configure.ac (contents, props changed) Modified: head/net/tcpkali/Makefile head/net/tcpkali/distinfo Modified: head/net/tcpkali/Makefile ============================================================================== --- head/net/tcpkali/Makefile Tue Aug 30 15:57:21 2016 (r421119) +++ head/net/tcpkali/Makefile Tue Aug 30 15:58:35 2016 (r421120) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tcpkali -PORTVERSION= 0.8 +PORTVERSION= 0.9 DISTVERSIONPREFIX= v CATEGORIES= net @@ -9,6 +9,7 @@ MAINTAINER= neel@neelc.org COMMENT= High performance load generator for TCP and WebSocket servers LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 ia64 ONLY_FOR_ARCHS_REASON= uses i386 assembler Modified: head/net/tcpkali/distinfo ============================================================================== --- head/net/tcpkali/distinfo Tue Aug 30 15:57:21 2016 (r421119) +++ head/net/tcpkali/distinfo Tue Aug 30 15:58:35 2016 (r421120) @@ -1,2 +1,3 @@ -SHA256 (machinezone-tcpkali-v0.8_GH0.tar.gz) = 1f59d91c0eda843e3ea6890910f299f9bcd6a72cae507d4e797a0a0353f5c81e -SIZE (machinezone-tcpkali-v0.8_GH0.tar.gz) = 408180 +TIMESTAMP = 1472430003 +SHA256 (machinezone-tcpkali-v0.9_GH0.tar.gz) = f8fb1daf995902f7c25610080ae4610e7b154702e6368d6b5036e9fb6ec7d374 +SIZE (machinezone-tcpkali-v0.9_GH0.tar.gz) = 433929 Added: head/net/tcpkali/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tcpkali/files/patch-configure.ac Tue Aug 30 15:58:35 2016 (r421120) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2016-08-28 20:24:37.631481000 -0400 ++++ configure.ac 2016-08-28 20:24:54.291039000 -0400 +@@ -18,7 +18,7 @@ + dnl Global CFLAGS, for tcpkali and its third-party dependencies. + + CC="${PTHREAD_CC}" +-LIBS="${PTHREAD_LIBS} ${LIBS}" ++LIBS="-lpthread ${LIBS}" + CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" + + AC_CHECK_PROGS([YACC], ['bison -y' byacc]) From owner-svn-ports-all@freebsd.org Tue Aug 30 15:59:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B6BCBC82A1; Tue, 30 Aug 2016 15:59:29 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3CA60240A; Tue, 30 Aug 2016 15:59:29 +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 u7UFxSNr040200; Tue, 30 Aug 2016 15:59:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UFxSG5040198; Tue, 30 Aug 2016 15:59:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608301559.u7UFxSG5040198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Aug 2016 15:59:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421121 - head/ftp/filezilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 15:59:29 -0000 Author: amdmi3 Date: Tue Aug 30 15:59:28 2016 New Revision: 421121 URL: https://svnweb.freebsd.org/changeset/ports/421121 Log: - Update to 3.21.0 PR: 212217 Submitted by: matthew@reztek.cz (maintainer) Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Tue Aug 30 15:58:35 2016 (r421120) +++ head/ftp/filezilla/Makefile Tue Aug 30 15:59:28 2016 (r421121) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.20.1 +PORTVERSION= 3.21.0 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -41,6 +41,7 @@ DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbu DBUS_CONFIGURE_WITH= dbus NLS_USES= gettext +NLS_USES_OFF= gettext-runtime NLS_CONFIGURE_OFF= --disable-locales .if !defined(MAINTAINER_MODE) Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Tue Aug 30 15:58:35 2016 (r421120) +++ head/ftp/filezilla/distinfo Tue Aug 30 15:59:28 2016 (r421121) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471256056 -SHA256 (FileZilla_3.20.1_src.tar.bz2) = 8ae3d2452e42d17736c9a25ff400f5c78a40c650387ccbbf97b70a9f90049e2d -SIZE (FileZilla_3.20.1_src.tar.bz2) = 4423084 +TIMESTAMP = 1472044995 +SHA256 (FileZilla_3.21.0_src.tar.bz2) = 209bcdfcd60ae2278fa2fa8d99421682e0db146add9e96cb1e8455c3378c80e4 +SIZE (FileZilla_3.21.0_src.tar.bz2) = 4428270 From owner-svn-ports-all@freebsd.org Tue Aug 30 16:09:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECD33BC8779; Tue, 30 Aug 2016 16:09:47 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id AE50A2B6A; Tue, 30 Aug 2016 16:09:47 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UG9kk3044031; Tue, 30 Aug 2016 16:09:46 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UG9ktw044026; Tue, 30 Aug 2016 16:09:46 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201608301609.u7UG9ktw044026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 30 Aug 2016 16:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421122 - in head/x11-fm/thunar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 16:09:48 -0000 Author: olivierd Date: Tue Aug 30 16:09:46 2016 New Revision: 421122 URL: https://svnweb.freebsd.org/changeset/ports/421122 Log: - Add 2 patches, which avoid crashes: * When renaming files / folders [1] (we use the official patch) * When reloading target file after move - Bump PORTREVISION PR: 208341 Submitted by: Matthias Petermann [1] (obtained from Slackware repository) Tested by: Vladimir Omelchuk Obtained from: Upstream git repository MFH: 2016Q3 Added: head/x11-fm/thunar/files/patch-thunar_thunar-file.c (contents, props changed) head/x11-fm/thunar/files/patch-thunar_thunar-folder.c (contents, props changed) Modified: head/x11-fm/thunar/Makefile Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Tue Aug 30 15:59:28 2016 (r421121) +++ head/x11-fm/thunar/Makefile Tue Aug 30 16:09:46 2016 (r421122) @@ -3,7 +3,7 @@ PORTNAME= Thunar PORTVERSION= 1.6.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Added: head/x11-fm/thunar/files/patch-thunar_thunar-file.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/thunar/files/patch-thunar_thunar-file.c Tue Aug 30 16:09:46 2016 (r421122) @@ -0,0 +1,30 @@ +--- thunar/thunar-file.c.orig 2015-05-22 13:25:36 UTC ++++ thunar/thunar-file.c +@@ -795,13 +795,15 @@ thunar_file_monitor (GFileMonitor *m + if (event_type == G_FILE_MONITOR_EVENT_MOVED) + { + /* reload the target file if cached */ ++ if (other_path == NULL) ++ return; + other_file = thunar_file_cache_lookup (other_path); + if (other_file) + thunar_file_reload (other_file); + else + other_file = thunar_file_get (other_path, NULL); + +- if (!other_file) ++ if (other_file == NULL) + return; + + /* notify the thumbnail cache that we can now also move the thumbnail */ +@@ -3918,7 +3920,9 @@ thunar_file_unwatch (ThunarFile *file) + gboolean + thunar_file_reload (ThunarFile *file) + { +- _thunar_return_if_fail (THUNAR_IS_FILE (file)); ++ /* if the file has already been destroyed, break here */ ++ if (!THUNAR_IS_FILE (file)) ++ return FALSE; + + /* clear file pxmap cache */ + thunar_icon_factory_clear_pixmap_cache (file); Added: head/x11-fm/thunar/files/patch-thunar_thunar-folder.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/thunar/files/patch-thunar_thunar-folder.c Tue Aug 30 16:09:46 2016 (r421122) @@ -0,0 +1,49 @@ +--- thunar/thunar-folder.c.orig 2015-05-22 13:25:36 UTC ++++ thunar/thunar-folder.c +@@ -773,27 +773,30 @@ thunar_folder_monitor (GFileMonitor + { + /* destroy the old file and update the new one */ + thunar_file_destroy (lp->data); +- file = thunar_file_get(other_file, NULL); +- if (file != NULL && THUNAR_IS_FILE (file)) ++ if (other_file != NULL) + { +- thunar_file_reload (file); +- +- /* if source and target folders are different, also tell +- the target folder to reload for the changes */ +- if (thunar_file_has_parent (file)) ++ file = thunar_file_get(other_file, NULL); ++ if (file != NULL && THUNAR_IS_FILE (file)) + { +- other_parent = thunar_file_get_parent (file, NULL); +- if (other_parent && +- !g_file_equal (thunar_file_get_file(folder->corresponding_file), +- thunar_file_get_file(other_parent))) ++ thunar_file_reload (file); ++ ++ /* if source and target folders are different, also tell ++ the target folder to reload for the changes */ ++ if (thunar_file_has_parent (file)) + { +- thunar_file_reload (other_parent); +- g_object_unref (other_parent); ++ other_parent = thunar_file_get_parent (file, NULL); ++ if (other_parent && ++ !g_file_equal (thunar_file_get_file(folder->corresponding_file), ++ thunar_file_get_file(other_parent))) ++ { ++ thunar_file_reload (other_parent); ++ g_object_unref (other_parent); ++ } + } +- } + +- /* drop reference on the other file */ +- g_object_unref (file); ++ /* drop reference on the other file */ ++ g_object_unref (file); ++ } + } + + /* reload the folder of the source file */ From owner-svn-ports-all@freebsd.org Tue Aug 30 16:25:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BD4FBC8D01; Tue, 30 Aug 2016 16:25:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DA6F9919; Tue, 30 Aug 2016 16:25:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 38E1EBDC8E; Tue, 30 Aug 2016 18:25:36 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 17043BDC86; Tue, 30 Aug 2016 18:25:36 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id DDF476125; Tue, 30 Aug 2016 18:25:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 219F42E78BFB; Tue, 30 Aug 2016 18:25:34 +0200 (CEST) Date: Tue, 30 Aug 2016 18:25:31 +0200 From: Mathieu Arnold To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r421118 - head/security/p5-Dancer2-Plugin-Auth-Extensible Message-ID: In-Reply-To: <201608301557.u7UFvHnO039714@repo.freebsd.org> References: <201608301557.u7UFvHnO039714@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========E122A2AFED71E73CB67F==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 16:25:39 -0000 --==========E122A2AFED71E73CB67F========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 30 ao=C3=BBt 2016 15:57:17 +0000 Dmitry Marakasov = wrote: | -# bin/generate-crypted-password belongs to D1 version | -post-patch: | - ${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/MANIFEST | - ${REINPLACE_CMD} -e '/generate-crypted-password/d' = ${WRKSRC}/Makefile.PL | - So now, security/p5-Dancer2-Plugin-Auth-Extensible and security/p5-Dancer-Plugin-Auth-Extensible are in conflict. --=20 Mathieu Arnold --==========E122A2AFED71E73CB67F========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXxbN9XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IaG0QALRnpCiBvwXNNgXzqZtX/Qa0 ukUD1GcYrzzhAYwTXgieZckuee57cEo3lPB7nJ+Z4Uh8z2VPQEuf7pRkX3PtLZt6 AWlFdRUzfEW0/cPlfEX3jNVliQ46QVM/nS65pHYDBj4piAhnymwAzDocEQju1Q1S KfFe9IHNwWkKnEVT4vGi8hll9qW3xR/NvKSA1CWUdBLZhuVY2/XsNN3aQs57r6+7 7VxCSGry6iC5PWIp9uJQvVO0ajyq6MXMw95YYKRkyY9MV+iMLNKdm+SaD45DSAZ9 ykbHkOPpk8liiyJiXs50LsMjaPNPOq1TNhN5chWMvFjAGhYXbeEBVL2mR8pKQwz6 BSgMM+KVDXtrjPFBGM8O1OOxUH286etQxQAr/rFYaIASm37tGGSfLXpny/Ojw40W UQINdPoUHUItXYZWe7D/8fT7eYXUgkZpysFZmo/ld8RfSq4dQ7pG4+TjhykIMWfE za5enw+Af41V1TmU5uxofjKEsgQP15PUEgbkbytXKRumvbi4SsEizcctxwgpk9Sp PcicjTy59DTBsyr1aNloZD0G5aBAOAjtfzBwcDafYTBJjHrgfY3rSl2W24PFk+mR HCNaXGho1Yynbu3TK83Wwv2mFKou5qIJDlhuiau3cTnZ5dgeTo+vAyeRg7s/42ho RtPDmdQl8l7cyjdEbujH =ac0C -----END PGP SIGNATURE----- --==========E122A2AFED71E73CB67F==========-- From owner-svn-ports-all@freebsd.org Tue Aug 30 16:51:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDE5CBC8547; Tue, 30 Aug 2016 16:51:22 +0000 (UTC) (envelope-from danfe@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 mx1.freebsd.org (Postfix) with ESMTPS id AA0AAE3D; Tue, 30 Aug 2016 16:51:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UGpLIi060285; Tue, 30 Aug 2016 16:51:21 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UGpLN7060280; Tue, 30 Aug 2016 16:51:21 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201608301651.u7UGpLN7060280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 30 Aug 2016 16:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421123 - in head/x11: nvidia-driver nvidia-driver-304 nvidia-driver-340 nvidia-driver/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 16:51:22 -0000 Author: danfe Date: Tue Aug 30 16:51:21 2016 New Revision: 421123 URL: https://svnweb.freebsd.org/changeset/ports/421123 Log: Fix damage done in r421117: UPDATING entries do not make good `pkg-message' files, especially when there already is existing `files/pkg-message.in'. Unfortunately, this now requires port revision bump in all three ports. Pointy hat to: cem Deleted: head/x11/nvidia-driver/pkg-message Modified: head/x11/nvidia-driver-304/Makefile head/x11/nvidia-driver-340/Makefile head/x11/nvidia-driver/Makefile head/x11/nvidia-driver/files/pkg-message.in Modified: head/x11/nvidia-driver-304/Makefile ============================================================================== --- head/x11/nvidia-driver-304/Makefile Tue Aug 30 16:09:46 2016 (r421122) +++ head/x11/nvidia-driver-304/Makefile Tue Aug 30 16:51:21 2016 (r421123) @@ -3,7 +3,7 @@ DISTVERSION= 304.131 # Explicitly set PORTREVISION as it can be overridden by the master port -PORTREVISION= 0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../nvidia-driver PKGNAMESUFFIX= -304 Modified: head/x11/nvidia-driver-340/Makefile ============================================================================== --- head/x11/nvidia-driver-340/Makefile Tue Aug 30 16:09:46 2016 (r421122) +++ head/x11/nvidia-driver-340/Makefile Tue Aug 30 16:51:21 2016 (r421123) @@ -3,7 +3,7 @@ DISTVERSION= 340.96 # Explicitly set PORTREVISION as it can be overridden by the master port -PORTREVISION= 0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../nvidia-driver PKGNAMESUFFIX= -340 Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Tue Aug 30 16:09:46 2016 (r421122) +++ head/x11/nvidia-driver/Makefile Tue Aug 30 16:51:21 2016 (r421123) @@ -12,7 +12,7 @@ PORTNAME= nvidia-driver DISTVERSION?= 367.35 # Always try to set PORTREVISION as it can be overridden by the slave ports -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11 MASTER_SITES= NVIDIA/XFree86/FreeBSD-${ARCH_SUFX}/${DISTVERSION} DISTNAME= NVIDIA-FreeBSD-${ARCH_SUFX}-${DISTVERSION} @@ -241,9 +241,6 @@ post-install: .SILENT .endif .if ${NVVERSION} < 358.009 ${REINPLACE_CMD} '/nvidia-modeset.ko/d' ${TMPPLIST} -.else - ${REINPLACE_CMD} 's/nvidia$$/nvidia-modeset/ ; s/nvidia_/nvidia-modeset_/' \ - ${PKGMESSAGE} .endif .if ${NVVERSION} >= 361.028 ${REINPLACE_CMD} -E '/(EGL_nvidia\.so|GLESv[12](_CM)?(\.so\.[0-9]+\.[0-9]+))$$/d' \ Modified: head/x11/nvidia-driver/files/pkg-message.in ============================================================================== --- head/x11/nvidia-driver/files/pkg-message.in Tue Aug 30 16:09:46 2016 (r421122) +++ head/x11/nvidia-driver/files/pkg-message.in Tue Aug 30 16:51:21 2016 (r421123) @@ -1,11 +1,11 @@ To use these drivers, make sure that you have loaded the NVidia kernel module, by doing - # kldload nvidia + # kldload nvidia (or nvidia-modeset, see below) or adding - nvidia_load="YES" + nvidia_load="YES" (or nvidia-modeset_load="YES", see below) to your /boot/loader.conf. @@ -30,4 +30,14 @@ If X.org cannot start and reports in /var/log/Xorg.0.log while actually you have ``options SYSVSHM'' enabled in kernel, the sysctl ``kern.ipc.shmall'' should be increased. +Starting with version 358.09, some important functionality of the driver +has been broken out into a separate kernel module, nvidia-modeset.ko. +Users that experience a hang when starting X11 server, or observe + + (II) NVIDIA(0): Validated MetaModes: + (II) NVIDIA(0): "NULL" + +in /var/log/Xorg.0.log should replace `nvidia.ko' with `nvidia-modeset.ko' +in their /boot/loader.conf or /etc/rc.conf configuration files. + See %%DOCSDIR%%/README for more information. From owner-svn-ports-all@freebsd.org Tue Aug 30 17:10:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15F41BC8E19; Tue, 30 Aug 2016 17:10:30 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id CC843A50; Tue, 30 Aug 2016 17:10:29 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UHATwW067285; Tue, 30 Aug 2016 17:10:29 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UHASgn067283; Tue, 30 Aug 2016 17:10:28 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201608301710.u7UHASgn067283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 30 Aug 2016 17:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421124 - head/net/py-uritemplate.py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 17:10:30 -0000 Author: cpm Date: Tue Aug 30 17:10:28 2016 New Revision: 421124 URL: https://svnweb.freebsd.org/changeset/ports/421124 Log: - Update to 3.0.0 Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7711 Modified: head/net/py-uritemplate.py/Makefile head/net/py-uritemplate.py/distinfo Modified: head/net/py-uritemplate.py/Makefile ============================================================================== --- head/net/py-uritemplate.py/Makefile Tue Aug 30 16:51:21 2016 (r421123) +++ head/net/py-uritemplate.py/Makefile Tue Aug 30 17:10:28 2016 (r421124) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uritemplate.py -PORTVERSION= 2.0.0 +PORTVERSION= 3.0.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-uritemplate.py/distinfo ============================================================================== --- head/net/py-uritemplate.py/distinfo Tue Aug 30 16:51:21 2016 (r421123) +++ head/net/py-uritemplate.py/distinfo Tue Aug 30 17:10:28 2016 (r421124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471713628 -SHA256 (uritemplate.py-2.0.0.tar.gz) = f2ddd797c3d0630ed23ad19a4dc9e3c570a4f1e0f5470f502c2a3546d7159adf -SIZE (uritemplate.py-2.0.0.tar.gz) = 29848 +TIMESTAMP = 1472554428 +SHA256 (uritemplate.py-3.0.0.tar.gz) = b9ee7fdc0cd87027d28f9b25ed1cbec0162b9332e88e58c7d82f7bef0adbbfcc +SIZE (uritemplate.py-3.0.0.tar.gz) = 30372 From owner-svn-ports-all@freebsd.org Tue Aug 30 17:25:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B538DBC91B0; Tue, 30 Aug 2016 17:25:45 +0000 (UTC) (envelope-from gordon@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 mx1.freebsd.org (Postfix) with ESMTPS id 92D102F1; Tue, 30 Aug 2016 17:25:45 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UHPiug074882; Tue, 30 Aug 2016 17:25:44 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UHPh7k074873; Tue, 30 Aug 2016 17:25:43 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201608301725.u7UHPh7k074873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Tue, 30 Aug 2016 17:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421125 - in head/devel: p4 p4api p4d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 17:25:45 -0000 Author: gordon Date: Tue Aug 30 17:25:43 2016 New Revision: 421125 URL: https://svnweb.freebsd.org/changeset/ports/421125 Log: Update devel/p4, p4d, p4api to 2016.1/1429894 due to micropatching. MFH: 2016Q3 Modified: head/devel/p4/Makefile head/devel/p4/distinfo.freebsd100x86 head/devel/p4/distinfo.freebsd100x86_64 head/devel/p4api/Makefile head/devel/p4api/distinfo.freebsd100x86 head/devel/p4api/distinfo.freebsd100x86_64 head/devel/p4d/Makefile head/devel/p4d/distinfo.freebsd100x86 head/devel/p4d/distinfo.freebsd100x86_64 Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Tue Aug 30 17:10:28 2016 (r421124) +++ head/devel/p4/Makefile Tue Aug 30 17:25:43 2016 (r421125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2016.1.1411799 +PORTVERSION= 2016.1.1429894 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86 Tue Aug 30 17:10:28 2016 (r421124) +++ head/devel/p4/distinfo.freebsd100x86 Tue Aug 30 17:25:43 2016 (r421125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601506 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4) = 135720e2ae526f6340c8278897bca2aaa2d9f539a8d2625235f362658712d2fb -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4) = 3072840 +TIMESTAMP = 1472577761 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4) = 78604302fdbefa316d5db86bdf85a79e5339d18b36b4ef8a64e42d938594ec5a +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4) = 3072940 Modified: head/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86_64 Tue Aug 30 17:10:28 2016 (r421124) +++ head/devel/p4/distinfo.freebsd100x86_64 Tue Aug 30 17:25:43 2016 (r421125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601502 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4) = 71894b9b8bdd5627640e4756ef4474d26ea6217f708334eeb31a06ad1d884bcb -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4) = 3334728 +TIMESTAMP = 1472577758 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4) = 46007e8e32fe535d92c3200b0f8fa56cb20aa97ecc1f776a9a968f734b3a1829 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4) = 3334872 Modified: head/devel/p4api/Makefile ============================================================================== --- head/devel/p4api/Makefile Tue Aug 30 17:10:28 2016 (r421124) +++ head/devel/p4api/Makefile Tue Aug 30 17:25:43 2016 (r421125) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= p4api -PORTVERSION= 2016.1.1411799 +PORTVERSION= 2016.1.1429894 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf Modified: head/devel/p4api/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4api/distinfo.freebsd100x86 Tue Aug 30 17:10:28 2016 (r421124) +++ head/devel/p4api/distinfo.freebsd100x86 Tue Aug 30 17:25:43 2016 (r421125) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468601594 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4api.tgz) = 66d9c5e8362c4bd475c2ea4058c1a3197c1e17505b4ec56b1b31a27c6bbed11b -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4api.tgz) = 3901043 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4api.pdf) = 1908708 +TIMESTAMP = 1472577853 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4api.tgz) = 33d86f71e78d286726c3a5aff9c3615c7cfdccd72a95ea62be7d2a89605c116f +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4api.tgz) = 3901624 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4api.pdf) = 1908708 Modified: head/devel/p4api/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4api/distinfo.freebsd100x86_64 Tue Aug 30 17:10:28 2016 (r421124) +++ head/devel/p4api/distinfo.freebsd100x86_64 Tue Aug 30 17:25:43 2016 (r421125) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468601587 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.tgz) = 36047b7db9cff24dc1dbbcd12a005915bb1c12fd3147b304c9c64b51498fe0c4 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.tgz) = 4165577 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.pdf) = 1908708 +TIMESTAMP = 1472577846 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.tgz) = c65f3ba2cd600b27d0b972a53d8227ee22ce3be8dc38411d63f21305d5201488 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.tgz) = 4166733 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.pdf) = 1908708 Modified: head/devel/p4d/Makefile ============================================================================== --- head/devel/p4d/Makefile Tue Aug 30 17:10:28 2016 (r421124) +++ head/devel/p4d/Makefile Tue Aug 30 17:25:43 2016 (r421125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2016.1.1411799 +PORTVERSION= 2016.1.1429894 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86 Tue Aug 30 17:10:28 2016 (r421124) +++ head/devel/p4d/distinfo.freebsd100x86 Tue Aug 30 17:25:43 2016 (r421125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601645 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4d) = 4e230f2d1b9c27ad7a0cd09ee064ee372aff021addf5b1df51528ad005dfb781 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4d) = 5758152 +TIMESTAMP = 1472577805 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4d) = 811660067685882d3bacc3562142a501f1ca7809b913b96bdcbfa0db8f277240 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4d) = 5765476 Modified: head/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86_64 Tue Aug 30 17:10:28 2016 (r421124) +++ head/devel/p4d/distinfo.freebsd100x86_64 Tue Aug 30 17:25:43 2016 (r421125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601641 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4d) = 2d699bd51b0e461fc1a4726aaac9e9896ae85b78e7e8cefcbc138d6e15260f96 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4d) = 5892472 +TIMESTAMP = 1472577800 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4d) = cdb78afc45ec1e3104ff7541a034c6eef221781c1b1100dee67eff010a440a83 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4d) = 5898872 From owner-svn-ports-all@freebsd.org Tue Aug 30 17:55:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DBF2BC99B1; Tue, 30 Aug 2016 17:55:05 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 2E31D69D; Tue, 30 Aug 2016 17:55:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UHt4Qe086164; Tue, 30 Aug 2016 17:55:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UHt3PD086157; Tue, 30 Aug 2016 17:55:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608301755.u7UHt3PD086157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 30 Aug 2016 17:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421126 - in branches/2016Q3/x11/xdm: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 17:55:05 -0000 Author: pi Date: Tue Aug 30 17:55:03 2016 New Revision: 421126 URL: https://svnweb.freebsd.org/changeset/ports/421126 Log: x11/xdm: Use MIT-MAGIC-COOKIE-1 by default MFH: r420921 r420926 r420929 - It is more useful that way - pet portlint for the patches PR: 211624 Submitted by: Tobias Kortkamp Reported by: ak Approved by: ports-secteam (junovitch) Added: branches/2016Q3/x11/xdm/files/patch-config_xdm-config.cpp - copied, changed from r420921, head/x11/xdm/files/patch-config_xdm-config.cpp Modified: branches/2016Q3/x11/xdm/Makefile branches/2016Q3/x11/xdm/files/patch-config-Makefile.in branches/2016Q3/x11/xdm/files/patch-config-Xresources.cpp branches/2016Q3/x11/xdm/files/patch-greeter-greet.c branches/2016Q3/x11/xdm/files/patch-xdm_session.c Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/x11/xdm/Makefile ============================================================================== --- branches/2016Q3/x11/xdm/Makefile Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/Makefile Tue Aug 30 17:55:03 2016 (r421126) @@ -2,7 +2,7 @@ PORTNAME= xdm PORTVERSION= 1.1.11 -PORTREVISION= 3 +PORTREVISION= 6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2016Q3/x11/xdm/files/patch-config-Makefile.in ============================================================================== --- branches/2016Q3/x11/xdm/files/patch-config-Makefile.in Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/files/patch-config-Makefile.in Tue Aug 30 17:55:03 2016 (r421126) @@ -1,6 +1,6 @@ ---- config/Makefile.in.orig 2012-09-27 10:37:59.000000000 +0200 -+++ config/Makefile.in 2012-09-27 10:38:41.000000000 +0200 -@@ -296,7 +296,7 @@ +--- config/Makefile.in.orig 2011-09-25 07:42:16 UTC ++++ config/Makefile.in +@@ -296,7 +296,7 @@ WCHAR32_FLAGS = -DWCHAR32=@WCHAR32@ # output lines with trailing backslashes. # Allow XHASH to always be substituted, even in cases where XCOMM isn't. CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ Modified: branches/2016Q3/x11/xdm/files/patch-config-Xresources.cpp ============================================================================== --- branches/2016Q3/x11/xdm/files/patch-config-Xresources.cpp Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/files/patch-config-Xresources.cpp Tue Aug 30 17:55:03 2016 (r421126) @@ -1,6 +1,6 @@ ---- config/Xresources.cpp.orig 2012-09-27 10:41:28.000000000 +0200 -+++ config/Xresources.cpp 2012-09-27 10:41:56.000000000 +0200 -@@ -60,9 +60,9 @@ +--- config/Xresources.cpp.orig 2011-09-25 07:35:47 UTC ++++ config/Xresources.cpp +@@ -60,9 +60,9 @@ xlogin*hiColor: black XHASHendif #ifdef XPM XHASHif PLANES >= 8 Copied and modified: branches/2016Q3/x11/xdm/files/patch-config_xdm-config.cpp (from r420921, head/x11/xdm/files/patch-config_xdm-config.cpp) ============================================================================== --- head/x11/xdm/files/patch-config_xdm-config.cpp Fri Aug 26 13:57:13 2016 (r420921, copy source) +++ branches/2016Q3/x11/xdm/files/patch-config_xdm-config.cpp Tue Aug 30 17:55:03 2016 (r421126) @@ -1,39 +1,9 @@ --- config/xdm-config.cpp.orig 2011-09-25 07:35:47 UTC +++ config/xdm-config.cpp -@@ -12,25 +12,26 @@ - DisplayManager.authDir: XDMXAUTHDIR - DisplayManager.errorLogFile: XDMLOGDIR/xdm.log - DisplayManager.pidFile: XDMPIDDIR/xdm.pid --DisplayManager.keyFile: XDMCONFIGDIR/xdm-keys --DisplayManager.servers: XDMCONFIGDIR/Xservers --DisplayManager.accessFile: XDMCONFIGDIR/Xaccess --DisplayManager*resources: XDMCONFIGDIR/Xresources --DisplayManager.willing: SU nobody -s /bin/sh -c XDMSCRIPTDIR/Xwilling -+DisplayManager.keyFile: /usr/local/lib/X11/xdm/xdm-keys -+DisplayManager.servers: /usr/local/lib/X11/xdm/Xservers -+DisplayManager.accessFile: /usr/local/lib/X11/xdm/Xaccess -+DisplayManager*resources: /usr/local/lib/X11/xdm/Xresources -+DisplayManager.willing: SU nobody -s /bin/sh -c /usr/local/lib/X11/xdm/Xwilling - ! All displays should use authorization, but we cannot be sure - ! X terminals may not be configured that way, so they will require - ! individual resource settings. - DisplayManager*authorize: true - ! - DisplayManager*chooser: CHOOSERPATH --DisplayManager*startup: XDMSCRIPTDIR/Xstartup --DisplayManager*session: XDMSCRIPTDIR/Xsession --DisplayManager*reset: XDMSCRIPTDIR/Xreset -+DisplayManager*startup: /usr/local/lib/X11/xdm/Xstartup -+DisplayManager*session: /usr/local/lib/X11/xdm/Xsession -+DisplayManager*reset: /usr/local/lib/X11/xdm/Xreset - DisplayManager*authComplain: true - ! The following three resources set up display :0 as the console. --DisplayManager._0.setup: XDMSCRIPTDIR/Xsetup_0 --DisplayManager._0.startup: XDMSCRIPTDIR/GiveConsole --DisplayManager._0.reset: XDMSCRIPTDIR/TakeConsole -+DisplayManager._0.setup: /usr/local/lib/X11/xdm/Xsetup_0 -+DisplayManager._0.startup: /usr/local/lib/X11/xdm/GiveConsole -+DisplayManager._0.reset: /usr/local/lib/X11/xdm/TakeConsole +@@ -31,6 +31,7 @@ DisplayManager*authComplain: true + DisplayManager._0.setup: XDMSCRIPTDIR/Xsetup_0 + DisplayManager._0.startup: XDMSCRIPTDIR/GiveConsole + DisplayManager._0.reset: XDMSCRIPTDIR/TakeConsole +DisplayManager.*.authName: MIT-MAGIC-COOKIE-1 #ifdef XPM DisplayManager*loginmoveInterval: 10 Modified: branches/2016Q3/x11/xdm/files/patch-greeter-greet.c ============================================================================== --- branches/2016Q3/x11/xdm/files/patch-greeter-greet.c Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/files/patch-greeter-greet.c Tue Aug 30 17:55:03 2016 (r421126) @@ -1,6 +1,6 @@ ---- greeter/greet.c.orig Sat Feb 3 01:25:25 2007 -+++ greeter/greet.c Wed Apr 4 14:03:31 2007 -@@ -612,6 +617,7 @@ greet_user_rtn GreetUser( +--- greeter/greet.c.orig 2011-09-25 07:35:47 UTC ++++ greeter/greet.c +@@ -639,6 +639,7 @@ greet_user_rtn GreetUser( } DeleteXloginResources (d, *dpy); CloseGreet (d); @@ -8,12 +8,3 @@ Debug ("Greet loop finished\n"); /* * Run system-wide initialization file -@@ -697,6 +704,8 @@ static int pamconv(int num_msg, - m = *msg; - r = *response; - -+ if (login == NULL) goto pam_error; -+ - for (i = 0; i < num_msg; i++ , m++ , r++) { - char *username; - int promptId = 0; Modified: branches/2016Q3/x11/xdm/files/patch-xdm_session.c ============================================================================== --- branches/2016Q3/x11/xdm/files/patch-xdm_session.c Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/files/patch-xdm_session.c Tue Aug 30 17:55:03 2016 (r421126) @@ -1,14 +1,14 @@ ---- xdm/session.c.orig Sun Jun 3 22:49:51 2007 -+++ xdm/session.c Sun Jun 3 22:56:06 2007 -@@ -543,6 +543,7 @@ +--- xdm/session.c.orig 2011-09-25 07:35:47 UTC ++++ xdm/session.c +@@ -575,6 +575,7 @@ StartClient ( pid_t pid; - #ifdef HAS_SETUSERCONTEXT + #ifdef HAVE_SETUSERCONTEXT struct passwd* pwd; + extern char **environ; #endif #ifdef USE_PAM pam_handle_t *pamh = thepamh (); -@@ -657,6 +660,8 @@ +@@ -695,6 +696,8 @@ StartClient ( * Set the user's credentials: uid, gid, groups, * environment variables, resource limits, and umask. */ @@ -17,11 +17,11 @@ pwd = getpwnam(name); if (pwd) { if (setusercontext(NULL, pwd, pwd->pw_uid, LOGIN_SETALL) < 0) { -@@ -664,6 +669,7 @@ - errno); +@@ -702,6 +705,7 @@ StartClient ( + name, _SysErrorMsg (errno)); return (0); } + verify->userEnviron = environ; endpwent(); } else { - LogError ("getpwnam for \"%s\" failed, errno=%d\n", name, errno); + LogError ("getpwnam for \"%s\" failed: %s\n", From owner-svn-ports-all@freebsd.org Tue Aug 30 18:08:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA418BC9D6E; Tue, 30 Aug 2016 18:08:00 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 9AC4CFA2; Tue, 30 Aug 2016 18:08:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UI7xA8090494; Tue, 30 Aug 2016 18:07:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UI7xht090490; Tue, 30 Aug 2016 18:07:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608301807.u7UI7xht090490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 30 Aug 2016 18:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421127 - in branches/2016Q3/audio/teamspeak3-server: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 18:08:01 -0000 Author: pi Date: Tue Aug 30 18:07:59 2016 New Revision: 421127 URL: https://svnweb.freebsd.org/changeset/ports/421127 Log: audio/teamspeak3-server: 3.0.12.4 -> 3.0.13.2 MFH: r419885 r420202 r420318 - fixed several vulnerabilities. - fixed a crash introduced in 3.0.13.1 - fixed a deadlock in the server causing some instances to hang / be unresponsive - fixed a crash reported by a customer. PR: 211638, 211848, 211911 Changes: http://forum.teamspeak.com/threads/126318-TeamSpeak-3-Server-3-0-13-2-released Submitted by: Ultima1252@gmail.com (maintainer) Approved by: ports-secteam (feld) Modified: branches/2016Q3/audio/teamspeak3-server/Makefile branches/2016Q3/audio/teamspeak3-server/distinfo branches/2016Q3/audio/teamspeak3-server/files/pkg-message.in branches/2016Q3/audio/teamspeak3-server/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/audio/teamspeak3-server/Makefile ============================================================================== --- branches/2016Q3/audio/teamspeak3-server/Makefile Tue Aug 30 17:55:03 2016 (r421126) +++ branches/2016Q3/audio/teamspeak3-server/Makefile Tue Aug 30 18:07:59 2016 (r421127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= teamspeak3-server -PORTVERSION= 3.0.12.4 +PORTVERSION= 3.0.13.2 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://dl.4players.de/ts/releases/${PORTVERSION}/ \ Modified: branches/2016Q3/audio/teamspeak3-server/distinfo ============================================================================== --- branches/2016Q3/audio/teamspeak3-server/distinfo Tue Aug 30 17:55:03 2016 (r421126) +++ branches/2016Q3/audio/teamspeak3-server/distinfo Tue Aug 30 18:07:59 2016 (r421127) @@ -1,4 +1,6 @@ -SHA256 (teamspeak3-server_freebsd_amd64-3.0.12.4.tar.bz2) = b02b8bac1f67be36b548faaac9771c54587c1b95ac62a3274e28ddb58fc6eff1 -SIZE (teamspeak3-server_freebsd_amd64-3.0.12.4.tar.bz2) = 5623654 -SHA256 (teamspeak3-server_freebsd_x86-3.0.12.4.tar.bz2) = 4ad78fed037e8c18d0b455882ddc0307c3107b7269897da4563153762561d77d -SIZE (teamspeak3-server_freebsd_x86-3.0.12.4.tar.bz2) = 5490703 +TIMESTAMP = 1471365296 +SHA256 (teamspeak3-server_freebsd_amd64-3.0.13.2.tar.bz2) = d390c1654da912955dd437fcb3ebe97abfd419fd3fb2643f8dec5a7cedd53db2 +SIZE (teamspeak3-server_freebsd_amd64-3.0.13.2.tar.bz2) = 6007377 +TIMESTAMP = 1471365315 +SHA256 (teamspeak3-server_freebsd_x86-3.0.13.2.tar.bz2) = 30afdc5e88d7e3f7e5772adbf12b23b1b34438554ed582eb3dc7301d5dd38102 +SIZE (teamspeak3-server_freebsd_x86-3.0.13.2.tar.bz2) = 5930790 Modified: branches/2016Q3/audio/teamspeak3-server/files/pkg-message.in ============================================================================== --- branches/2016Q3/audio/teamspeak3-server/files/pkg-message.in Tue Aug 30 17:55:03 2016 (r421126) +++ branches/2016Q3/audio/teamspeak3-server/files/pkg-message.in Tue Aug 30 18:07:59 2016 (r421127) @@ -13,3 +13,8 @@ into the logs in %%LOGDIR%% TeamSpeak DNS server (tsdns) is not handled by this port. If you need it, please download and install it manually. + +Version 3.0.13 adds ipv6 support. To disable ipv6, add 'voice_ip=0.0.0.0' +and 'filetransfer_ip=0.0.0.0' to +%%ETCDIR%%/ts3server.ini +The default value is 0.0.0.0 / 0::0, which activates IPv6. Modified: branches/2016Q3/audio/teamspeak3-server/pkg-plist ============================================================================== --- branches/2016Q3/audio/teamspeak3-server/pkg-plist Tue Aug 30 17:55:03 2016 (r421126) +++ branches/2016Q3/audio/teamspeak3-server/pkg-plist Tue Aug 30 18:07:59 2016 (r421127) @@ -249,6 +249,26 @@ share/teamspeak/server/sql/update_23.sql share/teamspeak/server/sql/update_24.sql share/teamspeak/server/sql/update_database_version.sql share/teamspeak/server/sql/update_permissions_12.sql +share/teamspeak/server/sql/channel_delete_bulk.sql +share/teamspeak/server/sql/channel_insert_bulk.sql +share/teamspeak/server/sql/channel_insert_bulk_fixup.sql +share/teamspeak/server/sql/channel_insert_bulk_mapping.sql +share/teamspeak/server/sql/channel_properties_bulk_insert.sql +share/teamspeak/server/sql/channel_server_list_properties_bulk.sql +share/teamspeak/server/sql/client_get_by_serverid_bulk.sql +share/teamspeak/server/sql/client_insert_bulk.sql +share/teamspeak/server/sql/client_insert_bulk_mapping.sql +share/teamspeak/server/sql/client_properties_bulk_insert.sql +share/teamspeak/server/sql/group_insert_bulk_snapshot.sql +share/teamspeak/server/sql/group_insert_bulk_snapshot_get_mapping.sql +share/teamspeak/server/sql/group_member_insert_bulk.sql +share/teamspeak/server/sql/perm_copy_default_permissions.sql +share/teamspeak/server/sql/perm_insert_bulk.sql +share/teamspeak/server/sql/permission_load_channel_group_total.sql +share/teamspeak/server/sql/permission_load_other.sql +share/teamspeak/server/sql/permission_load_server_and_channel_group_total.sql +share/teamspeak/server/sql/permission_load_server_group_total.sql +share/teamspeak/server/sql/update_25.sql share/teamspeak/server/sql/updates_and_fixes/convert_mysql_to_mariadb.sql share/teamspeak/server/sql/updates_and_fixes/mariadb_fix_latin_utf8.sql @dir(teamspeak,teamspeak,) %%DBDIR%% From owner-svn-ports-all@freebsd.org Tue Aug 30 18:10:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CBF3BC9E6D; Tue, 30 Aug 2016 18:10:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id 690DC1C3; Tue, 30 Aug 2016 18:10:35 +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 u7UIAYL4090801; Tue, 30 Aug 2016 18:10:34 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UIAYvg090799; Tue, 30 Aug 2016 18:10:34 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201608301810.u7UIAYvg090799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 30 Aug 2016 18:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421128 - in branches/2016Q3/x11/kdelibs4: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 18:10:35 -0000 Author: tcberner Date: Tue Aug 30 18:10:34 2016 New Revision: 421128 URL: https://svnweb.freebsd.org/changeset/ports/421128 Log: MFH: r420994 Add upstream patch for a security issue in karchive: Directory traversal vulnerability in KArchive before 5.24, as used in KDE Frameworks, allows remote attackers to write to arbitrary files via a ../ (dot dot slash) in a filename in an archive file, related to KNewsstuff downloads. Review the patch is from: https://git.reviewboard.kde.org/r/128749/ Original KF5 review: https://git.reviewboard.kde.org/r/128185/ CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6232 Approved by: rakuco (mentor) Security: 4472ab39-6c66-11e6-9ca5-50e549ebab6c, CVE-2016-6232 Approved by: ports-secteam (junovitch), rakuco (mentor) Added: branches/2016Q3/x11/kdelibs4/files/patch-git_dd1c2da - copied unchanged from r420994, head/x11/kdelibs4/files/patch-git_dd1c2da Modified: branches/2016Q3/x11/kdelibs4/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/x11/kdelibs4/Makefile ============================================================================== --- branches/2016Q3/x11/kdelibs4/Makefile Tue Aug 30 18:07:59 2016 (r421127) +++ branches/2016Q3/x11/kdelibs4/Makefile Tue Aug 30 18:10:34 2016 (r421128) @@ -3,7 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Copied: branches/2016Q3/x11/kdelibs4/files/patch-git_dd1c2da (from r420994, head/x11/kdelibs4/files/patch-git_dd1c2da) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/x11/kdelibs4/files/patch-git_dd1c2da Tue Aug 30 18:10:34 2016 (r421128, copy of r420994, head/x11/kdelibs4/files/patch-git_dd1c2da) @@ -0,0 +1,44 @@ +From dd1c2da9d26fd4cfc7fe0a25f413e536d56cf2db Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Fri, 26 Aug 2016 00:30:34 +0200 +Subject: [PATCH] Backport karchive fix for out of directory files + +REVIEW: 128749 +--- + kdecore/io/karchive.cpp | 15 +++++++++++++-- + +diff --git kdecore/io/karchive.cpp kdecore/io/karchive.cpp +index eb0bf2e..d3f8c67 100644 +--- kdecore/io/karchive.cpp ++++ kdecore/io/karchive.cpp +@@ -800,6 +800,7 @@ static bool sortByPosition( const KArchiveFile* file1, const KArchiveFile* file2 + void KArchiveDirectory::copyTo(const QString& dest, bool recursiveCopy ) const + { + QDir root; ++ const QString destDir(QDir(dest).absolutePath()); // get directory path without any "." or ".." + + QList fileList; + QMap fileToDir; +@@ -809,10 +810,20 @@ void KArchiveDirectory::copyTo(const QString& dest, bool recursiveCopy ) const + QStack dirNameStack; + + dirStack.push( this ); // init stack at current directory +- dirNameStack.push( dest ); // ... with given path ++ dirNameStack.push( destDir ); // ... with given path + do { + const KArchiveDirectory* curDir = dirStack.pop(); +- const QString curDirName = dirNameStack.pop(); ++ ++ // extract only to specified folder if it is located within archive's extraction folder ++ // otherwise put file under root position in extraction folder ++ QString curDirName = dirNameStack.pop(); ++ if (!QDir(curDirName).absolutePath().startsWith(destDir)) { ++ qWarning() << "Attempted export into folder" << curDirName ++ << "which is outside of the extraction root folder" << destDir << "." ++ << "Changing export of contained files to extraction root folder."; ++ curDirName = destDir; ++ } ++ + root.mkdir(curDirName); + + const QStringList dirEntries = curDir->entries(); From owner-svn-ports-all@freebsd.org Tue Aug 30 18:38:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19514BC944D; Tue, 30 Aug 2016 18:38:06 +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 mx1.freebsd.org (Postfix) with ESMTPS id DE8FF17A; Tue, 30 Aug 2016 18:38:05 +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 u7UIc53q001872; Tue, 30 Aug 2016 18:38:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UIc5AJ001870; Tue, 30 Aug 2016 18:38:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608301838.u7UIc5AJ001870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Aug 2016 18:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421129 - head/www/node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 18:38:06 -0000 Author: amdmi3 Date: Tue Aug 30 18:38:04 2016 New Revision: 421129 URL: https://svnweb.freebsd.org/changeset/ports/421129 Log: - Update to 6.5.0 PR: 212250 Submitted by: bradleythughes@fastmail.fm (maintainer) Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Aug 30 18:10:34 2016 (r421128) +++ head/www/node/Makefile Tue Aug 30 18:38:04 2016 (r421129) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.4.0 +PORTVERSION= 6.5.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Tue Aug 30 18:10:34 2016 (r421128) +++ head/www/node/distinfo Tue Aug 30 18:38:04 2016 (r421129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471543955 -SHA256 (node-v6.4.0.tar.gz) = a58c930618cf5b0862aa329a626e850519036acfcd746983010c9946df1797d0 -SIZE (node-v6.4.0.tar.gz) = 25881853 +TIMESTAMP = 1472503520 +SHA256 (node-v6.5.0.tar.gz) = d7742558bb3331e41510d6e6f1f7b13c0527aecc00a63c3e05fcfd44427ff778 +SIZE (node-v6.5.0.tar.gz) = 26355713 From owner-svn-ports-all@freebsd.org Tue Aug 30 19:49:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B80CBC956D; Tue, 30 Aug 2016 19:49:28 +0000 (UTC) (envelope-from cy@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 mx1.freebsd.org (Postfix) with ESMTPS id 7698717A; Tue, 30 Aug 2016 19:49:28 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UJnRgQ028783; Tue, 30 Aug 2016 19:49:27 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UJnR0d028778; Tue, 30 Aug 2016 19:49:27 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201608301949.u7UJnR0d028778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 30 Aug 2016 19:49:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421130 - in head/devel/apache-rat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 19:49:28 -0000 Author: cy Date: Tue Aug 30 19:49:27 2016 New Revision: 421130 URL: https://svnweb.freebsd.org/changeset/ports/421130 Log: Introduce the new apache-rat 0.11 port. Apache Rat is a release audit tool, focused on licenses. Use Rat to improve accuracy and efficiency when checking releases for licenses. WWW: http://creadur.apache.org/rat/ PR: 203846 Submitted by: pfg@ Added: head/devel/apache-rat/ head/devel/apache-rat/Makefile (contents, props changed) head/devel/apache-rat/distinfo (contents, props changed) head/devel/apache-rat/files/ head/devel/apache-rat/files/apache-rat.sh.in (contents, props changed) head/devel/apache-rat/pkg-descr (contents, props changed) head/devel/apache-rat/pkg-plist (contents, props changed) Added: head/devel/apache-rat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/apache-rat/Makefile Tue Aug 30 19:49:27 2016 (r421130) @@ -0,0 +1,45 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= apache-rat +PORTVERSION= 0.11 +CATEGORIES= devel java +MASTER_SITES= APACHE/creadur/${PORTNAME}-${PORTVERSION}/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-bin + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Release audit tool + +LICENSE= APACHE20 + +USES= tar:bzip2 +USE_JAVA= yes + +NO_BUILD= YES +DATADIR= ${JAVASHAREDIR}/${PORTNAME} + +PORTDOCS= README-ANT.txt README-CLI.txt README.txt RELEASE_NOTES.txt + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +SUB_FILES= apache-rat.sh + +.include + +do-install: + @${ECHO_MSG} ">> Installing JAR..." + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar \ + ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + @${ECHO_MSG} " [ DONE ]" + @${ECHO_MSG} ">> Installing script..." + ${INSTALL_SCRIPT} ${WRKDIR}/apache-rat.sh ${STAGEDIR}${PREFIX}/bin/apache-rat + @${ECHO_MSG} " [ DONE ]" + +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${ECHO_MSG} ">> Installing documentation..." + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + @${ECHO_MSG} " [ DONE ]" +.endif + +.include Added: head/devel/apache-rat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/apache-rat/distinfo Tue Aug 30 19:49:27 2016 (r421130) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472586549 +SHA256 (apache-rat-0.11-bin.tar.bz2) = 313a021845570e67d694fec716af72e6fef0731af63a10750b642b06b40b0e98 +SIZE (apache-rat-0.11-bin.tar.bz2) = 1281784 Added: head/devel/apache-rat/files/apache-rat.sh.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/apache-rat/files/apache-rat.sh.in Tue Aug 30 19:49:27 2016 (r421130) @@ -0,0 +1,17 @@ +#!/bin/sh +# +# FreeBSD-specific script for Apache Rat. +# +# $FreeBSD$ +# +# See: http://creadur.apache.org/rat/apache-rat/ + +JAVACMD="${JAVACMD:-"%%LOCALBASE%%/bin/java"}" +if [ ! -x "${JAVACMD}" ]; then + echo "Error: ${JAVACMD} is not present on your system" >&2 + echo " Please specify the path to an existing java executable with the" >&2 + echo " JAVACMD environment variable when running rat." >&2 + exit 1 +fi + +exec "${JAVACMD}" -jar %%JAVAJARDIR%%/apache-rat.jar "$@" Added: head/devel/apache-rat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/apache-rat/pkg-descr Tue Aug 30 19:49:27 2016 (r421130) @@ -0,0 +1,6 @@ +Apache Rat. + +Apache Rat is a release audit tool, focused on licenses. Use Rat to improve +accuracy and efficiency when checking releases for licenses. + +WWW: http://creadur.apache.org/rat/ Added: head/devel/apache-rat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/apache-rat/pkg-plist Tue Aug 30 19:49:27 2016 (r421130) @@ -0,0 +1,2 @@ +bin/apache-rat +%%JAVAJARDIR%%/apache-rat.jar From owner-svn-ports-all@freebsd.org Tue Aug 30 19:52:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0DA9BC9687; Tue, 30 Aug 2016 19:52:17 +0000 (UTC) (envelope-from cy@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 mx1.freebsd.org (Postfix) with ESMTPS id 9A6D53EC; Tue, 30 Aug 2016 19:52:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UJqGWd032274; Tue, 30 Aug 2016 19:52:16 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UJqGtD032273; Tue, 30 Aug 2016 19:52:16 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201608301952.u7UJqGtD032273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 30 Aug 2016 19:52:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421131 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 19:52:17 -0000 Author: cy Date: Tue Aug 30 19:52:16 2016 New Revision: 421131 URL: https://svnweb.freebsd.org/changeset/ports/421131 Log: Add apache-rat for index purposes. Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Aug 30 19:49:27 2016 (r421130) +++ head/devel/Makefile Tue Aug 30 19:52:16 2016 (r421131) @@ -84,6 +84,7 @@ SUBDIR += antlr3 SUBDIR += antlr4 SUBDIR += apache-ant + SUBDIR += apache-rat SUBDIR += api-sanity-autotest SUBDIR += apiextractor SUBDIR += appstream-glib From owner-svn-ports-all@freebsd.org Tue Aug 30 20:05:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA577BC9C46; Tue, 30 Aug 2016 20:05:43 +0000 (UTC) (envelope-from mandree@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 mx1.freebsd.org (Postfix) with ESMTPS id A85311E5; Tue, 30 Aug 2016 20:05:43 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UK5ggL036246; Tue, 30 Aug 2016 20:05:42 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UK5gec036242; Tue, 30 Aug 2016 20:05:42 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201608302005.u7UK5gec036242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 30 Aug 2016 20:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421132 - branches/2016Q3/mail/mailman X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 20:05:43 -0000 Author: mandree Date: Tue Aug 30 20:05:42 2016 New Revision: 421132 URL: https://svnweb.freebsd.org/changeset/ports/421132 Log: MFH: r421093 Security update to upstream release 2.1.23. ChangeLog: Security: b11ab01b-6e19-11e6-ab24-080027ef73ec Security: CVE-2016-6893 Approved by: ports-secteam (delphij@) Modified: branches/2016Q3/mail/mailman/Makefile branches/2016Q3/mail/mailman/distinfo branches/2016Q3/mail/mailman/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/mail/mailman/Makefile ============================================================================== --- branches/2016Q3/mail/mailman/Makefile Tue Aug 30 19:52:16 2016 (r421131) +++ branches/2016Q3/mail/mailman/Makefile Tue Aug 30 20:05:42 2016 (r421132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mailman -DISTVERSION= 2.1.22 +DISTVERSION= 2.1.23 CATEGORIES= mail MASTER_SITES= GNU \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ @@ -111,11 +111,11 @@ MAIL_GID?= _smtpd .if ${PORT_OPTIONS:MHTDIG} PKGNAMESUFFIX+= -with-htdig # how to create PATCHFILES: -#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1643 +#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1668 #X unpack this tarball, and the original distfile -#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1643.patch.xz +#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1668.patch.xz #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory -PATCHFILES+= msapiro-htdig-1643.patch.xz +PATCHFILES+= msapiro-htdig-1668.patch.xz RUN_DEPENDS+= htdig:textproc/htdig PLIST_SUB+= SUB_HTDIG="" .else Modified: branches/2016Q3/mail/mailman/distinfo ============================================================================== --- branches/2016Q3/mail/mailman/distinfo Tue Aug 30 19:52:16 2016 (r421131) +++ branches/2016Q3/mail/mailman/distinfo Tue Aug 30 20:05:42 2016 (r421132) @@ -1,4 +1,5 @@ -SHA256 (mailman/mailman-2.1.22.tgz) = 56daf64eb7d521cbef4623c83f626c13247098546f708558f267c96f8f7b8ac1 -SIZE (mailman/mailman-2.1.22.tgz) = 9267810 -SHA256 (mailman/msapiro-htdig-1643.patch.xz) = de616f797fd2bc2895485165bb2cf3ffecdb8cf22c3dfb83fc336de47b25303c -SIZE (mailman/msapiro-htdig-1643.patch.xz) = 49988 +TIMESTAMP = 1472497873 +SHA256 (mailman/mailman-2.1.23.tgz) = b022ca6f8534621c9dbe50c983948688bc4623214773b580c2c78e4a7ae43e69 +SIZE (mailman/mailman-2.1.23.tgz) = 9290881 +SHA256 (mailman/msapiro-htdig-1668.patch.xz) = 8376e56788ea9561e74261bbf1deff1417cc265bc87b0a25e963af693f57b34d +SIZE (mailman/msapiro-htdig-1668.patch.xz) = 50768 Modified: branches/2016Q3/mail/mailman/pkg-plist ============================================================================== --- branches/2016Q3/mail/mailman/pkg-plist Tue Aug 30 19:52:16 2016 (r421131) +++ branches/2016Q3/mail/mailman/pkg-plist Tue Aug 30 20:05:42 2016 (r421132) @@ -384,6 +384,7 @@ %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig_noshare +%%SUB_HTDIG%%%%MMDIR%%/cron/rundig %%MMDIR%%/cron/senddigests %%MMDIR%%/data/sitelist.cfg %%MMDIR%%/icons/PythonPowered.png @@ -442,7 +443,6 @@ %%NLS%%%%MMDIR%%/messages/it/README.it %%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.mo %%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.po -%%NLS%%%%MMDIR%%/messages/ja/README.ja %%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.mo %%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.po %%NLS%%%%MMDIR%%/messages/ko/README.ko From owner-svn-ports-all@freebsd.org Tue Aug 30 20:55:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A498BC7D5E; Tue, 30 Aug 2016 20:55:40 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id 26DBA105; Tue, 30 Aug 2016 20:55:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UKtdCU054885; Tue, 30 Aug 2016 20:55:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UKtdoG054884; Tue, 30 Aug 2016 20:55:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201608302055.u7UKtdoG054884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 Aug 2016 20:55:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421133 - head/devel/llvm37 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 20:55:40 -0000 Author: bapt Date: Tue Aug 30 20:55:39 2016 New Revision: 421133 URL: https://svnweb.freebsd.org/changeset/ports/421133 Log: Only define GOLD option for i386 which is the only platform where binutils's ld.gold works on FreeBSD Modified: head/devel/llvm37/Makefile Modified: head/devel/llvm37/Makefile ============================================================================== --- head/devel/llvm37/Makefile Tue Aug 30 20:05:42 2016 (r421132) +++ head/devel/llvm37/Makefile Tue Aug 30 20:55:39 2016 (r421133) @@ -30,8 +30,8 @@ SUB_LIST= LLVM_PREFIX="${LLVM_PREFIX}" L CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -OPTIONS_DEFINE= CLANG COMPILER_RT DOCS EXTRAS GOLD LIT LLD LLDB -OPTIONS_DEFINE_amd64= OPENMP +OPTIONS_DEFINE= CLANG COMPILER_RT DOCS EXTRAS LIT LLD LLDB +OPTIONS_DEFINE_amd64= OPENMP GOLD OPTIONS_DEFAULT= CLANG EXTRAS LIT LLD LLDB OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD OPENMP OPTIONS_DEFAULT_i386= COMPILER_RT From owner-svn-ports-all@freebsd.org Tue Aug 30 21:04:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD722BC7F6A; Tue, 30 Aug 2016 21:04:32 +0000 (UTC) (envelope-from brooks@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 mx1.freebsd.org (Postfix) with ESMTPS id 8D9E8797; Tue, 30 Aug 2016 21:04:32 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UL4VSx058602; Tue, 30 Aug 2016 21:04:31 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UL4VmV058600; Tue, 30 Aug 2016 21:04:31 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201608302104.u7UL4VmV058600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 30 Aug 2016 21:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421134 - in head/devel: llvm38 llvm39 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 21:04:32 -0000 Author: brooks Date: Tue Aug 30 21:04:31 2016 New Revision: 421134 URL: https://svnweb.freebsd.org/changeset/ports/421134 Log: Actually install sanatizers in the right place. PR: 208900, 212252 Modified: head/devel/llvm38/Makefile head/devel/llvm39/Makefile Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Tue Aug 30 20:55:39 2016 (r421133) +++ head/devel/llvm38/Makefile Tue Aug 30 21:04:31 2016 (r421134) @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -193,7 +193,7 @@ NOT_FOR_ARCH= ia64 .include -_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib +_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib/freebsd .if ${ARCH} == "amd64" _COMPILER_RT_LIBS= \ libclang_rt.asan-preinit-x86_64.a \ Modified: head/devel/llvm39/Makefile ============================================================================== --- head/devel/llvm39/Makefile Tue Aug 30 20:55:39 2016 (r421133) +++ head/devel/llvm39/Makefile Tue Aug 30 21:04:31 2016 (r421134) @@ -2,6 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.9.0rc3 +PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -202,7 +203,7 @@ NOT_FOR_ARCH= ia64 .include -_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib +_CRTLIBDIR= ${LLVM_PREFIX:S|${PREFIX}/||}/lib/clang/${LLVM_RELEASE}/lib/freebsd .if ${ARCH} == "amd64" _COMPILER_RT_LIBS= \ libclang_rt.asan-preinit-x86_64.a \ From owner-svn-ports-all@freebsd.org Tue Aug 30 23:37:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9867BBC9DC9; Tue, 30 Aug 2016 23:37:49 +0000 (UTC) (envelope-from woodsb02@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 mx1.freebsd.org (Postfix) with ESMTPS id 5C24EA3F; Tue, 30 Aug 2016 23:37:49 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UNbmTe015710; Tue, 30 Aug 2016 23:37:48 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UNbmcT015704; Tue, 30 Aug 2016 23:37:48 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201608302337.u7UNbmcT015704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Tue, 30 Aug 2016 23:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421135 - in head/security: . snort2pfcd snort2pfcd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 23:37:49 -0000 Author: woodsb02 Date: Tue Aug 30 23:37:47 2016 New Revision: 421135 URL: https://svnweb.freebsd.org/changeset/ports/421135 Log: Add new port security/snort2pfcd, which analyzes snort alert output and blocks ip addresses using pf for a specified period of time. PR: 211813 Submitted by: onestsam@gmail.com Reviewed by: adamw, mat (mentors) Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D7712 Added: head/security/snort2pfcd/ head/security/snort2pfcd/Makefile (contents, props changed) head/security/snort2pfcd/distinfo (contents, props changed) head/security/snort2pfcd/files/ head/security/snort2pfcd/files/patch-Makefile (contents, props changed) head/security/snort2pfcd/files/snort2pfcd.in (contents, props changed) head/security/snort2pfcd/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Aug 30 21:04:31 2016 (r421134) +++ head/security/Makefile Tue Aug 30 23:37:47 2016 (r421135) @@ -1066,6 +1066,7 @@ SUBDIR += snoopy SUBDIR += snort SUBDIR += snort-rep + SUBDIR += snort2pfcd SUBDIR += snortreport SUBDIR += snortsam SUBDIR += snortsnarf Added: head/security/snort2pfcd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/snort2pfcd/Makefile Tue Aug 30 23:37:47 2016 (r421135) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= snort2pfcd +PORTVERSION= 0.5 +CATEGORIES= security +MASTER_SITES= http://www.tworoutes.com/oss/ + +MAINTAINER= onestsam@gmail.com +COMMENT= Snort alert to pf blocker + +LIB_DEPENDS= libcidr.so:devel/libcidr +RUN_DEPENDS= snort:security/snort + +USE_RC_SUBR= snort2pfcd +PLIST_FILES= man/man8/snort2pfcd.8.gz \ + sbin/snort2pfcd + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/snort2pfcd ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/snort2pfcd.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8 + +.include Added: head/security/snort2pfcd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/snort2pfcd/distinfo Tue Aug 30 23:37:47 2016 (r421135) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472559141 +SHA256 (snort2pfcd-0.5.tar.gz) = ea2f3df7bfbad5ecce7a266df89c4102cf5e92fa72869615925ca15631064dfe +SIZE (snort2pfcd-0.5.tar.gz) = 9321 Added: head/security/snort2pfcd/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/snort2pfcd/files/patch-Makefile Tue Aug 30 23:37:47 2016 (r421135) @@ -0,0 +1,11 @@ +--- Makefile.orig 2016-08-30 14:07:38 UTC ++++ Makefile +@@ -1,7 +1,7 @@ + PROG= snort2pfcd + SRCS= main.c parser.c kevent.c spfc.c ioctl_helpers.c + MAN= ${PROG}.8 +-CFLAGS+=-Wall -Werror -pedantic ++CFLAGS+=-Wall -pedantic -I${LOCALBASE}/include + LDFLAGS+=-lutil -L${LOCALBASE}/lib -lcidr + + .include Added: head/security/snort2pfcd/files/snort2pfcd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/snort2pfcd/files/snort2pfcd.in Tue Aug 30 23:37:47 2016 (r421135) @@ -0,0 +1,47 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: snort2pfcd +# REQUIRE: DAEMON pf snort +# KEYWORD: shutdown + +. /etc/rc.subr + +name="snort2pfcd" +rcvar=${name}_enable +pidfile="/var/run/${name}.pid" +command="%%PREFIX%%/sbin/${name}" +start_cmd="${name}_start" +stop_cmd="${name}_stop" +required_modules="pf" + +snort2pfcd_start() +{ + echo "Starting ${name}..." + if [ $(sysctl -n kern.securelevel) != "3" ]; then + ${command} ${snort2pfcd_flags} + else + echo "${name} cannot operate on pf at securelevel 3" + fi + + if [ -f ${pidfile} ]; then + echo "${name} successfully started" + else + echo "${name} statup failed" + fi +} + +snort2pfcd_stop() +{ + if [ -f ${pidfile} ]; then + echo "Stopping ${name}..." + kill $(cat ${pidfile}) + rm ${pidfile} + else + echo "${name} is not running?" + fi +} + +load_rc_config ${name} +run_rc_command "$1" Added: head/security/snort2pfcd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/snort2pfcd/pkg-descr Tue Aug 30 23:37:47 2016 (r421135) @@ -0,0 +1,3 @@ +Analyzes snort alert output and blocks ip addresses using pf for a specified +period of time. A whitelist is specified in CIDR format to exclude local and +trusted ip address from being blocked. From owner-svn-ports-all@freebsd.org Tue Aug 30 23:38:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6B7DBC9E6C; Tue, 30 Aug 2016 23:38:24 +0000 (UTC) (envelope-from mm@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 mx1.freebsd.org (Postfix) with ESMTPS id 99B36BEF; Tue, 30 Aug 2016 23:38:24 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UNcNId015860; Tue, 30 Aug 2016 23:38:23 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UNcNPc015858; Tue, 30 Aug 2016 23:38:23 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201608302338.u7UNcNPc015858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Tue, 30 Aug 2016 23:38:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421136 - head/devel/smake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 23:38:24 -0000 Author: mm Date: Tue Aug 30 23:38:23 2016 New Revision: 421136 URL: https://svnweb.freebsd.org/changeset/ports/421136 Log: Update devel/smake to 1.2.5 Modified: head/devel/smake/Makefile head/devel/smake/distinfo Modified: head/devel/smake/Makefile ============================================================================== --- head/devel/smake/Makefile Tue Aug 30 23:37:47 2016 (r421135) +++ head/devel/smake/Makefile Tue Aug 30 23:38:23 2016 (r421136) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smake -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.5 CATEGORIES= devel MASTER_SITES= SF/s-make @@ -21,8 +21,7 @@ USES= gmake tar:bzip2 MAKE_ENV= CCOM="${CC}" MAKE_ARGS= INS_BASE=${PREFIX} DEFMANBASE=. CC="${CC}" CCOM="${CC}" -RULEUSED= "`${WRKSRC}/conf/oarch.sh`" -PLIST_SUB= RULESUSED="${RULEUSED}" +PLIST_SUB= RULESUSED="${ARCH}-freebsd-cc" MKLINKS= ${WRKSRC}/RULES/MKLINKS GCCRULE= ${WRKSRC}/RULES/cc-gcc.rul Modified: head/devel/smake/distinfo ============================================================================== --- head/devel/smake/distinfo Tue Aug 30 23:37:47 2016 (r421135) +++ head/devel/smake/distinfo Tue Aug 30 23:38:23 2016 (r421136) @@ -1,2 +1,3 @@ -SHA256 (smake-1.2.3.tar.bz2) = 908e06bc7d16f66227376e604199750c7bb953760ab6823a640aa3e2db6a739e -SIZE (smake-1.2.3.tar.bz2) = 409720 +TIMESTAMP = 1472251622 +SHA256 (smake-1.2.5.tar.bz2) = 27566aa731a400c791cd95361cc755288b44ff659fa879933d4ea35d052259d4 +SIZE (smake-1.2.5.tar.bz2) = 427993 From owner-svn-ports-all@freebsd.org Wed Aug 31 00:14:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A9D7BC9BE4; Wed, 31 Aug 2016 00:14:24 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id 65EE580C; Wed, 31 Aug 2016 00:14:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7V0ENkY032352; Wed, 31 Aug 2016 00:14:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7V0ENYn032347; Wed, 31 Aug 2016 00:14:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201608310014.u7V0ENYn032347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 31 Aug 2016 00:14:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421137 - in head/devel/cargo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 00:14:24 -0000 Author: jbeich Date: Wed Aug 31 00:14:23 2016 New Revision: 421137 URL: https://svnweb.freebsd.org/changeset/ports/421137 Log: devel/cargo: update to 0.12.0 Modified: head/devel/cargo/Makefile (contents, props changed) head/devel/cargo/distinfo (contents, props changed) head/devel/cargo/files/patch-src_snapshots.txt (contents, props changed) head/devel/cargo/pkg-plist (contents, props changed) Modified: head/devel/cargo/Makefile ============================================================================== --- head/devel/cargo/Makefile Tue Aug 30 23:38:23 2016 (r421136) +++ head/devel/cargo/Makefile Wed Aug 31 00:14:23 2016 (r421137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cargo -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= devel MAINTAINER= dumbbell@FreeBSD.org @@ -33,7 +33,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT # This is a collection of mainly shell scripts which are used to # install Cargo. -MASTER_SITES= https://static.rust-lang.org/cargo-dist/2016-05-22/:bootstrap \ +MASTER_SITES= https://static.rust-lang.org/cargo-dist/2016-07-05/:bootstrap \ LOCAL/jbeich:registry .if !defined(SKIP_CARGO_REGISTRY) DISTFILES+= ${CARGO_REGISTRY}:registry Modified: head/devel/cargo/distinfo ============================================================================== --- head/devel/cargo/distinfo Tue Aug 30 23:38:23 2016 (r421136) +++ head/devel/cargo/distinfo Wed Aug 31 00:14:23 2016 (r421137) @@ -1,8 +1,9 @@ -SHA256 (cargo-registry-0.11.0.tar.xz) = 6ae20d4c450b8ad9122e58d6f415f4b964811ffc9a0281261a09b6f0111b6c07 -SIZE (cargo-registry-0.11.0.tar.xz) = 19365312 -SHA256 (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 5ea0869878b85b5cf290ae0edb7bcbfe64f4cdad9fb5c492575fe5e5da5e1fd6 -SIZE (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 5461785 -SHA256 (rust-lang-cargo-0.11.0_GH0.tar.gz) = 4f390d7ea3352a1ecafb53d1a2b98c2e195b81a5c652342a8b91672d9f1dde0a -SIZE (rust-lang-cargo-0.11.0_GH0.tar.gz) = 566557 +TIMESTAMP = 1472251622 +SHA256 (cargo-registry-0.12.0.tar.xz) = 364bcf3a7b9bac4a7cf383561292532933ddc2890bda532f6ea1a2ea41d80a4c +SIZE (cargo-registry-0.12.0.tar.xz) = 19277468 +SHA256 (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 76d1cb9d7ab0a019ae688baa344fc982aee580a5969f4cfba45d38b6cbc23bd9 +SIZE (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 4691251 +SHA256 (rust-lang-cargo-0.12.0_GH0.tar.gz) = 4080d76b56b8202f7df271b4bb7d7d22abea5ff8c261aef42e6e5d248ca5972b +SIZE (rust-lang-cargo-0.12.0_GH0.tar.gz) = 574902 SHA256 (rust-lang-rust-installer-4915c75_GH0.tar.gz) = 022116173684c97d61e014940aada20f3830d2d3e1670887bf1861997133c234 SIZE (rust-lang-rust-installer-4915c75_GH0.tar.gz) = 19234 Modified: head/devel/cargo/files/patch-src_snapshots.txt ============================================================================== --- head/devel/cargo/files/patch-src_snapshots.txt Tue Aug 30 23:38:23 2016 (r421136) +++ head/devel/cargo/files/patch-src_snapshots.txt Wed Aug 31 00:14:23 2016 (r421137) @@ -10,8 +10,8 @@ --- src/snapshots.txt.orig 2016-04-08 20:31:50 UTC +++ src/snapshots.txt @@ -1,3 +1,6 @@ -+2016-04-10 -+ freebsd-x86_64 8c459cbdc890cedb43c0952ad7f1ef0b7fcbe535 ++2016-07-05 ++ freebsd-x86_64 4630444c0eca5e01aa576e196d260d6ebf0dd197 + 2016-03-21 linux-i386 ac401c16ff53e0c51b88707579b4f95d7d4c4763 Modified: head/devel/cargo/pkg-plist ============================================================================== --- head/devel/cargo/pkg-plist Tue Aug 30 23:38:23 2016 (r421136) +++ head/devel/cargo/pkg-plist Wed Aug 31 00:14:23 2016 (r421137) @@ -8,6 +8,7 @@ man/man1/cargo-doc.1.gz man/man1/cargo-init.1.gz man/man1/cargo-install.1.gz man/man1/cargo-new.1.gz +man/man1/cargo-owner.1.gz man/man1/cargo-package.1.gz man/man1/cargo-publish.1.gz man/man1/cargo-run.1.gz From owner-svn-ports-all@freebsd.org Wed Aug 31 03:07:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4ED0BC8B85; Wed, 31 Aug 2016 03:07:46 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 788A963F; Wed, 31 Aug 2016 03:07:46 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7V37j9H097264; Wed, 31 Aug 2016 03:07:45 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7V37jMn097261; Wed, 31 Aug 2016 03:07:45 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201608310307.u7V37jMn097261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 31 Aug 2016 03:07:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421138 - head/devel/elixir-excoveralls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 03:07:46 -0000 Author: vanilla Date: Wed Aug 31 03:07:45 2016 New Revision: 421138 URL: https://svnweb.freebsd.org/changeset/ports/421138 Log: Update to 0.5.6. Modified: head/devel/elixir-excoveralls/Makefile head/devel/elixir-excoveralls/distinfo head/devel/elixir-excoveralls/pkg-plist Modified: head/devel/elixir-excoveralls/Makefile ============================================================================== --- head/devel/elixir-excoveralls/Makefile Wed Aug 31 00:14:23 2016 (r421137) +++ head/devel/elixir-excoveralls/Makefile Wed Aug 31 03:07:45 2016 (r421138) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= excoveralls -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-excoveralls/distinfo ============================================================================== --- head/devel/elixir-excoveralls/distinfo Wed Aug 31 00:14:23 2016 (r421137) +++ head/devel/elixir-excoveralls/distinfo Wed Aug 31 03:07:45 2016 (r421138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466579830 -SHA256 (parroty-excoveralls-v0.5.5_GH0.tar.gz) = de44a32d2c113762f95932a6beb9e95901926cbb7d7965a82f8d565f693ddd05 -SIZE (parroty-excoveralls-v0.5.5_GH0.tar.gz) = 192480 +TIMESTAMP = 1472612698 +SHA256 (parroty-excoveralls-v0.5.6_GH0.tar.gz) = 13cb79c508a0cce3332f7d16392615f5889634fe7b957f34bc2cd1f2e2bb1680 +SIZE (parroty-excoveralls-v0.5.6_GH0.tar.gz) = 193734 Modified: head/devel/elixir-excoveralls/pkg-plist ============================================================================== --- head/devel/elixir-excoveralls/pkg-plist Wed Aug 31 00:14:23 2016 (r421137) +++ head/devel/elixir-excoveralls/pkg-plist Wed Aug 31 03:07:45 2016 (r421138) @@ -29,6 +29,7 @@ lib/elixir/lib/excoveralls/ebin/Elixir.M lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Detail.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Html.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Post.beam +lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Runner.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Semaphore.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.Travis.beam lib/elixir/lib/excoveralls/ebin/Elixir.Mix.Tasks.Coveralls.beam From owner-svn-ports-all@freebsd.org Wed Aug 31 06:24:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0ED6BC93E5; Wed, 31 Aug 2016 06:24:15 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id B11A278C; Wed, 31 Aug 2016 06:24:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7V6OEw8074136; Wed, 31 Aug 2016 06:24:14 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7V6OE3S074135; Wed, 31 Aug 2016 06:24:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201608310624.u7V6OE3S074135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 31 Aug 2016 06:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421139 - head/devel/llvm37 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 06:24:16 -0000 Author: bapt Date: Wed Aug 31 06:24:14 2016 New Revision: 421139 URL: https://svnweb.freebsd.org/changeset/ports/421139 Log: Fix plist on non amd64 after removal of the GOLD option Pointyhat to: bapt Modified: head/devel/llvm37/Makefile Modified: head/devel/llvm37/Makefile ============================================================================== --- head/devel/llvm37/Makefile Wed Aug 31 03:07:45 2016 (r421138) +++ head/devel/llvm37/Makefile Wed Aug 31 06:24:14 2016 (r421139) @@ -222,6 +222,11 @@ COMMANDS+= argdumper \ _USES_PYTHON= python .endif +.if ! ${OPTIONS_DEFINE:MGOLD} +# Hack to disable GOLD in plist of unsupported architectures +PLIST_SUB+= GOLD="@comment " +.endif + .if ! ${OPTIONS_DEFINE:MOPENMP} # Hack to disable OPENMP in plist of unsupported architectures PLIST_SUB+= OPENMP="@comment " From owner-svn-ports-all@freebsd.org Wed Aug 31 06:26:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15D6BBC94D8; Wed, 31 Aug 2016 06:26:27 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id DA644889; Wed, 31 Aug 2016 06:26:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7V6QQAT074301; Wed, 31 Aug 2016 06:26:26 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7V6QQYV074300; Wed, 31 Aug 2016 06:26:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201608310626.u7V6QQYV074300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 31 Aug 2016 06:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421140 - head/devel/binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 06:26:27 -0000 Author: bapt Date: Wed Aug 31 06:26:25 2016 New Revision: 421140 URL: https://svnweb.freebsd.org/changeset/ports/421140 Log: Disable gold on powerpc* Submitted by: swills Modified: head/devel/binutils/Makefile Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Wed Aug 31 06:24:14 2016 (r421139) +++ head/devel/binutils/Makefile Wed Aug 31 06:26:25 2016 (r421140) @@ -75,7 +75,7 @@ NLS_CONFIGURE_ENABLE= nls .include # Actual earliest version may differ slightly -.if ${ARCH} != ia64 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != mips64 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc) +.if ${ARCH} != powerpc && ${ARCH} != powerpc64 ${ARCH} != ia64 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != mips64 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc) CONFIGURE_ARGS+= --enable-gold --enable-plugins PLIST_SUB+= GOLD="" .else From owner-svn-ports-all@freebsd.org Wed Aug 31 06:38:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11F2EBC972E; Wed, 31 Aug 2016 06:38:01 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id CE15AD9E; Wed, 31 Aug 2016 06:38:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7V6c0rH078062; Wed, 31 Aug 2016 06:38:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7V6c0dN078060; Wed, 31 Aug 2016 06:38:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201608310638.u7V6c0dN078060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 31 Aug 2016 06:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421141 - head/devel/binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 06:38:01 -0000 Author: bapt Date: Wed Aug 31 06:37:59 2016 New Revision: 421141 URL: https://svnweb.freebsd.org/changeset/ports/421141 Log: Add missing && Modified: head/devel/binutils/Makefile Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Wed Aug 31 06:26:25 2016 (r421140) +++ head/devel/binutils/Makefile Wed Aug 31 06:37:59 2016 (r421141) @@ -75,7 +75,7 @@ NLS_CONFIGURE_ENABLE= nls .include # Actual earliest version may differ slightly -.if ${ARCH} != powerpc && ${ARCH} != powerpc64 ${ARCH} != ia64 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != mips64 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc) +.if ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != ia64 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != mips64 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc) CONFIGURE_ARGS+= --enable-gold --enable-plugins PLIST_SUB+= GOLD="" .else From owner-svn-ports-all@freebsd.org Wed Aug 31 08:15:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7812BBC9B77; Wed, 31 Aug 2016 08:15:05 +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 mx1.freebsd.org (Postfix) with ESMTPS id 4AB8312; Wed, 31 Aug 2016 08:15:05 +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 u7V8F4FO015362; Wed, 31 Aug 2016 08:15:04 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7V8F4T8015359; Wed, 31 Aug 2016 08:15:04 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201608310815.u7V8F4T8015359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 31 Aug 2016 08:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421142 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 08:15:05 -0000 Author: gerald Date: Wed Aug 31 08:15:04 2016 New Revision: 421142 URL: https://svnweb.freebsd.org/changeset/ports/421142 Log: Update to the 20160830 snapshot of GCC 5.4.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Wed Aug 31 06:37:59 2016 (r421141) +++ head/lang/gcc5-devel/Makefile Wed Aug 31 08:15:04 2016 (r421142) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20160823 +PORTVERSION= 5.4.1.s20160830 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Wed Aug 31 06:37:59 2016 (r421141) +++ head/lang/gcc5-devel/distinfo Wed Aug 31 08:15:04 2016 (r421142) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472023481 -SHA256 (gcc-5-20160823.tar.bz2) = 11457c1b4a5f289211dd9aaadcb28b9872c3862eda0d1f0d62816e577b14c569 -SIZE (gcc-5-20160823.tar.bz2) = 91657231 +TIMESTAMP = 1472629332 +SHA256 (gcc-5-20160830.tar.bz2) = 65751325aa6b74ea0f10eb4cfe2c41830c7bb470f24d190d6ecfe293c604ada7 +SIZE (gcc-5-20160830.tar.bz2) = 91667082 From owner-svn-ports-all@freebsd.org Wed Aug 31 08:47:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 875CCBC8316; Wed, 31 Aug 2016 08:47:56 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id 59229F38; Wed, 31 Aug 2016 08:47:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7V8ltGV026527; Wed, 31 Aug 2016 08:47:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7V8ltni026526; Wed, 31 Aug 2016 08:47:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201608310847.u7V8ltni026526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 31 Aug 2016 08:47:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421143 - head/devel/binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 08:47:56 -0000 Author: bapt Date: Wed Aug 31 08:47:55 2016 New Revision: 421143 URL: https://svnweb.freebsd.org/changeset/ports/421143 Log: Bump portrevision after recent changes Modified: head/devel/binutils/Makefile Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Wed Aug 31 08:15:04 2016 (r421142) +++ head/devel/binutils/Makefile Wed Aug 31 08:47:55 2016 (r421143) @@ -3,7 +3,7 @@ PORTNAME= binutils PORTVERSION= 2.27 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= SOURCEWARE/binutils/releases From owner-svn-ports-all@freebsd.org Wed Aug 31 09:01:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCFC5BC8B34; Wed, 31 Aug 2016 09:01:29 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9189E28E7; Wed, 31 Aug 2016 09:01:29 +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 u7V91Se1033958; Wed, 31 Aug 2016 09:01:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7V91SoK033957; Wed, 31 Aug 2016 09:01:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608310901.u7V91SoK033957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 Aug 2016 09:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421144 - head/mail/prom-wl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 09:01:30 -0000 Author: amdmi3 Date: Wed Aug 31 09:01:28 2016 New Revision: 421144 URL: https://svnweb.freebsd.org/changeset/ports/421144 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/mail/prom-wl/Makefile Modified: head/mail/prom-wl/Makefile ============================================================================== --- head/mail/prom-wl/Makefile Wed Aug 31 08:47:55 2016 (r421143) +++ head/mail/prom-wl/Makefile Wed Aug 31 09:01:28 2016 (r421144) @@ -10,11 +10,14 @@ MASTER_SITES= http://www.h6.dion.ne.jp/~ MAINTAINER= ports@FreeBSD.org COMMENT= Procmail reader for Wanderlust on GNU Emacs +LICENSE= GPLv2+ + # This port requires Wanderlust. But we can't decide which Wanderlust to # depends, there is NO RUN_DEPENDS mail/wanderlust-*. #RUN_DEPENDS= procmail:mail/procmail NO_BUILD= yes +NO_ARCH= yes ELISPDIR= ${PREFIX}/share/emacs/site-lisp SITEPKGDIR= ${PREFIX}/lib/xemacs/site-packages @@ -22,13 +25,6 @@ SITEPKGDIR= ${PREFIX}/lib/xemacs/site-pa OPTIONS_DEFINE= DOCS EXAMPLES do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}; ${INSTALL_DATA} ChangeLog prom-wl-usage.jis \ - ${STAGEDIR}${DOCSDIR}) - (cd ${FILESDIR}; ${INSTALL_SCRIPT} byte-compile ${STAGEDIR}${DOCSDIR}) - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${FILESDIR} ; ${INSTALL_DATA} dot.emacs dot.procmailrc \ - ${STAGEDIR}${EXAMPLESDIR}) @${MKDIR} ${STAGEDIR}${ELISPDIR} (cd ${WRKSRC}; ${INSTALL_DATA} prom-wl.el ${STAGEDIR}${ELISPDIR}) @@ -42,4 +38,15 @@ do-install: @${ECHO_CMD} 'lisp/prom-wl/prom-wl.el' >> \ ${STAGEDIR}${SITEPKGDIR}/pkginfo/MANIFEST.prom-wl +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/prom-wl-usage.jis \ + ${STAGEDIR}${DOCSDIR} + ${INSTALL_SCRIPT} ${FILESDIR}/byte-compile ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${FILESDIR}/dot.emacs ${FILESDIR}/dot.procmailrc \ + ${STAGEDIR}${EXAMPLESDIR} + .include From owner-svn-ports-all@freebsd.org Wed Aug 31 09:25:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1824BC7225; Wed, 31 Aug 2016 09:25:03 +0000 (UTC) (envelope-from kevlo@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 mx1.freebsd.org (Postfix) with ESMTPS id 8426A40E; Wed, 31 Aug 2016 09:25:03 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7V9P2cm041480; Wed, 31 Aug 2016 09:25:02 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7V9P27Y041479; Wed, 31 Aug 2016 09:25:02 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201608310925.u7V9P27Y041479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 31 Aug 2016 09:25:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421145 - head/net/py-nnpy/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 09:25:03 -0000 Author: kevlo Date: Wed Aug 31 09:25:02 2016 New Revision: 421145 URL: https://svnweb.freebsd.org/changeset/ports/421145 Log: Fix build, using dlopen to load the passed library name directly. Added: head/net/py-nnpy/files/ head/net/py-nnpy/files/patch-generate.py (contents, props changed) Added: head/net/py-nnpy/files/patch-generate.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-nnpy/files/patch-generate.py Wed Aug 31 09:25:02 2016 (r421145) @@ -0,0 +1,11 @@ +--- generate.py.orig 2016-07-29 18:36:27 UTC ++++ generate.py +@@ -10,7 +10,7 @@ except ImportError: + SITE_CFG = 'site.cfg' + + DEFAULT_INCLUDE_DIRS = ['/usr/include/nanomsg', '/usr/local/include/nanomsg'] +-DEFAULT_HOST_LIBRARY = 'nanomsg' ++DEFAULT_HOST_LIBRARY = 'libnanomsg.so' + + BLOCKS = {'{': '}', '(': ')'} + From owner-svn-ports-all@freebsd.org Wed Aug 31 10:19:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9619EBC9248; Wed, 31 Aug 2016 10:19:52 +0000 (UTC) (envelope-from ale@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 mx1.freebsd.org (Postfix) with ESMTPS id 67219E1C; Wed, 31 Aug 2016 10:19:52 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VAJpax060493; Wed, 31 Aug 2016 10:19:51 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VAJph0060491; Wed, 31 Aug 2016 10:19:51 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201608311019.u7VAJph0060491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 31 Aug 2016 10:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421146 - head/security/oath-toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 10:19:52 -0000 Author: ale Date: Wed Aug 31 10:19:51 2016 New Revision: 421146 URL: https://svnweb.freebsd.org/changeset/ports/421146 Log: Update to 2.6.2 release. Modified: head/security/oath-toolkit/Makefile head/security/oath-toolkit/distinfo Modified: head/security/oath-toolkit/Makefile ============================================================================== --- head/security/oath-toolkit/Makefile Wed Aug 31 09:25:02 2016 (r421145) +++ head/security/oath-toolkit/Makefile Wed Aug 31 10:19:51 2016 (r421146) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oath-toolkit -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.2 CATEGORIES= security MASTER_SITES= SAVANNAH Modified: head/security/oath-toolkit/distinfo ============================================================================== --- head/security/oath-toolkit/distinfo Wed Aug 31 09:25:02 2016 (r421145) +++ head/security/oath-toolkit/distinfo Wed Aug 31 10:19:51 2016 (r421146) @@ -1,2 +1,3 @@ -SHA256 (oath-toolkit-2.6.1.tar.gz) = 9c57831907bc26eadcdf90ba1827d0bd962dd1f737362e817a1dd6d6ec036f79 -SIZE (oath-toolkit-2.6.1.tar.gz) = 4238966 +TIMESTAMP = 1472638195 +SHA256 (oath-toolkit-2.6.2.tar.gz) = b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0 +SIZE (oath-toolkit-2.6.2.tar.gz) = 4295786 From owner-svn-ports-all@freebsd.org Wed Aug 31 10:21:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C09BBC951E; Wed, 31 Aug 2016 10:21:37 +0000 (UTC) (envelope-from ale@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 mx1.freebsd.org (Postfix) with ESMTPS id D0AC2FC9; Wed, 31 Aug 2016 10:21:36 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VALaZ1063459; Wed, 31 Aug 2016 10:21:36 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VALZiX063457; Wed, 31 Aug 2016 10:21:35 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201608311021.u7VALZiX063457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 31 Aug 2016 10:21:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421147 - head/www/httpie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 10:21:37 -0000 Author: ale Date: Wed Aug 31 10:21:35 2016 New Revision: 421147 URL: https://svnweb.freebsd.org/changeset/ports/421147 Log: Update to 0.9.6 release. Modified: head/www/httpie/Makefile head/www/httpie/distinfo Modified: head/www/httpie/Makefile ============================================================================== --- head/www/httpie/Makefile Wed Aug 31 10:19:51 2016 (r421146) +++ head/www/httpie/Makefile Wed Aug 31 10:21:35 2016 (r421147) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpie -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.6 CATEGORIES= www MAINTAINER= ale@FreeBSD.org Modified: head/www/httpie/distinfo ============================================================================== --- head/www/httpie/distinfo Wed Aug 31 10:19:51 2016 (r421146) +++ head/www/httpie/distinfo Wed Aug 31 10:21:35 2016 (r421147) @@ -1,2 +1,3 @@ -SHA256 (jakubroztocil-httpie-0.9.3_GH0.tar.gz) = 2a0c7cf6a6914620eebc2d7700e8e7a57aabde62bd62cd7fa68f8b216c0b2340 -SIZE (jakubroztocil-httpie-0.9.3_GH0.tar.gz) = 256586 +TIMESTAMP = 1472638431 +SHA256 (jakubroztocil-httpie-0.9.6_GH0.tar.gz) = a70475690e030cc8c627cde158647f305dc3c9a54c2d3c1ed5bab8d4587fd0fc +SIZE (jakubroztocil-httpie-0.9.6_GH0.tar.gz) = 265020 From owner-svn-ports-all@freebsd.org Wed Aug 31 10:56:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D1F3BC90D9; Wed, 31 Aug 2016 10:56:11 +0000 (UTC) (envelope-from ale@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 mx1.freebsd.org (Postfix) with ESMTPS id D1FC83E8; Wed, 31 Aug 2016 10:56:10 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VAuA8d075509; Wed, 31 Aug 2016 10:56:10 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VAu9nR075506; Wed, 31 Aug 2016 10:56:09 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201608311056.u7VAu9nR075506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 31 Aug 2016 10:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421148 - head/databases/mysql56-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 10:56:11 -0000 Author: ale Date: Wed Aug 31 10:56:09 2016 New Revision: 421148 URL: https://svnweb.freebsd.org/changeset/ports/421148 Log: Update to 5.6.32 release. Modified: head/databases/mysql56-server/Makefile head/databases/mysql56-server/distinfo head/databases/mysql56-server/pkg-plist Modified: head/databases/mysql56-server/Makefile ============================================================================== --- head/databases/mysql56-server/Makefile Wed Aug 31 10:21:35 2016 (r421147) +++ head/databases/mysql56-server/Makefile Wed Aug 31 10:56:09 2016 (r421148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.30 +PORTVERSION= 5.6.32 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.6 Modified: head/databases/mysql56-server/distinfo ============================================================================== --- head/databases/mysql56-server/distinfo Wed Aug 31 10:21:35 2016 (r421147) +++ head/databases/mysql56-server/distinfo Wed Aug 31 10:56:09 2016 (r421148) @@ -1,2 +1,3 @@ -SHA256 (mysql-5.6.30.tar.gz) = 48464df00aad9b9dfc26c903529ddad944a7562aa28e66e98e4f3f0c35179deb -SIZE (mysql-5.6.30.tar.gz) = 32223818 +TIMESTAMP = 1472639121 +SHA256 (mysql-5.6.32.tar.gz) = 4620ed9d9b5803a3ac7a23492dbea993214d3b5ffd4fb63d42771c616f60e359 +SIZE (mysql-5.6.32.tar.gz) = 32095208 Modified: head/databases/mysql56-server/pkg-plist ============================================================================== --- head/databases/mysql56-server/pkg-plist Wed Aug 31 10:21:35 2016 (r421147) +++ head/databases/mysql56-server/pkg-plist Wed Aug 31 10:56:09 2016 (r421148) @@ -36,6 +36,7 @@ lib/mysql/plugin/qa_auth_interface.so lib/mysql/plugin/qa_auth_server.so lib/mysql/plugin/semisync_master.so lib/mysql/plugin/semisync_slave.so +lib/mysql/plugin/test_udf_services.so lib/mysql/plugin/validate_password.so libexec/mysqld man/man1/my_print_defaults.1.gz From owner-svn-ports-all@freebsd.org Wed Aug 31 10:56:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C8CCBC910E; Wed, 31 Aug 2016 10:56:32 +0000 (UTC) (envelope-from ale@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 mx1.freebsd.org (Postfix) with ESMTPS id 2F9D26D3; Wed, 31 Aug 2016 10:56:32 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VAuV6N075633; Wed, 31 Aug 2016 10:56:31 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VAuVPG075631; Wed, 31 Aug 2016 10:56:31 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201608311056.u7VAuVPG075631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 31 Aug 2016 10:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421149 - head/databases/mysql55-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 10:56:32 -0000 Author: ale Date: Wed Aug 31 10:56:31 2016 New Revision: 421149 URL: https://svnweb.freebsd.org/changeset/ports/421149 Log: Update to 5.5.51 release. Modified: head/databases/mysql55-server/Makefile head/databases/mysql55-server/distinfo Modified: head/databases/mysql55-server/Makefile ============================================================================== --- head/databases/mysql55-server/Makefile Wed Aug 31 10:56:09 2016 (r421148) +++ head/databases/mysql55-server/Makefile Wed Aug 31 10:56:31 2016 (r421149) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.5.50 +PORTVERSION= 5.5.51 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.5 Modified: head/databases/mysql55-server/distinfo ============================================================================== --- head/databases/mysql55-server/distinfo Wed Aug 31 10:56:09 2016 (r421148) +++ head/databases/mysql55-server/distinfo Wed Aug 31 10:56:31 2016 (r421149) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469659156 -SHA256 (mysql-5.5.50.tar.gz) = 5eac55c8b1b2b18233c006935d90775d805a8422942e6deacf8b5bded432f951 -SIZE (mysql-5.5.50.tar.gz) = 21029856 +TIMESTAMP = 1472638975 +SHA256 (mysql-5.5.51.tar.gz) = ffa6866cb0cd833cae4a653e4260dfd5a80b62532d6b64e91cfb057bab5a22a7 +SIZE (mysql-5.5.51.tar.gz) = 21031206 From owner-svn-ports-all@freebsd.org Wed Aug 31 11:49:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C084BC9EB4; Wed, 31 Aug 2016 11:49:44 +0000 (UTC) (envelope-from demon@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 mx1.freebsd.org (Postfix) with ESMTPS id 0C5368B; Wed, 31 Aug 2016 11:49:43 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VBnhSW094646; Wed, 31 Aug 2016 11:49:43 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VBnhkc094644; Wed, 31 Aug 2016 11:49:43 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201608311149.u7VBnhkc094644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Wed, 31 Aug 2016 11:49:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421150 - head/net/haproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 11:49:44 -0000 Author: demon Date: Wed Aug 31 11:49:42 2016 New Revision: 421150 URL: https://svnweb.freebsd.org/changeset/ports/421150 Log: Update to version 1.6.9. Modified: head/net/haproxy/Makefile head/net/haproxy/distinfo Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Wed Aug 31 10:56:31 2016 (r421149) +++ head/net/haproxy/Makefile Wed Aug 31 11:49:42 2016 (r421150) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.6.8 +PORTVERSION= 1.6.9 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.6/src/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} Modified: head/net/haproxy/distinfo ============================================================================== --- head/net/haproxy/distinfo Wed Aug 31 10:56:31 2016 (r421149) +++ head/net/haproxy/distinfo Wed Aug 31 11:49:42 2016 (r421150) @@ -1,5 +1,5 @@ -TIMESTAMP = 1471261957 -SHA256 (haproxy-1.6.8.tar.gz) = a51b7bf667245369683f8aafb288c4e33cb55d36c4b4b836f1dfc9aa56bb095c -SIZE (haproxy-1.6.8.tar.gz) = 1566594 +TIMESTAMP = 1472644055 +SHA256 (haproxy-1.6.9.tar.gz) = cf7d2fa891d2ae4aa6489fc43a9cadf68c42f9cb0de4801afad45d32e7dda133 +SIZE (haproxy-1.6.9.tar.gz) = 1566715 SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974 SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286 From owner-svn-ports-all@freebsd.org Wed Aug 31 11:58:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA660BC93EC; Wed, 31 Aug 2016 11:58:52 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 964AAADB; Wed, 31 Aug 2016 11:58:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VBwpNu098502; Wed, 31 Aug 2016 11:58:51 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VBwpNc098497; Wed, 31 Aug 2016 11:58:51 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608311158.u7VBwpNc098497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 31 Aug 2016 11:58:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421151 - in head/dns/bind911: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 11:58:52 -0000 Author: mat Date: Wed Aug 31 11:58:51 2016 New Revision: 421151 URL: https://svnweb.freebsd.org/changeset/ports/421151 Log: Update to 9.11.0rc1. While there, remove obsolete configure options, and set as default the one that default to yes. Changes: https://lists.isc.org/pipermail/bind-announce/2016-August/001002.html Sponsored by: Absolight Modified: head/dns/bind911/Makefile (contents, props changed) head/dns/bind911/distinfo (contents, props changed) head/dns/bind911/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind911/files/patch-configure (contents, props changed) head/dns/bind911/pkg-plist (contents, props changed) Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Wed Aug 31 11:49:42 2016 (r421150) +++ head/dns/bind911/Makefile Wed Aug 31 11:58:51 2016 (r421151) @@ -2,7 +2,7 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/} +PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 @@ -29,7 +29,7 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0b3 +ISCVERSION= 9.11.0rc1 MAKE_JOBS_UNSAFE= yes @@ -70,9 +70,9 @@ OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1 .if !defined(BIND_TOOLS_SLAVE) -OPTIONS_DEFAULT+= RRL DLZ_FILESYSTEM -OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS NEWSTATS GEOIP \ - MINCACHE PORTREVISION FETCHLIMIT QUERYTRACE LMDB +OPTIONS_DEFAULT+= DLZ_FILESYSTEM LMDB RPZ_NSDNAME RPZ_NSIP +OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \ + MINCACHE PORTREVISION QUERYTRACE LMDB DNSTAP OPTIONS_GROUP= DLZ OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB @@ -97,15 +97,13 @@ PYTHON_DESC= Build with Python utilitie START_LATE_DESC= Start BIND late in the boot process MINCACHE_DESC= Use the mincachettl patch PORTREVISION_DESC= Show PORTREVISION in the version string -FETCHLIMIT_DESC= Enable the query quotas for resolvers QUERYTRACE_DESC= Enable the very verbose query tracelogging LMDB_DESC= Use LMDB for zone management +DNSTAP_DESC= Provides fast passive logging of DNS messages LINKS_DESC= Create conf file symlinks in ${PREFIX} -NEWSTATS_DESC= Enable alternate xml statistics channel format RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records -RRL_DESC= Response Rate Limiting DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) @@ -117,9 +115,6 @@ GSSAPI_BASE_DESC= Using Heimdal in base GSSAPI_HEIMDAL_DESC= Using security/heimdal GSSAPI_MIT_DESC= Using security/krb5 GSSAPI_NONE_DESC= Disable -MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl -FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit -QUERYTRACE_CONFIGURE_ENABLE= querytrace .if defined(BIND_TOOLS_SLAVE) CONFLICTS+= bind910-9.10.* @@ -134,8 +129,6 @@ SSL_CONFIGURE_OFF= --disable-openssl-ver LMDB_CONFIGURE_WITH= lmdb LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb -NEWSTATS_CONFIGURE_ENABLE= newstats - IDN_USES= iconv IDN_CONFIGURE_ON= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} IDN_LIB_DEPENDS= libidnkit.so:dns/idnkit @@ -171,8 +164,6 @@ RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname -RRL_CONFIGURE_ENABLE= rrl - DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes DLZ_MYSQL_USES= mysql @@ -202,6 +193,14 @@ GSSAPI_MIT_CONFIGURE_ON= \ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_NONE_CONFIGURE_ON= --without-gssapi +MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl + +QUERYTRACE_CONFIGURE_ENABLE= querytrace + +DNSTAP_CONFIGURE_ENABLE= dnstap +DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ + libprotobuf-c.so:devel/protobuf-c + .include .if !${PORT_OPTIONS:MGOST} && !${PORT_OPTIONS:MGOST_ASN1} Modified: head/dns/bind911/distinfo ============================================================================== --- head/dns/bind911/distinfo Wed Aug 31 11:49:42 2016 (r421150) +++ head/dns/bind911/distinfo Wed Aug 31 11:58:51 2016 (r421151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470224272 -SHA256 (bind-9.11.0b3.tar.gz) = 7c1d0d3465755c0cfb990c9bfff33f33c7cef9a16e320e7e3a5eb7c506d9e993 -SIZE (bind-9.11.0b3.tar.gz) = 9735747 +TIMESTAMP = 1472643318 +SHA256 (bind-9.11.0rc1.tar.gz) = 047ed20de3bed0ca40d68b2ca7fedff9d46f82097d5ac474ef1456b27da3002d +SIZE (bind-9.11.0rc1.tar.gz) = 9788210 Modified: head/dns/bind911/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind911/files/extrapatch-bind-min-override-ttl Wed Aug 31 11:49:42 2016 (r421150) +++ head/dns/bind911/files/extrapatch-bind-min-override-ttl Wed Aug 31 11:58:51 2016 (r421151) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2016-07-28 12:26:36 UTC +--- bin/named/config.c.orig 2016-08-30 11:01:49 UTC +++ bin/named/config.c -@@ -152,6 +152,8 @@ options {\n\ +@@ -154,6 +154,8 @@ options {\n\ lame-ttl 600;\n\ servfail-ttl 1;\n\ max-ncache-ttl 10800; /* 3 hours */\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2016-07-28 12:26:36 UTC +--- bin/named/server.c.orig 2016-08-30 11:01:49 UTC +++ bin/named/server.c -@@ -3567,6 +3567,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3637,6 +3637,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2016-07-28 12:26:36 UTC +--- lib/dns/include/dns/view.h.orig 2016-08-30 11:01:49 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,7 +39,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2016-07-28 12:26:36 UTC +--- lib/dns/resolver.c.orig 2016-08-30 11:01:49 UTC +++ lib/dns/resolver.c @@ -5431,6 +5431,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2016-07-28 12:26:36 UTC +--- lib/isccfg/namedconf.c.orig 2016-08-30 11:01:49 UTC +++ lib/isccfg/namedconf.c -@@ -1707,6 +1707,8 @@ view_clauses[] = { +@@ -1735,6 +1735,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: head/dns/bind911/files/patch-configure ============================================================================== --- head/dns/bind911/files/patch-configure Wed Aug 31 11:49:42 2016 (r421150) +++ head/dns/bind911/files/patch-configure Wed Aug 31 11:58:51 2016 (r421151) @@ -1,4 +1,4 @@ ---- configure.orig 2016-07-28 12:26:36 UTC +--- configure.orig 2016-08-30 11:01:49 UTC +++ configure @@ -14341,27 +14341,9 @@ done # problems start to show up. @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22448,7 +22390,7 @@ $as_echo "" >&6; } +@@ -22563,7 +22505,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind911/pkg-plist ============================================================================== --- head/dns/bind911/pkg-plist Wed Aug 31 11:49:42 2016 (r421150) +++ head/dns/bind911/pkg-plist Wed Aug 31 11:58:51 2016 (r421151) @@ -2,6 +2,7 @@ bin/arpaname bin/bind9-config bin/delv bin/dig +%%DNSTAP%%bin/dnstap-read bin/host bin/isc-config.sh bin/mdig @@ -34,6 +35,7 @@ include/dns/dlz_dlopen.h include/dns/dns64.h include/dns/dnssec.h include/dns/dnstap.h +%%DNSTAP%%include/dns/dnstap.pb-c.h include/dns/ds.h include/dns/dsdigest.h include/dns/dyndb.h @@ -136,6 +138,7 @@ include/isc/counter.h include/isc/crc64.h include/isc/dir.h include/isc/entropy.h +include/isc/errno.h include/isc/error.h include/isc/event.h include/isc/eventclass.h @@ -229,6 +232,7 @@ include/isccc/sexpr.h include/isccc/symtab.h include/isccc/symtype.h include/isccc/types.h +include/pk11/site.h include/isccc/util.h include/isccc/version.h include/isccfg/aclconf.h @@ -272,6 +276,7 @@ man/man1/arpaname.1.gz man/man1/bind9-config.1.gz man/man1/delv.1.gz man/man1/dig.1.gz +%%DNSTAP%%man/man1/dnstap-read.1.gz man/man1/host.1.gz man/man1/isc-config.sh.1.gz man/man1/mdig.1.gz From owner-svn-ports-all@freebsd.org Wed Aug 31 11:59:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63E29BC943E; Wed, 31 Aug 2016 11:59:07 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 2649CBBA; Wed, 31 Aug 2016 11:59:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VBx6Dr098692; Wed, 31 Aug 2016 11:59:06 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VBx52P098686; Wed, 31 Aug 2016 11:59:05 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608311159.u7VBx52P098686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 31 Aug 2016 11:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421152 - in head/dns: bind9-devel bind910 bind911 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 11:59:07 -0000 Author: mat Date: Wed Aug 31 11:59:05 2016 New Revision: 421152 URL: https://svnweb.freebsd.org/changeset/ports/421152 Log: The NEWSTATS and RRL options were removed in BIND9 9.10, so remove them from here, also, make the upstream default options default for real. While there, put back the BIND_TOOLS knobs in bind9-devel. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/pkg-plist (contents, props changed) head/dns/bind910/Makefile (contents, props changed) head/dns/bind911/Makefile (contents, props changed) head/dns/bind99/Makefile (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Wed Aug 31 11:58:51 2016 (r421151) +++ head/dns/bind9-devel/Makefile Wed Aug 31 11:59:05 2016 (r421152) @@ -2,16 +2,30 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/} +PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} +.if defined(BIND_TOOLS_SLAVE) +# dns/bind-tools here PORTREVISION= 0 +.else +# dns/bind9xx here +PORTREVISION= 1 +.endif CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind #MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;/ +.if defined(BIND_TOOLS_SLAVE) +PKGNAMESUFFIX= -tools +.else PKGNAMESUFFIX= 9-devel +.endif DISTNAME= ${PORTNAME}9-${HASH} MAINTAINER= mat@FreeBSD.org +.if defined(BIND_TOOLS_SLAVE) +COMMENT= Command line tools from BIND: delv, dig, host, nslookup... +.else COMMENT= BIND DNS suite with updated DNSSEC and DNS64 +.endif LICENSE= MPL @@ -39,11 +53,16 @@ CONFIGURE_ARGS+= --localstatedir=/var -- --with-readline=-ledit \ --with-dlopen=yes \ --sysconfdir=${ETCDIR} +.if defined(BIND_TOOLS_SLAVE) +CONFIGURE_ARGS+= --disable-shared +.endif ETCDIR= ${PREFIX}/etc/namedb CONFLICTS+= bind9*-9.[456789].* bind910-* bind911-* bind9*-sdb-9.[456789].* +.if !defined(BIND_TOOLS_SLAVE) SUB_FILES= pkg-message +.endif OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE OPTIONS_DEFINE= IDN LARGE_FILE PYTHON START_LATE \ @@ -52,12 +71,14 @@ OPTIONS_RADIO= CRYPTO GOSTDEF OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1 -OPTIONS_DEFAULT+= RRL DLZ_FILESYSTEM LMDB -OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS NEWSTATS GEOIP \ - MINCACHE PORTREVISION FETCHLIMIT QUERYTRACE LMDB +.if !defined(BIND_TOOLS_SLAVE) +OPTIONS_DEFAULT+= DLZ_FILESYSTEM LMDB RPZ_NSDNAME RPZ_NSIP +OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \ + MINCACHE PORTREVISION QUERYTRACE LMDB DNSTAP OPTIONS_GROUP= DLZ OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB +.endif # BIND_TOOLS_SLAVE OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE @@ -78,15 +99,13 @@ PYTHON_DESC= Build with Python utilitie START_LATE_DESC= Start BIND late in the boot process MINCACHE_DESC= Use the mincachettl patch PORTREVISION_DESC= Show PORTREVISION in the version string -FETCHLIMIT_DESC= Enable the query quotas for resolvers QUERYTRACE_DESC= Enable the very verbose query tracelogging LMDB_DESC= Use LMDB for zone management +DNSTAP_DESC= Provides fast passive logging of DNS messages LINKS_DESC= Create conf file symlinks in ${PREFIX} -NEWSTATS_DESC= Enable alternate xml statistics channel format RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records -RRL_DESC= Response Rate Limiting DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) @@ -98,9 +117,12 @@ GSSAPI_BASE_DESC= Using Heimdal in base GSSAPI_HEIMDAL_DESC= Using security/heimdal GSSAPI_MIT_DESC= Using security/krb5 GSSAPI_NONE_DESC= Disable -MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl -FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit -QUERYTRACE_CONFIGURE_ENABLE= querytrace + +.if defined(BIND_TOOLS_SLAVE) +CONFLICTS+= bind910-9.10.* +.else +CONFLICTS+= bind-tools-9.* +.endif # BIND_TOOLS_SLAVE SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} SSL_USES= ssl @@ -109,8 +131,6 @@ SSL_CONFIGURE_OFF= --disable-openssl-ver LMDB_CONFIGURE_WITH= lmdb LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb -NEWSTATS_CONFIGURE_ENABLE= newstats - IDN_USES= iconv IDN_CONFIGURE_ON= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} IDN_LIB_DEPENDS= libidnkit.so:dns/idnkit @@ -146,8 +166,6 @@ RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname -RRL_CONFIGURE_ENABLE= rrl - DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes DLZ_MYSQL_USES= mysql @@ -177,6 +195,14 @@ GSSAPI_MIT_CONFIGURE_ON= \ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_NONE_CONFIGURE_ON= --without-gssapi +MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl + +QUERYTRACE_CONFIGURE_ENABLE= querytrace + +DNSTAP_CONFIGURE_ENABLE= dnstap +DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ + libprotobuf-c.so:devel/protobuf-c + .include .if !${PORT_OPTIONS:MGOST} && !${PORT_OPTIONS:MGOST_ASN1} @@ -197,8 +223,10 @@ CONFIGURE_ARGS+= --disable-threads PKGINSTALL= ${NONEXISTENT} PLIST_SUB+= NOBASE="" BASE="@comment " SUB_LIST+= NOBASE="" BASE="@comment " +.if !defined(BIND_TOOLS_SLAVE) USE_RC_SUBR+= named SUB_FILES+= named.conf +.endif # !defined(BIND_TOOLS_SLAVE) .else PLIST_SUB+= NOBASE="@comment " BASE="" SUB_LIST+= NOBASE="@comment " BASE="" @@ -226,6 +254,16 @@ post-patch: @${REINPLACE_CMD} -e 's|readline/readline.h|editline/readline.h|; \ s|readline/history.h|histedit.h|' \ ${WRKSRC}/bin/dig/nslookup.c ${WRKSRC}/bin/nsupdate/nsupdate.c +.if defined(BIND_TOOLS_SLAVE) + @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \ + -e 's#isc-config.sh installdirs#installdirs#' \ + -e 's#.*INSTALL.*isc-config.*##' \ + -e 's#.*INSTALL.*bind.keys.*##' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = delv dig dnssec nsupdate \\#' \ + -e 's#^ .*check confgen ##' \ + ${WRKSRC}/bin/Makefile.in +.else . for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ rndc/rndc.8 @${REINPLACE_CMD} -e 's#/etc/named.conf#${ETCDIR}/named.conf#g' \ @@ -233,7 +271,9 @@ post-patch: -e "s#/var\/run\/named\/named.pid#/var/run/named/pid#" \ ${WRKSRC}/bin/${FILE} . endfor +.endif +.if !defined(BIND_TOOLS_SLAVE) .if ${PORTREVISION:N0} post-patch-PORTREVISION-on: @${REINPLACE_CMD} -e '/EXTENSIONS/s#=$$#=_${PORTREVISION}#' \ @@ -269,5 +309,6 @@ post-install: # Can't use USE_PYTHON=autoplist post-install-PYTHON-on: @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -type f | ${SED} -e 's|${STAGEDIR}||' >> ${TMPPLIST} +.endif # BIND_TOOLS_SLAVE .include Modified: head/dns/bind9-devel/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Wed Aug 31 11:58:51 2016 (r421151) +++ head/dns/bind9-devel/pkg-plist Wed Aug 31 11:59:05 2016 (r421152) @@ -2,6 +2,7 @@ bin/arpaname bin/bind9-config bin/delv bin/dig +%%DNSTAP%%bin/dnstap-read bin/host bin/isc-config.sh bin/mdig @@ -34,6 +35,7 @@ include/dns/dlz_dlopen.h include/dns/dns64.h include/dns/dnssec.h include/dns/dnstap.h +%%DNSTAP%%include/dns/dnstap.pb-c.h include/dns/ds.h include/dns/dsdigest.h include/dns/dyndb.h @@ -274,6 +276,7 @@ man/man1/arpaname.1.gz man/man1/bind9-config.1.gz man/man1/delv.1.gz man/man1/dig.1.gz +%%DNSTAP%%man/man1/dnstap-read.1.gz man/man1/host.1.gz man/man1/isc-config.sh.1.gz man/man1/mdig.1.gz Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Wed Aug 31 11:58:51 2016 (r421151) +++ head/dns/bind910/Makefile Wed Aug 31 11:59:05 2016 (r421152) @@ -2,13 +2,13 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/} +PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 .else -# dns/bind910 here -PORTREVISION= 0 +# dns/bind9xx here +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -70,8 +70,8 @@ OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1 .if !defined(BIND_TOOLS_SLAVE) -OPTIONS_DEFAULT+= RRL DLZ_FILESYSTEM -OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS NEWSTATS GEOIP \ +OPTIONS_DEFAULT+= DLZ_FILESYSTEM RPZ_NSIP RPZ_NSDNAME +OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \ MINCACHE PORTREVISION FETCHLIMIT QUERYTRACE OPTIONS_GROUP= DLZ OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ @@ -101,10 +101,8 @@ FETCHLIMIT_DESC= Enable the query quotas QUERYTRACE_DESC= Enable the very verbose query tracelogging LINKS_DESC= Create conf file symlinks in ${PREFIX} -NEWSTATS_DESC= Enable alternate xml statistics channel format RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records -RRL_DESC= Response Rate Limiting DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) @@ -130,8 +128,6 @@ SSL_CONFIGURE_ON= --with-openssl=${OPENS SSL_USES= ssl SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl -NEWSTATS_CONFIGURE_ENABLE= newstats - IDN_USES= iconv IDN_CONFIGURE_ON= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} IDN_LIB_DEPENDS= libidnkit.so:dns/idnkit @@ -165,8 +161,6 @@ RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname -RRL_CONFIGURE_ENABLE= rrl - DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes DLZ_MYSQL_USES= mysql Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Wed Aug 31 11:58:51 2016 (r421151) +++ head/dns/bind911/Makefile Wed Aug 31 11:59:05 2016 (r421152) @@ -7,7 +7,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b # dns/bind-tools here PORTREVISION= 0 .else -# dns/bind910 here +# dns/bind9xx here PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Wed Aug 31 11:58:51 2016 (r421151) +++ head/dns/bind99/Makefile Wed Aug 31 11:59:05 2016 (r421152) @@ -2,8 +2,8 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/} -PORTREVISION= 0 +PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 @@ -43,7 +43,8 @@ CONFLICTS= bind9*-9.[45678].* bind9*-sdb SUB_FILES= pkg-message -OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE RRL DLZ_FILESYSTEM +OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE RRL DLZ_FILESYSTEM \ + RPZ_NSIP RPZ_NSDNAME OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE FIXED_RRSET SIGCHASE \ IPV6 THREADS FILTER_AAAA GOST PYTHON START_LATE MINCACHE \ LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS RPZ_PATCH NEWSTATS \ From owner-svn-ports-all@freebsd.org Wed Aug 31 12:06:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A5EEBC9E6A; Wed, 31 Aug 2016 12:06:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id 4B68B2E0; Wed, 31 Aug 2016 12:06:15 +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 u7VC6E2j002473; Wed, 31 Aug 2016 12:06:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VC6EOv002470; Wed, 31 Aug 2016 12:06:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608311206.u7VC6EOv002470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 Aug 2016 12:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421153 - head/math/py-keras X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 12:06:15 -0000 Author: amdmi3 Date: Wed Aug 31 12:06:14 2016 New Revision: 421153 URL: https://svnweb.freebsd.org/changeset/ports/421153 Log: - Update to 1.0.8 - While here, add LICENSE_FILE and pet portlint PR: 212241 Submitted by: neel@neelc.org (maintainer) Modified: head/math/py-keras/Makefile head/math/py-keras/distinfo Modified: head/math/py-keras/Makefile ============================================================================== --- head/math/py-keras/Makefile Wed Aug 31 11:59:05 2016 (r421152) +++ head/math/py-keras/Makefile Wed Aug 31 12:06:14 2016 (r421153) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keras -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,10 +9,11 @@ MAINTAINER= neel@neelc.org COMMENT= Deep Learning library for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}theano>=0.8.0:math/py-theano \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six USE_GITHUB= yes GH_ACCOUNT= fchollet Modified: head/math/py-keras/distinfo ============================================================================== --- head/math/py-keras/distinfo Wed Aug 31 11:59:05 2016 (r421152) +++ head/math/py-keras/distinfo Wed Aug 31 12:06:14 2016 (r421153) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470756092 -SHA256 (fchollet-keras-1.0.7_GH0.tar.gz) = b94158c9dd09d3af79acf0ea06ed0084d4645b0ea1b62168f10929260731b14e -SIZE (fchollet-keras-1.0.7_GH0.tar.gz) = 238201 +TIMESTAMP = 1472428773 +SHA256 (fchollet-keras-1.0.8_GH0.tar.gz) = be572836df58f578c727ae0b015d25f14fb3dbdcb484067ebd8c8e6c09125610 +SIZE (fchollet-keras-1.0.8_GH0.tar.gz) = 257898 From owner-svn-ports-all@freebsd.org Wed Aug 31 12:06:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42607BC9EB4; Wed, 31 Aug 2016 12:06:25 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 1EAD63CE; Wed, 31 Aug 2016 12:06:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VC6OJl002631; Wed, 31 Aug 2016 12:06:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VC6O3Q002628; Wed, 31 Aug 2016 12:06:24 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608311206.u7VC6O3Q002628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 31 Aug 2016 12:06:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421154 - in head/dns: bind9-devel bind910 bind911 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 12:06:25 -0000 Author: mat Date: Wed Aug 31 12:06:23 2016 New Revision: 421154 URL: https://svnweb.freebsd.org/changeset/ports/421154 Log: The START_LATE option is not needed by bind-tools. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind910/Makefile (contents, props changed) head/dns/bind911/Makefile (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Wed Aug 31 12:06:14 2016 (r421153) +++ head/dns/bind9-devel/Makefile Wed Aug 31 12:06:23 2016 (r421154) @@ -65,7 +65,7 @@ SUB_FILES= pkg-message .endif OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE -OPTIONS_DEFINE= IDN LARGE_FILE PYTHON START_LATE \ +OPTIONS_DEFINE= IDN LARGE_FILE PYTHON \ FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA OPTIONS_RADIO= CRYPTO GOSTDEF OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 @@ -74,7 +74,8 @@ OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1 .if !defined(BIND_TOOLS_SLAVE) OPTIONS_DEFAULT+= DLZ_FILESYSTEM LMDB RPZ_NSDNAME RPZ_NSIP OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \ - MINCACHE PORTREVISION QUERYTRACE LMDB DNSTAP + MINCACHE PORTREVISION QUERYTRACE LMDB DNSTAP \ + START_LATE OPTIONS_GROUP= DLZ OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Wed Aug 31 12:06:14 2016 (r421153) +++ head/dns/bind910/Makefile Wed Aug 31 12:06:23 2016 (r421154) @@ -63,7 +63,7 @@ SUB_FILES= pkg-message .endif OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE -OPTIONS_DEFINE= IDN LARGE_FILE PYTHON START_LATE \ +OPTIONS_DEFINE= IDN LARGE_FILE PYTHON \ FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA OPTIONS_RADIO= CRYPTO GOSTDEF OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 @@ -72,7 +72,8 @@ OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1 .if !defined(BIND_TOOLS_SLAVE) OPTIONS_DEFAULT+= DLZ_FILESYSTEM RPZ_NSIP RPZ_NSDNAME OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \ - MINCACHE PORTREVISION FETCHLIMIT QUERYTRACE + MINCACHE PORTREVISION FETCHLIMIT QUERYTRACE \ + START_LATE OPTIONS_GROUP= DLZ OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Wed Aug 31 12:06:14 2016 (r421153) +++ head/dns/bind911/Makefile Wed Aug 31 12:06:23 2016 (r421154) @@ -63,7 +63,7 @@ SUB_FILES= pkg-message .endif OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE -OPTIONS_DEFINE= IDN LARGE_FILE PYTHON START_LATE \ +OPTIONS_DEFINE= IDN LARGE_FILE PYTHON \ FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA OPTIONS_RADIO= CRYPTO GOSTDEF OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 @@ -72,7 +72,8 @@ OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1 .if !defined(BIND_TOOLS_SLAVE) OPTIONS_DEFAULT+= DLZ_FILESYSTEM LMDB RPZ_NSDNAME RPZ_NSIP OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \ - MINCACHE PORTREVISION QUERYTRACE LMDB DNSTAP + MINCACHE PORTREVISION QUERYTRACE LMDB DNSTAP \ + START_LATE OPTIONS_GROUP= DLZ OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB From owner-svn-ports-all@freebsd.org Wed Aug 31 12:08:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FD18BC9F6F; Wed, 31 Aug 2016 12:08:23 +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 mx1.freebsd.org (Postfix) with ESMTPS id 38BD177B; Wed, 31 Aug 2016 12:08:23 +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 u7VC8MBX002833; Wed, 31 Aug 2016 12:08:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VC8M6j002829; Wed, 31 Aug 2016 12:08:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608311208.u7VC8M6j002829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 Aug 2016 12:08:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421155 - in head/www/privoxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 12:08:23 -0000 Author: amdmi3 Date: Wed Aug 31 12:08:21 2016 New Revision: 421155 URL: https://svnweb.freebsd.org/changeset/ports/421155 Log: - Update to 3.0.26 - Use official website as primary master site. - Add option to increase the number of connections Privoxy can serve at the same time - Quote variables in the rc script more consistently. The upstream changes are documented at: https://www.privoxy.org/3.0.26/user-manual/whatsnew.html PR: 212240 Submitted by: fk@fabiankeil.de (maintainer) Modified: head/www/privoxy/Makefile head/www/privoxy/distinfo head/www/privoxy/files/privoxy.in head/www/privoxy/pkg-plist Modified: head/www/privoxy/Makefile ============================================================================== --- head/www/privoxy/Makefile Wed Aug 31 12:06:23 2016 (r421154) +++ head/www/privoxy/Makefile Wed Aug 31 12:08:21 2016 (r421155) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= privoxy -PORTVERSION= 3.0.24 +PORTVERSION= 3.0.26 CATEGORIES= www ipv6 -MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 +MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \ + SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src MAINTAINER= fk@fabiankeil.de @@ -33,14 +34,15 @@ GROUPS= privoxy CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME COMPRESSION DEBUG \ - DOCS EDITOR FORCE PRIVOXY_TOOLS TOGGLE +OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME BUMP_FD_SETSIZE COMPRESSION \ + DEBUG DOCS EDITOR FORCE PRIVOXY_TOOLS TOGGLE ACCEPT_FILTER_DESC= Support for accf_http(9) BROKEN_STRPTIME_DESC= Enable workaround for standards/173421 COMPRESSION_DESC= Support compression of buffered content DOCS_DESC= Let Privoxy serve the user manual EDITOR_DESC= Support use of the web-based action editor +BUMP_FD_SETSIZE_DESC= Support more client connections at the same time FORCE_DESC= Support bypassing of blocks PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc. TOGGLE_DESC= Support for remote toggling @@ -53,6 +55,8 @@ ACCEPT_FILTER_CONFIGURE_ON= --enable-acc BROKEN_STRPTIME_CONFIGURE_ON= --enable-strptime-sanity-checks +BUMP_FD_SETSIZE_CONFIGURE_ON= --with-fdsetsize=8192 + COMPRESSION_CONFIGURE_ON= --enable-compression DEBUG_CONFIGURE_ON= --with-debug Modified: head/www/privoxy/distinfo ============================================================================== --- head/www/privoxy/distinfo Wed Aug 31 12:06:23 2016 (r421154) +++ head/www/privoxy/distinfo Wed Aug 31 12:08:21 2016 (r421155) @@ -1,2 +1,3 @@ -SHA256 (privoxy-3.0.24-stable-src.tar.gz) = a381f6dc78f08de0d4a2342d47a5949a6608073ada34b933137184f3ca9fb012 -SIZE (privoxy-3.0.24-stable-src.tar.gz) = 1728265 +TIMESTAMP = 1472287144 +SHA256 (privoxy-3.0.26-stable-src.tar.gz) = 57e415b43ee5dfdca74685cc034053eaae962952fdabd086171551a86abf9cd8 +SIZE (privoxy-3.0.26-stable-src.tar.gz) = 1741772 Modified: head/www/privoxy/files/privoxy.in ============================================================================== --- head/www/privoxy/files/privoxy.in Wed Aug 31 12:06:23 2016 (r421154) +++ head/www/privoxy/files/privoxy.in Wed Aug 31 12:08:21 2016 (r421155) @@ -36,26 +36,26 @@ load_rc_config ${name} : ${privoxy_pidfile="${privoxy_piddir}/privoxy.pid"} privoxy_prestart () { - if [ ! -e ${privoxy_config} ]; then - echo config file not found. Copying the example file to ${privoxy_config}. - cp %%PREFIX%%/share/examples/privoxy/config ${privoxy_config} - chown ${privoxy_user}:${privoxy_user} ${privoxy_config}; + if [ ! -e "${privoxy_config}" ]; then + echo "config file not found. Copying the example file to ${privoxy_config}." + cp %%PREFIX%%/share/examples/privoxy/config "${privoxy_config}" + chown "${privoxy_user}:${privoxy_user}" "${privoxy_config}"; fi actionfile="%%PREFIX%%/etc/privoxy/match-all.action" - if [ ! -e ${actionfile} ]; then - echo ${actionfile} not found. Copying the example file. - cp %%PREFIX%%/share/examples/privoxy/match-all.action ${actionfile} - chown ${privoxy_user}:${privoxy_user} ${actionfile} + if [ ! -e "${actionfile}" ]; then + echo "${actionfile} not found. Copying the example file." + cp %%PREFIX%%/share/examples/privoxy/match-all.action "${actionfile}" + chown "${privoxy_user}:${privoxy_user}" "${actionfile}" fi - if [ ! -e ${privoxy_logdir} ]; then - echo ${privoxy_logdir} not found. Creating ... - mkdir ${privoxy_logdir} - chown ${privoxy_user}:${privoxy_user} ${privoxy_logdir} - chmod 0750 ${privoxy_logdir} + if [ ! -e "${privoxy_logdir}" ]; then + echo "${privoxy_logdir} not found. Creating ..." + mkdir "${privoxy_logdir}" + chown "${privoxy_user}:${privoxy_user}" "${privoxy_logdir}" + chmod 0750 "${privoxy_logdir}" fi - if [ ! -d ${privoxy_piddir} ]; then - mkdir -p ${privoxy_piddir} - chown ${privoxy_user}:${privoxy_user} ${privoxy_piddir} + if [ ! -d "${privoxy_piddir}" ]; then + mkdir -p "${privoxy_piddir}" + chown "${privoxy_user}:${privoxy_user}" "${privoxy_piddir}" fi } Modified: head/www/privoxy/pkg-plist ============================================================================== --- head/www/privoxy/pkg-plist Wed Aug 31 12:06:23 2016 (r421154) +++ head/www/privoxy/pkg-plist Wed Aug 31 12:08:21 2016 (r421155) @@ -15,6 +15,7 @@ etc/privoxy/templates/cgi-error-file-rea etc/privoxy/templates/cgi-error-modified etc/privoxy/templates/cgi-error-parse etc/privoxy/templates/cgi-style.css +etc/privoxy/templates/client-tags etc/privoxy/templates/connect-failed etc/privoxy/templates/connection-timeout etc/privoxy/templates/default From owner-svn-ports-all@freebsd.org Wed Aug 31 12:20:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09A5EBCA34D; Wed, 31 Aug 2016 12:20:45 +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 mx1.freebsd.org (Postfix) with ESMTPS id CD94EE97; Wed, 31 Aug 2016 12:20:44 +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 u7VCKidl006834; Wed, 31 Aug 2016 12:20:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VCKixN006833; Wed, 31 Aug 2016 12:20:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608311220.u7VCKixN006833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 Aug 2016 12:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421156 - head/mail/pm-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 12:20:45 -0000 Author: amdmi3 Date: Wed Aug 31 12:20:43 2016 New Revision: 421156 URL: https://svnweb.freebsd.org/changeset/ports/421156 Log: - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Don't install examples as docs - Switch to options helpers Modified: head/mail/pm-lib/Makefile Modified: head/mail/pm-lib/Makefile ============================================================================== --- head/mail/pm-lib/Makefile Wed Aug 31 12:08:21 2016 (r421155) +++ head/mail/pm-lib/Makefile Wed Aug 31 12:20:43 2016 (r421156) @@ -11,25 +11,33 @@ DISTNAME= procmail-lib-2009.1202 MAINTAINER= ports@FreeBSD.org COMMENT= Collection of procmail plug-in modules -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/doc/license/COPYING.GNU-GPL RUN_DEPENDS= procmail:mail/procmail NO_BUILD= yes +NO_ARCH= yes + PORTDOCS= * +PORTEXAMPLES= * PORTDATA= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/lib/pm-*.rc ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/lib/ChangeLog ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/article/index.txt \ ${STAGEDIR}${DOCSDIR}/README.txt ${INSTALL_DATA} ${WRKSRC}/doc/manual/index.txt \ ${STAGEDIR}${DOCSDIR}/manual.txt - cd ${WRKSRC}/doc/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @cd ${WRKSRC}/doc/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-all@freebsd.org Wed Aug 31 12:39:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9B69BCA74F; Wed, 31 Aug 2016 12:39:15 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 67045B92; Wed, 31 Aug 2016 12:39:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VCdEBe014283; Wed, 31 Aug 2016 12:39:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VCdEWE014282; Wed, 31 Aug 2016 12:39:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608311239.u7VCdEWE014282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 31 Aug 2016 12:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421157 - head/net/nats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 12:39:15 -0000 Author: olgeni Date: Wed Aug 31 12:39:14 2016 New Revision: 421157 URL: https://svnweb.freebsd.org/changeset/ports/421157 Log: Take over maintainership of net/nats. Approved by: vanilla Modified: head/net/nats/Makefile Modified: head/net/nats/Makefile ============================================================================== --- head/net/nats/Makefile Wed Aug 31 12:20:43 2016 (r421156) +++ head/net/nats/Makefile Wed Aug 31 12:39:14 2016 (r421157) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Messaging system written in Go LICENSE= MIT From owner-svn-ports-all@freebsd.org Wed Aug 31 12:50:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEDACBCA8F5; Wed, 31 Aug 2016 12:50:37 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 88C2AFB8; Wed, 31 Aug 2016 12:50:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VCoash018052; Wed, 31 Aug 2016 12:50:36 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VCoaAB018051; Wed, 31 Aug 2016 12:50:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608311250.u7VCoaAB018051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 31 Aug 2016 12:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421158 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 12:50:37 -0000 Author: mat Date: Wed Aug 31 12:50:36 2016 New Revision: 421158 URL: https://svnweb.freebsd.org/changeset/ports/421158 Log: Add GH_SUBDIR to option helpers. Submitted by: lightside gmx com Sponsored by: Absolight Modified: head/Mk/bsd.options.mk (contents, props changed) Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Wed Aug 31 12:39:14 2016 (r421157) +++ head/Mk/bsd.options.mk Wed Aug 31 12:50:36 2016 (r421158) @@ -136,9 +136,9 @@ # For each of: # ALL_TARGET BROKEN CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS CONFLICTS_BUILD # CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DESKTOP_ENTRIES DISTFILES EXTRA_PATCHES -# EXTRACT_ONLY GH_ACCOUNT GH_PROJECT GH_TAGNAME IGNORE INFO INSTALL_TARGET -# LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES PLIST_DIRS -# PLIST_FILES PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST +# EXTRACT_ONLY GH_ACCOUNT GH_PROJECT GH_SUBDIR GH_TAGNAME GH_TUPLE IGNORE INFO +# INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES +# PLIST_DIRS PLIST_FILES PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST # TEST_TARGET USES, # defining ${opt}_${variable} will add its content to the actual variable when # the option is enabled. Defining ${opt}_${variable}_OFF will add its content @@ -163,9 +163,9 @@ OPTIONS_FILE?= ${PORT_DBDIR}/${OPTIONS_N _OPTIONS_FLAGS= ALL_TARGET BROKEN CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \ CONFLICTS_BUILD CONFLICTS_INSTALL CPPFLAGS CXXFLAGS \ DESKTOP_ENTRIES DISTFILES EXTRA_PATCHES EXTRACT_ONLY \ - GH_ACCOUNT GH_PROJECT GH_TAGNAME GH_TUPLE IGNORE INFO \ - INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV MASTER_SITES \ - PATCHFILES PATCH_SITES PLIST_DIRS PLIST_FILES \ + GH_ACCOUNT GH_PROJECT GH_SUBDIR GH_TAGNAME GH_TUPLE IGNORE \ + INFO INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV \ + MASTER_SITES PATCHFILES PATCH_SITES PLIST_DIRS PLIST_FILES \ PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST \ TEST_TARGET USES _OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN From owner-svn-ports-all@freebsd.org Wed Aug 31 13:01:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C12D8BCAB82; Wed, 31 Aug 2016 13:01:58 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 8BE99968; Wed, 31 Aug 2016 13:01:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VD1vIE024685; Wed, 31 Aug 2016 13:01:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VD1vAx024684; Wed, 31 Aug 2016 13:01:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608311301.u7VD1vAx024684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 31 Aug 2016 13:01:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421159 - head/textproc/erlang-fast_xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 13:01:58 -0000 Author: olgeni Date: Wed Aug 31 13:01:57 2016 New Revision: 421159 URL: https://svnweb.freebsd.org/changeset/ports/421159 Log: Mark as BROKEN due to rebar incompatibility. Modified: head/textproc/erlang-fast_xml/Makefile Modified: head/textproc/erlang-fast_xml/Makefile ============================================================================== --- head/textproc/erlang-fast_xml/Makefile Wed Aug 31 12:50:36 2016 (r421158) +++ head/textproc/erlang-fast_xml/Makefile Wed Aug 31 13:01:57 2016 (r421159) @@ -22,6 +22,8 @@ ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -l expat +BROKEN= does not build with latest devel/rebar + pre-install: ${STRIP_CMD} ${WRKSRC}/priv/lib/*.so From owner-svn-ports-all@freebsd.org Wed Aug 31 13:22:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62CBABC9475; Wed, 31 Aug 2016 13:22:31 +0000 (UTC) (envelope-from zi@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 mx1.freebsd.org (Postfix) with ESMTPS id 336CBB59; Wed, 31 Aug 2016 13:22:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VDMUxm032947; Wed, 31 Aug 2016 13:22:30 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VDMUTJ032946; Wed, 31 Aug 2016 13:22:30 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201608311322.u7VDMUTJ032946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 31 Aug 2016 13:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421160 - head/security/openconnect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 13:22:31 -0000 Author: zi Date: Wed Aug 31 13:22:30 2016 New Revision: 421160 URL: https://svnweb.freebsd.org/changeset/ports/421160 Log: - Add LZ4 OPTION PR: 212254 Submitted by: Piotr Kubaj Modified: head/security/openconnect/Makefile Modified: head/security/openconnect/Makefile ============================================================================== --- head/security/openconnect/Makefile Wed Aug 31 13:01:57 2016 (r421159) +++ head/security/openconnect/Makefile Wed Aug 31 13:22:30 2016 (r421160) @@ -26,7 +26,11 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes PORTDOCS= * -OPTIONS_DEFINE= PROXY GNUTLS +OPTIONS_DEFINE= PROXY GNUTLS LZ4 + +LZ4_DESC= LZ4-based compression +LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 +LZ4_CONFIGURE_WITH= lz4 PROXY_DESC= Automatic proxy configuration via libproxy PROXY_LIB_DEPENDS= libproxy.so:net/libproxy From owner-svn-ports-all@freebsd.org Wed Aug 31 13:26:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0AB9BC95D1; Wed, 31 Aug 2016 13:26:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id 84FF1E17; Wed, 31 Aug 2016 13:26:46 +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 u7VDQjhl033261; Wed, 31 Aug 2016 13:26:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VDQjvE033257; Wed, 31 Aug 2016 13:26:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608311326.u7VDQjvE033257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 Aug 2016 13:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421161 - in head/math/geogebra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 13:26:47 -0000 Author: amdmi3 Date: Wed Aug 31 13:26:45 2016 New Revision: 421161 URL: https://svnweb.freebsd.org/changeset/ports/421161 Log: - Update to 5.0.270 - Don't ship bundled java - Don't require linux-binaries anymore - Use java from ports - While here, add NO_ARCH Changelog: https://www.geogebra.org/manual/en/Reference:Changelog_5.0 PR: 212257 Submitted by: udvzsolt@gmail.com (maintainer) Deleted: head/math/geogebra/pkg-message Modified: head/math/geogebra/Makefile head/math/geogebra/distinfo head/math/geogebra/files/geogebra.sh.in head/math/geogebra/pkg-plist Modified: head/math/geogebra/Makefile ============================================================================== --- head/math/geogebra/Makefile Wed Aug 31 13:22:30 2016 (r421160) +++ head/math/geogebra/Makefile Wed Aug 31 13:26:45 2016 (r421161) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geogebra -PORTVERSION= 5.0.260.0 +PORTVERSION= 5.0.270.0 CATEGORIES= math java MASTER_SITES= http://download.geogebra.org/installers/5.0/ \ http://freebsd.uzsolt.hu/src/ @@ -18,21 +18,19 @@ LICENSE_NAME= GeoGebra Non-Commercial Li LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept -USE_LINUX?= c6 - -USE_LINUX_APPS= xorglibs - ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= geogebra.desktop CONFLICTS= math/geogebra-i18n-[0-9]* NO_BUILD= yes +NO_ARCH= yes USES= tar:bzip2 desktop-file-utils shebangfix +USE_JAVA= yes +JAVA_RUN= jre WRKSRC= ${WRKDIR}/${DISTNAME} -JAVADIR= jre1.7.0_45-i686 SUB_FILES= geogebra.desktop geogebra.sh -SUB_LIST= JAVADIR=${DATADIR}/${JAVADIR} +SUB_LIST= JAVA=${JAVA} INSTALLS_ICONS= yes @@ -40,8 +38,6 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/geogebra.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/geogebra/*.jar ${STAGEDIR}${DATADIR}/${PORTNAME} - cd ${WRKSRC} && ${COPYTREE_SHARE} ${JAVADIR} ${STAGEDIR}${DATADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/${JAVADIR}/bin/java ${STAGEDIR}${DATADIR}/${JAVADIR}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKDIR}/geogebra.desktop ${STAGEDIR}${DESKTOPDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps Modified: head/math/geogebra/distinfo ============================================================================== --- head/math/geogebra/distinfo Wed Aug 31 13:22:30 2016 (r421160) +++ head/math/geogebra/distinfo Wed Aug 31 13:26:45 2016 (r421161) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468855653 -SHA256 (GeoGebra-Linux-Portable-5.0.260.0.tar.bz2) = eded1c6ca4e2165c58dc4d6da0f5d67c9285319b2d8c1e9cfcc04aeb8826bab4 -SIZE (GeoGebra-Linux-Portable-5.0.260.0.tar.bz2) = 101000893 +TIMESTAMP = 1472531507 +SHA256 (GeoGebra-Linux-Portable-5.0.270.0.tar.bz2) = 74dcf04fb65e1e22e53ad8dad791d0e8e1e39bfea6027ef2125666efe1f0d469 +SIZE (GeoGebra-Linux-Portable-5.0.270.0.tar.bz2) = 106370224 SHA256 (geogebra.png) = e97122d77209e2c235f5afcee8f783c1e933d14062851ac73a4ed7a6520c5614 SIZE (geogebra.png) = 4018 Modified: head/math/geogebra/files/geogebra.sh.in ============================================================================== --- head/math/geogebra/files/geogebra.sh.in Wed Aug 31 13:22:30 2016 (r421160) +++ head/math/geogebra/files/geogebra.sh.in Wed Aug 31 13:26:45 2016 (r421161) @@ -1,6 +1,6 @@ #!/bin/sh -JAVACMD=%%JAVADIR%%/bin/java +JAVACMD=%%JAVA%% GG_XMS="32m" GG_XMX="1024m" GG_SETTINGS_FILE="${HOME}/.config/geogebra/geogebra.properties" Modified: head/math/geogebra/pkg-plist ============================================================================== --- head/math/geogebra/pkg-plist Wed Aug 31 13:22:30 2016 (r421160) +++ head/math/geogebra/pkg-plist Wed Aug 31 13:26:45 2016 (r421161) @@ -20,691 +20,4 @@ share/icons/hicolor/32x32/apps/geogebra. %%DATADIR%%/geogebra/jogl.all-natives-linux-amd64.jar %%DATADIR%%/geogebra/jogl.all-natives-linux-i586.jar %%DATADIR%%/geogebra/jogl.all.jar -%%DATADIR%%/jre1.7.0_45-i686/COPYRIGHT -%%DATADIR%%/jre1.7.0_45-i686/LICENSE -%%DATADIR%%/jre1.7.0_45-i686/README -%%DATADIR%%/jre1.7.0_45-i686/THIRDPARTYLICENSEREADME-JAVAFX.txt -%%DATADIR%%/jre1.7.0_45-i686/THIRDPARTYLICENSEREADME.txt -%%DATADIR%%/jre1.7.0_45-i686/Welcome.html -%%DATADIR%%/jre1.7.0_45-i686/bin/java -%%DATADIR%%/jre1.7.0_45-i686/lib/alt-rt.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/calendars.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/classlist -%%DATADIR%%/jre1.7.0_45-i686/lib/content-types.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/currency.data -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/MixedCodeMainDialog.ui -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/MixedCodeMainDialogJs.ui -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/cautionshield.icns -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/ffjcext.zip -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/java-icon.ico -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_de.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_es.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_fr.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_it.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_ja.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_ko.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_pt_BR.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_sv.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_zh_CN.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_zh_HK.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/messages_zh_TW.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/mixcode_s.png -%%DATADIR%%/jre1.7.0_45-i686/lib/deploy/splash.gif -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/applications/sun-java.desktop -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/applications/sun-javaws.desktop -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/applications/sun_java.desktop -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/16x16/apps/sun-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/48x48/apps/sun-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-archive.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/mime/packages/x-java-archive.xml -%%DATADIR%%/jre1.7.0_45-i686/lib/desktop/mime/packages/x-java-jnlp-file.xml -%%DATADIR%%/jre1.7.0_45-i686/lib/ext/dnsns.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/ext/localedata.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/ext/meta-index -%%DATADIR%%/jre1.7.0_45-i686/lib/ext/sunec.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/ext/sunjce_provider.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/ext/sunpkcs11.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/ext/zipfs.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/flavormap.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.RedHat.5.bfc -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.RedHat.5.properties.src -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.RedHat.6.bfc -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.RedHat.6.properties.src -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.SuSE.10.bfc -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.SuSE.10.properties.src -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.SuSE.11.bfc -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.SuSE.11.properties.src -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.Turbo.bfc -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.Turbo.properties.src -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.bfc -%%DATADIR%%/jre1.7.0_45-i686/lib/fontconfig.properties.src -%%DATADIR%%/jre1.7.0_45-i686/lib/fonts/LucidaBrightDemiBold.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/fonts/LucidaBrightDemiItalic.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/fonts/LucidaBrightItalic.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/fonts/LucidaBrightRegular.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/fonts/LucidaSansDemiBold.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/fonts/LucidaSansRegular.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/fonts/LucidaTypewriterBold.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/fonts/LucidaTypewriterRegular.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/fonts/fonts.dir -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/client/Xusage.txt -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/client/libjsig.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/client/libjvm.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/fxavcodecplugin-52.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/fxavcodecplugin-53.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/fxplugins.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/jli/libjli.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/jvm.cfg -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libawt.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libdcpr.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libdt_socket.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libfontmanager.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libglass.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libgstplugins-lite.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libgstreamer-lite.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libinstrument.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libj2gss.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libj2pcsc.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libj2pkcs11.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjaas_unix.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjava.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjava_crw_demo.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjavafx-font.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjavafx-iio.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjavaplugin_jni.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjavaplugin_nscp.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjavaplugin_nscp_gcc29.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjavaplugin_oji.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjawt.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjfr.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjfxmedia.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjfxwebkit.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjpeg.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjsdt.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjsig.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libjsoundalsa.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libkcms.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libmanagement.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libnet.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libnio.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libnpjp2.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libnpt.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libprism-es2.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libsctp.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libsunec.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libt2k.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libunpack.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libverify.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/libzip.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/server/Xusage.txt -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/server/libjsig.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/server/libjvm.so -%%DATADIR%%/jre1.7.0_45-i686/lib/i386/xawt/libmawt.so -%%DATADIR%%/jre1.7.0_45-i686/lib/images/cursors/cursors.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/images/cursors/invalid32x32.gif -%%DATADIR%%/jre1.7.0_45-i686/lib/images/cursors/motif_CopyDrop32x32.gif -%%DATADIR%%/jre1.7.0_45-i686/lib/images/cursors/motif_CopyNoDrop32x32.gif -%%DATADIR%%/jre1.7.0_45-i686/lib/images/cursors/motif_LinkDrop32x32.gif -%%DATADIR%%/jre1.7.0_45-i686/lib/images/cursors/motif_LinkNoDrop32x32.gif -%%DATADIR%%/jre1.7.0_45-i686/lib/images/cursors/motif_MoveDrop32x32.gif -%%DATADIR%%/jre1.7.0_45-i686/lib/images/cursors/motif_MoveNoDrop32x32.gif -%%DATADIR%%/jre1.7.0_45-i686/lib/images/icons/sun-java.png -%%DATADIR%%/jre1.7.0_45-i686/lib/images/icons/sun-java_HighContrast.png -%%DATADIR%%/jre1.7.0_45-i686/lib/images/icons/sun-java_HighContrastInverse.png -%%DATADIR%%/jre1.7.0_45-i686/lib/images/icons/sun-java_LowContrast.png -%%DATADIR%%/jre1.7.0_45-i686/lib/javafx.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/jce.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/jexec -%%DATADIR%%/jre1.7.0_45-i686/lib/jfr.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/jfr/default.jfc -%%DATADIR%%/jre1.7.0_45-i686/lib/jfr/profile.jfc -%%DATADIR%%/jre1.7.0_45-i686/lib/jfxrt.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/jsse.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/jvm.hprof.txt -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/pt_BR/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -%%DATADIR%%/jre1.7.0_45-i686/lib/logging.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/management-agent.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/management/jmxremote.access -%%DATADIR%%/jre1.7.0_45-i686/lib/management/jmxremote.password.template -%%DATADIR%%/jre1.7.0_45-i686/lib/management/management.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/management/snmp.acl.template -%%DATADIR%%/jre1.7.0_45-i686/lib/meta-index -%%DATADIR%%/jre1.7.0_45-i686/lib/net.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/oblique-fonts/LucidaSansDemiOblique.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/oblique-fonts/LucidaSansOblique.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/oblique-fonts/LucidaTypewriterOblique.ttf -%%DATADIR%%/jre1.7.0_45-i686/lib/oblique-fonts/fonts.dir -%%DATADIR%%/jre1.7.0_45-i686/lib/psfont.properties.ja -%%DATADIR%%/jre1.7.0_45-i686/lib/psfontj2d.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/resources.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/rt.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/security/US_export_policy.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/security/blacklist -%%DATADIR%%/jre1.7.0_45-i686/lib/security/cacerts -%%DATADIR%%/jre1.7.0_45-i686/lib/security/java.policy -%%DATADIR%%/jre1.7.0_45-i686/lib/security/java.security -%%DATADIR%%/jre1.7.0_45-i686/lib/security/javafx.policy -%%DATADIR%%/jre1.7.0_45-i686/lib/security/javaws.policy -%%DATADIR%%/jre1.7.0_45-i686/lib/security/local_policy.jar -%%DATADIR%%/jre1.7.0_45-i686/lib/security/trusted.libraries -%%DATADIR%%/jre1.7.0_45-i686/lib/sound.properties -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Abidjan -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Accra -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Addis_Ababa -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Algiers -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Asmara -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Bamako -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Bangui -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Banjul -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Bissau -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Blantyre -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Brazzaville -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Bujumbura -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Cairo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Casablanca -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Ceuta -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Conakry -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Dakar -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Dar_es_Salaam -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Djibouti -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Douala -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/El_Aaiun -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Freetown -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Gaborone -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Harare -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Johannesburg -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Juba -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Kampala -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Khartoum -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Kigali -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Kinshasa -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Lagos -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Libreville -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Lome -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Luanda -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Lubumbashi -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Lusaka -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Malabo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Maputo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Maseru -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Mbabane -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Mogadishu -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Monrovia -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Nairobi -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Ndjamena -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Niamey -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Nouakchott -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Ouagadougou -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Porto-Novo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Sao_Tome -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Tripoli -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Tunis -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Africa/Windhoek -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Adak -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Anchorage -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Anguilla -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Antigua -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Araguaina -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/Buenos_Aires -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/Catamarca -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/Cordoba -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/Jujuy -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/La_Rioja -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/Mendoza -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/Rio_Gallegos -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/Salta -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/San_Juan -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/San_Luis -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/Tucuman -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Argentina/Ushuaia -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Aruba -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Asuncion -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Atikokan -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Bahia -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Bahia_Banderas -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Barbados -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Belem -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Belize -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Blanc-Sablon -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Boa_Vista -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Bogota -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Boise -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Cambridge_Bay -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Campo_Grande -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Cancun -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Caracas -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Cayenne -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Cayman -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Chicago -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Chihuahua -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Costa_Rica -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Creston -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Cuiaba -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Curacao -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Danmarkshavn -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Dawson -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Dawson_Creek -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Denver -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Detroit -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Dominica -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Edmonton -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Eirunepe -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/El_Salvador -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Fortaleza -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Glace_Bay -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Godthab -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Goose_Bay -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Grand_Turk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Grenada -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Guadeloupe -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Guatemala -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Guayaquil -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Guyana -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Halifax -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Havana -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Hermosillo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Indiana/Indianapolis -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Indiana/Knox -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Indiana/Marengo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Indiana/Petersburg -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Indiana/Tell_City -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Indiana/Vevay -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Indiana/Vincennes -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Indiana/Winamac -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Inuvik -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Iqaluit -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Jamaica -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Juneau -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Kentucky/Louisville -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Kentucky/Monticello -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/La_Paz -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Lima -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Los_Angeles -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Maceio -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Managua -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Manaus -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Martinique -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Matamoros -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Mazatlan -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Menominee -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Merida -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Metlakatla -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Mexico_City -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Miquelon -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Moncton -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Monterrey -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Montevideo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Montreal -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Montserrat -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Nassau -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/New_York -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Nipigon -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Nome -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Noronha -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/North_Dakota/Beulah -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/North_Dakota/Center -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/North_Dakota/New_Salem -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Ojinaga -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Panama -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Pangnirtung -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Paramaribo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Phoenix -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Port-au-Prince -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Port_of_Spain -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Porto_Velho -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Puerto_Rico -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Rainy_River -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Rankin_Inlet -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Recife -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Regina -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Resolute -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Rio_Branco -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Santa_Isabel -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Santarem -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Santiago -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Santo_Domingo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Sao_Paulo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Scoresbysund -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Sitka -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/St_Johns -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/St_Kitts -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/St_Lucia -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/St_Thomas -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/St_Vincent -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Swift_Current -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Tegucigalpa -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Thule -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Thunder_Bay -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Tijuana -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Toronto -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Tortola -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Vancouver -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Whitehorse -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Winnipeg -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Yakutat -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/America/Yellowknife -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/Casey -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/Davis -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/DumontDUrville -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/Macquarie -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/Mawson -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/McMurdo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/Palmer -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/Rothera -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/Syowa -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Antarctica/Vostok -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Aden -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Almaty -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Amman -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Anadyr -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Aqtau -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Aqtobe -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Ashgabat -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Baghdad -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Bahrain -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Baku -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Bangkok -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Beirut -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Bishkek -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Brunei -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Choibalsan -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Chongqing -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Colombo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Damascus -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Dhaka -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Dili -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Dubai -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Dushanbe -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Gaza -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Harbin -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Hebron -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Ho_Chi_Minh -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Hong_Kong -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Hovd -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Irkutsk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Jakarta -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Jayapura -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Jerusalem -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Kabul -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Kamchatka -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Karachi -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Kashgar -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Kathmandu -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Khandyga -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Kolkata -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Krasnoyarsk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Kuala_Lumpur -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Kuching -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Kuwait -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Macau -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Magadan -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Makassar -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Manila -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Muscat -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Nicosia -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Novokuznetsk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Novosibirsk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Omsk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Oral -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Phnom_Penh -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Pontianak -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Pyongyang -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Qatar -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Qyzylorda -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Rangoon -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Riyadh -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Riyadh87 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Riyadh88 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Riyadh89 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Sakhalin -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Samarkand -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Seoul -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Shanghai -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Singapore -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Taipei -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Tashkent -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Tbilisi -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Tehran -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Thimphu -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Tokyo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Ulaanbaatar -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Urumqi -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Ust-Nera -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Vientiane -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Vladivostok -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Yakutsk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Yekaterinburg -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Asia/Yerevan -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/Azores -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/Bermuda -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/Canary -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/Cape_Verde -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/Faroe -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/Madeira -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/Reykjavik -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/South_Georgia -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/St_Helena -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Atlantic/Stanley -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Adelaide -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Brisbane -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Broken_Hill -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Currie -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Darwin -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Eucla -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Hobart -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Lindeman -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Lord_Howe -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Melbourne -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Perth -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Australia/Sydney -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/CET -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/CST6CDT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/EET -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/EST -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/EST5EDT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+1 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+10 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+11 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+12 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+2 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+3 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+4 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+5 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+6 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+7 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+8 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT+9 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-1 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-10 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-11 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-12 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-13 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-14 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-2 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-3 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-4 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-5 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-6 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-7 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-8 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/GMT-9 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/UCT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Etc/UTC -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Amsterdam -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Andorra -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Athens -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Belgrade -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Berlin -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Brussels -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Bucharest -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Budapest -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Chisinau -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Copenhagen -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Dublin -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Gibraltar -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Helsinki -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Istanbul -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Kaliningrad -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Kiev -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Lisbon -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/London -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Luxembourg -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Madrid -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Malta -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Minsk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Monaco -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Moscow -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Oslo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Paris -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Prague -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Riga -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Rome -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Samara -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Simferopol -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Sofia -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Stockholm -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Tallinn -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Tirane -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Uzhgorod -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Vaduz -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Vienna -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Vilnius -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Volgograd -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Warsaw -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Zaporozhye -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Europe/Zurich -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/GMT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/HST -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Antananarivo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Chagos -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Christmas -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Cocos -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Comoro -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Kerguelen -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Mahe -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Maldives -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Mauritius -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Mayotte -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Indian/Reunion -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/MET -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/MST -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/MST7MDT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/PST8PDT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Apia -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Auckland -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Chatham -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Chuuk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Easter -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Efate -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Enderbury -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Fakaofo -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Fiji -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Funafuti -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Galapagos -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Gambier -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Guadalcanal -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Guam -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Honolulu -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Johnston -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Kiritimati -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Kosrae -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Kwajalein -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Majuro -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Marquesas -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Midway -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Nauru -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Niue -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Norfolk -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Noumea -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Pago_Pago -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Palau -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Pitcairn -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Pohnpei -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Port_Moresby -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Rarotonga -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Saipan -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Tahiti -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Tarawa -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Tongatapu -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Wake -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/Pacific/Wallis -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/AST4 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/AST4ADT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/CST6 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/CST6CDT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/EST5 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/EST5EDT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/HST10 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/MST7 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/MST7MDT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/PST8 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/PST8PDT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/YST9 -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/SystemV/YST9YDT -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/WET -%%DATADIR%%/jre1.7.0_45-i686/lib/zi/ZoneInfoMappings -%%DATADIR%%/jre1.7.0_45-i686/release -%%DATADIR%%/jre1.7.0_45-i686/remove-jre-unused -@dir %%DATADIR%%/jre1.7.0_45-i686/lib/applet @dir share/mime/packages From owner-svn-ports-all@freebsd.org Wed Aug 31 13:28:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DE9BBC962D; Wed, 31 Aug 2016 13:28:00 +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 mx1.freebsd.org (Postfix) with ESMTPS id 60AA8F03; Wed, 31 Aug 2016 13:28:00 +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 u7VDRxqw033414; Wed, 31 Aug 2016 13:27:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VDRxje033413; Wed, 31 Aug 2016 13:27:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608311327.u7VDRxje033413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 Aug 2016 13:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421162 - head/sysutils/uptimed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 13:28:00 -0000 Author: amdmi3 Date: Wed Aug 31 13:27:59 2016 New Revision: 421162 URL: https://svnweb.freebsd.org/changeset/ports/421162 Log: - Remove bogus USES=tar:bzip2 - Whitespace fix PR: 212270 Submitted by: pkubaj@anongoth.pl (maintainer) Modified: head/sysutils/uptimed/Makefile Modified: head/sysutils/uptimed/Makefile ============================================================================== --- head/sysutils/uptimed/Makefile Wed Aug 31 13:26:45 2016 (r421161) +++ head/sysutils/uptimed/Makefile Wed Aug 31 13:27:59 2016 (r421162) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= rpodgorny -USES= autoreconf gmake libtool tar:bzip2 +USES= autoreconf gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip @@ -27,7 +27,7 @@ post-patch: 's|/usr/lib/sendmail|/usr/sbin/sendmail| ; \ s|/var/run/uptimed|/var/run/uptimed.pid|' \ ${WRKSRC}/etc/uptimed.conf-dist - @${REINPLACE_CMD} -e \ + @${REINPLACE_CMD} -e \ 's|/etc/uprecords-cgi/|${PREFIX}/www/cgi-bin/|' \ ${WRKSRC}/src/uprecords.c From owner-svn-ports-all@freebsd.org Wed Aug 31 13:28:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46A1ABC965C; Wed, 31 Aug 2016 13:28:06 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 0047CF11; Wed, 31 Aug 2016 13:28:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VDS5vE033524; Wed, 31 Aug 2016 13:28:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VDS5AX033523; Wed, 31 Aug 2016 13:28:05 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608311328.u7VDS5AX033523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 31 Aug 2016 13:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421163 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 13:28:06 -0000 Author: mat Date: Wed Aug 31 13:28:05 2016 New Revision: 421163 URL: https://svnweb.freebsd.org/changeset/ports/421163 Log: Don't duplicate the list of options helpers. People who come here can read the code, they will be able to understand the variable definition. Sponsored by: Absolight Modified: head/Mk/bsd.options.mk (contents, props changed) Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Wed Aug 31 13:27:59 2016 (r421162) +++ head/Mk/bsd.options.mk Wed Aug 31 13:28:05 2016 (r421163) @@ -133,22 +133,16 @@ # ${opt}_VARS_OFF= FOO+=bar When option is disabled, it will append # FOO+= bar # -# For each of: -# ALL_TARGET BROKEN CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS CONFLICTS_BUILD -# CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DESKTOP_ENTRIES DISTFILES EXTRA_PATCHES -# EXTRACT_ONLY GH_ACCOUNT GH_PROJECT GH_SUBDIR GH_TAGNAME GH_TUPLE IGNORE INFO -# INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES -# PLIST_DIRS PLIST_FILES PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST -# TEST_TARGET USES, -# defining ${opt}_${variable} will add its content to the actual variable when -# the option is enabled. Defining ${opt}_${variable}_OFF will add its content -# to the actual variable when the option is disabled. -# # For each of the depends target PKG FETCH EXTRACT PATCH BUILD LIB RUN, # defining ${opt}_${deptype}_DEPENDS will add its content to the actual # dependency when the option is enabled. Defining # ${opt}_${deptype}_DEPENDS_OFF will add its content to the actual dependency # when the option is disabled. +# +# For each of the variables in _OPTIONS_FLAGS below, defining +# ${opt}_${variable} will add its content to the actual variable when the +# option is enabled. Defining ${opt}_${variable}_OFF will add its content to +# the actual variable when the option is disabled. ## # Set all the options available for the ports, beginning with the From owner-svn-ports-all@freebsd.org Wed Aug 31 13:31:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A646DBC9873; Wed, 31 Aug 2016 13:31:01 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 739EF1F2; Wed, 31 Aug 2016 13:31:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VDV01H033753; Wed, 31 Aug 2016 13:31:00 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VDV0ps033751; Wed, 31 Aug 2016 13:31:00 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608311331.u7VDV0ps033751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 31 Aug 2016 13:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421164 - head/devel/rebar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 13:31:01 -0000 Author: olgeni Date: Wed Aug 31 13:31:00 2016 New Revision: 421164 URL: https://svnweb.freebsd.org/changeset/ports/421164 Log: Revert upgrade of devel/rebar to version 2.6.3 (r420961). It broke all C builds. Modified: head/devel/rebar/Makefile head/devel/rebar/distinfo Modified: head/devel/rebar/Makefile ============================================================================== --- head/devel/rebar/Makefile Wed Aug 31 13:28:05 2016 (r421163) +++ head/devel/rebar/Makefile Wed Aug 31 13:31:00 2016 (r421164) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= rebar -PORTVERSION= 2.6.3 +PORTVERSION= 2.6.2 +PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org Modified: head/devel/rebar/distinfo ============================================================================== --- head/devel/rebar/distinfo Wed Aug 31 13:28:05 2016 (r421163) +++ head/devel/rebar/distinfo Wed Aug 31 13:31:00 2016 (r421164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472288343 -SHA256 (rebar-rebar-2.6.3_GH0.tar.gz) = e4b645747bcc1cde3994ccc7a3861a97408df9be387ea1e7bc8910cd013154e0 -SIZE (rebar-rebar-2.6.3_GH0.tar.gz) = 213146 +TIMESTAMP = 1472649822 +SHA256 (rebar-rebar-2.6.2_GH0.tar.gz) = ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400 +SIZE (rebar-rebar-2.6.2_GH0.tar.gz) = 210775 From owner-svn-ports-all@freebsd.org Wed Aug 31 13:32:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39BECBC98CC; Wed, 31 Aug 2016 13:32:21 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 0AFD46C4; Wed, 31 Aug 2016 13:32:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VDWKLB037274; Wed, 31 Aug 2016 13:32:20 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VDWK0n037273; Wed, 31 Aug 2016 13:32:20 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608311332.u7VDWK0n037273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 31 Aug 2016 13:32:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421165 - head/textproc/erlang-fast_xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 13:32:21 -0000 Author: olgeni Date: Wed Aug 31 13:32:20 2016 New Revision: 421165 URL: https://svnweb.freebsd.org/changeset/ports/421165 Log: Unbreak textproc/erlang-fast_xml after devel/rebar downgrade. Modified: head/textproc/erlang-fast_xml/Makefile Modified: head/textproc/erlang-fast_xml/Makefile ============================================================================== --- head/textproc/erlang-fast_xml/Makefile Wed Aug 31 13:31:00 2016 (r421164) +++ head/textproc/erlang-fast_xml/Makefile Wed Aug 31 13:32:20 2016 (r421165) @@ -22,8 +22,6 @@ ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -l expat -BROKEN= does not build with latest devel/rebar - pre-install: ${STRIP_CMD} ${WRKSRC}/priv/lib/*.so From owner-svn-ports-all@freebsd.org Wed Aug 31 14:25:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B49C6BCA953; Wed, 31 Aug 2016 14:25:18 +0000 (UTC) (envelope-from crees@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 mx1.freebsd.org (Postfix) with ESMTPS id 84D7CCA7; Wed, 31 Aug 2016 14:25:18 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VEPHl1056250; Wed, 31 Aug 2016 14:25:17 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VEPHaH056249; Wed, 31 Aug 2016 14:25:17 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201608311425.u7VEPHaH056249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Wed, 31 Aug 2016 14:25:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421166 - head/databases/neo4j X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 14:25:18 -0000 Author: crees Date: Wed Aug 31 14:25:17 2016 New Revision: 421166 URL: https://svnweb.freebsd.org/changeset/ports/421166 Log: Remove reference to internal variable. No change in functionality. Modified: head/databases/neo4j/Makefile Modified: head/databases/neo4j/Makefile ============================================================================== --- head/databases/neo4j/Makefile Wed Aug 31 13:32:20 2016 (r421165) +++ head/databases/neo4j/Makefile Wed Aug 31 14:25:17 2016 (r421166) @@ -18,8 +18,7 @@ USE_RC_SUBR= ${PORTNAME} SUB_FILES= ${PORTNAME}.sh post-patch: - ${REINPLACE_CMD} ${_SUB_LIST_TEMP} ${WRKSRC}/bin/neo4j-shared.sh \ - ${WRKSRC}/conf/neo4j.conf + ${REINPLACE_CMD} 's,%%DATADIR%%,${DATADIR},g;s,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/bin/neo4j-shared.sh ${WRKSRC}/conf/neo4j.conf do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} From owner-svn-ports-all@freebsd.org Wed Aug 31 14:30:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E02A1BCA9A2; Wed, 31 Aug 2016 14:30:14 +0000 (UTC) (envelope-from nobutaka@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 mx1.freebsd.org (Postfix) with ESMTPS id 95C58E43; Wed, 31 Aug 2016 14:30:14 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VEUDRW056581; Wed, 31 Aug 2016 14:30:13 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VEUDef056577; Wed, 31 Aug 2016 14:30:13 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201608311430.u7VEUDef056577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Wed, 31 Aug 2016 14:30:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421167 - in head/x11/mlterm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 14:30:15 -0000 Author: nobutaka Date: Wed Aug 31 14:30:13 2016 New Revision: 421167 URL: https://svnweb.freebsd.org/changeset/ports/421167 Log: - Update to 3.7.2. - Move patch-tool_w3mmlconfig_mlconfig.cgi.in to the files dir. It was moved from the files dir in the previous commit by mat (revision 417041). Added: head/x11/mlterm/files/patch-tool_w3mmlconfig_mlconfig.cgi.in - copied unchanged from r421166, head/x11/mlterm/patch-tool_w3mmlconfig_mlconfig.cgi.in Deleted: head/x11/mlterm/patch-tool_w3mmlconfig_mlconfig.cgi.in Modified: head/x11/mlterm/Makefile head/x11/mlterm/distinfo head/x11/mlterm/pkg-plist Modified: head/x11/mlterm/Makefile ============================================================================== --- head/x11/mlterm/Makefile Wed Aug 31 14:25:17 2016 (r421166) +++ head/x11/mlterm/Makefile Wed Aug 31 14:30:13 2016 (r421167) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mlterm -PORTVERSION= 3.7.0 +PORTVERSION= 3.7.2 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION} Modified: head/x11/mlterm/distinfo ============================================================================== --- head/x11/mlterm/distinfo Wed Aug 31 14:25:17 2016 (r421166) +++ head/x11/mlterm/distinfo Wed Aug 31 14:30:13 2016 (r421167) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464445848 -SHA256 (mlterm-3.7.0.tar.gz) = 4a81d9e1957e4f0b8f8e0838ddad0cf4776fabc73465d886f2211bb8d990c339 -SIZE (mlterm-3.7.0.tar.gz) = 3685301 +TIMESTAMP = 1472524907 +SHA256 (mlterm-3.7.2.tar.gz) = 88e70c1c98aea1e4134e1164e763c2662c5de92ee5a7dfa6a33e4ce620e244ac +SIZE (mlterm-3.7.2.tar.gz) = 3740947 Copied: head/x11/mlterm/files/patch-tool_w3mmlconfig_mlconfig.cgi.in (from r421166, head/x11/mlterm/patch-tool_w3mmlconfig_mlconfig.cgi.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/mlterm/files/patch-tool_w3mmlconfig_mlconfig.cgi.in Wed Aug 31 14:30:13 2016 (r421167, copy of r421166, head/x11/mlterm/patch-tool_w3mmlconfig_mlconfig.cgi.in) @@ -0,0 +1,10 @@ +--- tool/w3mmlconfig/mlconfig.cgi.in.orig Sat Feb 23 22:18:18 2002 ++++ tool/w3mmlconfig/mlconfig.cgi.in Sat Feb 23 22:22:19 2002 +@@ -2,6 +2,7 @@ + + $DEBUG = 1; + ++use lib '@CGI_BIN@'; + require 'mlconfig-data.pl'; + + $CGI = $ENV{SCRIPT_NAME} || $0; Modified: head/x11/mlterm/pkg-plist ============================================================================== --- head/x11/mlterm/pkg-plist Wed Aug 31 14:25:17 2016 (r421166) +++ head/x11/mlterm/pkg-plist Wed Aug 31 14:30:13 2016 (r421167) @@ -48,6 +48,8 @@ lib/mlterm/libctl_iscii.so %%IBUS%%lib/mlterm/libim-ibus.so lib/mlterm/libim-kbd.a lib/mlterm/libim-kbd.so +lib/mlterm/libim-skk.a +lib/mlterm/libim-skk.so lib/mlterm/libind_assamese.a lib/mlterm/libind_assamese.so lib/mlterm/libind_bengali.a From owner-svn-ports-all@freebsd.org Wed Aug 31 14:33:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85071BCAAB8; Wed, 31 Aug 2016 14:33:37 +0000 (UTC) (envelope-from garga@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 mx1.freebsd.org (Postfix) with ESMTPS id 3E088197; Wed, 31 Aug 2016 14:33:37 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VEXaW0060143; Wed, 31 Aug 2016 14:33:36 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VEXaF0060141; Wed, 31 Aug 2016 14:33:36 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201608311433.u7VEXaF0060141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 31 Aug 2016 14:33:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421168 - in head/net/pear-Net_IPv6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 14:33:37 -0000 Author: garga Date: Wed Aug 31 14:33:36 2016 New Revision: 421168 URL: https://svnweb.freebsd.org/changeset/ports/421168 Log: Fix some bad IPv6 validation issues Following bad addresses are being validated as good by checkIPv6() 1:2:3:4:5:6:7:8:1.2.3.4 ::1:2:3:4:5:6:7:8 1:2:3:4:5:6:7:8:: 1:2:3:4:5:6:::8 ::::a :::: 1::2::3 Obtained from: pfSense MFH: 2016Q3 Sponsored by: Rubicon Communications (Netgate) Added: head/net/pear-Net_IPv6/files/ head/net/pear-Net_IPv6/files/patch-Net_IPv6.php (contents, props changed) Modified: head/net/pear-Net_IPv6/Makefile Modified: head/net/pear-Net_IPv6/Makefile ============================================================================== --- head/net/pear-Net_IPv6/Makefile Wed Aug 31 14:30:13 2016 (r421167) +++ head/net/pear-Net_IPv6/Makefile Wed Aug 31 14:33:36 2016 (r421168) @@ -3,6 +3,7 @@ PORTNAME= Net_IPv6 DISTVERSION= 1.3.0.b2 +PORTREVISION= 1 CATEGORIES= net pear DISTNAME= ${PORTNAME}-1.3.0b2 Added: head/net/pear-Net_IPv6/files/patch-Net_IPv6.php ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pear-Net_IPv6/files/patch-Net_IPv6.php Wed Aug 31 14:33:36 2016 (r421168) @@ -0,0 +1,35 @@ +--- Net/IPv6.php.orig 2016-08-31 14:11:53 UTC ++++ Net/IPv6.php +@@ -550,7 +550,7 @@ class Net_IPv6 + + if (false !== strpos($uip, '::') ) { + +- list($ip1, $ip2) = explode('::', $uip); ++ list($ip1, $ip2) = explode('::', $uip, 2); + + if ("" == $ip1) { + +@@ -601,12 +601,12 @@ class Net_IPv6 + + } else if (-1 == $c1) { // ::xxx + +- $fill = str_repeat('0:', 7-$c2); ++ $fill = str_repeat('0:', max(1, 7-$c2)); + $uip = str_replace('::', $fill, $uip); + + } else if (-1 == $c2) { // xxx:: + +- $fill = str_repeat(':0', 7-$c1); ++ $fill = str_repeat(':0', max(1, 7-$c1)); + $uip = str_replace('::', $fill, $uip); + + } else { // xxx::xxx +@@ -912,7 +912,7 @@ class Net_IPv6 + + } + +- if (8 == $count) { ++ if (8 == $count and empty($ipPart[1])) { + + return true; + From owner-svn-ports-all@freebsd.org Wed Aug 31 15:40:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B106BCAC8C; Wed, 31 Aug 2016 15:40:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id 65ADAA74; Wed, 31 Aug 2016 15:40:46 +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 u7VFejDw084211; Wed, 31 Aug 2016 15:40:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VFejcF084210; Wed, 31 Aug 2016 15:40:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608311540.u7VFejcF084210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 Aug 2016 15:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421169 - head/devel/gitflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 15:40:46 -0000 Author: amdmi3 Date: Wed Aug 31 15:40:45 2016 New Revision: 421169 URL: https://svnweb.freebsd.org/changeset/ports/421169 Log: - Remove bogus USES=tar - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/gitflow/Makefile Modified: head/devel/gitflow/Makefile ============================================================================== --- head/devel/gitflow/Makefile Wed Aug 31 14:33:36 2016 (r421168) +++ head/devel/gitflow/Makefile Wed Aug 31 15:40:45 2016 (r421169) @@ -18,9 +18,10 @@ GH_ACCOUNT= nbari OPTIONS_DEFINE= EXAMPLES -USES= tar:bzip2 gmake +USES= gmake NO_BUILD= yes +NO_ARCH= yes MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} post-install: From owner-svn-ports-all@freebsd.org Wed Aug 31 16:13:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A8FFBCA45E; Wed, 31 Aug 2016 16:13:09 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id 1CD13B7D; Wed, 31 Aug 2016 16:13:09 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VGD8OC097902; Wed, 31 Aug 2016 16:13:08 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VGD8X9097899; Wed, 31 Aug 2016 16:13:08 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201608311613.u7VGD8X9097899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 31 Aug 2016 16:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421170 - in branches/2016Q3/x11-fm/thunar: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 16:13:09 -0000 Author: olivierd Date: Wed Aug 31 16:13:07 2016 New Revision: 421170 URL: https://svnweb.freebsd.org/changeset/ports/421170 Log: MFH: r421122 - Add 2 patches, which avoid crashes: * When renaming files / folders [1] (we use the official patch) * When reloading target file after move - Bump PORTREVISION PR: 208341 Submitted by: Matthias Petermann [1] (obtained from Slackware repository) Tested by: Vladimir Omelchuk Obtained from: Upstream git repository Approved by: ports-secteam (junovitch@) Added: branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-file.c - copied unchanged from r421122, head/x11-fm/thunar/files/patch-thunar_thunar-file.c branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-folder.c - copied unchanged from r421122, head/x11-fm/thunar/files/patch-thunar_thunar-folder.c Modified: branches/2016Q3/x11-fm/thunar/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/x11-fm/thunar/Makefile ============================================================================== --- branches/2016Q3/x11-fm/thunar/Makefile Wed Aug 31 15:40:45 2016 (r421169) +++ branches/2016Q3/x11-fm/thunar/Makefile Wed Aug 31 16:13:07 2016 (r421170) @@ -3,7 +3,7 @@ PORTNAME= Thunar PORTVERSION= 1.6.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Copied: branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-file.c (from r421122, head/x11-fm/thunar/files/patch-thunar_thunar-file.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-file.c Wed Aug 31 16:13:07 2016 (r421170, copy of r421122, head/x11-fm/thunar/files/patch-thunar_thunar-file.c) @@ -0,0 +1,30 @@ +--- thunar/thunar-file.c.orig 2015-05-22 13:25:36 UTC ++++ thunar/thunar-file.c +@@ -795,13 +795,15 @@ thunar_file_monitor (GFileMonitor *m + if (event_type == G_FILE_MONITOR_EVENT_MOVED) + { + /* reload the target file if cached */ ++ if (other_path == NULL) ++ return; + other_file = thunar_file_cache_lookup (other_path); + if (other_file) + thunar_file_reload (other_file); + else + other_file = thunar_file_get (other_path, NULL); + +- if (!other_file) ++ if (other_file == NULL) + return; + + /* notify the thumbnail cache that we can now also move the thumbnail */ +@@ -3918,7 +3920,9 @@ thunar_file_unwatch (ThunarFile *file) + gboolean + thunar_file_reload (ThunarFile *file) + { +- _thunar_return_if_fail (THUNAR_IS_FILE (file)); ++ /* if the file has already been destroyed, break here */ ++ if (!THUNAR_IS_FILE (file)) ++ return FALSE; + + /* clear file pxmap cache */ + thunar_icon_factory_clear_pixmap_cache (file); Copied: branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-folder.c (from r421122, head/x11-fm/thunar/files/patch-thunar_thunar-folder.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-folder.c Wed Aug 31 16:13:07 2016 (r421170, copy of r421122, head/x11-fm/thunar/files/patch-thunar_thunar-folder.c) @@ -0,0 +1,49 @@ +--- thunar/thunar-folder.c.orig 2015-05-22 13:25:36 UTC ++++ thunar/thunar-folder.c +@@ -773,27 +773,30 @@ thunar_folder_monitor (GFileMonitor + { + /* destroy the old file and update the new one */ + thunar_file_destroy (lp->data); +- file = thunar_file_get(other_file, NULL); +- if (file != NULL && THUNAR_IS_FILE (file)) ++ if (other_file != NULL) + { +- thunar_file_reload (file); +- +- /* if source and target folders are different, also tell +- the target folder to reload for the changes */ +- if (thunar_file_has_parent (file)) ++ file = thunar_file_get(other_file, NULL); ++ if (file != NULL && THUNAR_IS_FILE (file)) + { +- other_parent = thunar_file_get_parent (file, NULL); +- if (other_parent && +- !g_file_equal (thunar_file_get_file(folder->corresponding_file), +- thunar_file_get_file(other_parent))) ++ thunar_file_reload (file); ++ ++ /* if source and target folders are different, also tell ++ the target folder to reload for the changes */ ++ if (thunar_file_has_parent (file)) + { +- thunar_file_reload (other_parent); +- g_object_unref (other_parent); ++ other_parent = thunar_file_get_parent (file, NULL); ++ if (other_parent && ++ !g_file_equal (thunar_file_get_file(folder->corresponding_file), ++ thunar_file_get_file(other_parent))) ++ { ++ thunar_file_reload (other_parent); ++ g_object_unref (other_parent); ++ } + } +- } + +- /* drop reference on the other file */ +- g_object_unref (file); ++ /* drop reference on the other file */ ++ g_object_unref (file); ++ } + } + + /* reload the folder of the source file */ From owner-svn-ports-all@freebsd.org Wed Aug 31 16:15:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37AA4BCA4A6; Wed, 31 Aug 2016 16:15:19 +0000 (UTC) (envelope-from gordon@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 mx1.freebsd.org (Postfix) with ESMTPS id EB91AE4D; Wed, 31 Aug 2016 16:15:18 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VGFIJN098254; Wed, 31 Aug 2016 16:15:18 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VGFH2s098245; Wed, 31 Aug 2016 16:15:17 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201608311615.u7VGFH2s098245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Wed, 31 Aug 2016 16:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421171 - in branches/2016Q3/devel: p4 p4api p4d X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 16:15:19 -0000 Author: gordon Date: Wed Aug 31 16:15:17 2016 New Revision: 421171 URL: https://svnweb.freebsd.org/changeset/ports/421171 Log: MFH: r421125 Update devel/p4, p4d, p4api to 2016.1/1429894 due to micropatching. Approved by: ports-secteam (junovitch@) Modified: branches/2016Q3/devel/p4/Makefile branches/2016Q3/devel/p4/distinfo.freebsd100x86 branches/2016Q3/devel/p4/distinfo.freebsd100x86_64 branches/2016Q3/devel/p4api/Makefile branches/2016Q3/devel/p4api/distinfo.freebsd100x86 branches/2016Q3/devel/p4api/distinfo.freebsd100x86_64 branches/2016Q3/devel/p4d/Makefile branches/2016Q3/devel/p4d/distinfo.freebsd100x86 branches/2016Q3/devel/p4d/distinfo.freebsd100x86_64 Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/devel/p4/Makefile ============================================================================== --- branches/2016Q3/devel/p4/Makefile Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4/Makefile Wed Aug 31 16:15:17 2016 (r421171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2016.1.1411799 +PORTVERSION= 2016.1.1429894 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: branches/2016Q3/devel/p4/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q3/devel/p4/distinfo.freebsd100x86 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4/distinfo.freebsd100x86 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601506 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4) = 135720e2ae526f6340c8278897bca2aaa2d9f539a8d2625235f362658712d2fb -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4) = 3072840 +TIMESTAMP = 1472577761 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4) = 78604302fdbefa316d5db86bdf85a79e5339d18b36b4ef8a64e42d938594ec5a +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4) = 3072940 Modified: branches/2016Q3/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q3/devel/p4/distinfo.freebsd100x86_64 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4/distinfo.freebsd100x86_64 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601502 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4) = 71894b9b8bdd5627640e4756ef4474d26ea6217f708334eeb31a06ad1d884bcb -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4) = 3334728 +TIMESTAMP = 1472577758 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4) = 46007e8e32fe535d92c3200b0f8fa56cb20aa97ecc1f776a9a968f734b3a1829 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4) = 3334872 Modified: branches/2016Q3/devel/p4api/Makefile ============================================================================== --- branches/2016Q3/devel/p4api/Makefile Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4api/Makefile Wed Aug 31 16:15:17 2016 (r421171) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= p4api -PORTVERSION= 2016.1.1411799 +PORTVERSION= 2016.1.1429894 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf Modified: branches/2016Q3/devel/p4api/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q3/devel/p4api/distinfo.freebsd100x86 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4api/distinfo.freebsd100x86 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468601594 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4api.tgz) = 66d9c5e8362c4bd475c2ea4058c1a3197c1e17505b4ec56b1b31a27c6bbed11b -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4api.tgz) = 3901043 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4api.pdf) = 1908708 +TIMESTAMP = 1472577853 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4api.tgz) = 33d86f71e78d286726c3a5aff9c3615c7cfdccd72a95ea62be7d2a89605c116f +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4api.tgz) = 3901624 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4api.pdf) = 1908708 Modified: branches/2016Q3/devel/p4api/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q3/devel/p4api/distinfo.freebsd100x86_64 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4api/distinfo.freebsd100x86_64 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468601587 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.tgz) = 36047b7db9cff24dc1dbbcd12a005915bb1c12fd3147b304c9c64b51498fe0c4 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.tgz) = 4165577 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.pdf) = 1908708 +TIMESTAMP = 1472577846 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.tgz) = c65f3ba2cd600b27d0b972a53d8227ee22ce3be8dc38411d63f21305d5201488 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.tgz) = 4166733 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.pdf) = 1908708 Modified: branches/2016Q3/devel/p4d/Makefile ============================================================================== --- branches/2016Q3/devel/p4d/Makefile Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4d/Makefile Wed Aug 31 16:15:17 2016 (r421171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2016.1.1411799 +PORTVERSION= 2016.1.1429894 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: branches/2016Q3/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q3/devel/p4d/distinfo.freebsd100x86 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4d/distinfo.freebsd100x86 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601645 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4d) = 4e230f2d1b9c27ad7a0cd09ee064ee372aff021addf5b1df51528ad005dfb781 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4d) = 5758152 +TIMESTAMP = 1472577805 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4d) = 811660067685882d3bacc3562142a501f1ca7809b913b96bdcbfa0db8f277240 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4d) = 5765476 Modified: branches/2016Q3/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q3/devel/p4d/distinfo.freebsd100x86_64 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4d/distinfo.freebsd100x86_64 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601641 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4d) = 2d699bd51b0e461fc1a4726aaac9e9896ae85b78e7e8cefcbc138d6e15260f96 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4d) = 5892472 +TIMESTAMP = 1472577800 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4d) = cdb78afc45ec1e3104ff7541a034c6eef221781c1b1100dee67eff010a440a83 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4d) = 5898872 From owner-svn-ports-all@freebsd.org Wed Aug 31 16:50:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89E5ABCA020; Wed, 31 Aug 2016 16:50:38 +0000 (UTC) (envelope-from nivit@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 mx1.freebsd.org (Postfix) with ESMTPS id 5A436908; Wed, 31 Aug 2016 16:50:38 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VGob30009539; Wed, 31 Aug 2016 16:50:37 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VGobAt009537; Wed, 31 Aug 2016 16:50:37 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201608311650.u7VGobAt009537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 31 Aug 2016 16:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421172 - head/net/dropbox-uploader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 16:50:38 -0000 Author: nivit Date: Wed Aug 31 16:50:37 2016 New Revision: 421172 URL: https://svnweb.freebsd.org/changeset/ports/421172 Log: - Update to 0.2 ChangeLog: https://github.com/andreafabrizi/Dropbox-Uploader/releases Modified: head/net/dropbox-uploader/Makefile head/net/dropbox-uploader/distinfo Modified: head/net/dropbox-uploader/Makefile ============================================================================== --- head/net/dropbox-uploader/Makefile Wed Aug 31 16:15:17 2016 (r421171) +++ head/net/dropbox-uploader/Makefile Wed Aug 31 16:50:37 2016 (r421172) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= dropbox-uploader -PORTVERSION= 0.15 +PORTVERSION= 0.2 #PORTREVISION= 0 CATEGORIES= net -MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/ MAINTAINER= nivit@FreeBSD.org COMMENT= BASH script for the Dropbox backup service Modified: head/net/dropbox-uploader/distinfo ============================================================================== --- head/net/dropbox-uploader/distinfo Wed Aug 31 16:15:17 2016 (r421171) +++ head/net/dropbox-uploader/distinfo Wed Aug 31 16:50:37 2016 (r421172) @@ -1,2 +1,3 @@ -SHA256 (andreafabrizi-Dropbox-Uploader-0.15-d012423_GH0.tar.gz) = cff24cea168e05f68926b4537d2de072a9b0beda8a23e5db66f94a418b9461fe -SIZE (andreafabrizi-Dropbox-Uploader-0.15-d012423_GH0.tar.gz) = 27368 +TIMESTAMP = 1472661930 +SHA256 (andreafabrizi-Dropbox-Uploader-0.2-d012423_GH0.tar.gz) = cff24cea168e05f68926b4537d2de072a9b0beda8a23e5db66f94a418b9461fe +SIZE (andreafabrizi-Dropbox-Uploader-0.2-d012423_GH0.tar.gz) = 27368 From owner-svn-ports-all@freebsd.org Wed Aug 31 17:00:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 046E1BCA3ED; Wed, 31 Aug 2016 17:00:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id C89A0214; Wed, 31 Aug 2016 17:00:57 +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 u7VH0vks014429; Wed, 31 Aug 2016 17:00:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VH0uL5014424; Wed, 31 Aug 2016 17:00:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608311700.u7VH0uL5014424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 Aug 2016 17:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421173 - in head/ftp/rexx-curl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 17:00:58 -0000 Author: amdmi3 Date: Wed Aug 31 17:00:56 2016 New Revision: 421173 URL: https://svnweb.freebsd.org/changeset/ports/421173 Log: - Update to 2.0.1 PR: 212271 Submitted by: bob@eager.cx (maintainer) Deleted: head/ftp/rexx-curl/files/patch-common_rxmt__posix.c Modified: head/ftp/rexx-curl/Makefile head/ftp/rexx-curl/distinfo head/ftp/rexx-curl/files/patch-Makefile.in head/ftp/rexx-curl/files/patch-common_loader.c head/ftp/rexx-curl/files/patch-rexxcurl.c Modified: head/ftp/rexx-curl/Makefile ============================================================================== --- head/ftp/rexx-curl/Makefile Wed Aug 31 16:50:37 2016 (r421172) +++ head/ftp/rexx-curl/Makefile Wed Aug 31 17:00:56 2016 (r421173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= ftp MASTER_SITES= SF/rexx${PORTNAME}/rexx${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= rexx- @@ -31,6 +31,12 @@ DATADIR= ${PREFIX}/share/rexx${PORTNAME} OPTIONS_DEFINE= DOCS +do-extract: + # avoid extracting circular hard links in distfile! + @${MKDIR} ${WRKDIR} + @tar -x -C ${WRKDIR} --exclude='*common/filterexports*' --exclude='*common/fixrc*' \ + -f ${DISTDIR}/${DISTNAME}.tar.gz + post-patch: @${REINPLACE_CMD} -e "s| -lc | |g" \ -e "/\$.sharedir)\/images/d" \ Modified: head/ftp/rexx-curl/distinfo ============================================================================== --- head/ftp/rexx-curl/distinfo Wed Aug 31 16:50:37 2016 (r421172) +++ head/ftp/rexx-curl/distinfo Wed Aug 31 17:00:56 2016 (r421173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471614869 -SHA256 (RexxCURL-2.0.tar.gz) = 6ada98c9dfa2be459fb6d664829b734360244f00ec943e66f1edd116b4055bea -SIZE (RexxCURL-2.0.tar.gz) = 336923 +TIMESTAMP = 1472503050 +SHA256 (RexxCURL-2.0.1.tar.gz) = 83b857686af41323f238722dccbb0ded85d1317e7fe95410ebe8978daadaa51a +SIZE (RexxCURL-2.0.1.tar.gz) = 455919 Modified: head/ftp/rexx-curl/files/patch-Makefile.in ============================================================================== --- head/ftp/rexx-curl/files/patch-Makefile.in Wed Aug 31 16:50:37 2016 (r421172) +++ head/ftp/rexx-curl/files/patch-Makefile.in Wed Aug 31 17:00:56 2016 (r421173) @@ -1,14 +1,14 @@ ---- Makefile.in.orig 2012-04-29 00:23:57 UTC +--- Makefile.in.orig 2015-04-12 10:29:42 UTC +++ Makefile.in -@@ -118,7 +118,6 @@ $(PACKAGE_DIR)/makefile.* $(PACKAGE_DIR) +@@ -120,7 +120,6 @@ $(PACKAGE_DIR)/makefile.* $(PACKAGE_DIR) $(PACKAGE_DIR)/config.guess $(PACKAGE_DIR)/config.sub $(PACKAGE_DIR)/install-sh $(PACKAGE_DIR)/preinst.rexx \ $(PACKAGE_DIR)/aclocal.m4 $(PACKAGE_DIR)/configure.in $(PACKAGE_DIR)/def2exp.rexx \ $(PACKAGE_DIR)/demo/*.rexx $(PACKAGE_DIR)/demo/README.txt $(PACKAGE_DIR)/makew32.rex \ -$(PACKAGE_DIR)/doc/*.html $(PACKAGE_DIR)/doc/images/*.png \ - $(PACKAGE_DIR)/rxcurl64.xpm $(PACKAGE_DIR)/RexxCURL.spec.in \ - $(PACKAGE_DIR)/debian/*.regina $(PACKAGE_DIR)/debian/*.oorexx $(PACKAGE_DIR)/debian/copyright $(PACKAGE_DIR)/debian/compat + $(PACKAGE_DIR)/RexxCURL.spec \ + $(PACKAGE_DIR)/debian/*.rexxtrans $(PACKAGE_DIR)/debian/*.regina $(PACKAGE_DIR)/debian/*.oorexx $(PACKAGE_DIR)/debian/copyright $(PACKAGE_DIR)/debian/compat $(PACKAGE_DIR)/debian/rules $(PACKAGE_DIR)/debian/control -@@ -229,8 +228,6 @@ $(RXDEFEXP1): $(srcdir)/$(PACKAGE_NAME)w +@@ -231,8 +230,6 @@ $(RXDEFEXP1): $(srcdir)/$(PACKAGE_NAME)w doco: mkdir images @@ -17,15 +17,15 @@ zip: zip rexxcurl$(VER) README INSTALL TODO CPLv1.0.txt HISTORY $(ZIPCSRCFILES) $(ZIPHEADERS) $(ZIPCOMMONFILES) -@@ -239,7 +236,6 @@ zip: +@@ -241,7 +238,6 @@ zip: zip rexxcurl$(VER) config.guess config.sub install-sh preinst.rexx zip rexxcurl$(VER) aclocal.m4 configure.in def2exp.rexx zip rexxcurl$(VER) demo/*.rexx demo/README.txt makew32.rex - zip rexxcurl$(VER) doc/*.html doc/images/*.png zip rexxcurl$(VER) debian/*.regina debian/*.oorexx debian/copyright debian/compat - zip rexxcurl$(VER) RexxCURL.spec.in rxcurl64.xpm + zip rexxcurl$(VER) RexxCURL.spec -@@ -265,8 +261,6 @@ installbase: all +@@ -259,8 +255,6 @@ installbase: all $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) -d $(DESTDIR)$(libdir) $(INSTALL) -d $(DESTDIR)$(sharedir) @@ -34,17 +34,17 @@ $(INSTALL) -c -m 755 ./$(PACKAGE_NAME)$(binarybitprefix)$(EXE) $(DESTDIR)$(bindir)/$(PACKAGE_NAME)$(binarybitprefix)$(EXE) $(INSTALL) -c -m 755 ./rexxcurl-config $(DESTDIR)$(bindir)/rexxcurl-config -$(INSTALL) -c -m 755 ./$(SHLPRE)$(PACKAGE_NAME)$(SHLPST) $(DESTDIR)$(libdir)/$(SHLPRE)$(PACKAGE_NAME)$(SHLPST) -@@ -286,9 +280,6 @@ installbase: all - $(DESTDIR)$(bindir)/$(PACKAGE_NAME)$(binarybitprefix)$(EXE) $(srcdir)/preinst.rexx $(bindir)/$(PACKAGE_NAME)$(binarybitprefix)$(EXE) $(srcdir)/demo/getright.rexx $(DESTDIR)$(sharedir)/getright.rexx - -chmod 755 $(DESTDIR)$(sharedir)/getright.rexx +@@ -273,9 +267,6 @@ installbase: all + $(INSTALL) -c -m 755 $(srcdir)/demo/upload.rexx $(DESTDIR)$(sharedir)/upload.rexx + $(INSTALL) -c -m 755 $(srcdir)/demo/getright.rexx $(DESTDIR)$(sharedir)/getright.rexx $(INSTALL) -c -m 644 $(srcdir)/demo/README.txt $(DESTDIR)$(sharedir)/README.txt - $(INSTALL) -c -m 644 $(srcdocdir)/index.html $(DESTDIR)$(docdir)/index.html - $(INSTALL) -c -m 644 $(srcdocdir)/images/rxcurl64.png $(DESTDIR)$(docdir)/images/rxcurl64.png - $(INSTALL) -c -m 644 $(srcdir)/CPLv1.0.txt $(DESTDIR)$(docdir)/CPLv1.0.txt - cygwininstall: installbase - mv $(DESTDIR)$(libdir)/$(SHLPRE)$(PACKAGE_NAME)$(SHLPST) $(DESTDIR)$(bindir)/$(SHLPRE)$(PACKAGE_NAME)$(SHLPST) -@@ -318,8 +309,6 @@ beosinstall: all + uninstall: + rm -f $(DESTDIR)$(bindir)/$(PACKAGE_NAME)$(binarybitprefix)$(EXE) +@@ -313,8 +304,6 @@ beosinstall: all $(INSTALL) -c -m 644 $(srcdir)/demo/README.txt /boot/home/config/bin/rexx/README-rexxcurl.txt # # where to put doc for BeOS ? @@ -53,24 +53,24 @@ # binary: $(BASE_BINARY) -@@ -330,7 +319,6 @@ binarybase: all +@@ -324,7 +313,6 @@ binarybase: all + -mkdir -p ./tmpdir/bin -mkdir -p ./tmpdir/lib - -mkdir -p ./tmpdir/rexx - -mkdir -p ./tmpdir/doc/rexxcurl -- -mkdir -p ./tmpdir/doc/rexxcurl/images + -mkdir -p ./tmpdir/share/$(PACKAGE_NAME) +- -mkdir -p ./tmpdir/share/doc/rexxcurl/images cp $(PACKAGE_NAME)$(binarybitprefix)$(EXE) ./tmpdir/bin cp $(PACKAGE_NAME)-config ./tmpdir/bin cp $(SHLPRE)$(PACKAGE_NAME)$(SHLPST) ./tmpdir/lib -@@ -340,8 +328,6 @@ binarybase: all - cp $(srcdir)/INSTALL ./tmpdir/doc/rexxcurl - cp $(srcdir)/README ./tmpdir/doc/rexxcurl - cp $(srcdir)/TODO ./tmpdir/doc/rexxcurl -- cp $(srcdir)/doc/index.html ./tmpdir/doc/rexxcurl -- cp $(srcdir)/doc/images/*.png ./tmpdir/doc/rexxcurl/images - cp $(srcdir)/demo/testcurl.rexx ./tmpdir/rexx/testcurl.rexx - cp $(srcdir)/demo/httppost.rexx ./tmpdir/rexx/httppost.rexx - cp $(srcdir)/demo/getmail-pop3.rexx ./tmpdir/rexx/getmail-pop3.rexx -@@ -359,7 +345,6 @@ cygwinbinary: all +@@ -334,8 +322,6 @@ binarybase: all + cp $(srcdir)/INSTALL ./tmpdir/share/doc/rexxcurl + cp $(srcdir)/README ./tmpdir/share/doc/rexxcurl + cp $(srcdir)/TODO ./tmpdir/share/doc/rexxcurl +- cp $(srcdir)/doc/index.html ./tmpdir/share/doc/rexxcurl +- cp $(srcdir)/doc/images/*.png ./tmpdir/share/doc/rexxcurl/images + cp $(srcdir)/demo/testcurl.rexx ./tmpdir/share/$(PACKAGE_NAME)/testcurl.rexx + cp $(srcdir)/demo/httppost.rexx ./tmpdir/share/$(PACKAGE_NAME)/httppost.rexx + cp $(srcdir)/demo/getmail-pop3.rexx ./tmpdir/share/$(PACKAGE_NAME)/getmail-pop3.rexx +@@ -353,7 +339,6 @@ cygwinbinary: all -mkdir -p ./tmpdir/lib -mkdir -p ./tmpdir/rexx -mkdir -p ./tmpdir/doc/rexxcurl @@ -78,7 +78,7 @@ cp $(PACKAGE_NAME)$(binarybitprefix)$(EXE) ./tmpdir/bin cp $(SHLPRE)$(PACKAGE_NAME)$(SHLPST) ./tmpdir/bin cp $(LIBPRE)$(PACKAGE_NAME)$(LIBPST) ./tmpdir/lib -@@ -368,8 +353,6 @@ cygwinbinary: all +@@ -362,8 +347,6 @@ cygwinbinary: all cp $(srcdir)/INSTALL ./tmpdir/doc/rexxcurl cp $(srcdir)/README ./tmpdir/doc/rexxcurl cp $(srcdir)/TODO ./tmpdir/doc/rexxcurl @@ -87,7 +87,7 @@ cp $(srcdir)/demo/testcurl.rexx ./tmpdir/rexx/testcurl.rexx cp $(srcdir)/demo/httppost.rexx ./tmpdir/rexx/httppost.rexx cp $(srcdir)/demo/getmail-pop3.rexx ./tmpdir/rexx/getmail-pop3.rexx -@@ -387,7 +370,6 @@ beosbinary: all +@@ -381,7 +364,6 @@ beosbinary: all -mkdir -p ./tmpdir/lib -mkdir -p ./tmpdir/add-ons/rexx -mkdir -p ./tmpdir/doc/rexxcurl @@ -95,7 +95,7 @@ cp $(PACKAGE_NAME)$(binarybitprefix)$(EXE) ./tmpdir/bin cp $(SHLPRE)$(PACKAGE_NAME)$(SHLPST) ./tmpdir/add-ons/rexx cp $(LIBPRE)$(PACKAGE_NAME)$(LIBPST) ./tmpdir/lib -@@ -396,8 +378,6 @@ beosbinary: all +@@ -390,8 +372,6 @@ beosbinary: all cp $(srcdir)/INSTALL ./tmpdir/doc/rexxcurl cp $(srcdir)/README ./tmpdir/doc/rexxcurl cp $(srcdir)/TODO ./tmpdir/doc/rexxcurl Modified: head/ftp/rexx-curl/files/patch-common_loader.c ============================================================================== --- head/ftp/rexx-curl/files/patch-common_loader.c Wed Aug 31 16:50:37 2016 (r421172) +++ head/ftp/rexx-curl/files/patch-common_loader.c Wed Aug 31 17:00:56 2016 (r421173) @@ -1,4 +1,4 @@ ---- common/loader.c.orig 2012-04-20 00:41:50 UTC +--- common/loader.c.orig 2012-08-14 01:16:58 UTC +++ common/loader.c @@ -225,6 +225,7 @@ int main /* Modified: head/ftp/rexx-curl/files/patch-rexxcurl.c ============================================================================== --- head/ftp/rexx-curl/files/patch-rexxcurl.c Wed Aug 31 16:50:37 2016 (r421172) +++ head/ftp/rexx-curl/files/patch-rexxcurl.c Wed Aug 31 17:00:56 2016 (r421173) @@ -1,61 +1,15 @@ ---- rexxcurl.c.orig 2012-04-26 09:56:03 UTC +--- rexxcurl.c.orig 2015-04-11 22:53:39 UTC +++ rexxcurl.c -@@ -384,7 +384,9 @@ static curl_options RexxCurlOptions[] = - #if LIBCURL_VERSION_NUM >= 0x071301 - { "CERTINFO" ,CURLOPT_CERTINFO ,RXCURLOPT_LONG , NULL }, - #endif -+#if 0 - { "CLOSEPOLICY" ,CURLOPT_CLOSEPOLICY ,RXCURLOPT_POLICY , NULL }, -+#endif - #if LIBCURL_VERSION_NUM >= 0x070f02 - { "CONNECTONLY" ,CURLOPT_CONNECT_ONLY ,RXCURLOPT_LONG , NULL }, - #endif -@@ -489,8 +491,13 @@ static curl_options RexxCurlOptions[] = - { "GSSAPIDELEGATION",CURLOPT_GSSAPI_DELEGATION,RXCURLOPT_GSSAPI_DELEGATION , NULL }, - #endif - { "HEADER" ,CURLOPT_HEADER ,RXCURLOPT_BOOL , NULL }, -+#if LIBCURL_VERSION_NUM >= 0x070907 -+ { "HEADERFILE" ,CURLOPT_HEADERDATA ,RXCURLOPT_OUTFILE , NULL }, -+ { "HEADERSTEM" ,CURLOPT_HEADERDATA ,RXCURLOPT_HEADERSTEM , NULL }, -+#else - { "HEADERFILE" ,CURLOPT_WRITEHEADER ,RXCURLOPT_OUTFILE , NULL }, - { "HEADERSTEM" ,CURLOPT_WRITEHEADER ,RXCURLOPT_HEADERSTEM , NULL }, -+#endif - #if LIBCURL_VERSION_NUM >= 0x070a03 - { "HTTP200ALIASES" ,CURLOPT_HTTP200ALIASES ,RXCURLOPT_LIST , NULL }, - #endif -@@ -517,9 +524,17 @@ static curl_options RexxCurlOptions[] = - #if LIBCURL_VERSION_NUM >= 0x070e01 - { "IGNORECONTENTLENGTH",CURLOPT_IGNORE_CONTENT_LENGTH,RXCURLOPT_LONG, NULL }, - #endif -+#if LIBCURL_VERSION_NUM >= 0x070907 -+ { "INFILE" ,CURLOPT_READDATA ,RXCURLOPT_INFILE , NULL }, -+#else - { "INFILE" ,CURLOPT_INFILE ,RXCURLOPT_INFILE , NULL }, -+#endif - { "INTERFACE" ,CURLOPT_INTERFACE ,RXCURLOPT_STRING , NULL }, -+#if LIBCURL_VERSION_NUM >= 0x070907 -+ { "INSTEM" ,CURLOPT_READDATA ,RXCURLOPT_INSTEM , NULL }, -+#else - { "INSTEM" ,CURLOPT_INFILE ,RXCURLOPT_INSTEM , NULL }, -+#endif - #if LIBCURL_VERSION_NUM >= 0x070a08 - { "IPRESOLVE" ,CURLOPT_IPRESOLVE ,RXCURLOPT_IPRESOLVE , NULL }, - #endif -@@ -576,8 +591,10 @@ static curl_options RexxCurlOptions[] = - #if LIBCURL_VERSION_NUM >= 0x070a02 - { "NOSIGNAL" ,CURLOPT_NOSIGNAL ,RXCURLOPT_BOOL , NULL }, - #endif -- { "OUTFILE" ,CURLOPT_FILE ,RXCURLOPT_OUTFILE , NULL }, -- { "OUTSTEM" ,CURLOPT_FILE ,RXCURLOPT_OUTSTEM , NULL }, -+#if LIBCURL_VERSION_NUM >= 0x070907 -+ { "OUTFILE" ,CURLOPT_WRITEDATA ,RXCURLOPT_OUTFILE , NULL }, -+ { "OUTSTEM" ,CURLOPT_WRITEDATA ,RXCURLOPT_OUTSTEM , NULL }, -+#endif - #if LIBCURL_VERSION_NUM >= 0x071301 - { "PASSWORD" ,CURLOPT_PASSWORD ,RXCURLOPT_STRING , NULL }, - #endif -@@ -1269,7 +1286,7 @@ void RexxCURLSetVersionInfoConstants( Rx +@@ -53,6 +53,8 @@ + * internal error set N/A + * cURL runtime errors -1 set + */ ++#pragma clang diagnostic ignored "-Wincompatible-pointer-types-discards-qualifiers" ++ + #ifdef HAVE_CONFIG_H + # include "config.h" + #else +@@ -1366,7 +1368,7 @@ void RexxCURLSetVersionInfoConstants( Rx valuelen = 0; namelen = sprintf( name, "%sLIBSSH_VERSION", RxGetConstantPrefix( RxPackageGlobalData ) ); #if LIBCURL_VERSION_NUM >= 0x071001 @@ -64,35 +18,15 @@ valuelen = (version_info->libssh_version) ? strlen( version_info->libssh_version ) : 0; #endif SetRexxVariable( RxPackageGlobalData, name, namelen, support, valuelen ); -@@ -2273,9 +2290,10 @@ rxfunc( CurlSetopt ) - SetCURLError( RxPackageGlobalData, curl_rc, curl_errors[rc] ); - break; - } -+#if LIBCURL_VERSION_NUMBER > 0x070907 - switch ( RexxCurlOptions[opt].number ) - { -- case CURLOPT_FILE: -+ case CURLOPT_WRITEDATA: - if ( argv[2].strlength ) - { - /* -@@ -2293,6 +2311,7 @@ rxfunc( CurlSetopt ) - default: - break; - } -+#endif - break; - case RXCURLOPT_INFILE: - /* parameter must be the name of a file to read from or blank to turn it off */ -@@ -2317,7 +2336,11 @@ rxfunc( CurlSetopt ) - */ - switch ( RexxCurlOptions[opt].number ) - { -+#if LIBCURL_VERSION_NUM >= 0x070907 -+ case CURLOPT_READDATA: -+#else - case CURLOPT_INFILE: -+#endif - /* - * Always set the file size for the specified INFILE - */ +@@ -1841,9 +1843,9 @@ int rexxcurl_sshkey_callback( CURL *easy + if ( argv == NULL ) + return -1; + +- rx_knownkeylength_len = sprintf( rx_knownkeylength, "%lu", knownkey->len ); ++ rx_knownkeylength_len = sprintf( rx_knownkeylength, "%lu", (unsigned long) knownkey->len ); + rx_knownkeytype_len = sprintf( rx_knownkeytype, "%u", knownkey->keytype ); +- rx_foundkeylength_len = sprintf( rx_foundkeylength, "%lu", foundkey->len ); ++ rx_foundkeylength_len = sprintf( rx_foundkeylength, "%lu", (unsigned long) foundkey->len ); + rx_foundkeytype_len = sprintf( rx_foundkeytype, "%u", foundkey->keytype ); + rx_libcurlviewofkey_len = sprintf( rx_libcurlviewofkey, "%u", match ); + From owner-svn-ports-all@freebsd.org Wed Aug 31 17:20:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02FBABCAA6D; Wed, 31 Aug 2016 17:20:16 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id B17F3F0E; Wed, 31 Aug 2016 17:20:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VHKEJ4021125; Wed, 31 Aug 2016 17:20:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VHKEvX021123; Wed, 31 Aug 2016 17:20:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608311720.u7VHKEvX021123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 31 Aug 2016 17:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421174 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 17:20:16 -0000 Author: marino Date: Wed Aug 31 17:20:14 2016 New Revision: 421174 URL: https://svnweb.freebsd.org/changeset/ports/421174 Log: ports-mgmt/synth: Upgrade version 1.43 => 1.50 This release improves robustness and activates the watchdog. It leveraes the procctl functionality to ensure all processes spawned from a builder are reaped, which in turn ensures that tmpfs mounts can be dismounted. Previously stuck processes could prevent those dismounts, trapping them as new mounts get placed on top. This also finally enables the watchdog that will kill runaway builds. The watchdog has a specific time limit per build phase where it will kill the build if the log doesn't grow over the previous X minutes. No activity timeout limits per phase are: check_sanity : 1 minute pkg_depends : 3 minutes fetch : 480 minutes checksum : 480 minutes (fetches if required) extract_depends : 3 minutes extract : 30 minutes patch_depends : 3 minutes patch : 3 minutes build_depends : 5 minutes build : 20 minutes run_depends : 10 minutes stage : 20 minutes check_plist : 3 minutes pkg_package : 120 minutes install_mtree : 3 minutes install : 10 minutes deinstall : 10 minutes A minor change regarding the swap display: If there is no swap installed, it will now display "n/a" instead of "100%" Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Wed Aug 31 17:00:56 2016 (r421173) +++ head/ports-mgmt/synth/Makefile Wed Aug 31 17:20:14 2016 (r421174) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.43 +PORTVERSION= 1.50 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Wed Aug 31 17:00:56 2016 (r421173) +++ head/ports-mgmt/synth/distinfo Wed Aug 31 17:20:14 2016 (r421174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472127405 -SHA256 (jrmarino-synth-v1.43_GH0.tar.gz) = e3176fec60ecb5af5712c5ef8e06042c861cb471bc8a3e76d48b647c8907366a -SIZE (jrmarino-synth-v1.43_GH0.tar.gz) = 102067 +TIMESTAMP = 1472593432 +SHA256 (jrmarino-synth-v1.50_GH0.tar.gz) = 17aa4ff8436b36e8b85988817522588e4cbd3478f2acf49535b318328903d3c5 +SIZE (jrmarino-synth-v1.50_GH0.tar.gz) = 102678 From owner-svn-ports-all@freebsd.org Wed Aug 31 17:42:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 767C9BC8201; Wed, 31 Aug 2016 17:42:20 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 41173F39; Wed, 31 Aug 2016 17:42:20 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VHgJ2T032428; Wed, 31 Aug 2016 17:42:19 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VHgJtE032426; Wed, 31 Aug 2016 17:42:19 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608311742.u7VHgJtE032426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 31 Aug 2016 17:42:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421175 - in head/audio: gmpc gmpc-magnatune X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 17:42:20 -0000 Author: marino Date: Wed Aug 31 17:42:19 2016 New Revision: 421175 URL: https://svnweb.freebsd.org/changeset/ports/421175 Log: audio/gmpc(-magnatune): revbump required after previous changes Modified: head/audio/gmpc-magnatune/Makefile head/audio/gmpc/Makefile Modified: head/audio/gmpc-magnatune/Makefile ============================================================================== --- head/audio/gmpc-magnatune/Makefile Wed Aug 31 17:20:14 2016 (r421174) +++ head/audio/gmpc-magnatune/Makefile Wed Aug 31 17:42:19 2016 (r421175) @@ -3,7 +3,7 @@ PORTNAME= gmpc-magnatune PORTVERSION= 11.8.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ Modified: head/audio/gmpc/Makefile ============================================================================== --- head/audio/gmpc/Makefile Wed Aug 31 17:20:14 2016 (r421174) +++ head/audio/gmpc/Makefile Wed Aug 31 17:42:19 2016 (r421175) @@ -3,7 +3,7 @@ PORTNAME= gmpc PORTVERSION= 11.8.16 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ From owner-svn-ports-all@freebsd.org Wed Aug 31 17:46:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D83ABC83BF; Wed, 31 Aug 2016 17:46:02 +0000 (UTC) (envelope-from dumbbell@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 mx1.freebsd.org (Postfix) with ESMTPS id 3A71F22F; Wed, 31 Aug 2016 17:46:02 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VHk1DM032849; Wed, 31 Aug 2016 17:46:01 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VHk0fV032838; Wed, 31 Aug 2016 17:46:00 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201608311746.u7VHk0fV032838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Wed, 31 Aug 2016 17:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421176 - in head/graphics: . piglit piglit/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 17:46:02 -0000 Author: dumbbell (src committer) Date: Wed Aug 31 17:46:00 2016 New Revision: 421176 URL: https://svnweb.freebsd.org/changeset/ports/421176 Log: graphics/piglit: New port for the Mesa testsuite Piglit is the Mesa testsuite. It is very helpful while working on the graphics stack in both userland and the kernel. Support for FreeBSD is incomplete at this time. We use a patch to enable the same build flags as Linux. However, we still lack new code to support FreeBSD, in particular in scripts under the `framework` directory, such as a way to collect timestamped messages from the kernel. Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4058 Added: head/graphics/piglit/ head/graphics/piglit/Makefile (contents, props changed) head/graphics/piglit/distinfo (contents, props changed) head/graphics/piglit/files/ head/graphics/piglit/files/patch-CMakeLists.txt (contents, props changed) head/graphics/piglit/files/patch-piglit (contents, props changed) head/graphics/piglit/files/patch-tests_spec_oes__geometry__shader_sso__validation_user-defined-gs-input-in-block.shader__test (contents, props changed) head/graphics/piglit/files/patch-tests_spec_oes__geometry__shader_sso__validation_user-defined-gs-input-not-in-block.shader__test (contents, props changed) head/graphics/piglit/files/pkg-message.in (contents, props changed) head/graphics/piglit/pkg-descr (contents, props changed) head/graphics/piglit/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Aug 31 17:42:19 2016 (r421175) +++ head/graphics/Makefile Wed Aug 31 17:46:00 2016 (r421176) @@ -777,6 +777,7 @@ SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle + SUBDIR += piglit SUBDIR += pikopixel SUBDIR += pinpoint SUBDIR += pixelize Added: head/graphics/piglit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/piglit/Makefile Wed Aug 31 17:46:00 2016 (r421176) @@ -0,0 +1,46 @@ +# Created by: Jean-Sébastien Pédron +# $FreeBSD$ + +PORTNAME= piglit +PORTVERSION= 20160809 +CATEGORIES= graphics + +MAINTAINER= x11@FreeBSD.org +COMMENT= Automated OpenGL and OpenCL testsuite + +LICENSE= MIT GPLv2 GPLv3 LGPL20 +LICENSE_COMB= multi + +BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl \ + ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six +LIB_DEPENDS= libcaca.so:graphics/libcaca \ + libdrm.so:graphics/libdrm \ + libOpenCL.so:devel/ocl-icd \ + libpng.so:graphics/png \ + libwaffle-1.so:graphics/waffle +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +USE_GITHUB= yes +GH_ACCOUNT= dumbbell +GH_PROJECT= piglit +GH_TAGNAME= ca5350b4056ae63a93c4c207087b7634873b2ce2 + +USES= cmake:outsource pkgconfig python:2 +USE_GL= egl gbm gl glu +USE_XORG= x11 xcb xext xrender + +CMAKE_ARGS+= -DPIGLIT_BUILD_CL_TESTS:BOOL=ON + +CMAKE_ARGS+= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW +LDFLAGS+= -L${LOCALBASE}/lib + +SUB_FILES= pkg-message + +DATADIR= ${PREFIX}/lib/piglit +PORTDATA= * + +.include Added: head/graphics/piglit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/piglit/distinfo Wed Aug 31 17:46:00 2016 (r421176) @@ -0,0 +1,3 @@ +TIMESTAMP = 1470774588 +SHA256 (dumbbell-piglit-20160809-ca5350b4056ae63a93c4c207087b7634873b2ce2_GH0.tar.gz) = f45922b9a6c5a400c3cfc0107eb49b7d9f6076e49bec49b22557284c1a3a6141 +SIZE (dumbbell-piglit-20160809-ca5350b4056ae63a93c4c207087b7634873b2ce2_GH0.tar.gz) = 23789615 Added: head/graphics/piglit/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/piglit/files/patch-CMakeLists.txt Wed Aug 31 17:46:00 2016 (r421176) @@ -0,0 +1,20 @@ +--- CMakeLists.txt.orig 2016-08-09 20:28:45 UTC ++++ CMakeLists.txt +@@ -201,8 +201,6 @@ IF(PIGLIT_BUILD_GLX_TESTS) + pkg_check_modules(GLPROTO REQUIRED glproto) + ENDIF() + +-set(Python_ADDITIONAL_VERSIONS +- 3.5 3.4 3.3 2.7) + find_package(PythonInterp REQUIRED) + find_package(PythonSix 1.5.2 REQUIRED) + find_package(PythonNumpy 1.7.0 REQUIRED) +@@ -361,7 +359,7 @@ endif() + + check_c_source_compiles( + " +- #define _POSIX_C_SOURCE 199309L ++ #define _POSIX_C_SOURCE 200112L + #include + int main() { return clock_gettime(CLOCK_MONOTONIC, NULL); } + " Added: head/graphics/piglit/files/patch-piglit ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/piglit/files/patch-piglit Wed Aug 31 17:46:00 2016 (r421176) @@ -0,0 +1,8 @@ +--- piglit.orig 2016-08-09 20:28:45 UTC ++++ piglit +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python3 ++#!/usr/bin/env python2 + + # Copyright (c) 2014 Intel Corporation + Added: head/graphics/piglit/files/patch-tests_spec_oes__geometry__shader_sso__validation_user-defined-gs-input-in-block.shader__test ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/piglit/files/patch-tests_spec_oes__geometry__shader_sso__validation_user-defined-gs-input-in-block.shader__test Wed Aug 31 17:46:00 2016 (r421176) @@ -0,0 +1,16 @@ +--- tests/spec/oes_geometry_shader/sso_validation/user-defined-gs-input-in-block.shader_test.orig 2016-08-09 20:28:45 UTC ++++ tests/spec/oes_geometry_shader/sso_validation/user-defined-gs-input-in-block.shader_test +@@ -1,5 +1,5 @@ + [require] +-GL ES >= 3.1 ++GL ES >= 3.0 + GLSL ES >= 3.10 + GL_OES_geometry_shader + SSO ENABLED +@@ -67,4 +67,4 @@ void main() + + [test] + draw rect -1 -1 2 2 +-probe all rgba 0.0 1.0 0.0 1.0 +\ No newline at end of file ++probe all rgba 0.0 1.0 0.0 1.0 Added: head/graphics/piglit/files/patch-tests_spec_oes__geometry__shader_sso__validation_user-defined-gs-input-not-in-block.shader__test ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/piglit/files/patch-tests_spec_oes__geometry__shader_sso__validation_user-defined-gs-input-not-in-block.shader__test Wed Aug 31 17:46:00 2016 (r421176) @@ -0,0 +1,16 @@ +--- tests/spec/oes_geometry_shader/sso_validation/user-defined-gs-input-not-in-block.shader_test.orig 2016-08-09 20:28:45 UTC ++++ tests/spec/oes_geometry_shader/sso_validation/user-defined-gs-input-not-in-block.shader_test +@@ -1,5 +1,5 @@ + [require] +-GL ES >= 3.1 ++GL ES >= 3.0 + GLSL ES >= 3.10 + GL_OES_geometry_shader + SSO ENABLED +@@ -62,4 +62,4 @@ void main() + + [test] + draw rect -1 -1 2 2 +-probe all rgba 0.0 1.0 0.0 1.0 +\ No newline at end of file ++probe all rgba 0.0 1.0 0.0 1.0 Added: head/graphics/piglit/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/piglit/files/pkg-message.in Wed Aug 31 17:46:00 2016 (r421176) @@ -0,0 +1,10 @@ +Piglit opens and closes a lot of files during a run, putting pressure +on FreeBSD's VFS. To keep Piglit smooth, you will have to increase the +default maxvnodes: + sysctl kern.maxvnodes=$(($(sysctl -n kern.maxvnodes) * 2)) + +Instructions to use Piglit are available in: + %%DOCSDIR%%/README + +The same documentation is also available online: + http://cgit.freedesktop.org/piglit/tree/README Added: head/graphics/piglit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/piglit/pkg-descr Wed Aug 31 17:46:00 2016 (r421176) @@ -0,0 +1,12 @@ +Piglit is a collection of automated tests for OpenGL and OpenCL +implementations. + +The goal of Piglit is to help improve the quality of open source +OpenGL and OpenCL drivers by providing developers with a simple means to +perform regression tests. + +The original tests have been taken from +- Glean ( http://glean.sf.net/ ) and +- Mesa ( http://www.mesa3d.org/ ) + +WWW: http://piglit.freedesktop.org/ Added: head/graphics/piglit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/piglit/pkg-plist Wed Aug 31 17:46:00 2016 (r421176) @@ -0,0 +1,165 @@ +bin/piglit +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELEASE +@dir %%DATADIR%%/generated_tests/modules +@dir %%DATADIR%%/generated_tests/templates/gen_builtin_packing_tests +@dir %%DATADIR%%/generated_tests/templates/gen_const_builtin_equal_tests +@dir %%DATADIR%%/generated_tests/templates/gen_conversion_fp64 +@dir %%DATADIR%%/generated_tests/templates/gen_extensions_defined +@dir %%DATADIR%%/generated_tests/templates/gen_flat_interpolation_qualifier +@dir %%DATADIR%%/generated_tests/templates/gen_inout_fp64 +@dir %%DATADIR%%/generated_tests/templates/gen_interpolation_tests +@dir %%DATADIR%%/generated_tests/templates/gen_non-lvalue_tests +@dir %%DATADIR%%/generated_tests/templates/gen_outerproduct_invalid_params +@dir %%DATADIR%%/generated_tests/templates/gen_outerproduct_tests +@dir %%DATADIR%%/generated_tests/templates/gen_shader_bit_encoding_tests +@dir %%DATADIR%%/generated_tests/templates/gen_shader_precision_tests +@dir %%DATADIR%%/generated_tests/templates/gen_texture_lod_tests +@dir %%DATADIR%%/generated_tests/templates/gen_texture_query_lod_tests +@dir %%DATADIR%%/generated_tests/templates/gen_uniform_initializer_tests +@dir %%DATADIR%%/generated_tests/templates/gen_variable_index_read_tests +@dir %%DATADIR%%/generated_tests/templates/gen_variable_index_write_tests +@dir %%DATADIR%%/generated_tests/templates/gen_vp_tex +@dir %%DATADIR%%/generated_tests/templates/gen_vs_in_fp64 +@dir %%DATADIR%%/generated_tests/templates/interpolation-qualifier-built-in-variable +@dir %%DATADIR%%/tests/bugs +@dir %%DATADIR%%/tests/cl/api +@dir %%DATADIR%%/tests/cl/custom +@dir %%DATADIR%%/tests/cl/interop +@dir %%DATADIR%%/tests/egl/spec/egl-1.4 +@dir %%DATADIR%%/tests/egl/spec/egl_chromium_sync_control +@dir %%DATADIR%%/tests/egl/spec/egl_ext_client_extensions +@dir %%DATADIR%%/tests/egl/spec/egl_khr_create_context +@dir %%DATADIR%%/tests/egl/spec/egl_khr_fence_sync +@dir %%DATADIR%%/tests/egl/spec/egl_khr_get_all_proc_addresses +@dir %%DATADIR%%/tests/egl/spec/egl_khr_surfaceless_context +@dir %%DATADIR%%/tests/fbo +@dir %%DATADIR%%/tests/general +@dir %%DATADIR%%/tests/glean +@dir %%DATADIR%%/tests/glx +@dir %%DATADIR%%/tests/hiz +@dir %%DATADIR%%/tests/security +@dir %%DATADIR%%/tests/spec/amd_performance_monitor +@dir %%DATADIR%%/tests/spec/amd_pinned_memory +@dir %%DATADIR%%/tests/spec/amd_seamless_cubemap_per_texture +@dir %%DATADIR%%/tests/spec/amd_vertex_shader_layer +@dir %%DATADIR%%/tests/spec/amd_vertex_shader_viewport_index +@dir %%DATADIR%%/tests/spec/arb_base_instance +@dir %%DATADIR%%/tests/spec/arb_blend_func_extended/api +@dir %%DATADIR%%/tests/spec/arb_blend_func_extended/execution +@dir %%DATADIR%%/tests/spec/arb_buffer_storage +@dir %%DATADIR%%/tests/spec/arb_clear_buffer_object +@dir %%DATADIR%%/tests/spec/arb_clear_texture +@dir %%DATADIR%%/tests/spec/arb_clip_control +@dir %%DATADIR%%/tests/spec/arb_color_buffer_float +@dir %%DATADIR%%/tests/spec/arb_compute_shader/compiler +@dir %%DATADIR%%/tests/spec/arb_copy_buffer +@dir %%DATADIR%%/tests/spec/arb_copy_image +@dir %%DATADIR%%/tests/spec/arb_debug_output +@dir %%DATADIR%%/tests/spec/arb_depth_clamp +@dir %%DATADIR%%/tests/spec/arb_direct_state_access +@dir %%DATADIR%%/tests/spec/arb_draw_buffers +@dir %%DATADIR%%/tests/spec/arb_draw_buffers_blend +@dir %%DATADIR%%/tests/spec/arb_draw_elements_base_vertex +@dir %%DATADIR%%/tests/spec/arb_draw_indirect +@dir %%DATADIR%%/tests/spec/arb_es2_compatibility +@dir %%DATADIR%%/tests/spec/arb_es3_compatibility +@dir %%DATADIR%%/tests/spec/arb_framebuffer_no_attachments +@dir %%DATADIR%%/tests/spec/arb_framebuffer_object +@dir %%DATADIR%%/tests/spec/arb_framebuffer_srgb +@dir %%DATADIR%%/tests/spec/arb_geometry_shader4/execution/program-parameter +@dir %%DATADIR%%/tests/spec/arb_get_program_binary +@dir %%DATADIR%%/tests/spec/arb_get_texture_sub_image +@dir %%DATADIR%%/tests/spec/arb_gpu_shader_fp64/shader_storage +@dir %%DATADIR%%/tests/spec/arb_indirect_parameters +@dir %%DATADIR%%/tests/spec/arb_instanced_arrays +@dir %%DATADIR%%/tests/spec/arb_internalformat_query +@dir %%DATADIR%%/tests/spec/arb_internalformat_query2 +@dir %%DATADIR%%/tests/spec/arb_invalidate_subdata +@dir %%DATADIR%%/tests/spec/arb_map_buffer_alignment +@dir %%DATADIR%%/tests/spec/arb_map_buffer_range +@dir %%DATADIR%%/tests/spec/arb_multisample +@dir %%DATADIR%%/tests/spec/arb_occlusion_query +@dir %%DATADIR%%/tests/spec/arb_occlusion_query2 +@dir %%DATADIR%%/tests/spec/arb_pipeline_statistics_query +@dir %%DATADIR%%/tests/spec/arb_program_interface_query +@dir %%DATADIR%%/tests/spec/arb_provoking_vertex +@dir %%DATADIR%%/tests/spec/arb_query_buffer_object +@dir %%DATADIR%%/tests/spec/arb_robustness +@dir %%DATADIR%%/tests/spec/arb_sample_shading/execution +@dir %%DATADIR%%/tests/spec/arb_sampler_objects +@dir %%DATADIR%%/tests/spec/arb_seamless_cube_map +@dir %%DATADIR%%/tests/spec/arb_shader_draw_parameters +@dir %%DATADIR%%/tests/spec/arb_shader_image_size +@dir %%DATADIR%%/tests/spec/arb_shader_objects +@dir %%DATADIR%%/tests/spec/arb_stencil_texturing +@dir %%DATADIR%%/tests/spec/arb_sync +@dir %%DATADIR%%/tests/spec/arb_texture_barrier +@dir %%DATADIR%%/tests/spec/arb_texture_buffer_object +@dir %%DATADIR%%/tests/spec/arb_texture_buffer_range +@dir %%DATADIR%%/tests/spec/arb_texture_compression +@dir %%DATADIR%%/tests/spec/arb_texture_float +@dir %%DATADIR%%/tests/spec/arb_texture_multisample +@dir %%DATADIR%%/tests/spec/arb_texture_stencil8 +@dir %%DATADIR%%/tests/spec/arb_texture_storage +@dir %%DATADIR%%/tests/spec/arb_texture_storage_multisample +@dir %%DATADIR%%/tests/spec/arb_texture_view +@dir %%DATADIR%%/tests/spec/arb_timer_query +@dir %%DATADIR%%/tests/spec/arb_transform_feedback2 +@dir %%DATADIR%%/tests/spec/arb_transform_feedback3 +@dir %%DATADIR%%/tests/spec/arb_vertex_array_bgra +@dir %%DATADIR%%/tests/spec/arb_vertex_array_object +@dir %%DATADIR%%/tests/spec/arb_vertex_buffer_object +@dir %%DATADIR%%/tests/spec/arb_vertex_type_10f_11f_11f_rev +@dir %%DATADIR%%/tests/spec/arb_vertex_type_2_10_10_10_rev +@dir %%DATADIR%%/tests/spec/arb_viewport_array +@dir %%DATADIR%%/tests/spec/ati_draw_buffers +@dir %%DATADIR%%/tests/spec/ati_envmap_bumpmap +@dir %%DATADIR%%/tests/spec/ext_depth_bounds_test +@dir %%DATADIR%%/tests/spec/ext_fog_coord +@dir %%DATADIR%%/tests/spec/ext_framebuffer_blit +@dir %%DATADIR%%/tests/spec/ext_framebuffer_multisample +@dir %%DATADIR%%/tests/spec/ext_framebuffer_multisample_blit_scaled +@dir %%DATADIR%%/tests/spec/ext_image_dma_buf_import +@dir %%DATADIR%%/tests/spec/ext_packed_depth_stencil +@dir %%DATADIR%%/tests/spec/ext_packed_float +@dir %%DATADIR%%/tests/spec/ext_polygon_offset_clamp +@dir %%DATADIR%%/tests/spec/ext_texture_format_bgra8888 +@dir %%DATADIR%%/tests/spec/ext_texture_integer +@dir %%DATADIR%%/tests/spec/ext_texture_swizzle +@dir %%DATADIR%%/tests/spec/ext_timer_query +@dir %%DATADIR%%/tests/spec/ext_transform_feedback +@dir %%DATADIR%%/tests/spec/ext_unpack_subimage +@dir %%DATADIR%%/tests/spec/ext_window_rectangles +@dir %%DATADIR%%/tests/spec/gl-1.0 +@dir %%DATADIR%%/tests/spec/gl-1.1 +@dir %%DATADIR%%/tests/spec/gl-1.2 +@dir %%DATADIR%%/tests/spec/gl-1.4 +@dir %%DATADIR%%/tests/spec/gl-1.5 +@dir %%DATADIR%%/tests/spec/gl-2.0/api +@dir %%DATADIR%%/tests/spec/gl-2.1 +@dir %%DATADIR%%/tests/spec/gl-3.0/api +@dir %%DATADIR%%/tests/spec/gl-3.2/layered-rendering +@dir %%DATADIR%%/tests/spec/gl-3.3 +@dir %%DATADIR%%/tests/spec/gl-4.4 +@dir %%DATADIR%%/tests/spec/gles-2.0 +@dir %%DATADIR%%/tests/spec/glsl-1.10/execution/clipping +@dir %%DATADIR%%/tests/spec/glsl-1.10/execution/varying-packing +@dir %%DATADIR%%/tests/spec/glsl-1.20/recursion +@dir %%DATADIR%%/tests/spec/glsl-1.30/linker/clipping +@dir %%DATADIR%%/tests/spec/glx_arb_create_context +@dir %%DATADIR%%/tests/spec/glx_ext_import_context +@dir %%DATADIR%%/tests/spec/glx_mesa_query_renderer +@dir %%DATADIR%%/tests/spec/glx_oml_sync_control +@dir %%DATADIR%%/tests/spec/khr_debug +@dir %%DATADIR%%/tests/spec/mesa_pack_invert +@dir %%DATADIR%%/tests/spec/nv_conditional_render +@dir %%DATADIR%%/tests/spec/nv_texture_barrier +@dir %%DATADIR%%/tests/spec/oes_compressed_paletted_texture +@dir %%DATADIR%%/tests/spec/oes_draw_elements_base_vertex +@dir %%DATADIR%%/tests/spec/oes_draw_texture +@dir %%DATADIR%%/tests/spec/oes_fixed_point +@dir %%DATADIR%%/tests/spec/oes_matrix_get +@dir %%DATADIR%%/tests/spec/oes_texture_float +@dir %%DATADIR%%/tests/texturing/shaders From owner-svn-ports-all@freebsd.org Wed Aug 31 17:55:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABD66BC87EB; Wed, 31 Aug 2016 17:55:50 +0000 (UTC) (envelope-from novel@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 mx1.freebsd.org (Postfix) with ESMTPS id 7B1A0D6D; Wed, 31 Aug 2016 17:55:50 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VHtntF036656; Wed, 31 Aug 2016 17:55:49 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VHtn2s036655; Wed, 31 Aug 2016 17:55:49 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201608311755.u7VHtn2s036655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 31 Aug 2016 17:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421177 - branches/2016Q3/audio/openal-soft X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 17:55:50 -0000 Author: novel Date: Wed Aug 31 17:55:49 2016 New Revision: 421177 URL: https://svnweb.freebsd.org/changeset/ports/421177 Log: MFH: r420906 audio/openal-soft: fix missing QT4 dependencies PR: 210353 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (2+ months) Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/audio/openal-soft/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/audio/openal-soft/Makefile ============================================================================== --- branches/2016Q3/audio/openal-soft/Makefile Wed Aug 31 17:46:00 2016 (r421176) +++ branches/2016Q3/audio/openal-soft/Makefile Wed Aug 31 17:55:49 2016 (r421177) @@ -33,7 +33,7 @@ CONFIG_DESC= Install configuration util #ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib CONFIG_CMAKE_ON= -DALSOFT_NO_CONFIG_UTIL:BOOL=OFF CONFIG_CMAKE_OFF= -DALSOFT_NO_CONFIG_UTIL:BOOL=ON -CONFIG_USE= QT4=gui +CONFIG_USE= QT4=corelib,gui,qmake_build,moc_build,rcc_build,uic_build FLUIDSYNTH_CMAKE_ON= -DALSOFT_REQUIRE_FLUIDSYNTH:BOOL=ON FLUIDSYNTH_CMAKE_OFF= -DALSOFT_MIDI_FLUIDSYNTH:BOOL=OFF FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth From owner-svn-ports-all@freebsd.org Wed Aug 31 18:15:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F8CBBC8F85; Wed, 31 Aug 2016 18:15:53 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id F13E6E3B; Wed, 31 Aug 2016 18:15:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VIFqsi044199; Wed, 31 Aug 2016 18:15:52 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VIFqN6044198; Wed, 31 Aug 2016 18:15:52 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608311815.u7VIFqN6044198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 31 Aug 2016 18:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421178 - head/games/mudmagic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 18:15:53 -0000 Author: marino Date: Wed Aug 31 18:15:51 2016 New Revision: 421178 URL: https://svnweb.freebsd.org/changeset/ports/421178 Log: games/mudmagic: revbump required after previous changes Modified: head/games/mudmagic/Makefile Modified: head/games/mudmagic/Makefile ============================================================================== --- head/games/mudmagic/Makefile Wed Aug 31 17:55:49 2016 (r421177) +++ head/games/mudmagic/Makefile Wed Aug 31 18:15:51 2016 (r421178) @@ -3,7 +3,7 @@ PORTNAME= mudmagic PORTVERSION= 1.9 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MASTER_SITES= http://www.mudmagic.com/mud-client/downloads/ From owner-svn-ports-all@freebsd.org Wed Aug 31 18:19:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DD6EBC9074; Wed, 31 Aug 2016 18:19:27 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 6A8B8FD5; Wed, 31 Aug 2016 18:19:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VIJQnV044407; Wed, 31 Aug 2016 18:19:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VIJQCg044406; Wed, 31 Aug 2016 18:19:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608311819.u7VIJQCg044406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 31 Aug 2016 18:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421179 - head/russian/xruskb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 18:19:27 -0000 Author: marino Date: Wed Aug 31 18:19:26 2016 New Revision: 421179 URL: https://svnweb.freebsd.org/changeset/ports/421179 Log: russian/xruskb: revbump required after previous changes Modified: head/russian/xruskb/Makefile Modified: head/russian/xruskb/Makefile ============================================================================== --- head/russian/xruskb/Makefile Wed Aug 31 18:15:51 2016 (r421178) +++ head/russian/xruskb/Makefile Wed Aug 31 18:19:26 2016 (r421179) @@ -3,7 +3,7 @@ PORTNAME= xruskb PORTVERSION= 1.15.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= russian x11 MASTER_SITES= ftp://ftp.yars.free.net/pub/source/xruskb/ \ http://lav.yar.ru/download/xruskb/ From owner-svn-ports-all@freebsd.org Wed Aug 31 18:21:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 285CCBC919D; Wed, 31 Aug 2016 18:21:24 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id ECB63273; Wed, 31 Aug 2016 18:21:23 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VILNOh045393; Wed, 31 Aug 2016 18:21:23 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VILNPk045392; Wed, 31 Aug 2016 18:21:23 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608311821.u7VILNPk045392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 31 Aug 2016 18:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421180 - head/multimedia/freetuxtv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 18:21:24 -0000 Author: marino Date: Wed Aug 31 18:21:22 2016 New Revision: 421180 URL: https://svnweb.freebsd.org/changeset/ports/421180 Log: multimedia/freetuxtv: revbump required after previous changes Modified: head/multimedia/freetuxtv/Makefile Modified: head/multimedia/freetuxtv/Makefile ============================================================================== --- head/multimedia/freetuxtv/Makefile Wed Aug 31 18:19:26 2016 (r421179) +++ head/multimedia/freetuxtv/Makefile Wed Aug 31 18:21:22 2016 (r421180) @@ -3,6 +3,7 @@ PORTNAME= freetuxtv PORTVERSION= 0.6.6 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= GOOGLE_CODE From owner-svn-ports-all@freebsd.org Wed Aug 31 18:24:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C62DCBC92E5; Wed, 31 Aug 2016 18:24:02 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 9927B792; Wed, 31 Aug 2016 18:24:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VIO1gK048274; Wed, 31 Aug 2016 18:24:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VIO1FG048273; Wed, 31 Aug 2016 18:24:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608311824.u7VIO1FG048273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 31 Aug 2016 18:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421181 - head/www/luakit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 18:24:02 -0000 Author: marino Date: Wed Aug 31 18:24:01 2016 New Revision: 421181 URL: https://svnweb.freebsd.org/changeset/ports/421181 Log: www/luakit: revbump required after previous changes Modified: head/www/luakit/Makefile Modified: head/www/luakit/Makefile ============================================================================== --- head/www/luakit/Makefile Wed Aug 31 18:21:22 2016 (r421180) +++ head/www/luakit/Makefile Wed Aug 31 18:24:01 2016 (r421181) @@ -3,7 +3,7 @@ PORTNAME= luakit PORTVERSION= 2012.09.13r1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= ports@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed Aug 31 18:26:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 340FFBC93EB; Wed, 31 Aug 2016 18:26:10 +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 mx1.freebsd.org (Postfix) with ESMTPS id 06D6C909; Wed, 31 Aug 2016 18:26:09 +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 u7VIQ9mc048468; Wed, 31 Aug 2016 18:26:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VIQ9we048466; Wed, 31 Aug 2016 18:26:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608311826.u7VIQ9we048466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 Aug 2016 18:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421182 - head/benchmarks/stress-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 18:26:10 -0000 Author: amdmi3 Date: Wed Aug 31 18:26:08 2016 New Revision: 421182 URL: https://svnweb.freebsd.org/changeset/ports/421182 Log: - Update to 0.06.15 PR: 212286 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Wed Aug 31 18:24:01 2016 (r421181) +++ head/benchmarks/stress-ng/Makefile Wed Aug 31 18:26:08 2016 (r421182) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.06.14 +PORTVERSION= 0.06.15 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Wed Aug 31 18:24:01 2016 (r421181) +++ head/benchmarks/stress-ng/distinfo Wed Aug 31 18:26:08 2016 (r421182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471512152 -SHA256 (stress-ng-0.06.14.tar.gz) = 1b9611f0e69645d271ef9ce39cab4f22ce1a98590ccd9ef41635b7c95d677e1a -SIZE (stress-ng-0.06.14.tar.gz) = 332760 +TIMESTAMP = 1472547578 +SHA256 (stress-ng-0.06.15.tar.gz) = 0e1d7733b35f594f7461dedbf836bd4966d0611da4cd4e85cde4804d2a425e6d +SIZE (stress-ng-0.06.15.tar.gz) = 332695 From owner-svn-ports-all@freebsd.org Wed Aug 31 18:59:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC6CABC9EF8; Wed, 31 Aug 2016 18:59:06 +0000 (UTC) (envelope-from thierry@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 mx1.freebsd.org (Postfix) with ESMTPS id B07FEE2; Wed, 31 Aug 2016 18:59:06 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VIx5Dm060449; Wed, 31 Aug 2016 18:59:05 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VIx5WD060446; Wed, 31 Aug 2016 18:59:05 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201608311859.u7VIx5WD060446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 31 Aug 2016 18:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421183 - in head/finance/grisbi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 18:59:07 -0000 Author: thierry Date: Wed Aug 31 18:59:05 2016 New Revision: 421183 URL: https://svnweb.freebsd.org/changeset/ports/421183 Log: Upgrade to 1.0.1. Added: head/finance/grisbi/files/patch-src_qif.c (contents, props changed) Deleted: head/finance/grisbi/files/patch-src_bet_data.c Modified: head/finance/grisbi/Makefile head/finance/grisbi/distinfo Modified: head/finance/grisbi/Makefile ============================================================================== --- head/finance/grisbi/Makefile Wed Aug 31 18:26:08 2016 (r421182) +++ head/finance/grisbi/Makefile Wed Aug 31 18:59:05 2016 (r421183) @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= grisbi -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= finance -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:C|0$|x|}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:C|1$|x|}/ MAINTAINER= thierry@FreeBSD.org COMMENT= Personal accounting application LICENSE= GPLv2 -LIB_DEPENDS= libofx.so:finance/libofx +LIB_DEPENDS= libofx.so:finance/libofx \ + libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig -USES= tar:bzip2 desktop-file-utils gmake iconv pkgconfig shared-mime-info +USES= tar:bzip2 desktop-file-utils gmake iconv pkgconfig shared-mime-info ssl GNU_CONFIGURE= yes -USE_GNOME= gtk20 glib20 intltool libxml2 -USE_OPENSSL= yes +USE_GNOME= cairo gtk20 glib20 intltool libxml2 INSTALLS_ICONS= yes CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" @@ -36,9 +36,4 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -pre-configure: -.if ! ${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} -e "s|pixmaps help|pixmaps|" ${WRKSRC}/Makefile.in -.endif - .include Modified: head/finance/grisbi/distinfo ============================================================================== --- head/finance/grisbi/distinfo Wed Aug 31 18:26:08 2016 (r421182) +++ head/finance/grisbi/distinfo Wed Aug 31 18:59:05 2016 (r421183) @@ -1,2 +1,3 @@ -SHA256 (grisbi-1.0.0.tar.bz2) = 8a23d26777666814d918702ad9207bac433abd3ac71568d53f7c485670f92c55 -SIZE (grisbi-1.0.0.tar.bz2) = 6933736 +TIMESTAMP = 1472583776 +SHA256 (grisbi-1.0.1.tar.bz2) = ed52fa6b3a7be3b0c588702e6d85afc8f6a699142eba0ae82eafcd360aee0414 +SIZE (grisbi-1.0.1.tar.bz2) = 6957203 Added: head/finance/grisbi/files/patch-src_qif.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/grisbi/files/patch-src_qif.c Wed Aug 31 18:59:05 2016 (r421183) @@ -0,0 +1,11 @@ +--- src/qif.c.orig 2016-08-22 19:59:20 UTC ++++ src/qif.c +@@ -651,7 +651,7 @@ static gboolean qif_traite_champs_n ( st + { + if ( etat.get_qif_use_field_extract_method_payment ) + { +- if ( strncmp ( imported_transaction->tiers, "VIR RECU", 8 ) == 0 ); ++ if ( strncmp ( imported_transaction->tiers, "VIR RECU", 8 ) == 0 ) + { + gchar *tmp_str; + From owner-svn-ports-all@freebsd.org Wed Aug 31 19:25:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7B65BCA649; Wed, 31 Aug 2016 19:25:31 +0000 (UTC) (envelope-from thierry@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 mx1.freebsd.org (Postfix) with ESMTPS id 7A6DCA7E; Wed, 31 Aug 2016 19:25:31 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VJPU5q071469; Wed, 31 Aug 2016 19:25:30 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VJPUrQ071468; Wed, 31 Aug 2016 19:25:30 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201608311925.u7VJPUrQ071468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 31 Aug 2016 19:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421184 - head/net-im/tox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 19:25:31 -0000 Author: thierry Date: Wed Aug 31 19:25:30 2016 New Revision: 421184 URL: https://svnweb.freebsd.org/changeset/ports/421184 Log: There is no more net-im/venom port. Fix outdated package description. PR: 212285 Submitted by: Aleksander Alekseev Modified: head/net-im/tox/pkg-descr Modified: head/net-im/tox/pkg-descr ============================================================================== --- head/net-im/tox/pkg-descr Wed Aug 31 18:59:05 2016 (r421183) +++ head/net-im/tox/pkg-descr Wed Aug 31 19:25:30 2016 (r421184) @@ -2,7 +2,7 @@ Tox is a decentralized, secure messenger You can see it as an alternative to Skype. This is only the core library. To use it, you have to install a client, like -e.g. net-im/venom or net-im/toxic. +e.g. net-im/toxic, net-im/qTox or net-im/uTox. Tox isn't complete yet, but we encourage you to contribute to help make us awesome! From owner-svn-ports-all@freebsd.org Wed Aug 31 19:30:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FD54BCA7EA; Wed, 31 Aug 2016 19:30:53 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 2B24AD86; Wed, 31 Aug 2016 19:30:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VJUqjR072183; Wed, 31 Aug 2016 19:30:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VJUqHN072175; Wed, 31 Aug 2016 19:30:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608311930.u7VJUqHN072175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 31 Aug 2016 19:30:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421185 - head/devel/extra-cmake-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 19:30:53 -0000 Author: pi Date: Wed Aug 31 19:30:51 2016 New Revision: 421185 URL: https://svnweb.freebsd.org/changeset/ports/421185 Log: devel/extra-cmake-modules: 5.24.0 -> 5.25.0 - Add TEST port option to match BUILD_TESTING cmake option o CAVEAT: TEST=off is currently broken, see upstream bug# in Makefile - DOCS requires qcollectiongenerator, added it via QT5=help - TEST requires QT5=buildtools_build,linguisttools_build,qmake_build - Patches FindQCollectionGenerator cmake test for the correct binary path under qt5/ PR: 211375 MFH: 2016Q3 Submitted by: Yuri Victorovich (maintainer) Modified: head/devel/extra-cmake-modules/Makefile head/devel/extra-cmake-modules/distinfo head/devel/extra-cmake-modules/pkg-plist Modified: head/devel/extra-cmake-modules/Makefile ============================================================================== --- head/devel/extra-cmake-modules/Makefile Wed Aug 31 19:25:30 2016 (r421184) +++ head/devel/extra-cmake-modules/Makefile Wed Aug 31 19:30:51 2016 (r421185) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= extra-cmake-modules -PORTVERSION= 5.24.0 +PORTVERSION= 5.25.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -16,20 +16,33 @@ USE_GITHUB= yes GH_ACCOUNT= KDE USES= cmake +DOCS_USE= QT5=help +TEST_USE= QT5=buildtools_build,linguisttools_build,qmake_build NO_ARCH= yes ## options -OPTIONS_DEFINE= DOCS MANPAGES -OPTIONS_DEFAULT=MANPAGES +OPTIONS_DEFINE= DOCS HELP MANPAGES TEST +OPTIONS_DEFAULT=HELP MANPAGES TEST # TEST=off fails: https://bugs.kde.org/show_bug.cgi?id=366110 +OPTIONS_SUB= yes + +HELP_DESC= Generate QtHelp documentation for installed modules SPHINX_DEP= sphinx-build:textproc/py-sphinx DOCS_BUILD_DEPENDS= ${SPHINX_DEP} +HELP_BUILD_DEPENDS= ${SPHINX_DEP} MANPAGES_BUILD_DEPENDS= ${SPHINX_DEP} DOCS_CMAKE_ON= -DBUILD_HTML_DOCS:BOOL=ON -DOCS_CMAKE_OFF= -DBUILD_HTML_DOCS:BOOL=OFF +DOCS_CMAKE_OFF= -DBUILD_HTML_DOCS:BOOL=OFF +HELP_CMAKE_ON= -DBUILD_QTHELP_DOCS:BOOL=ON +HELP_CMAKE_OFF= -DBUILD_QTHELP_DOCS:BOOL=OFF MANPAGES_CMAKE_ON= -DBUILD_MAN_DOCS:BOOL=ON MANPAGES_CMAKE_OFF= -DBUILD_MAN_DOCS:BOOL=OFF +TEST_CMAKE_ON= -DBUILD_TESTING:BOOL=ON +TEST_CMAKE_OFF= -DBUILD_TESTING:BOOL=OFF + +CONFIGURE_ENV+= CMAKE_PROGRAM_PATH="${LOCALBASE}/bin:${LOCALBASE}/lib/qt5/bin" + MANPAGES_PLIST_FILES= \ man/man7/ecm-developer.7.gz \ man/man7/ecm-find-modules.7.gz \ Modified: head/devel/extra-cmake-modules/distinfo ============================================================================== --- head/devel/extra-cmake-modules/distinfo Wed Aug 31 19:25:30 2016 (r421184) +++ head/devel/extra-cmake-modules/distinfo Wed Aug 31 19:30:51 2016 (r421185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468483157 -SHA256 (KDE-extra-cmake-modules-v5.24.0_GH0.tar.gz) = 7e254a3208da0a17bc37d0914993d5d16332681435e88652517681e62ada7537 -SIZE (KDE-extra-cmake-modules-v5.24.0_GH0.tar.gz) = 337129 +TIMESTAMP = 1471093039 +SHA256 (KDE-extra-cmake-modules-v5.25.0_GH0.tar.gz) = 5506d83d742b36f5e3bc536077cb8db7e41bfb7b92d55f42d91536d1214e1d0e +SIZE (KDE-extra-cmake-modules-v5.25.0_GH0.tar.gz) = 337242 Modified: head/devel/extra-cmake-modules/pkg-plist ============================================================================== --- head/devel/extra-cmake-modules/pkg-plist Wed Aug 31 19:25:30 2016 (r421184) +++ head/devel/extra-cmake-modules/pkg-plist Wed Aug 31 19:30:51 2016 (r421185) @@ -161,3 +161,4 @@ share/ECM/toolchain/specifydependencies. %%PORTDOCS%%%%DOCSDIR%%/html/search.html %%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js %%PORTDOCS%%%%DOCSDIR%%/html/toolchain/Android.html +%%HELP%%%%DOCSDIR%%/ExtraCMakeModules.qch From owner-svn-ports-all@freebsd.org Wed Aug 31 19:31:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDF81BCA8D3; Wed, 31 Aug 2016 19:31:15 +0000 (UTC) (envelope-from danfe@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 mx1.freebsd.org (Postfix) with ESMTPS id 8B7B324F6; Wed, 31 Aug 2016 19:31:15 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VJVEuZ074427; Wed, 31 Aug 2016 19:31:14 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VJVEPU074425; Wed, 31 Aug 2016 19:31:14 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201608311931.u7VJVEPU074425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 31 Aug 2016 19:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421186 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 19:31:15 -0000 Author: danfe Date: Wed Aug 31 19:31:14 2016 New Revision: 421186 URL: https://svnweb.freebsd.org/changeset/ports/421186 Log: - Append `@FreeBSD.org' to all authors' names that are FreeBSD committers - Consistently use ``AFFECTS: users of ...'' form and fix one ``Users if'' - Kill EOL whitespace and fix a few noticed spelling mistakes while here Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Aug 31 19:30:51 2016 (r421185) +++ head/UPDATING Wed Aug 31 19:31:14 2016 (r421186) @@ -31,7 +31,7 @@ you update your ports collection, before supported. If you need these backends to be supported and you missed the survey sent out by upstream I urge you to contact upstream. - The hosts backend was previously served by security/sshguard directly. + The hosts backend was previously served by security/sshguard directly. The additional backends were slave ports with package name suffixes. I have opted to keep the master/slave port relationship but not choose a specific backend for security/sshguard. Instead it is now a metaport @@ -64,12 +64,12 @@ you update your ports collection, before AFFECTS: users of dns/powerdns* AUTHOR: junovitch@FreeBSD.org - PowerDNS Authoritive Server and Recursor 4.0.0+ introduce significant + PowerDNS Authoritative Server and Recursor 4.0.0+ introduce significant changes to the configuration files, which need to be handled before restarting the services. As from the Recursor changelog, "The Lua hook infrastructure was redone using LuaWrapper; old scripts will no longer work, but new scripts are easier to write under the new interface." - + 20160811: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org @@ -103,15 +103,15 @@ you update your ports collection, before AUTHOR: girgen@FreeBSD.org The ICU patch is added to the PostgreSQL-9.5 server. Please note that you - must never change between using the ICU patch and using system locale for the - same database cluster without REINDEXing all TEXT/VARCHAR columns or - dump+restore your database. Failing to do so will result in corrupted indexes - due to the differences between the locale definitions. ICU will always be the - better choice for speed and correctness. :) - - Also, the ICU patch used to support other unicode encodings than UTF-8, but - that has been removed due to lack of demand and the complicated testing - required. If you use another unicode encoding and rely on ICU for collation, + must never change between using the ICU patch and using system locale for + the same database cluster without REINDEXing all TEXT/VARCHAR columns, or + dump and restore your database. Failing to do so will result in corrupted + indexes due to the differences between the locale definitions. ICU will + always be the better choice for speed and correctness. + + Also, the ICU patch used to support other Unicode encodings than UTF-8, + but that has been removed due to lack of demand and the complicated testing + required. If you use another Unicode encoding and rely on ICU for collation, please refrain from upgrading the postgresql server and instead contact the author named above. @@ -147,11 +147,9 @@ you update your ports collection, before AFFECTS: users of sysutils/screen AUTHOR: cy@FreeBSD.org - As of GNU Screen 4.4.0 (r417201): - - Note that there was fix to screen message structure field - responsible for $TERM handling, making it impossible - to attach to older versions. + GNU Screen was updated to version 4.4.0 (r417201). Note that there was + fix to screen message structure field responsible for $TERM handling, + making it impossible to attach to older versions. 20160704: AFFECTS: users of databases/mysql57-* @@ -234,7 +232,7 @@ you update your ports collection, before Previously, to tell the ports tree, you needed to set: WITH_OPENSSL_PORT=yes - + And if you wanted a port that was not security/openssl, you needed to add, for example: @@ -243,7 +241,7 @@ you update your ports collection, before Now, all you need to do is: DEFAULT_VERSIONS+= ssl=libressl - + Valid values are base, openssl, openssl-devel, libressl, and libressl-devel. 20160614: @@ -285,7 +283,7 @@ you update your ports collection, before # portupgrade -fr databases/postgresql-repmgr 20160605: - AFFECTS: Users of www/h2o + AFFECTS: users of www/h2o AUTHOR: junovitch@FreeBSD.org File paths no longer have a trailing / appended to them. This enables @@ -323,7 +321,7 @@ you update your ports collection, before portupgrade -fr security/libressl-devel 20160527: - AFFECTS: Users of mail/opensmtpd-extras (any of them) + AFFECTS: users of mail/opensmtpd-extras (any of them) AUTHOR: adamw@FreeBSD.org The invocation for extras has changed. Some extras might fail unless @@ -341,7 +339,7 @@ you update your ports collection, before And pass "-c /var/chroot/dnsbl" to the filter. 20160526: - AFFECTS: Users of mail/opensmtpd + AFFECTS: users of mail/opensmtpd AUTHOR: brnrd@FreeBSD.org Due to changes to the rc-script you must stop smtpd prior to upgrading @@ -351,17 +349,17 @@ you update your ports collection, before Then upgrade OpenSMTPD to version 5.9.2. Additionally version 5.9.2 changes the file mode bits for two directories. - To allow existing installations to start succesfully you must apply the + To allow existing installations to start successfully you must apply the following changes # chown -R root:_smtpq /var/spool/smtpd/offline # chmod -R 770 /var/spool/smtpd/offline # chmod -R 700 /var/spool/smtpd/purge - After applying the changes, the smtpd daemon can succesfully be started. + After applying the changes, the smtpd daemon can successfully be started. 20160525: - AFFECTS: Users of devel/qtcreator + AFFECTS: users of devel/qtcreator AUTHOR: nolden@kde.org QBS (Qt Build System) was previously shipped as part of qtcreator, now @@ -373,7 +371,7 @@ you update your ports collection, before The solution is to pkg remove qtcreator, then building works correctly. 20160523: - AFFECTS: Users of databases/db6 + AFFECTS: users of databases/db6 AUTHOR: mandree@FreeBSD.org The databases/db6 port has been updated to release 6.2.23. @@ -403,7 +401,7 @@ you update your ports collection, before db6- prefix that you need to add. 20160511: - AFFECTS: Users of audio/clementine-player + AFFECTS: users of audio/clementine-player AUTHOR: sbruno@FreeBSD.org The audio/clementine-player port has been updated to v1.3.1, the latest @@ -414,7 +412,7 @@ you update your ports collection, before Without this option, clementine-player will crash on startup. 20160510: - AFFECTS: Users of biology/seqan + AFFECTS: users of biology/seqan AUTHOR: junovitch@FreeBSD.org The biology/seqan port has been split into biology/seqan (only the @@ -425,7 +423,7 @@ you update your ports collection, before your software to SeqAn2. 20160505: - AFFECTS: Users of www/node + AFFECTS: users of www/node AUTHOR: bradleythughes@fastmail.fm The www/node port has been updated to node.js v6.0.0, the latest @@ -468,7 +466,7 @@ you update your ports collection, before portupgrade -fr security/libressl 20160501: - AFFECTS: Users of mail/dspam + AFFECTS: users of mail/dspam AUTHOR: junovitch@FreeBSD.org dspam has been modified to no longer run as root:mail by default. @@ -487,7 +485,7 @@ you update your ports collection, before nginx, i.e. ${PREFIX}/etc/nginx/nginx.conf. 20160424: - AFFECTS: Users of net-mgmt/icinga2 + AFFECTS: users of net-mgmt/icinga2 AUTHOR: lme@FreeBSD.org The creation of Icinga2 directories and files in /var is now controlled @@ -512,7 +510,7 @@ you update your ports collection, before portupgrade -fr audio/chromaprint 20160414: - AFFECTS: Users of www/tt-rss + AFFECTS: users of www/tt-rss AUTHOR: thierry@FreeBSD.org Tiny Tiny RSS can use a database running on a separate server. @@ -523,7 +521,7 @@ you update your ports collection, before in your /etc/rc.conf . 20160414: - AFFECTS: Users of graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb + AFFECTS: users of graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb AUTHOR: kde@FreeBSD.org DigiKam and its related ports have been updated to 4.14.0, the latest @@ -537,7 +535,7 @@ you update your ports collection, before should be used instead. 20160413: - AFFECTS: All users of www/node-devel + AFFECTS: users of www/node-devel AUTHOR: bradleythughes@fastmail.fm www/node-devel was outdated and has been removed. Upstream no longer @@ -561,7 +559,7 @@ you update your ports collection, before *** Error code 1 20160412: - AFFECTS: Users of net/samba42 and net/samba/43 + AFFECTS: users of net/samba42 and net/samba/43 AUTHOR: timur@FreeBSD.org Samba 4.2.x and 4.3.x ports have been updated to address @@ -586,7 +584,7 @@ you update your ports collection, before https://www.samba.org/samba/history/samba-4.2.11.html 20160411: - AFFECTS: Users if databases/influxdb + AFFECTS: users of databases/influxdb AUTHOR: cheffo@freebsd-bg.org To upgrade to InfluxDB 0.12, you must be on version 0.10 and all shards must @@ -600,8 +598,8 @@ you update your ports collection, before [2] https://docs.influxdata.com/influxdb/v0.12/administration/upgrading/ 20160406: - AFFECTS: All users of www/pecl-http - AUTHOR: bofh + AFFECTS: users of www/pecl-http + AUTHOR: bofh@FreeBSD.org www/pecl-http has been updated to the latest 3.x stable release, which supports php70+ and a new port www/pecl-http2 has been created for the @@ -929,7 +927,7 @@ you update your ports collection, before 20151217: AFFECTS: users of security/tor, security/tor-devel - AUTHOR: amdmi3 + AUTHOR: amdmi3@FreeBSD.org Tor rc.d script no longer overrides or forces logfile configuration, you now need to setup logging by hand. To preserve old behavior, add @@ -938,8 +936,8 @@ you update your ports collection, before Log notice file /var/log/tor 20151215: - AFFECTS: All users of www/node - AUTHOR: koobs + AFFECTS: all users of www/node + AUTHOR: koobs@FreeBSD.org www/node has been updated to the latest 5.x stable release, and a new port www/node4 has been created for the 4.x LTS branch. @@ -1754,21 +1752,21 @@ you update your ports collection, before portupgrade -fr devel/icu 20150419: - AFFECTS: Users of emulators/wine-devel + AFFECTS: users of emulators/wine-devel AUTHOR: gerald@FreeBSD.org The COMPHOLIO option in emulators/wine-devel has been renamed to STAGING to align with the upstream evolution of that project. 20150417: - AFFECTS: Users of audio/bcg729 + AFFECTS: users of audio/bcg729 AUTHOR: tijl@FreeBSD.org The Mediastreamer plugin included in this package has been separated into a new port audio/msbcg729. 20150409: - AFFECTS: User of security/sguil + AFFECTS: users of security/sguil AUTHOR: feld@FreeBSD.org security/sguil was erroneously provisioned a UID that conflicted with @@ -1783,7 +1781,7 @@ you update your ports collection, before Examples include the /var/run/sguild and /usr/local/etc/sguild directories. 20150406: - AFFECTS: User of emulators/xen emulators/xl and sysutils/xen-tools + AFFECTS: users of emulators/xen emulators/xl and sysutils/xen-tools AUTHOR: bapt@FreeBSD.org sysutils/xen-tools has been renamed sysutils/xen-guest-tools @@ -1793,7 +1791,7 @@ you update your ports collection, before emulators/xen-kernel and sysutils/xen-tools 20150403: - AFFECTS: Users of irc/rbot + AFFECTS: users of irc/rbot AUTHOR: bdrewery@FreeBSD.org Ruby Bot now has a new upstream maintainer. The project has been updated @@ -1806,7 +1804,7 @@ you update your ports collection, before once converted. 20150331: - AFFECTS: Users of www/mod_dav_svn + AFFECTS: users of www/mod_dav_svn AUTHOR: ohauer@FreeBSD.org Subversion modules are no longer activated in httpd.conf! @@ -1814,7 +1812,7 @@ you update your ports collection, before will be installed as modules.d/220_subversion.conf 20150324: - AFFECTS: Users of dns/bind9* + AFFECTS: users of dns/bind9* AUTHOR: mat@FreeBSD.org This is only for FreeBSD 10.0+. @@ -1832,7 +1830,7 @@ you update your ports collection, before /var/named/dev devfs created beforehand, with the null and random devices. 20150323: - AFFECTS: Users of net/asterisk* and net/pjsip ports + AFFECTS: users of net/asterisk* and net/pjsip ports AUTHOR: madpilot@FreeBSD.org Due to conflicts between base OpenSSL and ports provided OpenSSL @@ -1859,7 +1857,7 @@ you update your ports collection, before base and from ports. 20150322: - AFFECTS: Users of security/openssh-portable + AFFECTS: users of security/openssh-portable AUTHOR: bdrewery@FreeBSD.org The port now uses VersionAddendum for the port version string. Setting @@ -1867,7 +1865,7 @@ you update your ports collection, before removing the version from the banner. 20150321: - AFFECTS: Users of x11-servers/xorg-server and other X servers + AFFECTS: users of x11-servers/xorg-server and other X servers AUTHOR: bapt@FreeBSD.org All fonts ports have been modified to respect XDG and install in @@ -1986,7 +1984,7 @@ you update your ports collection, before # portupgrade -x ruby-2.1.\* -fr lang/ruby21 20150227: - AFFECTS: Users of games/trigger + AFFECTS: users of games/trigger AUTHOR: makc@FreeBSD.org games/trigger has been split and renamed to games/trigger-rally @@ -1994,7 +1992,7 @@ you update your ports collection, before before upgrading. 20150224: - AFFECTS: Users of devel/qt4-linguist + AFFECTS: users of devel/qt4-linguist AUTHOR: makc@FreeBSD.org Linguist tools have been moved from qt4-linguist port to new @@ -2002,7 +2000,7 @@ you update your ports collection, before upgrading. 20150224: - AFFECTS: Users of lang/ruby19 + AFFECTS: users of lang/ruby19 lang/ruby19 has reached its end-of-life and has been removed. The default version has been 2.0 for a while. Other available versions @@ -2012,7 +2010,7 @@ you update your ports collection, before encouraged to remove it or change it to an available version. 20150224: - AFFECTS: Users of net-p2p/bitcoin (cli utilities) + AFFECTS: users of net-p2p/bitcoin (cli utilities) The bitcoin-cli and bitcoin-tx utilities have been re-packaged into a separate port. If you require these programs, or use the bitcoin-cli @@ -3174,7 +3172,7 @@ you update your ports collection, before instead of /usr/lib. 20140627: - AFFECTS: Users of Java + AFFECTS: users of Java AUTHOR: swills@FreeBSD.org The default version of OpenJDK has been updated from 1.6 to 1.7. To update, @@ -3607,7 +3605,7 @@ you update your ports collection, before # portupgrade -rf freetype2 libxml2 pixman freeglut libxcb 20140415: - AFFECTS: Users of mod_python3 + AFFECTS: users of mod_python3 AUTHOR: ohauer@FreeBSD.org www/mod_python3 was renamed to www/mod_python33, additional www/mod_python35 @@ -3625,7 +3623,7 @@ you update your ports collection, before # portugrade -o www/mod_python33 www/mod_python3 20140414: - AFFECTS: Users of dmd 1.X and dmd 2.x. + AFFECTS: users of dmd 1.X and dmd 2.x. AUTHOR: cy@FreeBSD.org lang/dmd and lang/dmd2 have switched places. Dmd 1.x is no longer supported @@ -3635,7 +3633,7 @@ you update your ports collection, before dmd 2.x. 20140413: - AFFECTS: Users of Python and pkg >= 1.2.7_1 + AFFECTS: users of Python and pkg >= 1.2.7_1 AUTHOR: koobs@FreeBSD.org There have been reports of the following error when upgrading Python ports: @@ -4579,14 +4577,14 @@ you update your ports collection, before # portmaster -a 20130925: - AFFECTS: Users of print/qpdf + AFFECTS: users of print/qpdf AUTHOR: d.y.kazarov@mail.ru Due to the changes in libqpdf.so, please deinstall qpdf first if you are updating from 4.0.0 to 4.0.1+ 20130920: - AFFECTS: Users of ptlib, opal and/or ekiga + AFFECTS: users of ptlib, opal and/or ekiga AUTHOR: kwm@FreeBSD.org The ptlib26, opal3 and ekiga3 ports where updated to the latest version @@ -4607,7 +4605,7 @@ you update your ports collection, before # pkg set -o net/ekiga3 net-im/ekiga 20130920: - AFFECTS: Users of ports + AFFECTS: users of ports AUTHOR: bapt@FreeBSD.org New way to override the default version of a language in the ports @@ -4624,7 +4622,7 @@ you update your ports collection, before Today, this only is supported by Perl, Ruby, and Tcl/Tk. 20130920: - AFFECTS: Users of ports + AFFECTS: users of ports AUTHOR: bdrewery@FreeBSD.org Optional Stack Protector [1] support has been added with the WITH_SSP_PORTS @@ -6166,7 +6164,7 @@ you update your ports collection, before portupgrade -fr security/cyrus-sasl2 20121202: - AFFECTS: Users of www/owncloud + AFFECTS: users of www/owncloud AUTHOR: crees@FreeBSD.org www/owncloud includes the entire WWWDIR directory structure in pkg-plist. @@ -6184,7 +6182,7 @@ you update your ports collection, before # make install clean && rm /tmp/owncloud.tar 20121201: - AFFECTS: Users of www/typo3 + AFFECTS: users of www/typo3 AUTHOR: Helmut Ritter www/typo3 has been repocopied to www/typo347. If you need to continue with @@ -6197,7 +6195,7 @@ you update your ports collection, before # pkg set -o www/typo3:www/typo347 20121128: - AFFECTS: Users of irc/znc + AFFECTS: users of irc/znc AUTHOR: jase@FreeBSD.org znc has been updated to 1.0. This introduces some major changes to its @@ -6220,7 +6218,7 @@ you update your ports collection, before http://wiki.znc.in/ChangeLog/1.0 20121128: - AFFECTS: Users of www/opera + AFFECTS: users of www/opera AUTHOR: itetcu@FreeBSD.org If you are running KDE and you are using KDE's File dialog toolkit, and if @@ -6229,7 +6227,7 @@ you update your ports collection, before .opera/operaprefs.ini [File Selector] section. 20121112: - AFFECTS: Users of devel/git + AFFECTS: users of devel/git AUTHOR: wxs@FreeBSD.org The git-daemon(1) process now runs as the git_daemon user. Please make @@ -8268,7 +8266,7 @@ or 20110815: AFFECTS: users of sysutils/swapexd - AUTHOR: crees + AUTHOR: crees@FreeBSD.org swapexd used to clobber its config file on deinstall, unfortunately this will not be fixed in installed packages. Back up your config before updating, or From owner-svn-ports-all@freebsd.org Wed Aug 31 19:33:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A99ABCAA7F; Wed, 31 Aug 2016 19:33:44 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 6B1D22809; Wed, 31 Aug 2016 19:33:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VJXhO9076037; Wed, 31 Aug 2016 19:33:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VJXh8T076035; Wed, 31 Aug 2016 19:33:43 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608311933.u7VJXh8T076035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 31 Aug 2016 19:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421187 - head/sysutils/mcelog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 19:33:44 -0000 Author: pi Date: Wed Aug 31 19:33:43 2016 New Revision: 421187 URL: https://svnweb.freebsd.org/changeset/ports/421187 Log: sysutils/mcelog: 138 -> 140 - remove socket file on SIGINT PR: 212293 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/sysutils/mcelog/Makefile head/sysutils/mcelog/distinfo Modified: head/sysutils/mcelog/Makefile ============================================================================== --- head/sysutils/mcelog/Makefile Wed Aug 31 19:31:14 2016 (r421186) +++ head/sysutils/mcelog/Makefile Wed Aug 31 19:33:43 2016 (r421187) @@ -3,7 +3,7 @@ PORTNAME= mcelog DISTVERSIONPREFIX= v -DISTVERSION= 138 +DISTVERSION= 140 CATEGORIES= sysutils MAINTAINER= ultima1252@gmail.com Modified: head/sysutils/mcelog/distinfo ============================================================================== --- head/sysutils/mcelog/distinfo Wed Aug 31 19:31:14 2016 (r421186) +++ head/sysutils/mcelog/distinfo Wed Aug 31 19:33:43 2016 (r421187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465351097 -SHA256 (andikleen-mcelog-v138_GH0.tar.gz) = fc3cfb3b22710481af4b3ec5360bcf1a3b9e3c4a5b9afdee5034442ce4f73579 -SIZE (andikleen-mcelog-v138_GH0.tar.gz) = 300758 +TIMESTAMP = 1471813607 +SHA256 (andikleen-mcelog-v140_GH0.tar.gz) = 5e06a120e555420206ca2a3dbad919d889e3e0d1d840964d01ac9424d5b66bff +SIZE (andikleen-mcelog-v140_GH0.tar.gz) = 301815 From owner-svn-ports-all@freebsd.org Wed Aug 31 19:45:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3377BCAF89; Wed, 31 Aug 2016 19:45:22 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF38897; Wed, 31 Aug 2016 19:45:21 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id AD1D843CA7; Wed, 31 Aug 2016 14:45:13 -0500 (CDT) From: John Marino Subject: Re: svn commit: r421031 - in head/textproc: libxml2 libxml2/files py-libxml2 py3-libxml2 Reply-To: marino@freebsd.org References: <201608281918.u7SJIKrT020302@repo.freebsd.org> To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <0298a452-a75b-c10e-ca6f-a0577d09a8d1@marino.st> Date: Wed, 31 Aug 2016 14:45:11 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201608281918.u7SJIKrT020302@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160829-1, 08/29/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 19:45:23 -0000 On 8/28/2016 14:18, Koop Mast wrote: > Author: kwm > Date: Sun Aug 28 19:18:20 2016 > New Revision: 421031 > URL: https://svnweb.freebsd.org/changeset/ports/421031 > > Log: > Update libxml2 to 2.9.4. > > Add license block. > Pull extra patch to fix NULL pointer deref. [1] > This broke textproc/libxml2-reference which pulls in libxml2 via devel/glib20-reference/bsd.gnome-reference.mk. Adding the LICENCE block means that everything that pulls in libxml2 has to have the same exact MIT license with the licence file called COPYING in the same place. (broken everywhere) --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Wed Aug 31 19:53:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65230B78178; Wed, 31 Aug 2016 19:53:22 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id 1B30678F; Wed, 31 Aug 2016 19:53:22 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VJrLE4083463; Wed, 31 Aug 2016 19:53:21 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VJrLLe083460; Wed, 31 Aug 2016 19:53:21 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201608311953.u7VJrLLe083460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 31 Aug 2016 19:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421188 - in head/databases: mariadb101-client mariadb101-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 19:53:22 -0000 Author: brnrd Date: Wed Aug 31 19:53:20 2016 New Revision: 421188 URL: https://svnweb.freebsd.org/changeset/ports/421188 Log: databases/mariadb101-server: Update to 10.1.17 - Update to 10.1.17 - Remove no-op cmake flag for -client Modified: head/databases/mariadb101-client/Makefile head/databases/mariadb101-server/Makefile head/databases/mariadb101-server/distinfo Modified: head/databases/mariadb101-client/Makefile ============================================================================== --- head/databases/mariadb101-client/Makefile Wed Aug 31 19:33:43 2016 (r421187) +++ head/databases/mariadb101-client/Makefile Wed Aug 31 19:53:20 2016 (r421188) @@ -11,7 +11,7 @@ FILESDIR= ${.CURDIR}/files PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -CMAKE_ARGS+= -DWITHOUT_SERVER=1 -DWITH_WSREP=0 +CMAKE_ARGS+= -DWITHOUT_SERVER=1 INSTALL_TARGET= install USE_LDCONFIG= ${PREFIX}/lib/mysql Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Wed Aug 31 19:33:43 2016 (r421187) +++ head/databases/mariadb101-server/Makefile Wed Aug 31 19:53:20 2016 (r421188) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.16 +PORTVERSION= 10.1.17 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: head/databases/mariadb101-server/distinfo ============================================================================== --- head/databases/mariadb101-server/distinfo Wed Aug 31 19:33:43 2016 (r421187) +++ head/databases/mariadb101-server/distinfo Wed Aug 31 19:53:20 2016 (r421188) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468917474 -SHA256 (mariadb-10.1.16.tar.gz) = 67cb35c62cc5d4cf48d7b614c0c7a9245a762ca23d4e588e15c616c102e64393 -SIZE (mariadb-10.1.16.tar.gz) = 55527069 +TIMESTAMP = 1472628631 +SHA256 (mariadb-10.1.17.tar.gz) = 4ca45ac5e34418761868115ebc8c068d511fed08e283b2cac52559d63ba4aab5 +SIZE (mariadb-10.1.17.tar.gz) = 61158134 From owner-svn-ports-all@freebsd.org Wed Aug 31 20:01:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D9EEB78693; Wed, 31 Aug 2016 20:01:34 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 4C180C01; Wed, 31 Aug 2016 20:01:34 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VK1Xmr084781; Wed, 31 Aug 2016 20:01:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VK1XFi084766; Wed, 31 Aug 2016 20:01:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608312001.u7VK1XFi084766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 31 Aug 2016 20:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421189 - head/net/tcpview/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 20:01:34 -0000 Author: marino Date: Wed Aug 31 20:01:33 2016 New Revision: 421189 URL: https://svnweb.freebsd.org/changeset/ports/421189 Log: net/tcpview: fix synth patch Modified: head/net/tcpview/files/patch-ostype Modified: head/net/tcpview/files/patch-ostype ============================================================================== --- head/net/tcpview/files/patch-ostype Wed Aug 31 19:53:20 2016 (r421188) +++ head/net/tcpview/files/patch-ostype Wed Aug 31 20:01:33 2016 (r421189) @@ -7,7 +7,7 @@ Workaround if /etc/motd is missing if ( -f /etc/motd ) then set os=`awk -f ostype.awk /etc/motd` +else -+ set os=$(uname -a | awk -f ostype.awk /tmp/motd) ++ set os=`uname -a | awk -f ostype.awk` endif if ($os == "") exit 1 if ($os == "UNKNOWN") then From owner-svn-ports-all@freebsd.org Wed Aug 31 20:13:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA8E4B78E25; Wed, 31 Aug 2016 20:13:52 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 7BA3A8FA; Wed, 31 Aug 2016 20:13:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VKDp4D091171; Wed, 31 Aug 2016 20:13:51 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VKDpXp091170; Wed, 31 Aug 2016 20:13:51 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608312013.u7VKDpXp091170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 31 Aug 2016 20:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421190 - head/textproc/libxml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 20:13:52 -0000 Author: marino Date: Wed Aug 31 20:13:51 2016 New Revision: 421190 URL: https://svnweb.freebsd.org/changeset/ports/421190 Log: textproc/libxml2: remove LICENSE block to unbreak libxml2-reference The addition of the MIT licence block broke at least the textproc/libxml2-reference port due to how the helper script bsd.gnome-reference.mk works. Removed at the request of person that suggested the license be added [2]. PR: 209806 PR: 212265 [2] Reported by: cpm Modified: head/textproc/libxml2/Makefile Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Wed Aug 31 20:01:33 2016 (r421189) +++ head/textproc/libxml2/Makefile Wed Aug 31 20:13:51 2016 (r421190) @@ -13,9 +13,6 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Wed Aug 31 20:31:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 466C0BCA389; Wed, 31 Aug 2016 20:31:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 394F526DF; Wed, 31 Aug 2016 20:31:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 086F2138A; Wed, 31 Aug 2016 20:31:13 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Message-ID: <1472675467.61950.3.camel@FreeBSD.org> Subject: Re: svn commit: r421190 - head/textproc/libxml2 From: "Carlos J. Puga Medina" To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Wed, 31 Aug 2016 22:31:07 +0200 In-Reply-To: <201608312013.u7VKDpXp091170@repo.freebsd.org> References: <201608312013.u7VKDpXp091170@repo.freebsd.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-8tZcPLV6psUVHktNjh/B" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 20:31:15 -0000 --=-8tZcPLV6psUVHktNjh/B Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 2016-08-31 at 20:13 +0000, John Marino wrote: > Author: marino > Date: Wed Aug 31 20:13:51 2016 > New Revision: 421190 > URL: https://svnweb.freebsd.org/changeset/ports/421190 >=20 > Log: > =C2=A0 textproc/libxml2: remove LICENSE block to unbreak libxml2-referenc= e > =C2=A0=C2=A0 > =C2=A0 The addition of the MIT licence block broke at least the > =C2=A0 textproc/libxml2-reference port due to how the helper script > =C2=A0 bsd.gnome-reference.mk works.=C2=A0=C2=A0Removed at the request of= person > that > =C2=A0 suggested the license be added [2]. > =C2=A0=C2=A0 > =C2=A0 PR: 209806 > =C2=A0=C2=A0 > =C2=A0 PR: 212265 [2] > =C2=A0 Reported by: cpm >=20 > Modified: > =C2=A0 head/textproc/libxml2/Makefile >=20 > Modified: head/textproc/libxml2/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D > --- head/textproc/libxml2/Makefile Wed Aug 31 20:01:33 2016=09 > (r421189) > +++ head/textproc/libxml2/Makefile Wed Aug 31 20:13:51 2016=09 > (r421190) > @@ -13,9 +13,6 @@ DIST_SUBDIR=3D gnome2 > =C2=A0MAINTAINER?=3D gnome@FreeBSD.org > =C2=A0COMMENT?=3D XML parser library for GNOME > =C2=A0 > -LICENSE=3D MIT > -LICENSE_FILE=3D ${WRKSRC}/COPYING > - > =C2=A0.if !defined(REFERENCE_PORT) > =C2=A0 > =C2=A0GNU_CONFIGURE=3D yes >=20 John, one more thing, what about MFH: 2016Q3? --=C2=A0 Carlos Jacobo Puga Medina PGP fingerprint =3D C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453 --=-8tZcPLV6psUVHktNjh/B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAABCgBmBQJXxz6MXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDNjBFOTQ5NzUzMDI3OTNCQ0MyREJCODlB MUYzNUQ2NkU2RDA1NDUzAAoJEKHzXWbm0FRTg58H/2Gy2W3wb/W3byuwfsIKxStU rjdRu/tWc9agVwfL4WaZhXx/0PMBqCOQswawr6iy2wnS+K6Ea7OibfW8zCVgue2f 0HYd0qPcA3Xyu2WcY7v65SWgdoM428sZXLlsCAIJxwEkyd9yLDTf8OyUs6MTWr44 tTcoFLt6I/0vk3bpsCo/wTdBw7xldI57rtzDCVRmAs3///3ZMG7FFHwYHWp6+Lxl sBu5ldAs1W0WhVL5SmbNjdP1jDyiWg/Dqsad3iFUgaaFBJdecMTGqQDzRxZwzcZi tXohW7FVO6uTPQoYG6igJMmTmzuHltk/vc/jdngzgLp+hiTVHbHJCSHcUQZmsz8= =wVvw -----END PGP SIGNATURE----- --=-8tZcPLV6psUVHktNjh/B-- From owner-svn-ports-all@freebsd.org Wed Aug 31 20:43:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C67A1BCA7C4; Wed, 31 Aug 2016 20:43:08 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 9931A27D; Wed, 31 Aug 2016 20:43:08 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VKh7G5002705; Wed, 31 Aug 2016 20:43:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VKh7GT002704; Wed, 31 Aug 2016 20:43:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608312043.u7VKh7GT002704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 31 Aug 2016 20:43:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421191 - head/net-mgmt/seafile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 20:43:08 -0000 Author: marino Date: Wed Aug 31 20:43:07 2016 New Revision: 421191 URL: https://svnweb.freebsd.org/changeset/ports/421191 Log: net-mgmt/seafile: Properly exclude FUSE option from DragonFly Modified: head/net-mgmt/seafile/Makefile Modified: head/net-mgmt/seafile/Makefile ============================================================================== --- head/net-mgmt/seafile/Makefile Wed Aug 31 20:13:51 2016 (r421190) +++ head/net-mgmt/seafile/Makefile Wed Aug 31 20:43:07 2016 (r421191) @@ -83,9 +83,7 @@ RIAK_CONFIGURE_ENABLE= riak RIAK_RUN_DEPENDS= riak:databases/riak OPTIONS_DEFAULT= FUSE -.if defined(DFLYVERSION) -OPTIONS_DEFAULT= -.endif +OPTIONS_EXCLUDE_DragonFly= FUSE .include From owner-svn-ports-all@freebsd.org Wed Aug 31 20:46:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE6C9BCA813; Wed, 31 Aug 2016 20:46:36 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA2FC3BC; Wed, 31 Aug 2016 20:46:36 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 6EEC043D09; Wed, 31 Aug 2016 15:46:34 -0500 (CDT) Subject: Re: svn commit: r421190 - head/textproc/libxml2 To: "Carlos J. Puga Medina" , John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201608312013.u7VKDpXp091170@repo.freebsd.org> <1472675467.61950.3.camel@FreeBSD.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: Date: Wed, 31 Aug 2016 15:46:32 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1472675467.61950.3.camel@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160831-3, 08/31/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 20:46:37 -0000 On 8/31/2016 15:31, Carlos J. Puga Medina wrote: > On Wed, 2016-08-31 at 20:13 +0000, John Marino wrote: >> Author: marino >> Date: Wed Aug 31 20:13:51 2016 >> New Revision: 421190 >> URL: https://svnweb.freebsd.org/changeset/ports/421190 >> >> Log: >> textproc/libxml2: remove LICENSE block to unbreak libxml2-reference >> >> The addition of the MIT licence block broke at least the >> textproc/libxml2-reference port due to how the helper script >> bsd.gnome-reference.mk works. Removed at the request of person >> that >> suggested the license be added [2]. >> >> PR: 209806 >> >> PR: 212265 [2] >> Reported by: cpm >> > > John, one more thing, what about MFH: 2016Q3? > I'm allergic to quarterly branches. Somebody else will have to do it. By the way, why did this even get pushed to quarterly? fixing a vuln. is the only good reason I can think of... --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From owner-svn-ports-all@freebsd.org Wed Aug 31 20:56:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECD51BCAA74; Wed, 31 Aug 2016 20:56:41 +0000 (UTC) (envelope-from jkim@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 mx1.freebsd.org (Postfix) with ESMTPS id BF506CA8; Wed, 31 Aug 2016 20:56:41 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VKufpo006673; Wed, 31 Aug 2016 20:56:41 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VKueLw006671; Wed, 31 Aug 2016 20:56:40 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201608312056.u7VKueLw006671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 31 Aug 2016 20:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421192 - head/sysutils/acpica-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 20:56:42 -0000 Author: jkim Date: Wed Aug 31 20:56:40 2016 New Revision: 421192 URL: https://svnweb.freebsd.org/changeset/ports/421192 Log: Update to 20160831. Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Wed Aug 31 20:43:07 2016 (r421191) +++ head/sysutils/acpica-tools/Makefile Wed Aug 31 20:56:40 2016 (r421192) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20160729 +PORTVERSION= 20160831 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Wed Aug 31 20:43:07 2016 (r421191) +++ head/sysutils/acpica-tools/distinfo Wed Aug 31 20:56:40 2016 (r421192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469843833 -SHA256 (acpica-unix2-20160729.tar.gz) = 1e4cfdb27792329e0eda6880b7cec0af542e6de33d0719f3448b13e0411ee4b1 -SIZE (acpica-unix2-20160729.tar.gz) = 1416644 +TIMESTAMP = 1472676389 +SHA256 (acpica-unix2-20160831.tar.gz) = fea808449aac29442c22419ad9e3eaa6b1a35f02e0db2b2f8802dc3af69e4965 +SIZE (acpica-unix2-20160831.tar.gz) = 1420866 From owner-svn-ports-all@freebsd.org Wed Aug 31 20:58:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 946E0BCAAD5; Wed, 31 Aug 2016 20:58:55 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 860F3DA3; Wed, 31 Aug 2016 20:58:55 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 65EA11023; Wed, 31 Aug 2016 20:58:54 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Message-ID: <1472677127.24738.1.camel@FreeBSD.org> Subject: Re: svn commit: r421190 - head/textproc/libxml2 From: "Carlos J. Puga Medina" To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Wed, 31 Aug 2016 22:58:47 +0200 In-Reply-To: References: <201608312013.u7VKDpXp091170@repo.freebsd.org> <1472675467.61950.3.camel@FreeBSD.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-JGjhTCKav7YRtFAmwvGm" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 20:58:55 -0000 --=-JGjhTCKav7YRtFAmwvGm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 2016-08-31 at 15:46 -0500, John Marino wrote: > On 8/31/2016 15:31, Carlos J. Puga Medina wrote: > >=20 > > On Wed, 2016-08-31 at 20:13 +0000, John Marino wrote: > > >=20 > > > Author: marino > > > Date: Wed Aug 31 20:13:51 2016 > > > New Revision: 421190 > > > URL: https://svnweb.freebsd.org/changeset/ports/421190 > > >=20 > > > Log: > > > =C2=A0 textproc/libxml2: remove LICENSE block to unbreak libxml2- > > > reference > > >=20 > > > =C2=A0 The addition of the MIT licence block broke at least the > > > =C2=A0 textproc/libxml2-reference port due to how the helper script > > > =C2=A0 bsd.gnome-reference.mk works.=C2=A0=C2=A0Removed at the reques= t of person > > > that > > > =C2=A0 suggested the license be added [2]. > > >=20 > > > =C2=A0 PR: 209806 > > >=20 > > > =C2=A0 PR: 212265 [2] > > > =C2=A0 Reported by: cpm > > >=20 > > John, one more thing, what about MFH: 2016Q3? > >=20 > I'm allergic to quarterly branches.=C2=A0=C2=A0Somebody else will have to= do > it. > By the way, why did this even get pushed to quarterly?=C2=A0=C2=A0fixing = a > vuln.=C2=A0 > is the only good reason I can think of... >=20 OK, I needed to know :) >=20 >=20 > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus >=20 >=20 --=20 Carlos Jacobo Puga Medina PGP fingerprint =3D C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453 --=-JGjhTCKav7YRtFAmwvGm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAABCgBmBQJXx0UHXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDNjBFOTQ5NzUzMDI3OTNCQ0MyREJCODlB MUYzNUQ2NkU2RDA1NDUzAAoJEKHzXWbm0FRT+nQH/3Lkphv46ifyxUkV+5VK80cr Zy1Ns/ndqndUYUVs4oGpqbOxYTWl+irHcbFA6Fkn+S6EZTo96El+8rEDIpcDDksL v9VXiXtja6x7fcqPyd4MQ+CP0UFkZ9lxrVTusL20rvQYj5ftctd86Kv4DB7GxIPq PIGBUZv+hjh3/IM63drKTOudinVS+wCUpyaLAXknIMD1CHrhf+TrdYMRMYHrsFNr hJXy0PCB/J+gNghNliQR/dz2rfEc4fU5FrtrJnJDT8lkhJZ6p13dn9rr1mzbeJmk qPA6VZcWeuKwwSzzxNh1gYG1E27HdliT1eOVX1Uky63z3x2HU2FJC02Q6q4dcpg= =rF7a -----END PGP SIGNATURE----- --=-JGjhTCKav7YRtFAmwvGm-- From owner-svn-ports-all@freebsd.org Wed Aug 31 21:15:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 713AABCAFB3; Wed, 31 Aug 2016 21:15:05 +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 mx1.freebsd.org (Postfix) with ESMTPS id 417A2AED; Wed, 31 Aug 2016 21:15:05 +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 u7VLF4b1014243; Wed, 31 Aug 2016 21:15:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VLF4Dw014242; Wed, 31 Aug 2016 21:15:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608312115.u7VLF4Dw014242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 31 Aug 2016 21:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421193 - head/devel/binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 21:15:05 -0000 Author: antoine Date: Wed Aug 31 21:15:04 2016 New Revision: 421193 URL: https://svnweb.freebsd.org/changeset/ports/421193 Log: Do not use .init_array/.fini_array sections on FreeBSD 9 This should fix build failures of llvm37 and a few others PR: 212249 With hat: portmgr Modified: head/devel/binutils/Makefile Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Wed Aug 31 20:56:40 2016 (r421192) +++ head/devel/binutils/Makefile Wed Aug 31 21:15:04 2016 (r421193) @@ -3,7 +3,7 @@ PORTNAME= binutils PORTVERSION= 2.27 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= SOURCEWARE/binutils/releases @@ -82,6 +82,10 @@ PLIST_SUB+= GOLD="" PLIST_SUB+= GOLD="@comment " .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +CONFIGURE_ARGS+= --disable-initfini-array +.endif + .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .else From owner-svn-ports-all@freebsd.org Wed Aug 31 21:22:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2DA7BCA45A; Wed, 31 Aug 2016 21:22:49 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id 68D2E64A; Wed, 31 Aug 2016 21:22:49 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VLMmrJ018001; Wed, 31 Aug 2016 21:22:48 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VLMmmU017999; Wed, 31 Aug 2016 21:22:48 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201608312122.u7VLMmmU017999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 31 Aug 2016 21:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421194 - head/misc/xfce4-weather-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 21:22:49 -0000 Author: olivierd Date: Wed Aug 31 21:22:48 2016 New Revision: 421194 URL: https://svnweb.freebsd.org/changeset/ports/421194 Log: Update to 0.8.8 Replace the deprecated API host (and soon no longer works) by new one Announce: http://lists.met.no/pipermail/api-users/2016-March/000017.html MFH: 2016Q3 Modified: head/misc/xfce4-weather-plugin/Makefile head/misc/xfce4-weather-plugin/distinfo Modified: head/misc/xfce4-weather-plugin/Makefile ============================================================================== --- head/misc/xfce4-weather-plugin/Makefile Wed Aug 31 21:15:04 2016 (r421193) +++ head/misc/xfce4-weather-plugin/Makefile Wed Aug 31 21:22:48 2016 (r421194) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,13 +13,15 @@ COMMENT= Weather plugin for the Xfce pan LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libsoup-2.4.so:devel/libsoup +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USES= gettext gmake libtool pkgconfig xfce tar:bzip2 -USE_GNOME= glib20 gtk20 intltool intlhack libxml2 +USE_GNOME= glib20 gtk20 intltool intlhack libxml2 cairo USE_XFCE= panel OPTIONS_DEFINE= UPOWER Modified: head/misc/xfce4-weather-plugin/distinfo ============================================================================== --- head/misc/xfce4-weather-plugin/distinfo Wed Aug 31 21:15:04 2016 (r421193) +++ head/misc/xfce4-weather-plugin/distinfo Wed Aug 31 21:22:48 2016 (r421194) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-weather-plugin-0.8.7.tar.bz2) = 071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0 -SIZE (xfce4/xfce4-weather-plugin-0.8.7.tar.bz2) = 2976092 +TIMESTAMP = 1472684033 +SHA256 (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f +SIZE (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 2979971 From owner-svn-ports-all@freebsd.org Wed Aug 31 21:49:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F9E2BCADDE; Wed, 31 Aug 2016 21:49:38 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 44272E90; Wed, 31 Aug 2016 21:49:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VLnbHX026129; Wed, 31 Aug 2016 21:49:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VLnb3X026126; Wed, 31 Aug 2016 21:49:37 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608312149.u7VLnb3X026126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 31 Aug 2016 21:49:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421195 - in head/sysutils: qjail qjail2 qjail4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 21:49:38 -0000 Author: mat Date: Wed Aug 31 21:49:37 2016 New Revision: 421195 URL: https://svnweb.freebsd.org/changeset/ports/421195 Log: Remove the CONFLICTS_INSTALL lines, they can't conflict, they can't be installed at the same time. Submitted by: maintainer Sponsored by: Absolight Modified: head/sysutils/qjail/Makefile (contents, props changed) head/sysutils/qjail2/Makefile (contents, props changed) head/sysutils/qjail4/Makefile (contents, props changed) Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Wed Aug 31 21:22:48 2016 (r421194) +++ head/sysutils/qjail/Makefile Wed Aug 31 21:49:37 2016 (r421195) @@ -24,8 +24,6 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -CONFLICTS_INSTALL= qjail[24]-* - IGNORE_FreeBSD_9= Only for FreeBSD 11+ IGNORE_FreeBSD_10= Only for FreeBSD 11+ Modified: head/sysutils/qjail2/Makefile ============================================================================== --- head/sysutils/qjail2/Makefile Wed Aug 31 21:22:48 2016 (r421194) +++ head/sysutils/qjail2/Makefile Wed Aug 31 21:49:37 2016 (r421195) @@ -14,8 +14,6 @@ COMMENT= Utility to quickly deploy and m USES= tar:bzip2 NO_BUILD= yes -CONFLICTS_INSTALL= qjail-* qjail4-* - IGNORE_FreeBSD_10= Only for FreeBSD 8 and 9 IGNORE_FreeBSD_11= Only for FreeBSD 8 and 9 IGNORE_FreeBSD_12= Only for FreeBSD 8 and 9 Modified: head/sysutils/qjail4/Makefile ============================================================================== --- head/sysutils/qjail4/Makefile Wed Aug 31 21:22:48 2016 (r421194) +++ head/sysutils/qjail4/Makefile Wed Aug 31 21:49:37 2016 (r421195) @@ -25,8 +25,6 @@ USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes -CONFLICTS_INSTALL= qjail-* qjail2-* - IGNORE_FreeBSD_9= Only for FreeBSD 10.x IGNORE_FreeBSD_11= Only for FreeBSD 10.x IGNORE_FreeBSD_12= Only for FreeBSD 10.x From owner-svn-ports-all@freebsd.org Thu Sep 1 01:51:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50945BC8FC9; Thu, 1 Sep 2016 01:51:12 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 1927B7C; Thu, 1 Sep 2016 01:51:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u811pBUZ016713; Thu, 1 Sep 2016 01:51:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u811pB24016712; Thu, 1 Sep 2016 01:51:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609010151.u811pB24016712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 1 Sep 2016 01:51:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421196 - head/www/p5-Gtk2-WebKit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 01:51:12 -0000 Author: marino Date: Thu Sep 1 01:51:11 2016 New Revision: 421196 URL: https://svnweb.freebsd.org/changeset/ports/421196 Log: www/p5-Gtk2-WebKit: Comment out NO_PACKAGE hack from March 2010 It's been 6.5 years since this port was marked with NO_PACKAGE which should have been a temporary measure. It builds fine for me on F10.3 amd64 (vm), so let's remove the designation so we can see if it's still an issue. If the problem still exists, then it's better make the documentation optional and off by default. Approved by: Just-Fix-It Modified: head/www/p5-Gtk2-WebKit/Makefile Modified: head/www/p5-Gtk2-WebKit/Makefile ============================================================================== --- head/www/p5-Gtk2-WebKit/Makefile Wed Aug 31 21:49:37 2016 (r421195) +++ head/www/p5-Gtk2-WebKit/Makefile Thu Sep 1 01:51:11 2016 (r421196) @@ -22,7 +22,8 @@ RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5- MAKE_JOBS_UNSAFE= yes -NO_PACKAGE= Man page creation hangs on some systems for unknown reasons +# blocked since 2010. Remove to see if it works on all systems again +#NO_PACKAGE= Man page creation hangs on some systems for unknown reasons USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Thu Sep 1 02:47:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A97A9BCAFDA; Thu, 1 Sep 2016 02:47:30 +0000 (UTC) (envelope-from stephen@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 mx1.freebsd.org (Postfix) with ESMTPS id 7977A141; Thu, 1 Sep 2016 02:47:30 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u812lTMR037836; Thu, 1 Sep 2016 02:47:29 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u812lTlV037835; Thu, 1 Sep 2016 02:47:29 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201609010247.u812lTlV037835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Thu, 1 Sep 2016 02:47:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421197 - head/cad/gmsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 02:47:30 -0000 Author: stephen Date: Thu Sep 1 02:47:29 2016 New Revision: 421197 URL: https://svnweb.freebsd.org/changeset/ports/421197 Log: - Pass maintainership to Joseph Mingrone with his permission. Modified: head/cad/gmsh/Makefile Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Thu Sep 1 01:51:11 2016 (r421196) +++ head/cad/gmsh/Makefile Thu Sep 1 02:47:29 2016 (r421197) @@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= gmsh EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= stephen@FreeBSD.org +MAINTAINER= jrm@ftfl.ca COMMENT= Automatic 3D finite element mesh generator LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ From owner-svn-ports-all@freebsd.org Thu Sep 1 07:57:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A32D0BCBEE0; Thu, 1 Sep 2016 07:57:01 +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 mx1.freebsd.org (Postfix) with ESMTPS id 735A18AB; Thu, 1 Sep 2016 07:57:01 +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 u817v02n055782; Thu, 1 Sep 2016 07:57:00 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u817v0qa055781; Thu, 1 Sep 2016 07:57:00 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609010757.u817v0qa055781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 1 Sep 2016 07:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421198 - head/graphics/digikam-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 07:57:01 -0000 Author: tcberner Date: Thu Sep 1 07:57:00 2016 New Revision: 421198 URL: https://svnweb.freebsd.org/changeset/ports/421198 Log: Update graphcis/digikam-kde4's & friends distfile location. It has been moved upstream (probably due to the digikam-kf5 release). Approved by: rakuco (mentor) MFH: 2016Q3 Modified: head/graphics/digikam-kde4/Makefile.common Modified: head/graphics/digikam-kde4/Makefile.common ============================================================================== --- head/graphics/digikam-kde4/Makefile.common Thu Sep 1 02:47:29 2016 (r421197) +++ head/graphics/digikam-kde4/Makefile.common Thu Sep 1 07:57:00 2016 (r421198) @@ -14,7 +14,7 @@ # net/libmediawiki (part of digiKam 4.12) DIGIKAM_VER= 4.14.0 -MASTER_SITES= KDE/stable/digikam +MASTER_SITES= KDE/Attic/digikam KIPI_PLUGINS_ALL= acquireimages \ advancedslideshow \ From owner-svn-ports-all@freebsd.org Thu Sep 1 09:01:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AD14BCB674; Thu, 1 Sep 2016 09:01:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 549D776E; Thu, 1 Sep 2016 09:01:26 +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 u8191P1o081748; Thu, 1 Sep 2016 09:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8191PPf081747; Thu, 1 Sep 2016 09:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609010901.u8191PPf081747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 09:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421199 - head/lang/sisc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 09:01:26 -0000 Author: amdmi3 Date: Thu Sep 1 09:01:25 2016 New Revision: 421199 URL: https://svnweb.freebsd.org/changeset/ports/421199 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers - Cosmetic fixes Modified: head/lang/sisc/Makefile Modified: head/lang/sisc/Makefile ============================================================================== --- head/lang/sisc/Makefile Thu Sep 1 07:57:00 2016 (r421198) +++ head/lang/sisc/Makefile Thu Sep 1 09:01:25 2016 (r421199) @@ -10,31 +10,37 @@ MASTER_SITES= SF/${PORTNAME}/SISC/${PORT MAINTAINER= ports@FreeBSD.org COMMENT= Extensible Java-based Scheme interpreter +LICENSE= MPL GPLv2+ +LICENSE_COMB= dual + USE_JAVA= yes JAVA_VERSION= 1.6+ - NO_BUILD= yes -PORTDOCS= COPYING README +NO_ARCH= yes + +PORTDOCS= README OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e 's|\(SISC_HOME=\).*$$|\1${DATADIR}|' \ + @${REINPLACE_CMD} -e 's|\(SISC_HOME=\).*$$|\1${DATADIR}|' \ -e 's|\(JAVA=\)java|\1"${LOCALBASE}/bin/java" ; export JAVA_VERSION="${JAVA_VERSION}"|' \ ${WRKSRC}/sisc - ${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|' \ + @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|' \ ${WRKSRC}/scheme-src/srfi-22/srfi-22.sh do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sisc ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/*.shp ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/scheme-src/*.scm ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/scheme-src/srfi-22/srfi-22.sh ${STAGEDIR}${PREFIX}/bin .for i in r4rs r5rs srfi-0 srfi-7 ieee-1178-1900 ${LN} -sf ${PREFIX}/bin/srfi-22.sh ${STAGEDIR}${PREFIX}/bin/scheme-${i} .endfor - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Thu Sep 1 09:29:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 201C2BCBD2B; Thu, 1 Sep 2016 09:29:07 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id E213C62F; Thu, 1 Sep 2016 09:29:06 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u819T6Ex089492; Thu, 1 Sep 2016 09:29:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u819T5F3089490; Thu, 1 Sep 2016 09:29:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201609010929.u819T5F3089490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 1 Sep 2016 09:29:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421200 - head/devel/rebar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 09:29:07 -0000 Author: olgeni Date: Thu Sep 1 09:29:05 2016 New Revision: 421200 URL: https://svnweb.freebsd.org/changeset/ports/421200 Log: Update devel/rebar to version 2.6.4 (with working C builds). Modified: head/devel/rebar/Makefile head/devel/rebar/distinfo Modified: head/devel/rebar/Makefile ============================================================================== --- head/devel/rebar/Makefile Thu Sep 1 09:01:25 2016 (r421199) +++ head/devel/rebar/Makefile Thu Sep 1 09:29:05 2016 (r421200) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rebar -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.4 PORTEPOCH= 1 CATEGORIES= devel Modified: head/devel/rebar/distinfo ============================================================================== --- head/devel/rebar/distinfo Thu Sep 1 09:01:25 2016 (r421199) +++ head/devel/rebar/distinfo Thu Sep 1 09:29:05 2016 (r421200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472649822 -SHA256 (rebar-rebar-2.6.2_GH0.tar.gz) = ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400 -SIZE (rebar-rebar-2.6.2_GH0.tar.gz) = 210775 +TIMESTAMP = 1472715890 +SHA256 (rebar-rebar-2.6.4_GH0.tar.gz) = 577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07 +SIZE (rebar-rebar-2.6.4_GH0.tar.gz) = 213158 From owner-svn-ports-all@freebsd.org Thu Sep 1 09:44:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12516BC9180; Thu, 1 Sep 2016 09:44:45 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id E06E7D24; Thu, 1 Sep 2016 09:44:44 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u819iipo097124; Thu, 1 Sep 2016 09:44:44 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u819ihWb097115; Thu, 1 Sep 2016 09:44:43 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201609010944.u819ihWb097115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 1 Sep 2016 09:44:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421201 - in head/net-mgmt/zabbix2-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 09:44:45 -0000 Author: tz Date: Thu Sep 1 09:44:43 2016 New Revision: 421201 URL: https://svnweb.freebsd.org/changeset/ports/421201 Log: net-mgmt/zabbix2-server: Update from 2.0.17 to 2.0.18 - updated French translation; thanks to Zabbix translators - enforced bash usage in mysql.size user parameter configuration script to avoid issues with different default shells; thanks to Timo Lindfors for reporting it - fixed timeout being too low when sending configuration data to active proxy - fixed loss of trailing whitespace in unquoted function parameters when creating calculated items with low level discovery Also: - Fix default path to PID - Fix rc.d scripts to correct use PID file - Remove IGNORE_WITH_MYSQL because referenced version was removed long ago PR: 209890 Submitted by: pg@pakhom.spb.ru (maintainer) Approved by: pi (mentor) Added: head/net-mgmt/zabbix2-server/files/patch-src_zabbix__agent_zabbix__agentd.c (contents, props changed) head/net-mgmt/zabbix2-server/files/patch-src_zabbix__proxy_proxy.c (contents, props changed) head/net-mgmt/zabbix2-server/files/patch-src_zabbix__server_server.c (contents, props changed) Modified: head/net-mgmt/zabbix2-server/Makefile head/net-mgmt/zabbix2-server/distinfo head/net-mgmt/zabbix2-server/files/zabbix_agentd.in head/net-mgmt/zabbix2-server/files/zabbix_proxy.in head/net-mgmt/zabbix2-server/files/zabbix_server.in Modified: head/net-mgmt/zabbix2-server/Makefile ============================================================================== --- head/net-mgmt/zabbix2-server/Makefile Thu Sep 1 09:29:05 2016 (r421200) +++ head/net-mgmt/zabbix2-server/Makefile Thu Sep 1 09:44:43 2016 (r421201) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix2 -PORTVERSION= 2.0.17 +PORTVERSION= 2.0.18 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} @@ -14,9 +14,13 @@ COMMENT= Enterprise-class open source di LICENSE= GPLv2 -CONFLICTS= ${PKGBASE}-1.[0-8]* +LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp + +LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp -IGNORE_WITH_MYSQL= 41 +LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp + +CONFLICTS= ${PKGBASE}-1.[0-8]* .if ${PKGNAMESUFFIX} != "-agent" CONFLICTS+= ${PORTNAME}-1.[0-8]* @@ -58,7 +62,6 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD --datadir=${ETCDIR} .if ${ZABBIX_BUILD} != "agent" -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp USES+= execinfo CPPFLAGS+= ${EXECINFO_CPPFLAGS} Modified: head/net-mgmt/zabbix2-server/distinfo ============================================================================== --- head/net-mgmt/zabbix2-server/distinfo Thu Sep 1 09:29:05 2016 (r421200) +++ head/net-mgmt/zabbix2-server/distinfo Thu Sep 1 09:44:43 2016 (r421201) @@ -1,2 +1,3 @@ -SHA256 (zabbix-2.0.17.tar.gz) = 0cab75a73473eefbdaeeb8984e7cab8dc60c4d1daa9fe9750a9c08994e629f59 -SIZE (zabbix-2.0.17.tar.gz) = 13962665 +TIMESTAMP = 1472720412 +SHA256 (zabbix-2.0.18.tar.gz) = 4b81406ad25d83a4922177afc2f6cd558ec759df7015161ceb2090c9d6ace4ae +SIZE (zabbix-2.0.18.tar.gz) = 13958980 Added: head/net-mgmt/zabbix2-server/files/patch-src_zabbix__agent_zabbix__agentd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/zabbix2-server/files/patch-src_zabbix__agent_zabbix__agentd.c Thu Sep 1 09:44:43 2016 (r421201) @@ -0,0 +1,11 @@ +--- src/zabbix_agent/zabbix_agentd.c.orig 2016-09-01 07:20:23 UTC ++++ src/zabbix_agent/zabbix_agentd.c +@@ -249,7 +249,7 @@ static void set_defaults() + + #ifdef USE_PID_FILE + if (NULL == CONFIG_PID_FILE) +- CONFIG_PID_FILE = "/tmp/zabbix_agentd.pid"; ++ CONFIG_PID_FILE = "/var/run/zabbix/zabbix_agentd.pid"; + #endif + + } Added: head/net-mgmt/zabbix2-server/files/patch-src_zabbix__proxy_proxy.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/zabbix2-server/files/patch-src_zabbix__proxy_proxy.c Thu Sep 1 09:44:43 2016 (r421201) @@ -0,0 +1,11 @@ +--- src/zabbix_proxy/proxy.c.orig 2016-09-01 07:20:44 UTC ++++ src/zabbix_proxy/proxy.c +@@ -238,7 +238,7 @@ static void zbx_set_defaults() + CONFIG_SNMPTRAP_FILE = zbx_strdup(CONFIG_SNMPTRAP_FILE, "/tmp/zabbix_traps.tmp"); + + if (NULL == CONFIG_PID_FILE) +- CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/tmp/zabbix_proxy.pid"); ++ CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/var/run/zabbix/zabbix_proxy.pid"); + + if (NULL == CONFIG_TMPDIR) + CONFIG_TMPDIR = zbx_strdup(CONFIG_TMPDIR, "/tmp"); Added: head/net-mgmt/zabbix2-server/files/patch-src_zabbix__server_server.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/zabbix2-server/files/patch-src_zabbix__server_server.c Thu Sep 1 09:44:43 2016 (r421201) @@ -0,0 +1,11 @@ +--- src/zabbix_server/server.c.orig 2016-09-01 07:22:52 UTC ++++ src/zabbix_server/server.c +@@ -207,7 +207,7 @@ static void zbx_set_defaults() + CONFIG_SNMPTRAP_FILE = zbx_strdup(CONFIG_SNMPTRAP_FILE, "/tmp/zabbix_traps.tmp"); + + if (NULL == CONFIG_PID_FILE) +- CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/tmp/zabbix_server.pid"); ++ CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/var/run/zabbix/zabbix_server.pid"); + + if (NULL == CONFIG_ALERT_SCRIPTS_PATH) + CONFIG_ALERT_SCRIPTS_PATH = zbx_strdup(CONFIG_ALERT_SCRIPTS_PATH, DATADIR "/zabbix/alertscripts"); Modified: head/net-mgmt/zabbix2-server/files/zabbix_agentd.in ============================================================================== --- head/net-mgmt/zabbix2-server/files/zabbix_agentd.in Thu Sep 1 09:29:05 2016 (r421200) +++ head/net-mgmt/zabbix2-server/files/zabbix_agentd.in Thu Sep 1 09:44:43 2016 (r421201) @@ -9,10 +9,10 @@ # # zabbix_agentd_enable (bool): Set to NO by default. Set it to YES to # enable zabbix_agentd. -# zabbix_agentd_paths (string): Set to standard path by default. Set a search -# if you have custom userparams that need binaries elsewhere. # zabbix_agentd_config (string): Set to the standard config file path by # default. +# zabbix_agentd_pidfile (string): Location of the asterisk pid file +# Default is /var/run/zabbix/zabbix_agentd.pid # . /etc/rc.subr @@ -22,22 +22,27 @@ rcvar=zabbix_agentd_enable load_rc_config $name -: ${zabbix_agentd_enable="NO"} -: ${zabbix_agentd_paths=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin} -: ${zabbix_agentd_config="%%ETCDIR%%/${name}.conf"} +: ${zabbix_agentd_enable:=NO} +: ${zabbix_agentd_config:=%%ETCDIR%%/${name}.conf} +: ${zabbix_agentd_pidfile:=/var/run/zabbix/zabbix_agentd.pid} command="%%PREFIX%%/sbin/${name}" required_files="${zabbix_agentd_config}" -start_precmd="find_pidfile" -status_precmd="find_pidfile" -stop_precmd="find_pidfile" -find_pidfile() +start_precmd=zabbix_agentd_precmd +status_precmd=zabbix_agentd_precmd +stop_precmd=zabbix_agentd_precmd + +zabbix_agentd_precmd() { if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then pidfile="$_pidfile_from_conf" else - pidfile="/tmp/${name}.pid" + pidfile=${zabbix_agentd_pidfile} + local rundir=${zabbix_agentd_pidfile%/*} + if [ ! -d $rundir ] ; then + install -d -m 0755 -o zabbix -g zabbix $rundir + fi fi # This shouldn't be necessary with pidfile, but empirically it was the @@ -47,6 +52,4 @@ find_pidfile() rc_pid=$(check_pidfile ${pidfile} ${command}) } -export PATH="${zabbix_agentd_paths}" - run_rc_command "$1" Modified: head/net-mgmt/zabbix2-server/files/zabbix_proxy.in ============================================================================== --- head/net-mgmt/zabbix2-server/files/zabbix_proxy.in Thu Sep 1 09:29:05 2016 (r421200) +++ head/net-mgmt/zabbix2-server/files/zabbix_proxy.in Thu Sep 1 09:44:43 2016 (r421201) @@ -1,7 +1,9 @@ #!/bin/sh # PROVIDE: zabbix_proxy -# REQUIRE: DAEMON%%ZABBIX_REQUIRE%% +# REQUIRE: DAEMON +%%PGSQL%%# REQUIRE: postgresql +%%MYSQL%%# REQUIRE: mysql-server # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf to @@ -9,10 +11,10 @@ # # zabbix_proxy_enable (bool): Set to NO by default. Set it to YES to # enable zabbix_proxy. -# zabbix_proxy_paths (string): Set to standard path by default. Set a search -# if you have custom externals that need binaries elsewhere. # zabbix_proxy_config (string): Set to the standard config file path by # default. +# zabbix_proxy_pidfile (string): Location of the asterisk pid file +# Default is /var/run/zabbix/zabbix_proxy.pid # . /etc/rc.subr @@ -22,23 +24,27 @@ rcvar=zabbix_proxy_enable load_rc_config $name -: ${zabbix_proxy_enable="NO"} -: ${zabbix_proxy_paths=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin} -: ${zabbix_proxy_config="%%ETCDIR%%/${name}.conf"} +: ${zabbix_proxy_enable:=NO} +: ${zabbix_proxy_config:=%%ETCDIR%%/${name}.conf} +: ${zabbix_proxy_pidfile:=/var/run/zabbix/zabbix_proxy.pid} command="%%PREFIX%%/sbin/${name}" required_files="${zabbix_proxy_config}" -start_precmd="find_pidfile" -status_precmd="find_pidfile" -stop_precmd="find_pidfile" +start_precmd=zabbix_proxy_precmd +status_precmd=zabbix_proxy_precmd +stop_precmd=zabbix_proxy_precmd -find_pidfile() +zabbix_proxy_precmd() { - if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then + if get_pidfile_from_conf PidFile ${zabbix_proxy_config}; then pidfile="$_pidfile_from_conf" else - pidfile="/tmp/${name}.pid" + pidfile=${zabbix_proxy_pidfile} + local rundir=${zabbix_proxy_pidfile%/*} + if [ ! -d $rundir ] ; then + install -d -m 0755 -o zabbix -g zabbix $rundir + fi fi # This shouldn't be necessary with pidfile, but empirically it was the @@ -48,6 +54,4 @@ find_pidfile() rc_pid=$(check_pidfile ${pidfile} ${command}) } -export PATH="${zabbix_proxy_paths}" - run_rc_command "$1" Modified: head/net-mgmt/zabbix2-server/files/zabbix_server.in ============================================================================== --- head/net-mgmt/zabbix2-server/files/zabbix_server.in Thu Sep 1 09:29:05 2016 (r421200) +++ head/net-mgmt/zabbix2-server/files/zabbix_server.in Thu Sep 1 09:44:43 2016 (r421201) @@ -1,7 +1,9 @@ #!/bin/sh # PROVIDE: zabbix_server -# REQUIRE: DAEMON%%ZABBIX_REQUIRE%% +# REQUIRE: DAEMON +%%PGSQL%%# REQUIRE: postgresql +%%MYSQL%%# REQUIRE: mysql-server # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf to @@ -9,10 +11,10 @@ # # zabbix_server_enable (bool): Set to NO by default. Set it to YES to # enable zabbix_server. -# zabbix_server_paths (string): Set to standard path by default. Set a search -# if you have custom externals that need binaries elsewhere. # zabbix_server_config (string): Set to the standard config file path by # default. +# zabbix_server_pidfile (string): Location of the asterisk pid file +# Default is /var/run/zabbix/zabbix_server.pid # . /etc/rc.subr @@ -22,22 +24,27 @@ rcvar=zabbix_server_enable load_rc_config $name -: ${zabbix_server_enable="NO"} -: ${zabbix_server_paths=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin} -: ${zabbix_server_config="%%ETCDIR%%/${name}.conf"} +: ${zabbix_server_enable:=NO} +: ${zabbix_server_config:=%%ETCDIR%%/${name}.conf} +: ${zabbix_server_pidfile:=/var/run/zabbix/zabbix_server.pid} command="%%PREFIX%%/sbin/${name}" required_files="${zabbix_server_config}" -start_precmd="find_pidfile" -status_precmd="find_pidfile" -stop_precmd="find_pidfile" -find_pidfile() +start_precmd=zabbix_server_precmd +status_precmd=zabbix_server_precmd +stop_precmd=zabbix_server_precmd + +zabbix_server_precmd() { - if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then + if get_pidfile_from_conf PidFile ${zabbix_server_config}; then pidfile="$_pidfile_from_conf" else - pidfile="/tmp/${name}.pid" + pidfile=${zabbix_server_pidfile} + local rundir=${zabbix_server_pidfile%/*} + if [ ! -d $rundir ] ; then + install -d -m 0755 -o zabbix -g zabbix $rundir + fi fi # This shouldn't be necessary with pidfile, but empirically it was the @@ -47,6 +54,4 @@ find_pidfile() rc_pid=$(check_pidfile ${pidfile} ${command}) } -export PATH="${zabbix_server_paths}" - run_rc_command "$1" From owner-svn-ports-all@freebsd.org Thu Sep 1 10:31:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01CC3BCA072; Thu, 1 Sep 2016 10:31:07 +0000 (UTC) (envelope-from garga@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 mx1.freebsd.org (Postfix) with ESMTPS id C88262C1; Thu, 1 Sep 2016 10:31:06 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81AV69r013281; Thu, 1 Sep 2016 10:31:06 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81AV6pD013280; Thu, 1 Sep 2016 10:31:06 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201609011031.u81AV6pD013280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 1 Sep 2016 10:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421202 - in branches/2016Q3/net/pear-Net_IPv6: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 10:31:07 -0000 Author: garga Date: Thu Sep 1 10:31:05 2016 New Revision: 421202 URL: https://svnweb.freebsd.org/changeset/ports/421202 Log: MFH: r421168 Fix some bad IPv6 validation issues Following bad addresses are being validated as good by checkIPv6() 1:2:3:4:5:6:7:8:1.2.3.4 ::1:2:3:4:5:6:7:8 1:2:3:4:5:6:7:8:: 1:2:3:4:5:6:::8 ::::a :::: 1::2::3 Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Approved by: ports-secteam (feld) Added: branches/2016Q3/net/pear-Net_IPv6/files/ - copied from r421168, head/net/pear-Net_IPv6/files/ Modified: branches/2016Q3/net/pear-Net_IPv6/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/net/pear-Net_IPv6/Makefile ============================================================================== --- branches/2016Q3/net/pear-Net_IPv6/Makefile Thu Sep 1 09:44:43 2016 (r421201) +++ branches/2016Q3/net/pear-Net_IPv6/Makefile Thu Sep 1 10:31:05 2016 (r421202) @@ -3,6 +3,7 @@ PORTNAME= Net_IPv6 DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org From owner-svn-ports-all@freebsd.org Thu Sep 1 12:23:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E7DBBC9B32; Thu, 1 Sep 2016 12:23:32 +0000 (UTC) (envelope-from vsevolod@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 mx1.freebsd.org (Postfix) with ESMTPS id DFD44F57; Thu, 1 Sep 2016 12:23:31 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81CNVpI057236; Thu, 1 Sep 2016 12:23:31 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81CNUkB057234; Thu, 1 Sep 2016 12:23:30 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201609011223.u81CNUkB057234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 1 Sep 2016 12:23:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421203 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 12:23:32 -0000 Author: vsevolod Date: Thu Sep 1 12:23:30 2016 New Revision: 421203 URL: https://svnweb.freebsd.org/changeset/ports/421203 Log: - Update to 1.3.5 - Switch gmime version to 2.6 - Add fann dependency Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Thu Sep 1 10:31:05 2016 (r421202) +++ head/mail/rspamd/Makefile Thu Sep 1 12:23:30 2016 (r421203) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ @@ -11,9 +11,10 @@ COMMENT= Fast spam filtering system LICENSE= APACHE20 LIB_DEPENDS= libpcre.so:devel/pcre \ - libgmime-2.4.so:mail/gmime24 \ + libgmime-2.6.so:mail/gmime26 \ libevent.so:devel/libevent2 \ - libluajit-5.1.so:lang/luajit + libluajit-5.1.so:lang/luajit \ + libfann.so:math/fann BUILD_DEPENDS= ragel:devel/ragel CONFLICTS_INSTALL= rspamd-devel @@ -37,6 +38,7 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rsp -DBUILD_PORT=yes \ -DFORCE_GMIME24=yes \ -DLIBDIR=${PREFIX}/lib/rspamd \ + -DENABLE_FANN=ON \ -DNO_SHARED=ON USES= cmake:outsource gettext iconv pkgconfig tar:xz perl5 \ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Thu Sep 1 10:31:05 2016 (r421202) +++ head/mail/rspamd/distinfo Thu Sep 1 12:23:30 2016 (r421203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471955322 -SHA256 (rspamd-1.3.4.tar.xz) = 64fcabb3dc6767b5dc22c89f968414d1028f34ab8a21e1b22482aace069d527c -SIZE (rspamd-1.3.4.tar.xz) = 1484632 +TIMESTAMP = 1472732288 +SHA256 (rspamd-1.3.5.tar.xz) = d4413ccfc238c3023e2b8a9441b101a6437f521f333fc9db2dd924d473fee696 +SIZE (rspamd-1.3.5.tar.xz) = 1483044 From owner-svn-ports-all@freebsd.org Thu Sep 1 12:31:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20CA8BC9CD0; Thu, 1 Sep 2016 12:31:12 +0000 (UTC) (envelope-from vsevolod@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 mx1.freebsd.org (Postfix) with ESMTPS id D93D82F8; Thu, 1 Sep 2016 12:31:11 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81CVBgK058304; Thu, 1 Sep 2016 12:31:11 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81CVAxL058286; Thu, 1 Sep 2016 12:31:10 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201609011231.u81CVAxL058286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 1 Sep 2016 12:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421204 - head/mail/rspamd-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 12:31:12 -0000 Author: vsevolod Date: Thu Sep 1 12:31:10 2016 New Revision: 421204 URL: https://svnweb.freebsd.org/changeset/ports/421204 Log: - Update to 1.4.0.a1 - Switch to gmime 2.6 - Enable fann support Modified: head/mail/rspamd-devel/Makefile head/mail/rspamd-devel/distinfo head/mail/rspamd-devel/pkg-plist Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Thu Sep 1 12:23:30 2016 (r421203) +++ head/mail/rspamd-devel/Makefile Thu Sep 1 12:31:10 2016 (r421204) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.3.4.a1.15082016 +PORTVERSION= 1.4.0.a1.01092016 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -11,18 +11,19 @@ COMMENT= Fast spam filtering system dev LICENSE= APACHE20 LIB_DEPENDS= libpcre.so:devel/pcre \ - libgmime-2.4.so:mail/gmime24 \ + libgmime-2.6.so:mail/gmime26 \ libevent.so:devel/libevent2 \ - libluajit-5.1.so:lang/luajit + libluajit-5.1.so:lang/luajit \ + libfann.so:math/fann BUILD_DEPENDS= ragel:devel/ragel CONFLICTS_INSTALL= rspamd -RSPAMD_VERSION= 1.3.4 +RSPAMD_VERSION= 1.4.0 USE_GITHUB= yes GH_ACCOUNT= vstakhov GH_PROJECT= rspamd -GH_TAGNAME= 3049988 +GH_TAGNAME= 99c2eb2 OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN GPERF_DESC= Google perf-tools profiling @@ -45,7 +46,8 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rsp -DLIBDIR=${PREFIX}/lib/rspamd \ -DNO_SHARED=ON \ -DDEBUG=ON \ - -DGIT_ID=${GH_TAGNAME} + -DGIT_ID=${GH_TAGNAME} \ + -DENABLE_FANN=ON USES= cmake:outsource gettext iconv pkgconfig tar:xz perl5 \ compiler:c11 sqlite ssl Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Thu Sep 1 12:23:30 2016 (r421203) +++ head/mail/rspamd-devel/distinfo Thu Sep 1 12:31:10 2016 (r421204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471269087 -SHA256 (vstakhov-rspamd-1.3.4.a1.15082016-3049988_GH0.tar.gz) = 030470c9809ec3fbc5d5a282fa8015b05880d7ea6d0b27cc3cd6bc7ec4cd4a39 -SIZE (vstakhov-rspamd-1.3.4.a1.15082016-3049988_GH0.tar.gz) = 1902684 +TIMESTAMP = 1472732727 +SHA256 (vstakhov-rspamd-1.4.0.a1.01092016-99c2eb2_GH0.tar.gz) = 12b3a57fff521bb15d99f339fb36a55f9ecee39e6f5d18a516a830f2e2e20ed0 +SIZE (vstakhov-rspamd-1.4.0.a1.01092016-99c2eb2_GH0.tar.gz) = 1929783 Modified: head/mail/rspamd-devel/pkg-plist ============================================================================== --- head/mail/rspamd-devel/pkg-plist Thu Sep 1 12:23:30 2016 (r421203) +++ head/mail/rspamd-devel/pkg-plist Thu Sep 1 12:31:10 2016 (r421204) @@ -47,6 +47,8 @@ bin/rspamc etc/newsyslog.conf.d/rspamd.newsyslog.conf lib/rspamd/librspamd-actrie.so %%DATADIR%%/effective_tld_names.dat +%%DATADIR%%/lua/antivirus.lua +%%DATADIR%%/lua/asn.lua %%DATADIR%%/lua/dcc.lua %%DATADIR%%/lua/dmarc.lua %%DATADIR%%/lua/emails.lua From owner-svn-ports-all@freebsd.org Thu Sep 1 12:42:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6BEEBCB16F; Thu, 1 Sep 2016 12:42:20 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 8AC83A9C; Thu, 1 Sep 2016 12:42:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81CgJiA064414; Thu, 1 Sep 2016 12:42:19 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81CgJhx064408; Thu, 1 Sep 2016 12:42:19 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201609011242.u81CgJhx064408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 1 Sep 2016 12:42:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421205 - in head/www: . varnish-modules varnish-modules/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 12:42:20 -0000 Author: feld Date: Thu Sep 1 12:42:19 2016 New Revision: 421205 URL: https://svnweb.freebsd.org/changeset/ports/421205 Log: This is a collection of modules ("vmods") extending Varnish VCL used for describing HTTP request/response policies with additional capabilities. WWW: https://github.com/varnish/varnish-modules Added: head/www/varnish-modules/ head/www/varnish-modules/Makefile (contents, props changed) head/www/varnish-modules/distinfo (contents, props changed) head/www/varnish-modules/files/ head/www/varnish-modules/files/patch-src_Makefile.am (contents, props changed) head/www/varnish-modules/pkg-descr (contents, props changed) head/www/varnish-modules/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Sep 1 12:31:10 2016 (r421204) +++ head/www/Makefile Thu Sep 1 12:42:19 2016 (r421205) @@ -2261,6 +2261,7 @@ SUBDIR += validator SUBDIR += varnish-libvmod-maxminddb SUBDIR += varnish-libvmod-saintmode + SUBDIR += varnish-modules SUBDIR += varnish-nagios SUBDIR += varnish4 SUBDIR += vdr-plugin-live Added: head/www/varnish-modules/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-modules/Makefile Thu Sep 1 12:42:19 2016 (r421205) @@ -0,0 +1,36 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= modules +DISTVERSION= 0.9.1 +CATEGORIES= www +PKGNAMEPREFIX= varnish- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= feld@FreeBSD.org +COMMENT= Collection of Varnish Cache modules by Varnish Software + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= varnish4>=4.1.0:www/varnish4 \ + rst2man:textproc/py-docutils + +USES= autoreconf:build gmake libtool pkgconfig python:2,build +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish +INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= varnish +GH_TAGNAME= varnish-modules-${DISTVERSION} + +MAKE_JOBS_UNSAFE= yes + +WRKSRC= ${WRKDIR}/varnish-modules-varnish-modules-${DISTVERSION} + +pre-configure: + cd ${WRKSRC} && ./bootstrap + +.include Added: head/www/varnish-modules/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-modules/distinfo Thu Sep 1 12:42:19 2016 (r421205) @@ -0,0 +1,3 @@ +TIMESTAMP = 1469368533 +SHA256 (varnish-modules-0.9.1_GH0.tar.gz) = 4fa7d042968a372c0fd0efa7925f94640ad180e3d667697fe521e485134eb728 +SIZE (varnish-modules-0.9.1_GH0.tar.gz) = 46364 Added: head/www/varnish-modules/files/patch-src_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-modules/files/patch-src_Makefile.am Thu Sep 1 12:42:19 2016 (r421205) @@ -0,0 +1,22 @@ +--- src/Makefile.am.orig 2016-08-01 13:40:08 UTC ++++ src/Makefile.am +@@ -5,7 +5,6 @@ vmod_LTLIBRARIES = libvmod_cookie.la \ + libvmod_header.la \ + libvmod_saintmode.la \ + libvmod_softpurge.la \ +- libvmod_tcp.la \ + libvmod_var.la \ + libvmod_vsthrottle.la \ + libvmod_xkey.la +@@ -40,11 +39,6 @@ libvmod_softpurge_la_SOURCES = \ + vcc_softpurge_if.c vcc_softpurge_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_softpurge.vcc + @VMODTOOL@ -w ../docs/ -o vcc_softpurge_if $(top_srcdir)/src/vmod_softpurge.vcc + +-libvmod_tcp_la_LDFLAGS = $(AM_LDFLAGS) -module -export-dynamic -avoid-version -shared +-libvmod_tcp_la_SOURCES = vcc_tcp_if.c vcc_tcp_if.h vmod_tcp.c +-vcc_tcp_if.c vcc_tcp_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_tcp.vcc +- @VMODTOOL@ -w ../docs/ -o vcc_tcp_if $(top_srcdir)/src/vmod_tcp.vcc +- + libvmod_var_la_LDFLAGS = $(AM_LDFLAGS) -module -export-dynamic -avoid-version -shared + libvmod_var_la_SOURCES = vcc_var_if.c vcc_var_if.h vmod_var.c + vcc_var_if.c vcc_var_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_var.vcc Added: head/www/varnish-modules/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-modules/pkg-descr Thu Sep 1 12:42:19 2016 (r421205) @@ -0,0 +1,4 @@ +This is a collection of modules ("vmods") extending Varnish VCL used for +describing HTTP request/response policies with additional capabilities. + +WWW: https://github.com/varnish/varnish-modules Added: head/www/varnish-modules/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-modules/pkg-plist Thu Sep 1 12:42:19 2016 (r421205) @@ -0,0 +1,9 @@ +lib/varnish/vmods/libvmod_cookie.so +lib/varnish/vmods/libvmod_header.so +lib/varnish/vmods/libvmod_saintmode.so +lib/varnish/vmods/libvmod_softpurge.so +lib/varnish/vmods/libvmod_var.so +lib/varnish/vmods/libvmod_vsthrottle.so +lib/varnish/vmods/libvmod_xkey.so +%%PORTDOCS%%share/doc/varnish-modules/LICENSE +%%PORTDOCS%%share/doc/varnish-modules/README.rst From owner-svn-ports-all@freebsd.org Thu Sep 1 12:46:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51D70BCB2FA; Thu, 1 Sep 2016 12:46:56 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 22CF8CAA; Thu, 1 Sep 2016 12:46:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81Ckt9Q065315; Thu, 1 Sep 2016 12:46:55 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81CktC7065313; Thu, 1 Sep 2016 12:46:55 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201609011246.u81CktC7065313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 1 Sep 2016 12:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421206 - in head: . www www/varnish-libvmod-saintmode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 12:46:56 -0000 Author: feld Date: Thu Sep 1 12:46:55 2016 New Revision: 421206 URL: https://svnweb.freebsd.org/changeset/ports/421206 Log: www/varnish-libvmod-saintmode has been moved into the new port www/varnish-modules. This is a collection of modules developed and supported upstream by Varnish. It is no longer available individually. Deleted: head/www/varnish-libvmod-saintmode/ Modified: head/MOVED head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Sep 1 12:42:19 2016 (r421205) +++ head/MOVED Thu Sep 1 12:46:55 2016 (r421206) @@ -8621,3 +8621,4 @@ textproc/libtext-charwidth-perl|textproc net-mgmt/netams||2016-08-18|Has expired: unmaintained, broken on most FreeBSD platforms emulators/kqemu-kmod||2016-08-26|Not supported in any qemu version anymore emulators/kqemu-kmod-devel||2016-08-26|Not supported in any qemu version anymore +www/varnish-libvmod-saintmode|www/varnish-modules|2016-09-01|Upstream moved this module into the varnish-modules collection Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Sep 1 12:42:19 2016 (r421205) +++ head/www/Makefile Thu Sep 1 12:46:55 2016 (r421206) @@ -2260,7 +2260,6 @@ SUBDIR += uzbl SUBDIR += validator SUBDIR += varnish-libvmod-maxminddb - SUBDIR += varnish-libvmod-saintmode SUBDIR += varnish-modules SUBDIR += varnish-nagios SUBDIR += varnish4 From owner-svn-ports-all@freebsd.org Thu Sep 1 13:09:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0DDBBCBAAE; Thu, 1 Sep 2016 13:09:25 +0000 (UTC) (envelope-from knu@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 mx1.freebsd.org (Postfix) with ESMTPS id 886B7BCB; Thu, 1 Sep 2016 13:09:25 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81D9OvA072963; Thu, 1 Sep 2016 13:09:24 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81D9O4m072960; Thu, 1 Sep 2016 13:09:24 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201609011309.u81D9O4m072960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Thu, 1 Sep 2016 13:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421207 - head/lang/jruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:09:25 -0000 Author: knu Date: Thu Sep 1 13:09:24 2016 New Revision: 421207 URL: https://svnweb.freebsd.org/changeset/ports/421207 Log: Update to 1.7.26 - Install /usr/local/bin/jgem - Stop manually listing doc/example files Modified: head/lang/jruby/Makefile head/lang/jruby/distinfo head/lang/jruby/pkg-plist Modified: head/lang/jruby/Makefile ============================================================================== --- head/lang/jruby/Makefile Thu Sep 1 12:46:55 2016 (r421206) +++ head/lang/jruby/Makefile Thu Sep 1 13:09:24 2016 (r421207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jruby -PORTVERSION= 1.7.22 +PORTVERSION= 1.7.26 CATEGORIES= lang ruby java MASTER_SITES= http://jruby.org.s3.amazonaws.com/downloads/${PORTVERSION}/ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} @@ -31,6 +31,9 @@ PLIST_SUB+= PORTNAME=${PORTNAME} PORTVER OPTIONS_DEFINE= DOCS EXAMPLES +PORTDOCS= * +PORTEXAMPLES= * + .include pre-patch: @@ -70,8 +73,9 @@ do-install: @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Installing symlinks in ${STAGEDIR}${PREFIX}/bin..." - @${LN} -sf ${JRUBY_HOME}/bin/jruby ${STAGEDIR}${PREFIX}/bin/jruby - @${LN} -sf ${JRUBY_HOME}/bin/jirb ${STAGEDIR}${PREFIX}/bin/jirb +.for f in jruby jirb jgem + @${LN} -sf ${JRUBY_HOME}/bin/${f} ${STAGEDIR}${PREFIX}/bin/${f} +.endfor @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Stripping shared libraries for jnr-ffi" Modified: head/lang/jruby/distinfo ============================================================================== --- head/lang/jruby/distinfo Thu Sep 1 12:46:55 2016 (r421206) +++ head/lang/jruby/distinfo Thu Sep 1 13:09:24 2016 (r421207) @@ -1,2 +1,3 @@ -SHA256 (jruby-bin-1.7.22.tar.gz) = 554da042087bd4a787c73626c81fa354c9ce1168735032f7d954cffec85f5a4a -SIZE (jruby-bin-1.7.22.tar.gz) = 29650765 +TIMESTAMP = 1472733322 +SHA256 (jruby-bin-1.7.26.tar.gz) = 8d6ea85ce1bce219ee0004b345cc7557edb6a559cbc8d6d4e9a988080bf3bc2c +SIZE (jruby-bin-1.7.26.tar.gz) = 22115130 Modified: head/lang/jruby/pkg-plist ============================================================================== --- head/lang/jruby/pkg-plist Thu Sep 1 12:46:55 2016 (r421206) +++ head/lang/jruby/pkg-plist Thu Sep 1 13:09:24 2016 (r421207) @@ -1,2338 +1,2212 @@ +bin/jgem bin/jirb bin/jruby -%%JRUBY_HOME%%/bin/ri +%%JRUBY_HOME%%/bin/ast %%JRUBY_HOME%%/bin/gem -%%JRUBY_HOME%%/bin/jirb -%%JRUBY_HOME%%/bin/rdoc -%%JRUBY_HOME%%/bin/jruby.bash -%%JRUBY_HOME%%/bin/jgem %%JRUBY_HOME%%/bin/irb +%%JRUBY_HOME%%/bin/jgem +%%JRUBY_HOME%%/bin/jirb %%JRUBY_HOME%%/bin/jirb_swing %%JRUBY_HOME%%/bin/jruby -%%JRUBY_HOME%%/bin/ast -%%JRUBY_HOME%%/bin/testrb -%%JRUBY_HOME%%/bin/rake -%%JRUBY_HOME%%/bin/jruby.sh +%%JRUBY_HOME%%/bin/jruby.bash %%JRUBY_HOME%%/bin/jruby.dll +%%JRUBY_HOME%%/bin/jruby.sh %%JRUBY_HOME%%/bin/jrubyc -%%JRUBY_HOME%%/lib/jruby.jar -%%JRUBY_HOME%%/lib/jni/x86_64-SunOS/libjffi-1.2.so +%%JRUBY_HOME%%/bin/rake +%%JRUBY_HOME%%/bin/rdoc +%%JRUBY_HOME%%/bin/ri +%%JRUBY_HOME%%/bin/testrb +%%JRUBY_HOME%%/lib/jni/Darwin/libjffi-1.2.jnilib +%%JRUBY_HOME%%/lib/jni/arm-Linux/libjffi-1.2.so +%%JRUBY_HOME%%/lib/jni/i386-Linux/libjffi-1.2.so +%%JRUBY_HOME%%/lib/jni/i386-SunOS/libjffi-1.2.so %%JRUBY_HOME%%/lib/jni/i386-Windows/jffi-1.2.dll %%JRUBY_HOME%%/lib/jni/ppc-AIX/libjffi-1.2.a -%%JRUBY_HOME%%/lib/jni/x86_64-FreeBSD/libjffi-1.2.so %%JRUBY_HOME%%/lib/jni/ppc64-Linux/libjffi-1.2.so -%%JRUBY_HOME%%/lib/jni/i386-Linux/libjffi-1.2.so -%%JRUBY_HOME%%/lib/jni/x86_64-Windows/jffi-1.2.dll -%%JRUBY_HOME%%/lib/jni/arm-Linux/libjffi-1.2.so +%%JRUBY_HOME%%/lib/jni/ppc64le-Linux/libjffi-1.2.so %%JRUBY_HOME%%/lib/jni/sparcv9-SunOS/libjffi-1.2.so -%%JRUBY_HOME%%/lib/jni/i386-SunOS/libjffi-1.2.so +%%JRUBY_HOME%%/lib/jni/x86_64-FreeBSD/libjffi-1.2.so %%JRUBY_HOME%%/lib/jni/x86_64-Linux/libjffi-1.2.so -%%JRUBY_HOME%%/lib/jni/Darwin/libjffi-1.2.jnilib -%%JRUBY_HOME%%/lib/jni/ppc64le-Linux/libjffi-1.2.so -%%JRUBY_HOME%%/lib/ruby/2.0/tracer.rb -%%JRUBY_HOME%%/lib/ruby/2.0/open-uri.rb -%%JRUBY_HOME%%/lib/ruby/2.0/optparse/ac.rb -%%JRUBY_HOME%%/lib/ruby/2.0/optparse/version.rb -%%JRUBY_HOME%%/lib/ruby/2.0/optparse/shellwords.rb -%%JRUBY_HOME%%/lib/ruby/2.0/optparse/time.rb -%%JRUBY_HOME%%/lib/ruby/2.0/optparse/uri.rb -%%JRUBY_HOME%%/lib/ruby/2.0/optparse/date.rb -%%JRUBY_HOME%%/lib/ruby/2.0/csv.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/child.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/dtd/attlistdecl.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/dtd/notationdecl.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/dtd/entitydecl.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/dtd/dtd.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/dtd/elementdecl.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/comment.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parsers/xpathparser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parsers/treeparser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parsers/streamparser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parsers/pullparser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parsers/baseparser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parsers/ultralightparser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parsers/sax2parser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parsers/lightparser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/light/node.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/output.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/namespace.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/sax2listener.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parseexception.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/node.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/element.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/source.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/doctype.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/instruction.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/xmldecl.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/document.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/parent.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/validation/validation.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/validation/relaxng.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/validation/validationexception.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/functions.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/xpath.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/attribute.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/text.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/xmltokens.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/cdata.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/undefinednamespaceexception.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/encoding.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/streamlistener.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/attlistdecl.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/formatters/default.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/formatters/transitive.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/formatters/pretty.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/rexml.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/xpath_parser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/quickpath.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/syncenumerator.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rexml/entity.rb -%%JRUBY_HOME%%/lib/ruby/2.0/delegate.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/protocol.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/telnet.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/https.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/ftp.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/imap.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/pop.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http/exceptions.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http/request.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http/response.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http/proxy_delta.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http/backward.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http/requests.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http/header.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http/generic_request.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/http/responses.rb -%%JRUBY_HOME%%/lib/ruby/2.0/net/smtp.rb -%%JRUBY_HOME%%/lib/ruby/2.0/bigdecimal/math.rb -%%JRUBY_HOME%%/lib/ruby/2.0/bigdecimal/ludcmp.rb -%%JRUBY_HOME%%/lib/ruby/2.0/bigdecimal/util.rb -%%JRUBY_HOME%%/lib/ruby/2.0/bigdecimal/newton.rb -%%JRUBY_HOME%%/lib/ruby/2.0/bigdecimal/jacobian.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/feed.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/syndication.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/image.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/content.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/1.0.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/dublincore.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/entry.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/base.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/trackback.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/0.9.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/atom.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/slash.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/itunes.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/taxonomy.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker/2.0.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/syndication.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/0.9.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/trackback.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/slash.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/rss.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/itunes.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/utils.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/2.0.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/rexmlparser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/dublincore/2.0.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/dublincore/1.0.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/dublincore/atom.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/xml-stylesheet.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/xmlscanner.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/taxonomy.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/converter.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/maker.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/image.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/atom.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/parser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/xml.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/xmlparser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/1.0.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/dublincore.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/content/1.0.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/content/2.0.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rss/content.rb -%%JRUBY_HOME%%/lib/ruby/2.0/socket.rb -%%JRUBY_HOME%%/lib/ruby/2.0/monitor.rb -%%JRUBY_HOME%%/lib/ruby/2.0/yaml/dbm.rb -%%JRUBY_HOME%%/lib/ruby/2.0/yaml/store.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc.rb -%%JRUBY_HOME%%/lib/ruby/2.0/matrix/eigenvalue_decomposition.rb -%%JRUBY_HOME%%/lib/ruby/2.0/matrix/lup_decomposition.rb -%%JRUBY_HOME%%/lib/ruby/2.0/sync.rb -%%JRUBY_HOME%%/lib/ruby/2.0/resolv.rb -%%JRUBY_HOME%%/lib/ruby/2.0/racc/rdoc/grammar.en.rdoc -%%JRUBY_HOME%%/lib/ruby/2.0/racc/parser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/version.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/output-method.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/cmd/nop.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/cmd/chws.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/cmd/fork.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/cmd/load.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/cmd/pushws.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/cmd/help.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/cmd/subirb.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/help.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ruby-token.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ws-for-case-2.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/lc/ja/error.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/lc/ja/help-message -%%JRUBY_HOME%%/lib/ruby/2.0/irb/lc/ja/encoding_aliases.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/lc/error.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/lc/help-message -%%JRUBY_HOME%%/lib/ruby/2.0/irb/locale.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/workspace.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ext/loader.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ext/tracer.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ext/use-loader.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ext/save-history.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ext/workspaces.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ext/change-ws.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ext/math-mode.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ext/history.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ext/multi-irb.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/extend-command.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/input-method.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/frame.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/notifier.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/completion.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/magic-file.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/init.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/inspector.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/context.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/src_encoding.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/xmp.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/ruby-lex.rb -%%JRUBY_HOME%%/lib/ruby/2.0/irb/slex.rb -%%JRUBY_HOME%%/lib/ruby/2.0/time.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/any_method.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/test_case.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/class_module.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/attr.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/known_classes.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/meta_method.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/encoding.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/code_object.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/single_class.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/ri/store.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/ri/paths.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/ri/formatter.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/ri/driver.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/comment.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/rd.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/normal_class.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/stats/quiet.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/stats/normal.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/stats/verbose.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/ruby_lex.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/alias.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/erb_partial.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/store.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/tom_doc.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/method_attr.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/rd/inline.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/rd/block_parser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/rd/inline_parser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/context.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/task.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/cross_reference.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/ruby_token.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/require.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/extend.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/token_stream.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/constant.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/include.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/top_level.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/context/section.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/parser/changelog.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/parser/rd.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/parser/markdown.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/parser/ruby.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/parser/simple.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/parser/c.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/parser/text.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/parser/ruby_tools.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/table_of_contents.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_installed.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/rdoc.css -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_footer.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/class.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_head.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/servlet_root.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_search.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_parent.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_extends.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/index.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/page.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_includes.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_classes.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/js/search.js -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/js/jquery.js -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/js/darkfish.js -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_pages.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/tag_green.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/delete.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/package.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/zoom.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/page_green.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/wrench_orange.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/tag_blue.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/add.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/page_white_text.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/wrench.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/bullet_black.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/date.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/page_white_width.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/transparent.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/brick_link.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/arrow_up.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/bug.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/brick.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/macFFBgHack.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/ruby.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/find.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/loadingAnimation.gif -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/images/plugin.png -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_methods.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/servlet_not_found.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_sections.rhtml -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/json_index/js/navigation.js -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/template/json_index/js/searcher.js -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/markup.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/json_index.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/ri.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/generator/darkfish.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/options.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/normal_module.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/stats.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/rdoc.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/rubygems_hook.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/ri.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markdown.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/text.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/servlet.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/pre_process.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/attribute_manager.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/text_formatter_test_case.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_ansi.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/heading.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/attributes.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/rule.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_html_crossref.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_joined_paragraph.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/list.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/inline.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_tt_only.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/raw.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_label.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/verbatim.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_test.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/block_quote.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/paragraph.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/document.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_table_of_contents.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/hard_break.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/attr_span.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/indented_paragraph.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/parser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_html_snippet.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/blank_line.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/special.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_rdoc.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_markdown.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_html.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/formatter.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/formatter_test_case.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/to_bs.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/list_item.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/attr_changer.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markup/include.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/code_objects.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markdown/literals_1_9.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/markdown/entities.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/parser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/anon_class.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/erbio.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rdoc/ghost_method.rb -%%JRUBY_HOME%%/lib/ruby/2.0/matrix.rb -%%JRUBY_HOME%%/lib/ruby/2.0/cgi/session/pstore.rb -%%JRUBY_HOME%%/lib/ruby/2.0/cgi/html.rb -%%JRUBY_HOME%%/lib/ruby/2.0/cgi/core.rb -%%JRUBY_HOME%%/lib/ruby/2.0/cgi/session.rb -%%JRUBY_HOME%%/lib/ruby/2.0/cgi/util.rb -%%JRUBY_HOME%%/lib/ruby/2.0/cgi/cookie.rb -%%JRUBY_HOME%%/lib/ruby/2.0/pstore.rb -%%JRUBY_HOME%%/lib/ruby/2.0/ostruct.rb -%%JRUBY_HOME%%/lib/ruby/2.0/profiler.rb -%%JRUBY_HOME%%/lib/ruby/2.0/un.rb -%%JRUBY_HOME%%/lib/ruby/2.0/minitest/hell.rb -%%JRUBY_HOME%%/lib/ruby/2.0/minitest/unit.rb -%%JRUBY_HOME%%/lib/ruby/2.0/minitest/README.txt -%%JRUBY_HOME%%/lib/ruby/2.0/minitest/mock.rb -%%JRUBY_HOME%%/lib/ruby/2.0/minitest/pride.rb -%%JRUBY_HOME%%/lib/ruby/2.0/minitest/autorun.rb -%%JRUBY_HOME%%/lib/ruby/2.0/minitest/benchmark.rb -%%JRUBY_HOME%%/lib/ruby/2.0/minitest/parallel_each.rb -%%JRUBY_HOME%%/lib/ruby/2.0/minitest/spec.rb -%%JRUBY_HOME%%/lib/ruby/2.0/set.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rbconfig/datadir.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rbconfig/obsolete.rb -%%JRUBY_HOME%%/lib/ruby/2.0/gserver.rb -%%JRUBY_HOME%%/lib/ruby/2.0/test/unit/assertions.rb -%%JRUBY_HOME%%/lib/ruby/2.0/test/unit/parallel.rb -%%JRUBY_HOME%%/lib/ruby/2.0/test/unit/test-unit.gemspec -%%JRUBY_HOME%%/lib/ruby/2.0/test/unit/testcase.rb -%%JRUBY_HOME%%/lib/ruby/2.0/test/unit.rb -%%JRUBY_HOME%%/lib/ruby/2.0/fileutils.rb -%%JRUBY_HOME%%/lib/ruby/2.0/shell.rb -%%JRUBY_HOME%%/lib/ruby/2.0/erb.rb -%%JRUBY_HOME%%/lib/ruby/2.0/ipaddr.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rinda/ring.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rinda/rinda.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rinda/tuplespace.rb -%%JRUBY_HOME%%/lib/ruby/2.0/yaml.rb -%%JRUBY_HOME%%/lib/ruby/2.0/cgi.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/utils.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/server.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpauth/htpasswd.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpauth/userdb.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpauth/htgroup.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpauth/htdigest.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpauth/digestauth.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpauth/authenticator.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpauth/basicauth.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpstatus.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/accesslog.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/compat.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/version.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpservlet/filehandler.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpservlet/cgihandler.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpservlet/abstract.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpservlet/cgi_runner.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpservlet/erbhandler.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpservlet/prochandler.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/ssl.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpversion.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpresponse.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/log.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpauth.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpservlet.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/https.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/cookie.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/htmlutils.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httprequest.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpserver.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httputils.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/config.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/httpproxy.rb -%%JRUBY_HOME%%/lib/ruby/2.0/webrick/cgi.rb -%%JRUBY_HOME%%/lib/ruby/2.0/benchmark.rb -%%JRUBY_HOME%%/lib/ruby/2.0/uri/http.rb -%%JRUBY_HOME%%/lib/ruby/2.0/uri/https.rb -%%JRUBY_HOME%%/lib/ruby/2.0/uri/mailto.rb -%%JRUBY_HOME%%/lib/ruby/2.0/uri/common.rb -%%JRUBY_HOME%%/lib/ruby/2.0/uri/ldaps.rb -%%JRUBY_HOME%%/lib/ruby/2.0/uri/generic.rb -%%JRUBY_HOME%%/lib/ruby/2.0/uri/ldap.rb -%%JRUBY_HOME%%/lib/ruby/2.0/uri/ftp.rb -%%JRUBY_HOME%%/lib/ruby/2.0/drb.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/thread_history_display.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/doc/rational.rdoc -%%JRUBY_HOME%%/lib/ruby/2.0/rake/doc/command_line_usage.rdoc -%%JRUBY_HOME%%/lib/ruby/2.0/rake/doc/MIT-LICENSE -%%JRUBY_HOME%%/lib/ruby/2.0/rake/doc/glossary.rdoc -%%JRUBY_HOME%%/lib/ruby/2.0/rake/doc/rakefile.rdoc -%%JRUBY_HOME%%/lib/ruby/2.0/rake/doc/README.rdoc -%%JRUBY_HOME%%/lib/ruby/2.0/rake/task_manager.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/contrib/publisher.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/contrib/sys.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/contrib/rubyforgepublisher.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/contrib/ftptools.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/contrib/compositepublisher.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/contrib/sshpublisher.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/version.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/early_time.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/clean.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/loaders/makefile.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/rdoctask.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/file_utils.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/file_list.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/thread_pool.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/classic_namespace.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/packagetask.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/invocation_chain.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/file_utils_ext.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/testtask.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/dsl_definition.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/multi_task.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/ext/time.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/ext/string.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/ext/core.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/ext/module.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/phony.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/promise.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/invocation_exception_mixin.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/rule_recursion_overflow_error.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/task_argument_error.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/backtrace.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/trace_output.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/file_creation_task.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/default_loader.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/pathmap.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/rake_test_loader.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/private_reader.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/alt_system.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/gempackagetask.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/ruby182_test_unit_fix.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/name_space.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/win32.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/lib/project.rake -%%JRUBY_HOME%%/lib/ruby/2.0/rake/rake_module.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/task.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/task_arguments.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/application.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/tasklib.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/cloneable.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/pseudo_status.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/runtest.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake/file_task.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/config.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/datetime.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/parser.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/httpserver.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/create.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/utils.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/base64.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/client.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/marshal.rb -%%JRUBY_HOME%%/lib/ruby/2.0/xmlrpc/server.rb -%%JRUBY_HOME%%/lib/ruby/2.0/ssl.rb -%%JRUBY_HOME%%/lib/ruby/2.0/pp.rb -%%JRUBY_HOME%%/lib/ruby/2.0/thread.rb -%%JRUBY_HOME%%/lib/ruby/2.0/abbrev.rb -%%JRUBY_HOME%%/lib/ruby/2.0/drb/ssl.rb -%%JRUBY_HOME%%/lib/ruby/2.0/rake.rb -%%JRUBY_HOME%%/lib/ruby/1.9/open-uri.rb -%%JRUBY_HOME%%/lib/ruby/1.9/mutex_m.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake.rb -%%JRUBY_HOME%%/lib/ruby/1.9/cgi/session/pstore.rb -%%JRUBY_HOME%%/lib/ruby/1.9/cgi/cookie.rb -%%JRUBY_HOME%%/lib/ruby/1.9/cgi/core.rb -%%JRUBY_HOME%%/lib/ruby/1.9/cgi/html.rb -%%JRUBY_HOME%%/lib/ruby/1.9/cgi/util.rb -%%JRUBY_HOME%%/lib/ruby/1.9/cgi/session.rb -%%JRUBY_HOME%%/lib/ruby/1.9/ipaddr.rb -%%JRUBY_HOME%%/lib/ruby/1.9/uri.rb -%%JRUBY_HOME%%/lib/ruby/1.9/expect.rb -%%JRUBY_HOME%%/lib/ruby/1.9/delegate.rb -%%JRUBY_HOME%%/lib/ruby/1.9/racc/parser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ruby-token.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/notifier.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/input-method.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/slex.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/locale.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/xmp.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/lc/error.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/lc/ja/error.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/lc/ja/help-message -%%JRUBY_HOME%%/lib/ruby/1.9/irb/lc/ja/encoding_aliases.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/lc/help-message -%%JRUBY_HOME%%/lib/ruby/1.9/irb/extend-command.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/inspector.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/completion.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/magic-file.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/context.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/help.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ext/workspaces.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ext/math-mode.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ext/multi-irb.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ext/change-ws.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ext/use-loader.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ext/history.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ext/tracer.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ext/loader.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ext/save-history.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/workspace.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/output-method.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/frame.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/cmd/subirb.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/cmd/fork.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/cmd/chws.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/cmd/load.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/cmd/nop.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/cmd/pushws.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/cmd/help.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/init.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/version.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/src_encoding.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ruby-lex.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb/ws-for-case-2.rb -%%JRUBY_HOME%%/lib/ruby/1.9/ripper/sexp.rb -%%JRUBY_HOME%%/lib/ruby/1.9/ripper/filter.rb -%%JRUBY_HOME%%/lib/ruby/1.9/ripper/core.rb -%%JRUBY_HOME%%/lib/ruby/1.9/ripper/lexer.rb -%%JRUBY_HOME%%/lib/ruby/1.9/debug.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/xmldecl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/doctype.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/streamlistener.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/functions.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/sax2listener.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/xmltokens.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/attribute.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parent.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/rexml.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/syncenumerator.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/element.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/text.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/entity.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/cdata.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/attlistdecl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/quickpath.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/encoding.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/comment.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/xpath.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/xpath_parser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parseexception.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/output.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/light/node.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/node.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/namespace.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/formatters/default.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/formatters/pretty.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/formatters/transitive.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/source.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/document.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/undefinednamespaceexception.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/dtd/elementdecl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/dtd/entitydecl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/dtd/attlistdecl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/dtd/dtd.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/dtd/notationdecl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/validation/validationexception.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/validation/validation.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/validation/relaxng.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parsers/ultralightparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parsers/sax2parser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parsers/xpathparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parsers/streamparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parsers/lightparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parsers/pullparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parsers/baseparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/parsers/treeparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/child.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rexml/instruction.rb -%%JRUBY_HOME%%/lib/ruby/1.9/ostruct.rb -%%JRUBY_HOME%%/lib/ruby/1.9/shellwords.rb -%%JRUBY_HOME%%/lib/ruby/1.9/csv.rb -%%JRUBY_HOME%%/lib/ruby/1.9/bigdecimal/jacobian.rb -%%JRUBY_HOME%%/lib/ruby/1.9/bigdecimal/ludcmp.rb -%%JRUBY_HOME%%/lib/ruby/1.9/bigdecimal/newton.rb -%%JRUBY_HOME%%/lib/ruby/1.9/bigdecimal/util.rb -%%JRUBY_HOME%%/lib/ruby/1.9/bigdecimal/math.rb -%%JRUBY_HOME%%/lib/ruby/1.9/prettyprint.rb -%%JRUBY_HOME%%/lib/ruby/1.9/singleton.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rational.rb -%%JRUBY_HOME%%/lib/ruby/1.9/net/telnet.rb -%%JRUBY_HOME%%/lib/ruby/1.9/net/pop.rb -%%JRUBY_HOME%%/lib/ruby/1.9/net/https.rb -%%JRUBY_HOME%%/lib/ruby/1.9/net/smtp.rb -%%JRUBY_HOME%%/lib/ruby/1.9/net/imap.rb -%%JRUBY_HOME%%/lib/ruby/1.9/net/protocol.rb -%%JRUBY_HOME%%/lib/ruby/1.9/net/ftp.rb -%%JRUBY_HOME%%/lib/ruby/1.9/net/http.rb -%%JRUBY_HOME%%/lib/ruby/1.9/open3.rb -%%JRUBY_HOME%%/lib/ruby/1.9/yaml.rb -%%JRUBY_HOME%%/lib/ruby/1.9/optparse/date.rb -%%JRUBY_HOME%%/lib/ruby/1.9/optparse/time.rb -%%JRUBY_HOME%%/lib/ruby/1.9/optparse/version.rb -%%JRUBY_HOME%%/lib/ruby/1.9/optparse/shellwords.rb -%%JRUBY_HOME%%/lib/ruby/1.9/optparse/uri.rb -%%JRUBY_HOME%%/lib/ruby/1.9/getoptlong.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpservlet/cgi_runner.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpservlet/erbhandler.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpservlet/filehandler.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpservlet/abstract.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpservlet/cgihandler.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpservlet/prochandler.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/htmlutils.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/https.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/cookie.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httputils.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpproxy.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/config.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpserver.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpauth/htdigest.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpauth/htgroup.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpauth/authenticator.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpauth/htpasswd.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpauth/basicauth.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpauth/userdb.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpauth/digestauth.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httprequest.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/compat.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpstatus.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/utils.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/server.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/version.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/cgi.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/ssl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpversion.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/log.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpauth.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/accesslog.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpresponse.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick/httpservlet.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl/func.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl/types.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl/pack.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl/stack.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl/cparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl/callback.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl/import.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl/struct.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl/value.rb -%%JRUBY_HOME%%/lib/ruby/1.9/abbrev.rb -%%JRUBY_HOME%%/lib/ruby/1.9/cmath.rb -%%JRUBY_HOME%%/lib/ruby/1.9/scanf.rb -%%JRUBY_HOME%%/lib/ruby/1.9/digest/sha2.rb -%%JRUBY_HOME%%/lib/ruby/1.9/digest/hmac.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss.rb -%%JRUBY_HOME%%/lib/ruby/1.9/yaml/dbm.rb -%%JRUBY_HOME%%/lib/ruby/1.9/yaml/store.rb -%%JRUBY_HOME%%/lib/ruby/1.9/matrix/eigenvalue_decomposition.rb -%%JRUBY_HOME%%/lib/ruby/1.9/matrix/lup_decomposition.rb -%%JRUBY_HOME%%/lib/ruby/1.9/profiler.rb -%%JRUBY_HOME%%/lib/ruby/1.9/monitor.rb -%%JRUBY_HOME%%/lib/ruby/1.9/dl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/pathname.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/xml-stylesheet.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/slash.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/image.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/base.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/itunes.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/feed.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/trackback.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/2.0.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/entry.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/0.9.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/atom.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/syndication.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/slash.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/dublincore.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/taxonomy.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/content.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker/1.0.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/trackback.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/xmlscanner.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/utils.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/rexmlparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/2.0.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/rss.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/dublincore.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/syndication.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/0.9.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/itunes.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/content/1.0.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/content/2.0.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/atom.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/xmlparser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/content.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/converter.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/dublincore/2.0.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/dublincore/atom.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/dublincore/1.0.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/taxonomy.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/parser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/maker.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/1.0.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/xml.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss/image.rb -%%JRUBY_HOME%%/lib/ruby/1.9/gauntlet_rdoc.rb -%%JRUBY_HOME%%/lib/ruby/1.9/forwardable.rb -%%JRUBY_HOME%%/lib/ruby/1.9/cgi.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/clean.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/rule_recursion_overflow_error.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/scope.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/gempackagetask.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/pathmap.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/task_manager.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/private_reader.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/multi_task.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/task_argument_error.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/invocation_exception_mixin.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/default_loader.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/file_list.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/classic_namespace.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/runtest.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/early_time.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/rake_test_loader.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/ext/string.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/ext/core.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/ext/module.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/ext/time.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/task.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/rake_module.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/linked_list.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/task_arguments.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/tasklib.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/file_utils.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/thread_history_display.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/application.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/phony.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/lib/project.rake -%%JRUBY_HOME%%/lib/ruby/1.9/rake/file_creation_task.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/loaders/makefile.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/file_task.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/pseudo_status.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/rdoctask.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/cloneable.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/invocation_chain.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/contrib/rubyforgepublisher.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/contrib/compositepublisher.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/contrib/publisher.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/contrib/sys.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/contrib/sshpublisher.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/contrib/ftptools.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/thread_pool.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/win32.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/trace_output.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/version.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/promise.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/ruby182_test_unit_fix.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/alt_system.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/dsl_definition.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/testtask.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/name_space.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/packagetask.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/file_utils_ext.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rake/backtrace.rb -%%JRUBY_HOME%%/lib/ruby/1.9/base64.rb -%%JRUBY_HOME%%/lib/ruby/1.9/erb.rb -%%JRUBY_HOME%%/lib/ruby/1.9/date/format.rb -%%JRUBY_HOME%%/lib/ruby/1.9/date/delta.rb -%%JRUBY_HOME%%/lib/ruby/1.9/date/delta/parser.ry -%%JRUBY_HOME%%/lib/ruby/1.9/date/delta/parser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/io/bsd_console.rb -%%JRUBY_HOME%%/lib/ruby/1.9/io/console.rb -%%JRUBY_HOME%%/lib/ruby/1.9/io/linux_console.rb -%%JRUBY_HOME%%/lib/ruby/1.9/socket.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rinda/ring.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rinda/rinda.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rinda/tuplespace.rb -%%JRUBY_HOME%%/lib/ruby/1.9/optparse.rb -%%JRUBY_HOME%%/lib/ruby/1.9/find.rb -%%JRUBY_HOME%%/lib/ruby/1.9/resolv-replace.rb -%%JRUBY_HOME%%/lib/ruby/1.9/set.rb -%%JRUBY_HOME%%/lib/ruby/1.9/complex.rb -%%JRUBY_HOME%%/lib/ruby/1.9/syck.rb -%%JRUBY_HOME%%/lib/ruby/1.9/profile.rb -%%JRUBY_HOME%%/lib/ruby/1.9/date.rb -%%JRUBY_HOME%%/lib/ruby/1.9/sync.rb -%%JRUBY_HOME%%/lib/ruby/1.9/irb.rb -%%JRUBY_HOME%%/lib/ruby/1.9/tracer.rb -%%JRUBY_HOME%%/lib/ruby/1.9/un.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/extservm.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/timeridconv.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/observer.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/gw.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/eq.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/unix.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/acl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/extserv.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/ssl.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/invokemethod.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb/drb.rb -%%JRUBY_HOME%%/lib/ruby/1.9/time.rb -%%JRUBY_HOME%%/lib/ruby/1.9/fileutils.rb -%%JRUBY_HOME%%/lib/ruby/1.9/shell.rb -%%JRUBY_HOME%%/lib/ruby/1.9/README -%%JRUBY_HOME%%/lib/ruby/1.9/gserver.rb -%%JRUBY_HOME%%/lib/ruby/1.9/logger.rb -%%JRUBY_HOME%%/lib/ruby/1.9/thwait.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rbconfig/obsolete.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rbconfig/datadir.rb -%%JRUBY_HOME%%/lib/ruby/1.9/webrick.rb -%%JRUBY_HOME%%/lib/ruby/1.9/test/unit.rb -%%JRUBY_HOME%%/lib/ruby/1.9/test/unit/testcase.rb -%%JRUBY_HOME%%/lib/ruby/1.9/test/unit/assertions.rb -%%JRUBY_HOME%%/lib/ruby/1.9/test/unit/parallel.rb -%%JRUBY_HOME%%/lib/ruby/1.9/digest.rb -%%JRUBY_HOME%%/lib/ruby/1.9/pstore.rb -%%JRUBY_HOME%%/lib/ruby/1.9/mathn.rb -%%JRUBY_HOME%%/lib/ruby/1.9/minitest/spec.rb -%%JRUBY_HOME%%/lib/ruby/1.9/minitest/autorun.rb -%%JRUBY_HOME%%/lib/ruby/1.9/minitest/pride.rb -%%JRUBY_HOME%%/lib/ruby/1.9/minitest/mock.rb -%%JRUBY_HOME%%/lib/ruby/1.9/minitest/benchmark.rb -%%JRUBY_HOME%%/lib/ruby/1.9/minitest/README.txt -%%JRUBY_HOME%%/lib/ruby/1.9/minitest/unit.rb -%%JRUBY_HOME%%/lib/ruby/1.9/shell/error.rb -%%JRUBY_HOME%%/lib/ruby/1.9/shell/version.rb -%%JRUBY_HOME%%/lib/ruby/1.9/shell/system-command.rb -%%JRUBY_HOME%%/lib/ruby/1.9/shell/builtin-command.rb -%%JRUBY_HOME%%/lib/ruby/1.9/shell/process-controller.rb -%%JRUBY_HOME%%/lib/ruby/1.9/shell/command-processor.rb -%%JRUBY_HOME%%/lib/ruby/1.9/shell/filter.rb -%%JRUBY_HOME%%/lib/ruby/1.9/kconv.rb -%%JRUBY_HOME%%/lib/ruby/1.9/pp.rb -%%JRUBY_HOME%%/lib/ruby/1.9/benchmark.rb -%%JRUBY_HOME%%/lib/ruby/1.9/tsort.rb -%%JRUBY_HOME%%/lib/ruby/1.9/win32/resolv.rb -%%JRUBY_HOME%%/lib/ruby/1.9/win32/registry.rb -%%JRUBY_HOME%%/lib/ruby/1.9/win32/sspi.rb -%%JRUBY_HOME%%/lib/ruby/1.9/uri/mailto.rb -%%JRUBY_HOME%%/lib/ruby/1.9/uri/generic.rb -%%JRUBY_HOME%%/lib/ruby/1.9/uri/ldap.rb -%%JRUBY_HOME%%/lib/ruby/1.9/uri/ldaps.rb -%%JRUBY_HOME%%/lib/ruby/1.9/uri/http.rb -%%JRUBY_HOME%%/lib/ruby/1.9/uri/ftp.rb -%%JRUBY_HOME%%/lib/ruby/1.9/uri/https.rb -%%JRUBY_HOME%%/lib/ruby/1.9/uri/common.rb -%%JRUBY_HOME%%/lib/ruby/1.9/drb.rb -%%JRUBY_HOME%%/lib/ruby/1.9/matrix.rb -%%JRUBY_HOME%%/lib/ruby/1.9/prime.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/base64.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/datetime.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/create.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/marshal.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/server.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/client.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/README.txt -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/httpserver.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/utils.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/README.rdoc -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/config.rb -%%JRUBY_HOME%%/lib/ruby/1.9/xmlrpc/parser.rb -%%JRUBY_HOME%%/lib/ruby/1.9/observer.rb -%%JRUBY_HOME%%/lib/ruby/1.9/resolv.rb -%%JRUBY_HOME%%/lib/ruby/1.9/English.rb -%%JRUBY_HOME%%/lib/ruby/1.9/e2mmap.rb -%%JRUBY_HOME%%/lib/ruby/1.9/ripper.rb -%%JRUBY_HOME%%/lib/ruby/shared/rubygems.rb -%%JRUBY_HOME%%/lib/ruby/shared/org/bouncycastle/bcprov-jdk15on/1.50/bcprov-jdk15on-1.50.jar -%%JRUBY_HOME%%/lib/ruby/shared/org/bouncycastle/bcpkix-jdk15on/1.50/bcpkix-jdk15on-1.50.jar -%%JRUBY_HOME%%/lib/ruby/shared/maven.rb -%%JRUBY_HOME%%/lib/ruby/shared/rake.rb -%%JRUBY_HOME%%/lib/ruby/shared/jopenssl/version.rb -%%JRUBY_HOME%%/lib/ruby/shared/jopenssl/load.rb -%%JRUBY_HOME%%/lib/ruby/shared/jopenssl.jar -%%JRUBY_HOME%%/lib/ruby/shared/fiddle.rb -%%JRUBY_HOME%%/lib/ruby/shared/ruby_maven.rb -%%JRUBY_HOME%%/lib/ruby/shared/tmpdir.rb -%%JRUBY_HOME%%/lib/ruby/shared/rbconfig/datadir.rb -%%JRUBY_HOME%%/lib/ruby/shared/ant/rake.rb -%%JRUBY_HOME%%/lib/ruby/shared/ant/tasks/raketasks.rb -%%JRUBY_HOME%%/lib/ruby/shared/ant/project_converter.rb -%%JRUBY_HOME%%/lib/ruby/shared/ant/ant.rb -%%JRUBY_HOME%%/lib/ruby/shared/ant/target.rb -%%JRUBY_HOME%%/lib/ruby/shared/ant/element.rb -%%JRUBY_HOME%%/lib/ruby/shared/gauntlet_rubygems.rb -%%JRUBY_HOME%%/lib/ruby/shared/securerandom.rb -%%JRUBY_HOME%%/lib/ruby/shared/Win32API.rb -%%JRUBY_HOME%%/lib/ruby/shared/ant.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Sep 1 13:14:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8BBEBCBCA9; Thu, 1 Sep 2016 13:14:16 +0000 (UTC) (envelope-from cy@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 mx1.freebsd.org (Postfix) with ESMTPS id 7FAE6F89; Thu, 1 Sep 2016 13:14:16 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81DEFOJ076608; Thu, 1 Sep 2016 13:14:15 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DEFGQ076604; Thu, 1 Sep 2016 13:14:15 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201609011314.u81DEFGQ076604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 1 Sep 2016 13:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421208 - in head/sysutils/syslog-ng-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:14:16 -0000 Author: cy Date: Thu Sep 1 13:14:15 2016 New Revision: 421208 URL: https://svnweb.freebsd.org/changeset/ports/421208 Log: Update 3.8.0b2 --> 3.8.1 JAVA_MOD is marked broken. It attempts to fetch third party softwre. MONGO option does not build and is flagged broken. Submitted by: Peter Czanik (CzP) Balabit / syslog-ng upstream Modified: head/sysutils/syslog-ng-devel/Makefile head/sysutils/syslog-ng-devel/distinfo head/sysutils/syslog-ng-devel/files/syslog-ng.conf.sample head/sysutils/syslog-ng-devel/pkg-plist Modified: head/sysutils/syslog-ng-devel/Makefile ============================================================================== --- head/sysutils/syslog-ng-devel/Makefile Thu Sep 1 13:09:24 2016 (r421207) +++ head/sysutils/syslog-ng-devel/Makefile Thu Sep 1 13:14:15 2016 (r421208) @@ -2,13 +2,9 @@ # $FreeBSD$ PORTNAME= syslog-ng -# XXX As of 3.8.1beta1, replace PORTVERSION with DISTVERSION=3.8.1beta1 -PORTVERSION= 3.8.0b2 -PORTREVISION= 4 +DISTVERSION= 3.8.1 PKGNAMESUFFIX= -devel CATEGORIES= sysutils -# XXX As of 3.8.1beta1, delete the following line. -DISTVERSION= ${PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/} DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ @@ -20,7 +16,6 @@ BROKEN_sparc64= Does not compile on spa LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ libpcre.so:devel/pcre \ - libcurl.so:ftp/curl \ libuuid.so:misc/e2fsprogs-libuuid CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ @@ -29,7 +24,7 @@ CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= TCP_WRAPPERS SQL SPOOF IPV6 SMTP JSON GEOIP DOCS REDIS JAVA PYTHON MONGO +OPTIONS_DEFINE= TCP_WRAPPERS SQL SPOOF IPV6 SMTP JSON GEOIP DOCS REDIS JAVA PYTHON MONGO CURL JAVA_MOD OPTIONS_DEFAULT= JSON TCP_WRAPPERS_DESC= Build with TCP Wrappers SQL_DESC= Build with database (libdbi) support @@ -39,8 +34,10 @@ SMTP_DESC= Build with SMTP support JSON_DESC= Build with JSON-C support GEOIP_DESC= Build with GeoIP support REDIS_DESC= Build with Redis support -JAVA_DESC= Build with Java support (and modules, like Elastic) +JAVA_DESC= Build with Java support (no modules) +JAVA_MOD_DESC= Build with Java modules (needs Maven / Internet access) PYTHON_DESC= Build with Python 2.7 support +CURL_DESC= Build with Curl HTTP support USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ gettext-runtime @@ -87,8 +84,8 @@ MSQL_LDFLAGS= -L${LOCALBASE}/lib MSQL_PLIST_FILES= lib/syslog-ng/libafsql.so MONGO_CONFIGURE_ENABLE= mongodb -MONGO_BUILD_DEPENDS= mongo:databases/mongodb -MONGO_RUN_DEPENDS= mongo:databases/mongodb +MONGO_BROKEN= Does not build +MONGO_LIB_DEPENDS= libmongoc-1.0.so:devel/mongo-c-driver MONGO_PLIST_FILES= lib/syslog-ng/libafmongodb.so JSON_CONFIGURE_ENABLE= json @@ -96,26 +93,49 @@ JSON_LIB_DEPENDS= libjson-c.so:devel/js JSON_PLIST_FILES= lib/syslog-ng/libjson-plugin.so JAVA_CONFIGURE_ENABLE= java -JAVA_BROKEN= Unsupported maven downloads. JAVA_USE_JAVA= yes -JAVA_BUILD_DEPENDS= gradle:devel/gradle -JAVA_BUILD_DEPENDS= bash:shells/bash JAVA_PLIST_FILES= lib/syslog-ng/libmod-java.so \ - lib/syslog-ng/java-modules/syslog-ng-core.jar \ - lib/syslog-ng/java-modules/log4j-1.2.16.jar \ + lib/syslog-ng/java-modules/syslog-ng-core.jar + +JAVA_MOD_CONFIGURE_ENABLE= java-modules +JAVA_MOD_BROKEN= Unsupported maven downloads. +JAVA_MOD_USE_JAVA= yes +JAVA_MOD_BUILD_DEPENDS= gradle:devel/gradle +JAVA_MOD_BUILD_DEPENDS= bash:shells/bash +JAVA_MOD_PLIST_FILES= lib/syslog-ng/java-modules/log4j-1.2.16.jar \ + lib/syslog-ng/java-modules/elastic-jest-client \ + lib/syslog-ng/java-modules/elastic-jest-client/jest-2.0.2.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/jest-common-2.0.2.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/httpcore-nio-4.4.4.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/httpclient-4.5.2.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/httpasyncclient-4.1.1.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/slf4j-api-1.7.13.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/guava-19.0.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/gson-2.6.2.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/commons-lang3-3.4.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/httpcore-4.4.4.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/commons-logging-1.2.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/commons-codec-1.9.jar \ + lib/syslog-ng/java-modules/elastic-jest-client/slf4j-simple-1.7.13.jar \ + lib/syslog-ng/java-modules/hdfs.jar \ lib/syslog-ng/java-modules/elastic.jar \ - lib/syslog-ng/java-modules/http.jar \ + lib/syslog-ng/java-modules/elastic-v2.jar \ lib/syslog-ng/java-modules/kafka.jar \ - lib/syslog-ng/java-modules/java-modules.jar \ - lib/syslog-ng/java-modules/hdfs.jar \ - lib/syslog-ng/java-modules/syslog-ng-common.jar \ - lib/syslog-ng/java-modules/dummy.jar + lib/syslog-ng/java-modules/dummy.jar \ + lib/syslog-ng/java-modules/http.jar \ + lib/syslog-ng/java-modules/syslog-ng-common.jar + PYTHON_CONFIGURE_ENABLE= python PYTHON_CONFIGURE_WITH= python=2.7 PYTHON_USES= python:2.7 PYTHON_PLIST_FILES= lib/syslog-ng/libmod-python.so +CURL_CONFIGURE_ENABLE= curl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl +CURL_PLIST_FILES= lib/syslog-ng/libcurl.so + + .include post-patch: Modified: head/sysutils/syslog-ng-devel/distinfo ============================================================================== --- head/sysutils/syslog-ng-devel/distinfo Thu Sep 1 13:09:24 2016 (r421207) +++ head/sysutils/syslog-ng-devel/distinfo Thu Sep 1 13:14:15 2016 (r421208) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470856945 -SHA256 (syslog-ng-3.8.0beta2.tar.gz) = 1c0c1b49c3adac1dd1d890524c9d2025a0f85344ec6707dd7d3bd8adc0a72fe7 -SIZE (syslog-ng-3.8.0beta2.tar.gz) = 8325034 +TIMESTAMP = 1471953902 +SHA256 (syslog-ng-3.8.1.tar.gz) = 84b081f6e5f98cbc52052e342bcfdc5de5fe0ebe9f5ec32fe9eaec5759224cc5 +SIZE (syslog-ng-3.8.1.tar.gz) = 8328391 Modified: head/sysutils/syslog-ng-devel/files/syslog-ng.conf.sample ============================================================================== --- head/sysutils/syslog-ng-devel/files/syslog-ng.conf.sample Thu Sep 1 13:09:24 2016 (r421207) +++ head/sysutils/syslog-ng-devel/files/syslog-ng.conf.sample Thu Sep 1 13:14:15 2016 (r421208) @@ -1,4 +1,4 @@ -@version:3.7 +@version:3.8 @include "scl.conf" # Modified: head/sysutils/syslog-ng-devel/pkg-plist ============================================================================== --- head/sysutils/syslog-ng-devel/pkg-plist Thu Sep 1 13:09:24 2016 (r421207) +++ head/sysutils/syslog-ng-devel/pkg-plist Thu Sep 1 13:14:15 2016 (r421208) @@ -222,7 +222,6 @@ lib/syslog-ng/libafuser.so lib/syslog-ng/libafamqp.so lib/syslog-ng/libcsvparser.so lib/syslog-ng/libconfgen.so -lib/syslog-ng/libcurl.so lib/syslog-ng/libsystem-source.so lib/syslog-ng/liblinux-kmsg-format.so lib/syslog-ng/libbasicfuncs.so From owner-svn-ports-all@freebsd.org Thu Sep 1 13:14:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1491BBCBD53; Thu, 1 Sep 2016 13:14:47 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id D63DB235; Thu, 1 Sep 2016 13:14:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81DEkD5076783; Thu, 1 Sep 2016 13:14:46 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DEj3c076781; Thu, 1 Sep 2016 13:14:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201609011314.u81DEj3c076781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 1 Sep 2016 13:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421209 - head/devel/elixir-tirexs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:14:47 -0000 Author: olgeni Date: Thu Sep 1 13:14:45 2016 New Revision: 421209 URL: https://svnweb.freebsd.org/changeset/ports/421209 Log: Update devel/elixir-tirexs to version 0.8.8. Modified: head/devel/elixir-tirexs/Makefile head/devel/elixir-tirexs/distinfo Modified: head/devel/elixir-tirexs/Makefile ============================================================================== --- head/devel/elixir-tirexs/Makefile Thu Sep 1 13:14:15 2016 (r421208) +++ head/devel/elixir-tirexs/Makefile Thu Sep 1 13:14:45 2016 (r421209) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tirexs -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-tirexs/distinfo ============================================================================== --- head/devel/elixir-tirexs/distinfo Thu Sep 1 13:14:15 2016 (r421208) +++ head/devel/elixir-tirexs/distinfo Thu Sep 1 13:14:45 2016 (r421209) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471513265 -SHA256 (Zatvobor-tirexs-v0.8.7_GH0.tar.gz) = 4769d0e8c699a60fca443a1ba509b3bdb50fd77ea8027cda736809c3cd9e50b5 -SIZE (Zatvobor-tirexs-v0.8.7_GH0.tar.gz) = 41947 +TIMESTAMP = 1472735503 +SHA256 (Zatvobor-tirexs-v0.8.8_GH0.tar.gz) = 6207a04ede05c0cb530dfc63d66d4d4101ac241c80c4cbb55d3043949108069c +SIZE (Zatvobor-tirexs-v0.8.8_GH0.tar.gz) = 42243 From owner-svn-ports-all@freebsd.org Thu Sep 1 13:17:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA259BCBEF3; Thu, 1 Sep 2016 13:17:04 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id 6E3C76CF; Thu, 1 Sep 2016 13:17:04 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81DH3Oo076988; Thu, 1 Sep 2016 13:17:03 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DH3Ce076986; Thu, 1 Sep 2016 13:17:03 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201609011317.u81DH3Ce076986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 1 Sep 2016 13:17:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421210 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:17:04 -0000 Author: cpm Date: Thu Sep 1 13:17:03 2016 New Revision: 421210 URL: https://svnweb.freebsd.org/changeset/ports/421210 Log: - Update mpv to 0.20.0 - Update waf to 1.9.3 - Remove patch demux: undefined behavior with ogg metadata update (fixed upstream) - Record indirect dependencies. Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.20.0 Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D7672 Modified: head/multimedia/mpv/Makefile head/multimedia/mpv/distinfo Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Thu Sep 1 13:14:45 2016 (r421209) +++ head/multimedia/mpv/Makefile Thu Sep 1 13:17:03 2016 (r421210) @@ -2,14 +2,11 @@ # $FreeBSD$ PORTNAME= mpv -PORTVERSION= 0.19.0 +PORTVERSION= 0.20.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= multimedia audio -PATCH_SITES= https://github.com/mpv-player/mpv/commit/ -PATCHFILES= 12e251c29e1b.patch:-p1 - MAINTAINER= cpm@FreeBSD.org COMMENT= Free and open-source general-purpose video player @@ -23,11 +20,11 @@ BUILD_DEPENDS= rst2man:textproc/py-docut USE_GITHUB= yes GH_ACCOUNT= mpv-player waf-project:waf GH_PROJECT= waf:waf -GH_TAGNAME= waf-1.9.2:waf +GH_TAGNAME= waf-1.9.3:waf WAF_CMD= ${WRKSRC_waf}/waf-light -USES= compiler:c11 desktop-file-utils iconv localbase pkgconfig python:build waf +USES= compiler:c11 desktop-file-utils iconv jpeg localbase pkgconfig python:build waf USE_LDCONFIG= yes CONFIGURE_ARGS= --docdir=${EXAMPLESDIR} \ @@ -108,7 +105,7 @@ LUAJIT_USES_OFF= lua LUAJIT_CONFIGURE_ON= --lua=luajit LUAJIT_CONFIGURE_OFF= --lua=${LUA_VER_STR}fbsd -OPENGL_USE= GL=gl +OPENGL_USE= GL=egl,gbm,gl OPENGL_CONFIGURE_OFF= --disable-gl OPENGL_IMPLIES= X11 @@ -139,7 +136,7 @@ VAAPI_CONFIGURE_OFF= --disable-vaapi VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau VDPAU_CONFIGURE_OFF= --disable-vdpau -X11_USE= XORG=x11,xv,xxf86vm +X11_USE= XORG=x11,xext,xrandr,xscrnsaver,xv,xxf86vm X11_VARS= INSTALLS_ICONS=yes X11_CONFIGURE_OFF= --disable-x11 Modified: head/multimedia/mpv/distinfo ============================================================================== --- head/multimedia/mpv/distinfo Thu Sep 1 13:14:45 2016 (r421209) +++ head/multimedia/mpv/distinfo Thu Sep 1 13:17:03 2016 (r421210) @@ -1,7 +1,5 @@ -TIMESTAMP = 1471395336 -SHA256 (mpv-player-mpv-v0.19.0_GH0.tar.gz) = 3df5811942cd1d71f48eb4720092fdafec11885bf6dd6d1d3e6413f32e5d67e2 -SIZE (mpv-player-mpv-v0.19.0_GH0.tar.gz) = 2770618 -SHA256 (waf-project-waf-waf-1.9.2_GH0.tar.gz) = 41cb585e3f4434b70644d258bdadfd14225623a8fdf1afad36fa5549b1ee0222 -SIZE (waf-project-waf-waf-1.9.2_GH0.tar.gz) = 627217 -SHA256 (12e251c29e1b.patch) = 9b17b7fbbd479985ff41afe06b2840c5e071a1a190215201a88969bede83e133 -SIZE (12e251c29e1b.patch) = 1399 +TIMESTAMP = 1472337452 +SHA256 (mpv-player-mpv-v0.20.0_GH0.tar.gz) = fe6ec9d2ded5ce84b963f54b812d579d04f944f4a737f3ae639c4d5d9e842b56 +SIZE (mpv-player-mpv-v0.20.0_GH0.tar.gz) = 2775740 +SHA256 (waf-project-waf-waf-1.9.3_GH0.tar.gz) = 278b25d60be6690cfddc0b589384e1810cdce284a235aee1999b7fe7c2441d63 +SIZE (waf-project-waf-waf-1.9.3_GH0.tar.gz) = 629866 From owner-svn-ports-all@freebsd.org Thu Sep 1 13:20:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D229BCA043; Thu, 1 Sep 2016 13:20:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id CBBF38F3; Thu, 1 Sep 2016 13:20:14 +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 u81DKExw077250; Thu, 1 Sep 2016 13:20:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DKDKb077248; Thu, 1 Sep 2016 13:20:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011320.u81DKDKb077248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 13:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421211 - head/graphics/converseen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:20:15 -0000 Author: amdmi3 Date: Thu Sep 1 13:20:13 2016 New Revision: 421211 URL: https://svnweb.freebsd.org/changeset/ports/421211 Log: - Update to 0.9.5 - Fix LICENSE PR: 212288 Submitted by: fernando.apesteguia@gmail.com (maintainer) Modified: head/graphics/converseen/Makefile head/graphics/converseen/distinfo Modified: head/graphics/converseen/Makefile ============================================================================== --- head/graphics/converseen/Makefile Thu Sep 1 13:17:03 2016 (r421210) +++ head/graphics/converseen/Makefile Thu Sep 1 13:20:13 2016 (r421211) @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= converseen -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.9.5 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%200.9/ +MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%20${PORTVERSION:R}/ MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Easy to use graphics conversion utility -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick -USES= cmake tar:bzip2 -USE_QT4= corelib network gui linguisttools_build moc_build qmake_build \ - rcc_build uic_build +WRKSRC= ${WRKDIR}/${PORTNAME} +USES= cmake tar:bzip2 compiler:c++11-lang +USE_QT5= core network gui linguisttools_build qmake_build \ + buildtools_build widgets post-patch: @${REINPLACE_CMD} -e '/^ appdata.path =/s|/usr/share|$$$${SHARE_DIR}|' \ ${WRKSRC}/converseen.pro Modified: head/graphics/converseen/distinfo ============================================================================== --- head/graphics/converseen/distinfo Thu Sep 1 13:17:03 2016 (r421210) +++ head/graphics/converseen/distinfo Thu Sep 1 13:20:13 2016 (r421211) @@ -1,2 +1,3 @@ -SHA256 (converseen-0.9.2.tar.bz2) = 6d49791dd33c7b27927de77ab0484a834d7165b7b7f1fc73938dbeb009717f40 -SIZE (converseen-0.9.2.tar.bz2) = 245162 +TIMESTAMP = 1472556470 +SHA256 (converseen-0.9.5.tar.bz2) = 11e2bef1dd8f04e66886a1b15fac6af6d0748053ece7f4aaa0a302e630b8e09f +SIZE (converseen-0.9.5.tar.bz2) = 246520 From owner-svn-ports-all@freebsd.org Thu Sep 1 13:25:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17121BCA2BD; Thu, 1 Sep 2016 13:25:51 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id CD928CE1; Thu, 1 Sep 2016 13:25:50 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81DPooA081021; Thu, 1 Sep 2016 13:25:50 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DPnTd081014; Thu, 1 Sep 2016 13:25:49 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201609011325.u81DPnTd081014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 1 Sep 2016 13:25:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421212 - in head/math: cryptominisat cryptominisat/files py-cryptominisat py-cryptominisat/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:25:51 -0000 Author: cpm Date: Thu Sep 1 13:25:49 2016 New Revision: 421212 URL: https://svnweb.freebsd.org/changeset/ports/421212 Log: - Update math/cryptominisat and math/py-cryptominisat to 5.0.0 PR: 211460 Submitted by: maintainer Reviewed by: koobs, feld (mentor) Approved by: feld (mentor) Deleted: head/math/cryptominisat/files/ Modified: head/math/cryptominisat/Makefile head/math/cryptominisat/distinfo head/math/cryptominisat/pkg-descr head/math/cryptominisat/pkg-plist head/math/py-cryptominisat/Makefile head/math/py-cryptominisat/distinfo head/math/py-cryptominisat/files/patch-setup.py.in Modified: head/math/cryptominisat/Makefile ============================================================================== --- head/math/cryptominisat/Makefile Thu Sep 1 13:20:13 2016 (r421211) +++ head/math/cryptominisat/Makefile Thu Sep 1 13:25:49 2016 (r421212) @@ -1,14 +1,14 @@ # $FreeBSD$ PORTNAME= cryptominisat -PORTVERSION= 4.5.3 +PORTVERSION= 5.0.0 CATEGORIES= math MAINTAINER= 6yearold@gmail.com COMMENT= General-purpose award-winning SAT solver LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/LICENSE-LGPL +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool LIB_DEPENDS= libboost_program_options.so:devel/boost-libs @@ -19,6 +19,6 @@ GH_ACCOUNT= msoos USES= cmake compiler:c++11-lib USE_LDCONFIG= yes -CMAKE_ARGS= -DNOMYSQL=1 -DNOM4RI=1 -DPYTHON_EXECUTABLE=0 +CMAKE_ARGS= -DNOM4RI=1 -DENABLE_PYTHON_INTERFACE=OFF .include Modified: head/math/cryptominisat/distinfo ============================================================================== --- head/math/cryptominisat/distinfo Thu Sep 1 13:20:13 2016 (r421211) +++ head/math/cryptominisat/distinfo Thu Sep 1 13:25:49 2016 (r421212) @@ -1,2 +1,3 @@ -SHA256 (msoos-cryptominisat-4.5.3_GH0.tar.gz) = 114da20e25734dc368dada47afd8cb7d44717f2159ad66d5bac742062fa3eb4c -SIZE (msoos-cryptominisat-4.5.3_GH0.tar.gz) = 467221 +TIMESTAMP = 1469882294 +SHA256 (msoos-cryptominisat-5.0.0_GH0.tar.gz) = 4c000daf9886e7c55f05b00247688ed0341a19cda13de49e2f35f40e95cc9910 +SIZE (msoos-cryptominisat-5.0.0_GH0.tar.gz) = 596712 Modified: head/math/cryptominisat/pkg-descr ============================================================================== --- head/math/cryptominisat/pkg-descr Thu Sep 1 13:20:13 2016 (r421211) +++ head/math/cryptominisat/pkg-descr Thu Sep 1 13:25:49 2016 (r421212) @@ -3,4 +3,4 @@ solver, featuring over 100 configurable need, collection of statistical data to MySQL database + javascript-based visualization of it and clean C++ and python interfaces. -WWW: http://www.msoos.org/cryptominisat4/ +WWW: https://github.com/msoos/cryptominisat/ Modified: head/math/cryptominisat/pkg-plist ============================================================================== --- head/math/cryptominisat/pkg-plist Thu Sep 1 13:20:13 2016 (r421211) +++ head/math/cryptominisat/pkg-plist Thu Sep 1 13:25:49 2016 (r421212) @@ -1,10 +1,9 @@ -bin/cryptominisat4 -bin/cryptominisat4_simple -include/cryptominisat4/cryptominisat.h -include/cryptominisat4/solvertypesmini.h -lib/cmake/cryptominisat4/cryptominisat4Config.cmake -lib/cmake/cryptominisat4/cryptominisat4Targets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/cryptominisat4/cryptominisat4Targets.cmake -lib/libcryptominisat4.a -lib/libcryptominisat4.so -lib/libcryptominisat4.so.4.5 +bin/cryptominisat5 +bin/cryptominisat5_simple +include/cryptominisat5/cryptominisat.h +include/cryptominisat5/solvertypesmini.h +lib/cmake/cryptominisat5/cryptominisat5Config.cmake +lib/cmake/cryptominisat5/cryptominisat5Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/cryptominisat5/cryptominisat5Targets.cmake +lib/libcryptominisat5.so +lib/libcryptominisat5.so.5.0 Modified: head/math/py-cryptominisat/Makefile ============================================================================== --- head/math/py-cryptominisat/Makefile Thu Sep 1 13:20:13 2016 (r421211) +++ head/math/py-cryptominisat/Makefile Thu Sep 1 13:25:49 2016 (r421212) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cryptominisat -PORTVERSION= 4.5.3 +PORTVERSION= 5.0.0 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Bindings to CryptoMiniSat (a SA LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libcryptominisat4.so:math/cryptominisat +LIB_DEPENDS= libcryptominisat5.so:math/cryptominisat USES= compiler:c++11-lang python:-2.7 USE_PYTHON= autoplist distutils @@ -24,6 +24,7 @@ WRKSRC_SUBDIR= python PYDISTUTILS_BUILDTARGET= build_ext --include-dirs=${LOCALBASE}/include post-patch: + ${REINPLACE_CMD} -e 's|@PROJECT_VERSION@|${PORTVERSION}|' ${WRKSRC}/setup.py.in ${CP} ${WRKSRC}/setup.py.in ${WRKSRC}/setup.py post-install: Modified: head/math/py-cryptominisat/distinfo ============================================================================== --- head/math/py-cryptominisat/distinfo Thu Sep 1 13:20:13 2016 (r421211) +++ head/math/py-cryptominisat/distinfo Thu Sep 1 13:25:49 2016 (r421212) @@ -1,2 +1,3 @@ -SHA256 (msoos-cryptominisat-4.5.3_GH0.tar.gz) = 114da20e25734dc368dada47afd8cb7d44717f2159ad66d5bac742062fa3eb4c -SIZE (msoos-cryptominisat-4.5.3_GH0.tar.gz) = 467221 +TIMESTAMP = 1469896511 +SHA256 (msoos-cryptominisat-5.0.0_GH0.tar.gz) = 4c000daf9886e7c55f05b00247688ed0341a19cda13de49e2f35f40e95cc9910 +SIZE (msoos-cryptominisat-5.0.0_GH0.tar.gz) = 596712 Modified: head/math/py-cryptominisat/files/patch-setup.py.in ============================================================================== --- head/math/py-cryptominisat/files/patch-setup.py.in Thu Sep 1 13:20:13 2016 (r421211) +++ head/math/py-cryptominisat/files/patch-setup.py.in Thu Sep 1 13:25:49 2016 (r421212) @@ -1,28 +1,37 @@ ---- setup.py.in.orig 2015-08-26 23:32:30 UTC +--- setup.py.in.orig 2016-07-06 12:22:54 UTC +++ setup.py.in -@@ -51,15 +51,15 @@ def _init_posix(init): - return wrapper - sysconfig._init_posix = _init_posix(sysconfig._init_posix) +@@ -26,9 +26,9 @@ import sys + from distutils.core import setup, Extension + from distutils import sysconfig --__version__ = '@PROJECT_VERSION@' -+__version__ = '4.5.3' +-cconf = """${PY_C_CONFIG}""".split(" ") +-ldconf = """${PY_LD_CONFIG}""".split(" ") +-is_apple = """${APPLE}""" ++cconf = """""".split(" ") ++ldconf = """""".split(" ") ++is_apple = """""" + + def cleanup(dat): + ret = [] +@@ -81,12 +81,12 @@ __version__ = '@PROJECT_VERSION@' ext_kwds = dict( name = "pycryptosat", - sources = ["${CMAKE_CURRENT_SOURCE_DIR}/pycryptosat.cpp"], + sources = ["pycryptosat.cpp"], define_macros = [], -- extra_compile_args = ['-I${PROJECT_SOURCE_DIR}', '-I${PROJECT_BINARY_DIR}/cmsat4-src'], -+ extra_compile_args = ['-I/usr/local/include', '-I..cmsat4-src'], +- extra_compile_args = cconf + ['-I${PROJECT_SOURCE_DIR}', '-I${PROJECT_BINARY_DIR}/cmsat5-src'], ++ extra_compile_args = cconf + ['-I/usr/local/include', '-I../cmsat5-src'], + extra_link_args = ldconf, language = "c++", -- library_dirs=['.', '/usr/local/lib', '${PROJECT_BINARY_DIR}/lib'], +- library_dirs=['.', '${PROJECT_BINARY_DIR}/lib'], + library_dirs=['.', '/usr/local/lib'], - libraries = ['cryptominisat4'] + libraries = ['cryptominisat5'] ) -@@ -84,5 +84,5 @@ setup( +@@ -111,5 +111,5 @@ setup( ext_modules = [Extension(**ext_kwds)], - py_modules = ['test_pycryptosat'], + py_modules = ['pycryptosat'], description = "bindings to CryptoMiniSat (a SAT solver)", - long_description = open('${CMAKE_CURRENT_SOURCE_DIR}/README.rst').read(), + long_description = open('README.rst').read(), From owner-svn-ports-all@freebsd.org Thu Sep 1 13:36:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 818B9BCAB17; Thu, 1 Sep 2016 13:36:06 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id 5DBF1803; Thu, 1 Sep 2016 13:36:06 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81Da520085330; Thu, 1 Sep 2016 13:36:05 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81Da5Tx085326; Thu, 1 Sep 2016 13:36:05 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201609011336.u81Da5Tx085326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 1 Sep 2016 13:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421213 - in head/misc: . timediff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:36:06 -0000 Author: cpm Date: Thu Sep 1 13:36:05 2016 New Revision: 421213 URL: https://svnweb.freebsd.org/changeset/ports/421213 Log: New port: misc/timediff timediff is a simple command line tool to show time pairs between target timezone and localtime. $ date Mon Aug 29 23:10:36 EDT 2016 $ timediff Tokyo 2016-08-30 12:10 JST 2016-08-29 23:10 EDT 2016-08-30 13:10 JST 2016-08-30 00:10 EDT 2016-08-30 14:10 JST 2016-08-30 01:10 EDT 2016-08-30 15:10 JST 2016-08-30 02:10 EDT 2016-08-30 16:10 JST 2016-08-30 03:10 EDT 2016-08-30 17:10 JST 2016-08-30 04:10 EDT 2016-08-30 18:10 JST 2016-08-30 05:10 EDT 2016-08-30 19:10 JST 2016-08-30 06:10 EDT 2016-08-30 20:10 JST 2016-08-30 07:10 EDT 2016-08-30 21:10 JST 2016-08-30 08:10 EDT The answer is 14:10 JST. Here is short history of timediff. timediff is written by Minmin (is a nickname of github account). He showed it in 20th FreeBSD Workshop Tokyo on Aug, 1st. WWW: https://github.com/belgianbeer/timediff PR: 212255 Submitted by: Naito Yuichiro Reviewed by: feld (mentor) Approved by: feld (mentor) Added: head/misc/timediff/ head/misc/timediff/Makefile (contents, props changed) head/misc/timediff/distinfo (contents, props changed) head/misc/timediff/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Thu Sep 1 13:25:49 2016 (r421212) +++ head/misc/Makefile Thu Sep 1 13:36:05 2016 (r421213) @@ -450,6 +450,7 @@ SUBDIR += terraform SUBDIR += teseq SUBDIR += teslams + SUBDIR += timediff SUBDIR += tkcron SUBDIR += tkinfo SUBDIR += tkregexp Added: head/misc/timediff/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/timediff/Makefile Thu Sep 1 13:36:05 2016 (r421213) @@ -0,0 +1,31 @@ +# Created by: Naito Yuichiro +# $FreeBSD$ + +PORTNAME= timediff +PORTVERSION= 0.1 +CATEGORIES= misc + +MAINTAINER= naito.yuichiro@gmail.com +COMMENT= Showing time pairs between target timezone and localtime + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= belgianbeer +GH_PROJECT= timediff + +PLIST_FILES= sbin/timediff + +NO_ARCH= yes + +do-build: +.for file in timediff + ${SED} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${file} \ + > ${WRKDIR}/${file:T} +.endfor + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/timediff \ + ${STAGEDIR}${PREFIX}/sbin + +.include Added: head/misc/timediff/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/timediff/distinfo Thu Sep 1 13:36:05 2016 (r421213) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472562109 +SHA256 (belgianbeer-timediff-0.1_GH0.tar.gz) = 2fa2643a2884772eba9ba025be358b30177b5bc7e2c7c80436999f5522fde826 +SIZE (belgianbeer-timediff-0.1_GH0.tar.gz) = 2075 Added: head/misc/timediff/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/timediff/pkg-descr Thu Sep 1 13:36:05 2016 (r421213) @@ -0,0 +1,4 @@ +timediff is a simple command line tool to show time pairs +between target timezone and localtime. + +WWW: https://github.com/belgianbeer/timediff From owner-svn-ports-all@freebsd.org Thu Sep 1 13:38:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A093BBCABF2; Thu, 1 Sep 2016 13:38:05 +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 mx1.freebsd.org (Postfix) with ESMTPS id 710409CB; Thu, 1 Sep 2016 13:38:05 +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 u81Dc4iE085506; Thu, 1 Sep 2016 13:38:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81Dc4hQ085505; Thu, 1 Sep 2016 13:38:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011338.u81Dc4hQ085505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 13:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421214 - head/multimedia/pymp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:38:05 -0000 Author: amdmi3 Date: Thu Sep 1 13:38:04 2016 New Revision: 421214 URL: https://svnweb.freebsd.org/changeset/ports/421214 Log: - Remove bogus USES=tar:bzip2 - Whitespace fix Modified: head/multimedia/pymp/Makefile Modified: head/multimedia/pymp/Makefile ============================================================================== --- head/multimedia/pymp/Makefile Thu Sep 1 13:36:05 2016 (r421213) +++ head/multimedia/pymp/Makefile Thu Sep 1 13:38:04 2016 (r421214) @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= jdolan GH_TAGNAME= bea99d9 -USES= shebangfix python tar:bzip2 +USES= shebangfix python SHEBANG_FILES= *.py USE_GNOME= pygtk2 NO_ARCH= yes @@ -42,12 +42,10 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - @${MKDIR} ${STAGEDIR}${DATADIR} .for f in *.py *.pyc *.pyo ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ From owner-svn-ports-all@freebsd.org Thu Sep 1 13:40:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EFACBCAD58; Thu, 1 Sep 2016 13:40:12 +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 mx1.freebsd.org (Postfix) with ESMTPS id 41A84CC8; Thu, 1 Sep 2016 13:40:12 +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 u81DeBtD085750; Thu, 1 Sep 2016 13:40:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DeB7u085749; Thu, 1 Sep 2016 13:40:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011340.u81DeB7u085749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 13:40:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421215 - head/archivers/php5-snappy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:40:12 -0000 Author: amdmi3 Date: Thu Sep 1 13:40:11 2016 New Revision: 421215 URL: https://svnweb.freebsd.org/changeset/ports/421215 Log: - Pet portlint - Cosmetic fixes Modified: head/archivers/php5-snappy/Makefile Modified: head/archivers/php5-snappy/Makefile ============================================================================== --- head/archivers/php5-snappy/Makefile Thu Sep 1 13:38:04 2016 (r421214) +++ head/archivers/php5-snappy/Makefile Thu Sep 1 13:40:11 2016 (r421215) @@ -14,19 +14,20 @@ COMMENT= PHP extension for the snappy co LICENSE= BSD2CLAUSE -LIB_DEPENDS+= libsnappy.so:archivers/snappy -CONFIGURE_ARGS+= --with-snappy-includedir=${LOCALBASE}/include +LIB_DEPENDS= libsnappy.so:archivers/snappy USES= php:ext PHP_MODNAME= snappy +CONFIGURE_ARGS= --with-snappy-includedir=${LOCALBASE}/include WRKSRC= ${WRKDIR}/${PROJECTHOST} -OPTIONS_DEFINE= TEST IGNORE_WITH_PHP= 70 +OPTIONS_DEFINE= TEST + post-build-TEST-on: - @(cd ${WRKSRC} && ${MAKE} ${MAKE_ENV} NO_INTERACTION=yes ${.TARGET}) + (cd ${WRKSRC} && ${MAKE} ${MAKE_ENV} NO_INTERACTION=yes ${.TARGET}) -post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/snappy.so +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/snappy.so .include From owner-svn-ports-all@freebsd.org Thu Sep 1 13:43:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B8E3BCB073; Thu, 1 Sep 2016 13:43:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id E088930B; Thu, 1 Sep 2016 13:43:25 +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 u81DhP0D089422; Thu, 1 Sep 2016 13:43:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DhPsT089421; Thu, 1 Sep 2016 13:43:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011343.u81DhPsT089421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 13:43:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421216 - head/archivers/xarchiver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:43:26 -0000 Author: amdmi3 Date: Thu Sep 1 13:43:24 2016 New Revision: 421216 URL: https://svnweb.freebsd.org/changeset/ports/421216 Log: - Fix LICENSE - Add LICENSE_FILE - Remove bogus USES=tar:bzip2 - Switch to USES=localbase - Fix build with disabled NLS - Whitespace fix Approved by: portmgr blanket Modified: head/archivers/xarchiver/Makefile Modified: head/archivers/xarchiver/Makefile ============================================================================== --- head/archivers/xarchiver/Makefile Thu Sep 1 13:40:11 2016 (r421215) +++ head/archivers/xarchiver/Makefile Thu Sep 1 13:43:24 2016 (r421216) @@ -9,7 +9,8 @@ CATEGORIES= archivers MAINTAINER= danilo@FreeBSD.org COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 @@ -21,7 +22,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ USE_GITHUB= yes GH_ACCOUNT= ib -USES= desktop-file-utils gmake pkgconfig tar:bzip2 +USES= desktop-file-utils gmake pkgconfig USE_GNOME= cairo glib20 intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -48,12 +49,12 @@ GTK2_CONFIGURE_ENABLE= gtk2 GTK2_USE= GNOME=gtk20 GTK3_USE= GNOME=gtk30 -NLS_USES= gettext -NLS_CPPFLAGS+= -I${LOCALBASE}/include -NLS_LDFLAGS+= -L${LOCALBASE}/lib +NLS_USES= gettext localbase +NLS_USES_OFF= gettext-tools post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in + post-patch-NLS-off: @${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in From owner-svn-ports-all@freebsd.org Thu Sep 1 13:44:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 462FDBCB11B; Thu, 1 Sep 2016 13:44:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 04122770; Thu, 1 Sep 2016 13:44:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5645CBDCAD; Thu, 1 Sep 2016 15:44:26 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 505B0BDC81; Thu, 1 Sep 2016 15:44:26 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id AC79E6156; Thu, 1 Sep 2016 15:44:25 +0200 (CEST) Received: from ogg.in.absolight.net (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 624CA2EA16B1; Thu, 1 Sep 2016 15:44:25 +0200 (CEST) Subject: Re: svn commit: r421213 - in head/misc: . timediff To: "Carlos J. Puga Medina" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201609011336.u81Da5Tx085326@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Thu, 1 Sep 2016 15:44:23 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201609011336.u81Da5Tx085326@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vUeWXV13dUsiPIqGdo9uhjbPf6EQldPJC" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:44:28 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vUeWXV13dUsiPIqGdo9uhjbPf6EQldPJC Content-Type: multipart/mixed; boundary="XxqkunJhJQEF0D4soTxGWMScIHVSXEe5t"; protected-headers="v1" From: Mathieu Arnold To: "Carlos J. Puga Medina" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r421213 - in head/misc: . timediff References: <201609011336.u81Da5Tx085326@repo.freebsd.org> In-Reply-To: <201609011336.u81Da5Tx085326@repo.freebsd.org> --XxqkunJhJQEF0D4soTxGWMScIHVSXEe5t Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 01/09/2016 =C3=A0 15:36, Carlos J. Puga Medina a =C3=A9crit : > +GH_PROJECT=3D timediff This is the default and should be removed. > +do-build: > +.for file in timediff > + ${SED} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${file} \ > + > ${WRKDIR}/${file:T} > +.endfor This belongs to the patch sequence, not the build one. Also, why use a loop for only one file ? --=20 Mathieu Arnold --XxqkunJhJQEF0D4soTxGWMScIHVSXEe5t-- --vUeWXV13dUsiPIqGdo9uhjbPf6EQldPJC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJXyDC4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Iny4P/3iJomkX7GdDmUjGDwPZSlDi 4c7+XP4tHk4Cw4IOGoWAkT6uP72WdzIRaG///oyN/5PYvOuiQrmvlcJh93qBYlbT LHa7OzkWRU6MBV03o8JSHUQLyV4fXXPa16aAU+RSkjvniL8L9H7kHCt7r6+iSmu6 Eb5F4pvhRvJSdf8pjRhK/DWrJuoHmWwmWQc73WQUWxt7+tJBrCvgvkawjkaU1mtK cKtxKpauu5GOrzmfhfwaRVE1H/7bzfkKpvhslIhuYmX2OeQK41cR0gbeP/MMMJDu +bENqPtwtmGYm8k0boaMAFVSP9BJX3IKzRvJ4R1a5ul5Lf0suE1LRHJhKhHZqN5V ZFIlZubxMWhygYSW9x2ZHEVwv7wBOlniqUiTIO/oSvVpfgcWjz4OXrMfS4mS/HPk mQWfwxiSDPtdJ32iGzdB506L3nabW4hOsBlAH8HYvfA3eMIzFZDDnAxX+fCL7XAq cbqPjASsTe113D7wmEAPNxsRBkkK8zh7Ep/K5YBiJriwaEsv5kLjO5ueJaftPBDG 8/Pm32IRywwoiLy5e7uYDt1JsBcPh0ACJHrPJmUYwO/Sd3xU6bUBDrND9HBISihj 6mxoY+VlJiFCI2p+nmztsilIRWS7b16VrxRnsfff65mm56cS3pZVLdrRbK0zKsz4 RNKHjoqMqCn7DLj8S622 =1E5D -----END PGP SIGNATURE----- --vUeWXV13dUsiPIqGdo9uhjbPf6EQldPJC-- From owner-svn-ports-all@freebsd.org Thu Sep 1 13:45:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F318FBCB22A; Thu, 1 Sep 2016 13:45:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id C41858B9; Thu, 1 Sep 2016 13:45:58 +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 u81DjwGZ089604; Thu, 1 Sep 2016 13:45:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DjvPs089603; Thu, 1 Sep 2016 13:45:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011345.u81DjvPs089603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 13:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421217 - head/multimedia/libass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 13:45:59 -0000 Author: amdmi3 Date: Thu Sep 1 13:45:57 2016 New Revision: 421217 URL: https://svnweb.freebsd.org/changeset/ports/421217 Log: - Add LICENSE_FILE - Remove uneeded GH_ACCOUNT (equals to default value) - Remove bogus USES=tar:xz Approved by: portmgr blanket Modified: head/multimedia/libass/Makefile Modified: head/multimedia/libass/Makefile ============================================================================== --- head/multimedia/libass/Makefile Thu Sep 1 13:43:24 2016 (r421216) +++ head/multimedia/libass/Makefile Thu Sep 1 13:45:57 2016 (r421217) @@ -8,15 +8,15 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Portable ASS/SSA subtitle renderer LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfribidi.so:converters/fribidi \ libfontconfig.so:x11-fonts/fontconfig USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME} -USES= autoreconf iconv libtool pathfix pkgconfig tar:xz +USES= autoreconf iconv libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes PATHFIX_MAKEFILEIN=Makefile.am From owner-svn-ports-all@freebsd.org Thu Sep 1 14:01:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB3C3BCB5E2; Thu, 1 Sep 2016 14:01:02 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id B8D99E2F; Thu, 1 Sep 2016 14:01:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81E12pV093604; Thu, 1 Sep 2016 14:01:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81E11fu093598; Thu, 1 Sep 2016 14:01:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201609011401.u81E11fu093598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 1 Sep 2016 14:01:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421218 - in head/lang: erlang erlang-java erlang-wx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:01:03 -0000 Author: olgeni Date: Thu Sep 1 14:01:01 2016 New Revision: 421218 URL: https://svnweb.freebsd.org/changeset/ports/421218 Log: Update Erlang ports to version 19.0.5. Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Thu Sep 1 13:45:57 2016 (r421217) +++ head/lang/erlang-java/Makefile Thu Sep 1 14:01:01 2016 (r421218) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.3.4.4 +PORTVERSION= 19.0.5 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,12 +14,12 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.3.1 patch-otp-18.3.2 patch-otp-18.3.3 \ - patch-otp-18.3.4 patch-otp-18.3.4.1 patch-otp-18.3.4.2 \ - patch-otp-18.3.4.3 patch-otp-18.3.4.4 +PATCHFILES= patch-otp-19.0.1 patch-otp-19.0.2 patch-otp-19.0.3 \ + patch-otp-19.0.4 patch-otp-19.0.5 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java + LICENSE= APACHE20 RUN_DEPENDS= ${LOCALBASE}/bin/erl:lang/erlang @@ -32,14 +32,14 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS -ERL_RELEASE= 18.3 +ERL_RELEASE= 19.0 USES= gmake ncurses perl5 USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_VERSION= 1.6.1 +APP_VERSION= 1.7 APP_DIR= ${PREFIX}/lib/erlang/lib/jinterface-${APP_VERSION} .include Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Thu Sep 1 13:45:57 2016 (r421217) +++ head/lang/erlang-java/distinfo Thu Sep 1 14:01:01 2016 (r421218) @@ -1,21 +1,15 @@ -TIMESTAMP = 1471007064 -SHA256 (erlang/otp_src_18.3.tar.gz) = fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 -SIZE (erlang/otp_src_18.3.tar.gz) = 68292101 -SHA256 (erlang/otp_doc_html_18.3.tar.gz) = 8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f -SIZE (erlang/otp_doc_html_18.3.tar.gz) = 34285271 -SHA256 (erlang/patch-otp-18.3.1) = 19a45ed599f4348dd83540c4c3a60bfe20dac5f83643cff1dd71d1b5af1e9bae -SIZE (erlang/patch-otp-18.3.1) = 20435 -SHA256 (erlang/patch-otp-18.3.2) = 064065ebeadc26a76fcd1b291bc884039117ee8699fe5015809a025dc63a0f35 -SIZE (erlang/patch-otp-18.3.2) = 70255 -SHA256 (erlang/patch-otp-18.3.3) = 5a55b18ee8ec15c8cfe9ffd4687588c0a6f71216538575ae3bbbf67eb5a0485a -SIZE (erlang/patch-otp-18.3.3) = 87238 -SHA256 (erlang/patch-otp-18.3.4) = 33ceea8b53d7d2a67b78085d7bc80c8b04f5cac792aee49410c86ac45895151a -SIZE (erlang/patch-otp-18.3.4) = 31596 -SHA256 (erlang/patch-otp-18.3.4.1) = 5998c9578b92cbc4e12d47ae7001f52150d3a065e8101569977e2caa62674456 -SIZE (erlang/patch-otp-18.3.4.1) = 23095 -SHA256 (erlang/patch-otp-18.3.4.2) = 4bce5c1965d4924463c6a243e014cdf5120cd8e75b903e0d00b8557fc00b7bad -SIZE (erlang/patch-otp-18.3.4.2) = 23520 -SHA256 (erlang/patch-otp-18.3.4.3) = 594be3196ea5a87bebcbc414b189efced68a6de0ddee12bcab7089d5de51f85f -SIZE (erlang/patch-otp-18.3.4.3) = 5893 -SHA256 (erlang/patch-otp-18.3.4.4) = a2cfac97e2ecb09ec53ebe7fcba953382e4b01b567219ad4abdd63652da9dc91 -SIZE (erlang/patch-otp-18.3.4.4) = 6547 +TIMESTAMP = 1471444975 +SHA256 (erlang/otp_src_19.0.tar.gz) = 3fdc27a2a826e7f3d9cda43302d27d98704d6b41ce29a8a5df747a161da53bb1 +SIZE (erlang/otp_src_19.0.tar.gz) = 68022550 +SHA256 (erlang/otp_doc_html_19.0.tar.gz) = b6f7c4e964673333f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff +SIZE (erlang/otp_doc_html_19.0.tar.gz) = 34550919 +SHA256 (erlang/patch-otp-19.0.1) = e5090928dfbcd1f7064bc50cf4230ad9b21853a649a9c88fc38ed994f1099161 +SIZE (erlang/patch-otp-19.0.1) = 46724 +SHA256 (erlang/patch-otp-19.0.2) = dc1da716bef342d56ec68afaad240680926c68b9503b1ebfe239d6ddd4d49f49 +SIZE (erlang/patch-otp-19.0.2) = 16791 +SHA256 (erlang/patch-otp-19.0.3) = 59e7b2a5ac257b2cf6a59a186073f514f322e27390c8429dd1fb076b92904ede +SIZE (erlang/patch-otp-19.0.3) = 23133 +SHA256 (erlang/patch-otp-19.0.4) = fa4c2683e1e556f8b347a8b6c0c9bd7be2f5f8ae04c23d87644c44da8d8066cb +SIZE (erlang/patch-otp-19.0.4) = 6337 +SHA256 (erlang/patch-otp-19.0.5) = 7d5d45dc6b20518be966bffb496354838b44d1f59bf094a41d9341c10bfedb92 +SIZE (erlang/patch-otp-19.0.5) = 6437 Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Thu Sep 1 13:45:57 2016 (r421217) +++ head/lang/erlang-wx/Makefile Thu Sep 1 14:01:01 2016 (r421218) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.3.4.4 +PORTVERSION= 19.0.5 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,9 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.3.1 patch-otp-18.3.2 patch-otp-18.3.3 \ - patch-otp-18.3.4 patch-otp-18.3.4.1 patch-otp-18.3.4.2 \ - patch-otp-18.3.4.3 patch-otp-18.3.4.4 +PATCHFILES= patch-otp-19.0.1 patch-otp-19.0.2 patch-otp-19.0.3 \ + patch-otp-19.0.4 patch-otp-19.0.5 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows @@ -34,13 +33,14 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS -ERL_RELEASE= 18.3 +ERL_RELEASE= 19.0 USES= gmake +USE_GL= gl glu GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_VERSION= 1.6.1 +APP_VERSION= 1.7 APP_DIR= ${PREFIX}/lib/erlang/lib/wx-${APP_VERSION} .include Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Thu Sep 1 13:45:57 2016 (r421217) +++ head/lang/erlang-wx/distinfo Thu Sep 1 14:01:01 2016 (r421218) @@ -1,21 +1,15 @@ -TIMESTAMP = 1471007061 -SHA256 (erlang/otp_src_18.3.tar.gz) = fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 -SIZE (erlang/otp_src_18.3.tar.gz) = 68292101 -SHA256 (erlang/otp_doc_html_18.3.tar.gz) = 8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f -SIZE (erlang/otp_doc_html_18.3.tar.gz) = 34285271 -SHA256 (erlang/patch-otp-18.3.1) = 19a45ed599f4348dd83540c4c3a60bfe20dac5f83643cff1dd71d1b5af1e9bae -SIZE (erlang/patch-otp-18.3.1) = 20435 -SHA256 (erlang/patch-otp-18.3.2) = 064065ebeadc26a76fcd1b291bc884039117ee8699fe5015809a025dc63a0f35 -SIZE (erlang/patch-otp-18.3.2) = 70255 -SHA256 (erlang/patch-otp-18.3.3) = 5a55b18ee8ec15c8cfe9ffd4687588c0a6f71216538575ae3bbbf67eb5a0485a -SIZE (erlang/patch-otp-18.3.3) = 87238 -SHA256 (erlang/patch-otp-18.3.4) = 33ceea8b53d7d2a67b78085d7bc80c8b04f5cac792aee49410c86ac45895151a -SIZE (erlang/patch-otp-18.3.4) = 31596 -SHA256 (erlang/patch-otp-18.3.4.1) = 5998c9578b92cbc4e12d47ae7001f52150d3a065e8101569977e2caa62674456 -SIZE (erlang/patch-otp-18.3.4.1) = 23095 -SHA256 (erlang/patch-otp-18.3.4.2) = 4bce5c1965d4924463c6a243e014cdf5120cd8e75b903e0d00b8557fc00b7bad -SIZE (erlang/patch-otp-18.3.4.2) = 23520 -SHA256 (erlang/patch-otp-18.3.4.3) = 594be3196ea5a87bebcbc414b189efced68a6de0ddee12bcab7089d5de51f85f -SIZE (erlang/patch-otp-18.3.4.3) = 5893 -SHA256 (erlang/patch-otp-18.3.4.4) = a2cfac97e2ecb09ec53ebe7fcba953382e4b01b567219ad4abdd63652da9dc91 -SIZE (erlang/patch-otp-18.3.4.4) = 6547 +TIMESTAMP = 1471444972 +SHA256 (erlang/otp_src_19.0.tar.gz) = 3fdc27a2a826e7f3d9cda43302d27d98704d6b41ce29a8a5df747a161da53bb1 +SIZE (erlang/otp_src_19.0.tar.gz) = 68022550 +SHA256 (erlang/otp_doc_html_19.0.tar.gz) = b6f7c4e964673333f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff +SIZE (erlang/otp_doc_html_19.0.tar.gz) = 34550919 +SHA256 (erlang/patch-otp-19.0.1) = e5090928dfbcd1f7064bc50cf4230ad9b21853a649a9c88fc38ed994f1099161 +SIZE (erlang/patch-otp-19.0.1) = 46724 +SHA256 (erlang/patch-otp-19.0.2) = dc1da716bef342d56ec68afaad240680926c68b9503b1ebfe239d6ddd4d49f49 +SIZE (erlang/patch-otp-19.0.2) = 16791 +SHA256 (erlang/patch-otp-19.0.3) = 59e7b2a5ac257b2cf6a59a186073f514f322e27390c8429dd1fb076b92904ede +SIZE (erlang/patch-otp-19.0.3) = 23133 +SHA256 (erlang/patch-otp-19.0.4) = fa4c2683e1e556f8b347a8b6c0c9bd7be2f5f8ae04c23d87644c44da8d8066cb +SIZE (erlang/patch-otp-19.0.4) = 6337 +SHA256 (erlang/patch-otp-19.0.5) = 7d5d45dc6b20518be966bffb496354838b44d1f59bf094a41d9341c10bfedb92 +SIZE (erlang/patch-otp-19.0.5) = 6437 Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Thu Sep 1 13:45:57 2016 (r421217) +++ head/lang/erlang/Makefile Thu Sep 1 14:01:01 2016 (r421218) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 18.3.4.4 +PORTVERSION= 19.0.5 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -20,9 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-18.3.1 patch-otp-18.3.2 patch-otp-18.3.3 \ - patch-otp-18.3.4 patch-otp-18.3.4.1 patch-otp-18.3.4.2 \ - patch-otp-18.3.4.3 patch-otp-18.3.4.4 +PATCHFILES= patch-otp-19.0.1 patch-otp-19.0.2 patch-otp-19.0.3 \ + patch-otp-19.0.4 patch-otp-19.0.5 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -39,21 +38,24 @@ PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} MAKE_JOBS_UNSAFE=yes -OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DIRTY +OPTIONS_DEFINE= DIRTY DOCS DTRACE GCC GS HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP SMP THREADS WX DIRTY_DESC= Enable Dirty schedulers (experimental) DTRACE_DESC= Enable DTrace support GS_DESC= Enable GS application (deprecated) HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support +NATIVE_DESC= Enable native libraries SCTP_DESC= Enable SCTP support SMP_DESC= Enable SMP support WX_DESC= Enable WX application +NATIVE_IMPLIES= HIPE + OPTIONS_DEFAULT=HIPE KQUEUE OPENSSL SCTP SMP THREADS -OPTIONS_EXCLUDE_DragonFly= HIPE SCTP +OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP -ERL_RELEASE= 18.3 +ERL_RELEASE= 19.0 USES= gmake ncurses perl5 USE_PERL5= build @@ -61,9 +63,9 @@ USE_RC_SUBR= epmd GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -EI_VSN= 3.8.2 -SNMP_VSN= 5.2.2 -TOOLS_VSN= 2.8.3 +EI_VSN= 3.9 +SNMP_VSN= 5.2.3 +TOOLS_VSN= 2.8.5 .include @@ -88,6 +90,10 @@ IGNORE= support for DTrace on amd64 req .endif .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000 +CFLAGS+= -DMAP_NORESERVE=0 +.endif + .if ${PORT_OPTIONS:MGCC} USE_GCC?= yes .endif @@ -101,7 +107,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace .endif .if ${PORT_OPTIONS:MOPENSSL} -USE_OPENSSL= yes +USES+= ssl CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} .else CONFIGURE_ARGS+=--without-ssl @@ -121,6 +127,12 @@ CONFIGURE_ARGS+=--enable-hipe CONFIGURE_ARGS+=--disable-hipe .endif +.if ${PORT_OPTIONS:MNATIVE} +CONFIGURE_ARGS+=--enable-native-libs +.else +CONFIGURE_ARGS+=--disable-native-libs +.endif + .if ${PORT_OPTIONS:MKQUEUE} CONFIGURE_ARGS+=--enable-kernel-poll .else @@ -212,6 +224,11 @@ post-configure: ${RM} ${WRKSRC}/lib/odbc/SKIP .endif +.if ${PORT_OPTIONS:MNATIVE} +pre-build: + @cd ${WRKSRC} && ${MAKE_CMD} clean +.endif + post-install: ${INSTALL_DATA} ${WRKDIR}/erlang.conf ${STAGEDIR}${PREFIX}/etc/man.d/erlang.conf ${LN} -sf ../lib/${ERLANG_LIB}/lib/erl_interface-${EI_VSN}/bin/erl_call ${STAGEDIR}${PREFIX}/bin/erl_call @@ -225,29 +242,45 @@ post-install: ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.3.1.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-7.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.2.4 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.2 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.4 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-7.3/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-7.3.3.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-7.3 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.12/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.12.1.1 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.12 - - ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2.2.2 - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.2.2 + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.0/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.0.3 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-8.0 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/compiler-7.0/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/compiler-7.0.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/compiler-7.0 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.0/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.0.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-3.0 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3.2 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.3 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/observer-2.2/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/observer-2.2.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/observer-2.2 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.0/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.0.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.0 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/stdlib-3.0/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/stdlib-3.0.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/stdlib-3.0 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/tools-2.8.4/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/tools-2.8.5 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/tools-2.8.4 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/kernel-5.0/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/kernel-5.0.2 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/kernel-5.0 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3 ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Thu Sep 1 13:45:57 2016 (r421217) +++ head/lang/erlang/distinfo Thu Sep 1 14:01:01 2016 (r421218) @@ -1,10 +1,10 @@ -TIMESTAMP = 1471007058 -SHA256 (erlang/otp_src_18.3.tar.gz) = fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 -SIZE (erlang/otp_src_18.3.tar.gz) = 68292101 -SHA256 (erlang/otp_doc_man_18.3.tar.gz) = 978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2 -SIZE (erlang/otp_doc_man_18.3.tar.gz) = 1395166 -SHA256 (erlang/otp_doc_html_18.3.tar.gz) = 8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f -SIZE (erlang/otp_doc_html_18.3.tar.gz) = 34285271 +TIMESTAMP = 1471444967 +SHA256 (erlang/otp_src_19.0.tar.gz) = 3fdc27a2a826e7f3d9cda43302d27d98704d6b41ce29a8a5df747a161da53bb1 +SIZE (erlang/otp_src_19.0.tar.gz) = 68022550 +SHA256 (erlang/otp_doc_man_19.0.tar.gz) = c7a3d6d85a5a2b96d844297a3fa1bee448c3dd86237734688466249fd5a1401e +SIZE (erlang/otp_doc_man_19.0.tar.gz) = 1405918 +SHA256 (erlang/otp_doc_html_19.0.tar.gz) = b6f7c4e964673333f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff +SIZE (erlang/otp_doc_html_19.0.tar.gz) = 34550919 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b @@ -17,19 +17,13 @@ SHA256 (erlang/mnesia_overview.pdf) = f0 SIZE (erlang/mnesia_overview.pdf) = 150266 SHA256 (erlang/programming_rules.pdf) = b95f8851004832b044e064c12976a422613ece897e98308a27ee8b66738b4502 SIZE (erlang/programming_rules.pdf) = 77025 -SHA256 (erlang/patch-otp-18.3.1) = 19a45ed599f4348dd83540c4c3a60bfe20dac5f83643cff1dd71d1b5af1e9bae -SIZE (erlang/patch-otp-18.3.1) = 20435 -SHA256 (erlang/patch-otp-18.3.2) = 064065ebeadc26a76fcd1b291bc884039117ee8699fe5015809a025dc63a0f35 -SIZE (erlang/patch-otp-18.3.2) = 70255 -SHA256 (erlang/patch-otp-18.3.3) = 5a55b18ee8ec15c8cfe9ffd4687588c0a6f71216538575ae3bbbf67eb5a0485a -SIZE (erlang/patch-otp-18.3.3) = 87238 -SHA256 (erlang/patch-otp-18.3.4) = 33ceea8b53d7d2a67b78085d7bc80c8b04f5cac792aee49410c86ac45895151a -SIZE (erlang/patch-otp-18.3.4) = 31596 -SHA256 (erlang/patch-otp-18.3.4.1) = 5998c9578b92cbc4e12d47ae7001f52150d3a065e8101569977e2caa62674456 -SIZE (erlang/patch-otp-18.3.4.1) = 23095 -SHA256 (erlang/patch-otp-18.3.4.2) = 4bce5c1965d4924463c6a243e014cdf5120cd8e75b903e0d00b8557fc00b7bad -SIZE (erlang/patch-otp-18.3.4.2) = 23520 -SHA256 (erlang/patch-otp-18.3.4.3) = 594be3196ea5a87bebcbc414b189efced68a6de0ddee12bcab7089d5de51f85f -SIZE (erlang/patch-otp-18.3.4.3) = 5893 -SHA256 (erlang/patch-otp-18.3.4.4) = a2cfac97e2ecb09ec53ebe7fcba953382e4b01b567219ad4abdd63652da9dc91 -SIZE (erlang/patch-otp-18.3.4.4) = 6547 +SHA256 (erlang/patch-otp-19.0.1) = e5090928dfbcd1f7064bc50cf4230ad9b21853a649a9c88fc38ed994f1099161 +SIZE (erlang/patch-otp-19.0.1) = 46724 +SHA256 (erlang/patch-otp-19.0.2) = dc1da716bef342d56ec68afaad240680926c68b9503b1ebfe239d6ddd4d49f49 +SIZE (erlang/patch-otp-19.0.2) = 16791 +SHA256 (erlang/patch-otp-19.0.3) = 59e7b2a5ac257b2cf6a59a186073f514f322e27390c8429dd1fb076b92904ede +SIZE (erlang/patch-otp-19.0.3) = 23133 +SHA256 (erlang/patch-otp-19.0.4) = fa4c2683e1e556f8b347a8b6c0c9bd7be2f5f8ae04c23d87644c44da8d8066cb +SIZE (erlang/patch-otp-19.0.4) = 6337 +SHA256 (erlang/patch-otp-19.0.5) = 7d5d45dc6b20518be966bffb496354838b44d1f59bf094a41d9341c10bfedb92 +SIZE (erlang/patch-otp-19.0.5) = 6437 From owner-svn-ports-all@freebsd.org Thu Sep 1 14:01:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 096E3BCB640; Thu, 1 Sep 2016 14:01:57 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id C7C4EFB7; Thu, 1 Sep 2016 14:01:56 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81E1tFd096403; Thu, 1 Sep 2016 14:01:55 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81E1tno096402; Thu, 1 Sep 2016 14:01:55 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201609011401.u81E1tno096402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 1 Sep 2016 14:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421219 - head/misc/timediff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:01:57 -0000 Author: cpm Date: Thu Sep 1 14:01:55 2016 New Revision: 421219 URL: https://svnweb.freebsd.org/changeset/ports/421219 Log: - Add NO_BUILD - Remove do-build block - Fix do-install path Reported by: mat Modified: head/misc/timediff/Makefile Modified: head/misc/timediff/Makefile ============================================================================== --- head/misc/timediff/Makefile Thu Sep 1 14:01:01 2016 (r421218) +++ head/misc/timediff/Makefile Thu Sep 1 14:01:55 2016 (r421219) @@ -3,6 +3,7 @@ PORTNAME= timediff PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= naito.yuichiro@gmail.com @@ -17,15 +18,10 @@ GH_PROJECT= timediff PLIST_FILES= sbin/timediff NO_ARCH= yes - -do-build: -.for file in timediff - ${SED} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${file} \ - > ${WRKDIR}/${file:T} -.endfor +NO_BUILD= yes do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/timediff \ + ${INSTALL_SCRIPT} ${WRKSRC}/timediff \ ${STAGEDIR}${PREFIX}/sbin .include From owner-svn-ports-all@freebsd.org Thu Sep 1 14:03:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26170BCB764; Thu, 1 Sep 2016 14:03:30 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id DDF3F217; Thu, 1 Sep 2016 14:03:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81E3T8h097258; Thu, 1 Sep 2016 14:03:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81E3SIF097251; Thu, 1 Sep 2016 14:03:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201609011403.u81E3SIF097251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 1 Sep 2016 14:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421220 - in head/devel: . erlang-gen_rpc erlang-gen_rpc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:03:30 -0000 Author: olgeni Date: Thu Sep 1 14:03:28 2016 New Revision: 421220 URL: https://svnweb.freebsd.org/changeset/ports/421220 Log: Add devel/erlang-gen_rpc, a scalable RPC library for Erlang. Added: head/devel/erlang-gen_rpc/ head/devel/erlang-gen_rpc/Makefile (contents, props changed) head/devel/erlang-gen_rpc/distinfo (contents, props changed) head/devel/erlang-gen_rpc/files/ head/devel/erlang-gen_rpc/files/patch-rebar.config (contents, props changed) head/devel/erlang-gen_rpc/pkg-descr (contents, props changed) head/devel/erlang-gen_rpc/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 1 14:01:55 2016 (r421219) +++ head/devel/Makefile Thu Sep 1 14:03:28 2016 (r421220) @@ -491,6 +491,7 @@ SUBDIR += erlang-exmpp SUBDIR += erlang-folsom SUBDIR += erlang-gen_leader + SUBDIR += erlang-gen_rpc SUBDIR += erlang-gen_smtp SUBDIR += erlang-getopt SUBDIR += erlang-goldrush Added: head/devel/erlang-gen_rpc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-gen_rpc/Makefile Thu Sep 1 14:03:28 2016 (r421220) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= gen_rpc +PORTVERSION= 1.0.2 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Scalable RPC library for Erlang + +LICENSE= APACHE20 + +USES= erlang:rebar +USE_GITHUB= yes +GH_ACCOUNT= priestjim + +ERL_BUILD_DEPS= devel/erlang-lager +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} + +.include Added: head/devel/erlang-gen_rpc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-gen_rpc/distinfo Thu Sep 1 14:03:28 2016 (r421220) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472129298 +SHA256 (priestjim-gen_rpc-1.0.2_GH0.tar.gz) = 1f54a204833379ca373ce088134fccb709597147e64337ec508362a76f68b150 +SIZE (priestjim-gen_rpc-1.0.2_GH0.tar.gz) = 36785 Added: head/devel/erlang-gen_rpc/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-gen_rpc/files/patch-rebar.config Thu Sep 1 14:03:28 2016 (r421220) @@ -0,0 +1,10 @@ +--- rebar.config.orig 2016-08-25 12:49:21 UTC ++++ rebar.config +@@ -37,7 +37,6 @@ + ]}. + + {deps, [ +- {lager, "~> 3.0"} + ]}. + + {profiles, [ Added: head/devel/erlang-gen_rpc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-gen_rpc/pkg-descr Thu Sep 1 14:03:28 2016 (r421220) @@ -0,0 +1,5 @@ +gen_rpc uses a mailbox-per-node architecture and gen_tcp processes +to parallelize data reception from multiple nodes without blocking +the VM's distributed port. + +WWW: https://github.com/priestjim/gen_rpc Added: head/devel/erlang-gen_rpc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-gen_rpc/pkg-plist Thu Sep 1 14:03:28 2016 (r421220) @@ -0,0 +1,33 @@ +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc.app +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_acceptor.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_acceptor_sup.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_app.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_client.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_client_sup.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_dispatcher.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_helper.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_server.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_server_sup.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_sup.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_tcp_acceptor.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_tcp_acceptor_sup.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_tcp_server.beam +lib/erlang/lib/gen_rpc-%%VERSION%%/include/app.hrl +lib/erlang/lib/gen_rpc-%%VERSION%%/include/guards.hrl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc.app.src +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_acceptor.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_app.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_client.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_dispatcher.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_helper.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_server.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_tcp_acceptor.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_tcp_server.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_acceptor_sup.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_client_sup.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_server_sup.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_sup.erl +lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_tcp_acceptor_sup.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Thu Sep 1 14:06:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A3B2BCB7B2; Thu, 1 Sep 2016 14:06:12 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1C60C36C; Thu, 1 Sep 2016 14:06:12 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id F04FE13C1; Thu, 1 Sep 2016 14:06:10 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Message-ID: <1472738760.4535.1.camel@FreeBSD.org> Subject: Re: svn commit: r421213 - in head/misc: . timediff From: "Carlos J. Puga Medina" To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Thu, 01 Sep 2016 16:06:00 +0200 In-Reply-To: References: <201609011336.u81Da5Tx085326@repo.freebsd.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-8wtAyp6alMzq29D1ZvP5" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:06:12 -0000 --=-8wtAyp6alMzq29D1ZvP5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2016-09-01 at 15:44 +0200, Mathieu Arnold wrote: > Le 01/09/2016 =C3=A0 15:36, Carlos J. Puga Medina a =C3=A9crit : > >=20 > > +GH_PROJECT=3D timediff > This is the default and should be removed. > >=20 > > +do-build: > > +.for file in timediff > > + ${SED} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${file} > > \ > > + =C2=A0=C2=A0> ${WRKDIR}/${file:T} > > +.endfor > This belongs to the patch sequence, not the build one.=C2=A0=C2=A0Also, w= hy use > a > loop for only one file ? >=20 Fixed in r421219. Thanks for reporting, Mathieu --=20 Carlos Jacobo Puga Medina PGP fingerprint =3D C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453 --=-8wtAyp6alMzq29D1ZvP5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAABCgBmBQJXyDXIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDNjBFOTQ5NzUzMDI3OTNCQ0MyREJCODlB MUYzNUQ2NkU2RDA1NDUzAAoJEKHzXWbm0FRTZcoH/ivHjI6r315wZLrW9vEmmotT FMnzRuCfaKc2PxGYxz4CseE4xKSbRgjLdYH7ekj2z6kQeyBx6GL+8rP5rkkLq6Tm 2Os0IX32tAII1P2Zwj3027cMbNrY69tiq/vrb4w0ZwNMKIisVu/gYmIxjLV74Lod fCgCdSffa+wLJIFr9fqYuZ4NdRvCJkIFe4aEpUVfY2t4bZA1sZCeC7rKvkjNu4BK FMKiMfQ3yfDImwBiuB9qR1IAnA9ZjO+723pk72epaQ+aicZW48S/boCZc6HJctB8 YrblM0hjmjCVNhPVw7W52DW6hbjhQo/vCNvyc+CYoTeURuX1OwGO8Eroan4h5/Y= =GnvS -----END PGP SIGNATURE----- --=-8wtAyp6alMzq29D1ZvP5-- From owner-svn-ports-all@freebsd.org Thu Sep 1 14:07:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC0A4BCB856; Thu, 1 Sep 2016 14:07:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F022836; Thu, 1 Sep 2016 14:07:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E1952BDC9E; Thu, 1 Sep 2016 16:07:24 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id B9B03BDC8E; Thu, 1 Sep 2016 16:07:24 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 247606156; Thu, 1 Sep 2016 16:07:23 +0200 (CEST) Received: from ogg.in.absolight.net (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 696E92EA1D0C; Thu, 1 Sep 2016 16:07:22 +0200 (CEST) Subject: Re: svn commit: r421219 - head/misc/timediff To: "Carlos J. Puga Medina" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201609011401.u81E1tno096402@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <673600cd-c67b-695c-13bc-d5c1d02de178@FreeBSD.org> Date: Thu, 1 Sep 2016 16:07:20 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201609011401.u81E1tno096402@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="c8RoMLkUb5Fa86gnxghwjF72B240clhO6" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:07:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --c8RoMLkUb5Fa86gnxghwjF72B240clhO6 Content-Type: multipart/mixed; boundary="lvDPRW1Imb3MqAClsQJ4kpbpGc1OwuHF5"; protected-headers="v1" From: Mathieu Arnold To: "Carlos J. Puga Medina" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <673600cd-c67b-695c-13bc-d5c1d02de178@FreeBSD.org> Subject: Re: svn commit: r421219 - head/misc/timediff References: <201609011401.u81E1tno096402@repo.freebsd.org> In-Reply-To: <201609011401.u81E1tno096402@repo.freebsd.org> --lvDPRW1Imb3MqAClsQJ4kpbpGc1OwuHF5 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 01/09/2016 =C3=A0 16:01, Carlos J. Puga Medina a =C3=A9crit : > - > -do-build: > -.for file in timediff > - ${SED} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${file} \ > - > ${WRKDIR}/${file:T} > -.endfor > Mmmm, you misunderstood, /usr/local/ needs to be patched into LOCALBASE or PREFIX, depending on what it points to, so, the patching was a good thing, the only thing is that it should have been done during the patch phase. --=20 Mathieu Arnold --lvDPRW1Imb3MqAClsQJ4kpbpGc1OwuHF5-- --c8RoMLkUb5Fa86gnxghwjF72B240clhO6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJXyDYaXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Ixw4QAKDKsI7IyTF5m0p5xtsSdeeO qHvsWiWcYOXmdyEWPUpqm/9iaF/KOEwwcfGkDTvFC0a1M5YN8y9z2jS/+j1GlJdV JfqV5yuN7QXXZ56Zy9oImwoT++o+6IZymbzDgpKyEj0bd5CR9tOdeBSu5am4/IVP 1f2C4DHDjqdsLmIoiwfcfVJCrl8iXusRsqQwiL1Ip3T2ETUyBTCm52wcDy60pyjg I43diIS7cdkX3tGpRZ66sTK/N1SKozvcSzSA40R6a2lDfXysi6KRhTuPuOvt2V1D C5njD3Dif4mr6nDX5p8CtuIuTcYKar24MSY779RjoUCK7vcYILc/0YWzcMmGl6Pp JWyA3cEiYkg2Z5VoA1/k5ogjBW9u4Oc2jM0Vsn5Le5MI48l9skiPNURUqswWZFFK 2Ix7cqToJ9MSeVEWNpQJEjyZVUCbtUNsMFXKvGn0kLXRD8/YGHuIODawOBGGY4vY +PZOOq00Rg2bDoh5zAn+qdhiv1/C6ImmEDFjZsAW3Xvj4wJM8TMi09agk3ReEJjr CONYj6lt8ZDisaMCg6wPfLgvcaPpsXlOFtAzxHZbSR7AOcyki1mz5AwsHhtRCrQH EW35x1La4UGMXGr8JmvTGXATXEBekioxwp0Cinlsr1JSEjQUcNLLX4HTHU2dS1PE 3BXVbdMNNQvuZsAe98QZ =+WgT -----END PGP SIGNATURE----- --c8RoMLkUb5Fa86gnxghwjF72B240clhO6-- From owner-svn-ports-all@freebsd.org Thu Sep 1 14:08:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 408FDBCB8B5; Thu, 1 Sep 2016 14:08:06 +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 mx1.freebsd.org (Postfix) with ESMTPS id 13829928; Thu, 1 Sep 2016 14:08:06 +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 u81E85Av097560; Thu, 1 Sep 2016 14:08:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81E850f097559; Thu, 1 Sep 2016 14:08:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011408.u81E850f097559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 14:08:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421221 - head/ports-mgmt/portal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:08:06 -0000 Author: amdmi3 Date: Thu Sep 1 14:08:05 2016 New Revision: 421221 URL: https://svnweb.freebsd.org/changeset/ports/421221 Log: - Mark BROKEN on 9.x: requires std::to_string Approved by: portmgr blanket Modified: head/ports-mgmt/portal/Makefile Modified: head/ports-mgmt/portal/Makefile ============================================================================== --- head/ports-mgmt/portal/Makefile Thu Sep 1 14:03:28 2016 (r421220) +++ head/ports-mgmt/portal/Makefile Thu Sep 1 14:08:05 2016 (r421221) @@ -9,7 +9,8 @@ COMMENT= Front-end to pkg(8) LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build +BROKEN_FreeBSD_9= does not build: requires proper c++11 support (std::to_string) +BROKEN_powerpc64= does not build PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz From owner-svn-ports-all@freebsd.org Thu Sep 1 14:09:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CDA6BCB90A; Thu, 1 Sep 2016 14:09:52 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3D209A32; Thu, 1 Sep 2016 14:09:52 +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 u81E9peB097711; Thu, 1 Sep 2016 14:09:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81E9pPL097710; Thu, 1 Sep 2016 14:09:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011409.u81E9pPL097710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 14:09:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421222 - head/lang/bf2c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:09:52 -0000 Author: amdmi3 Date: Thu Sep 1 14:09:51 2016 New Revision: 421222 URL: https://svnweb.freebsd.org/changeset/ports/421222 Log: - Add LICENSE_FILE - Remove bogus USES=tar:xz - Switch to options helpers Approved by: portmgr blanket Modified: head/lang/bf2c/Makefile Modified: head/lang/bf2c/Makefile ============================================================================== --- head/lang/bf2c/Makefile Thu Sep 1 14:08:05 2016 (r421221) +++ head/lang/bf2c/Makefile Thu Sep 1 14:09:51 2016 (r421222) @@ -10,8 +10,7 @@ MAINTAINER= rene@FreeBSD.org COMMENT= Optimizing BrainF*ck to C compiler LICENSE= BSD2CLAUSE - -USES= tar:xz +LICENSE_FILE= ${WRKSRC}/LICENSE PATCH_STRIP= -p1 USE_GITHUB= yes @@ -25,8 +24,8 @@ PORTDOCS= README.md PLIST_FILES= bin/bf2c bin/gen_bf -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor From owner-svn-ports-all@freebsd.org Thu Sep 1 14:13:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 134D5BCBA7A; Thu, 1 Sep 2016 14:13:37 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id D3893D3C; Thu, 1 Sep 2016 14:13:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81EDavm001638; Thu, 1 Sep 2016 14:13:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81EDZMd001632; Thu, 1 Sep 2016 14:13:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201609011413.u81EDZMd001632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 1 Sep 2016 14:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421223 - in head/multimedia: plexmediaserver plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:13:37 -0000 Author: feld Date: Thu Sep 1 14:13:35 2016 New Revision: 421223 URL: https://svnweb.freebsd.org/changeset/ports/421223 Log: multimedia/plexmediaserver{-plexpass}: Update to 1.1.3 Changelog: https://forums.plex.tv/discussion/comment/1244304#Comment_1244304 Blog post: https://www.plex.tv/blog/air-human-plex-dvr-divine/ Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/distinfo head/multimedia/plexmediaserver/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Thu Sep 1 14:09:51 2016 (r421222) +++ head/multimedia/plexmediaserver-plexpass/Makefile Thu Sep 1 14:13:35 2016 (r421223) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.1.2.2680 +PORTVERSION= 1.1.3.2700 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 09e98fb +PLEX_BUILD= 6f64a8d USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Thu Sep 1 14:09:51 2016 (r421222) +++ head/multimedia/plexmediaserver-plexpass/distinfo Thu Sep 1 14:13:35 2016 (r421223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472304896 -SHA256 (PlexMediaServer-1.1.2.2680-09e98fb-freebsd-amd64.tar.bz2) = fde000fc5217e1f7fe936ae273595a36f661250f6caa3a36dd87f7fa728f671d -SIZE (PlexMediaServer-1.1.2.2680-09e98fb-freebsd-amd64.tar.bz2) = 83581997 +TIMESTAMP = 1472738802 +SHA256 (PlexMediaServer-1.1.3.2700-6f64a8d-freebsd-amd64.tar.bz2) = 0c8680188130bfe4dd50df1e1023b3abaf2e28b12cb974fad6ac1011e87e50c9 +SIZE (PlexMediaServer-1.1.3.2700-6f64a8d-freebsd-amd64.tar.bz2) = 83579763 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Thu Sep 1 14:09:51 2016 (r421222) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Thu Sep 1 14:13:35 2016 (r421223) @@ -1049,6 +1049,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/scott_free.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/screen_australia.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/screen_gems.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/seeso.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/selznick_pictures.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/semafor.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/seven network.png @@ -1057,6 +1058,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/shangri-la_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/shout_factory.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/showcase.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/showcase_au.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/showtime.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/sidney_kimmel.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/silver_pictures.png Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Thu Sep 1 14:09:51 2016 (r421222) +++ head/multimedia/plexmediaserver/Makefile Thu Sep 1 14:13:35 2016 (r421223) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 1.0.3.2461 +PORTVERSION?= 1.1.3.2700 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ @@ -12,7 +12,7 @@ MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 -PLEX_BUILD?= 35f0caa +PLEX_BUILD?= 6f64a8d NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} Modified: head/multimedia/plexmediaserver/distinfo ============================================================================== --- head/multimedia/plexmediaserver/distinfo Thu Sep 1 14:09:51 2016 (r421222) +++ head/multimedia/plexmediaserver/distinfo Thu Sep 1 14:13:35 2016 (r421223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469814284 -SHA256 (PlexMediaServer-1.0.3.2461-35f0caa-freebsd-amd64.tar.bz2) = b008d67ba42024731fb74804d00786afcf0a5a0cb9b838e250007f81a35c28e3 -SIZE (PlexMediaServer-1.0.3.2461-35f0caa-freebsd-amd64.tar.bz2) = 82502155 +TIMESTAMP = 1472738932 +SHA256 (PlexMediaServer-1.1.3.2700-6f64a8d-freebsd-amd64.tar.bz2) = 0c8680188130bfe4dd50df1e1023b3abaf2e28b12cb974fad6ac1011e87e50c9 +SIZE (PlexMediaServer-1.1.3.2700-6f64a8d-freebsd-amd64.tar.bz2) = 83579763 Modified: head/multimedia/plexmediaserver/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver/pkg-plist Thu Sep 1 14:09:51 2016 (r421222) +++ head/multimedia/plexmediaserver/pkg-plist Thu Sep 1 14:13:35 2016 (r421223) @@ -2,6 +2,9 @@ %%DATADIR%%/Plex DLNA Server %%DATADIR%%/Plex Media Scanner %%DATADIR%%/Plex Media Server +%%DATADIR%%/Plex Relay +%%DATADIR%%/Plex Script Host +%%DATADIR%%/Plex Transcoder @mode %%DATADIR%%/Plex_Media_Server %%DATADIR%%/Resources/English.lproj/Localizable.strings @@ -65,11 +68,6 @@ %%DATADIR%%/Resources/Graphics/sugar.cmake %%DATADIR%%/Resources/Graphics/video.png %%DATADIR%%/Resources/LICENSE -@mode 555 -%%DATADIR%%/Resources/Plex Relay -%%DATADIR%%/Resources/Plex Script Host -%%DATADIR%%/Resources/Plex Transcoder -@mode %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Fanart-TV.bundle/Contents/Code/__init__.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Fanart-TV.bundle/Contents/DefaultPrefs.json %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Fanart-TV.bundle/Contents/Info.plist @@ -1051,6 +1049,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/scott_free.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/screen_australia.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/screen_gems.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/seeso.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/selznick_pictures.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/semafor.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/seven network.png @@ -1059,6 +1058,7 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/shangri-la_entertainment.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/shout_factory.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/showcase.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/showcase_au.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/showtime.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/sidney_kimmel.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Studio/silver_pictures.png @@ -1370,8 +1370,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.1416505b9b181dbca92b5dc71c381efa.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.1ce2fe78e445f7bafa4900cda393659e.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.31f5b47ea02b97b1f239a6a46a051911.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.f64d392c5405738ec7f07e47db02d18d.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon-mask.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon.ico %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-logo.96faf245690b14fdd33eccd3294ac57f.svg @@ -1460,10 +1460,10 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.18089cb7063ad397523859fa93f2d54c.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/songkick.28598beac20bee7c8dc681851d053bdf.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.5818bb4ba210657e8552.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.e7cade6d451404a59a68.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.e03b68e82ebe9b435e8b.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.7dabc96c73af481249dc.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.9159fb5badd935edaf66.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.13cb25e17df5af71af56.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.fcb1622406b67bb648d3.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/mp3/null.2036f08ba858d37814b7f6982d26414a.mp3 %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf @@ -1966,7 +1966,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_hotshot.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_io.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_json.so -%%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_locale.so +%%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_locale_failed.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_lsprof.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_multibytecodec.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_multiprocessing.so @@ -2387,7 +2387,6 @@ %%DATADIR%%/Resources/lastfm-combiner-albums.xml %%DATADIR%%/Resources/lastfm-combiner-artists.xml %%DATADIR%%/Resources/locale/ar/LC_MESSAGES/plex.mo -%%DATADIR%%/Resources/locale/ca_AD/LC_MESSAGES/plex.mo %%DATADIR%%/Resources/locale/cs_CZ/LC_MESSAGES/plex.mo %%DATADIR%%/Resources/locale/da/LC_MESSAGES/plex.mo %%DATADIR%%/Resources/locale/de/LC_MESSAGES/plex.mo From owner-svn-ports-all@freebsd.org Thu Sep 1 14:14:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0357BCBAE9; Thu, 1 Sep 2016 14:14:31 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id B0B01E36; Thu, 1 Sep 2016 14:14:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81EEUbL001766; Thu, 1 Sep 2016 14:14:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81EEUqx001765; Thu, 1 Sep 2016 14:14:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609011414.u81EEUqx001765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 1 Sep 2016 14:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421224 - head/archivers/php5-snappy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:14:32 -0000 Author: mat Date: Thu Sep 1 14:14:30 2016 New Revision: 421224 URL: https://svnweb.freebsd.org/changeset/ports/421224 Log: Good example of how to not hook up tests. Sponsored by: Absolight Modified: head/archivers/php5-snappy/Makefile (contents, props changed) Modified: head/archivers/php5-snappy/Makefile ============================================================================== --- head/archivers/php5-snappy/Makefile Thu Sep 1 14:13:35 2016 (r421223) +++ head/archivers/php5-snappy/Makefile Thu Sep 1 14:14:30 2016 (r421224) @@ -22,10 +22,8 @@ CONFIGURE_ARGS= --with-snappy-includedir WRKSRC= ${WRKDIR}/${PROJECTHOST} IGNORE_WITH_PHP= 70 -OPTIONS_DEFINE= TEST - -post-build-TEST-on: - (cd ${WRKSRC} && ${MAKE} ${MAKE_ENV} NO_INTERACTION=yes ${.TARGET}) +do-test: + (cd ${WRKSRC} && ${DO_MAKE_BUILD} NO_INTERACTION=yes test < /dev/null) post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/snappy.so From owner-svn-ports-all@freebsd.org Thu Sep 1 14:14:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B89BBCBB2C; Thu, 1 Sep 2016 14:14:45 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 79477F0F; Thu, 1 Sep 2016 14:14:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81EEioo001921; Thu, 1 Sep 2016 14:14:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81EEiiR001915; Thu, 1 Sep 2016 14:14:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609011414.u81EEiiR001915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 1 Sep 2016 14:14:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421225 - in head/lang: php55 php55/files php56 php56/files php70 php70/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:14:45 -0000 Author: mat Date: Thu Sep 1 14:14:44 2016 New Revision: 421225 URL: https://svnweb.freebsd.org/changeset/ports/421225 Log: Fix running make test for php extensions (and maybe php itself) With the default configuration, all the directives are removed from with egrep. Then, egrep, seeing that it does not output any line, will exit(1). With hat: portmgr Sponsored by: Absolight Added: head/lang/php55/files/patch-Makefile.global (contents, props changed) head/lang/php56/files/patch-Makefile.global (contents, props changed) head/lang/php70/files/patch-Makefile.global (contents, props changed) Modified: head/lang/php55/Makefile (contents, props changed) head/lang/php56/Makefile (contents, props changed) head/lang/php70/Makefile (contents, props changed) Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Thu Sep 1 14:14:30 2016 (r421224) +++ head/lang/php55/Makefile Thu Sep 1 14:14:44 2016 (r421225) @@ -3,7 +3,7 @@ PORTNAME= php55 PORTVERSION= 5.5.38 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Added: head/lang/php55/files/patch-Makefile.global ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/php55/files/patch-Makefile.global Thu Sep 1 14:14:44 2016 (r421225) @@ -0,0 +1,19 @@ +--- Makefile.global.orig 2016-07-20 08:41:48 UTC ++++ Makefile.global +@@ -89,14 +89,14 @@ test: all + @if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ + INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ + if test "$$INI_FILE"; then \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini || :; \ + else \ + echo > $(top_builddir)/tmp-php.ini; \ + fi; \ + INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \ + if test "$$INI_SCANNED_PATH"; then \ + INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini || :; \ + fi; \ + TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \ + TEST_PHP_SRCDIR=$(top_srcdir) \ Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Thu Sep 1 14:14:30 2016 (r421224) +++ head/lang/php56/Makefile Thu Sep 1 14:14:44 2016 (r421225) @@ -3,7 +3,7 @@ PORTNAME= php56 PORTVERSION= 5.6.25 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Added: head/lang/php56/files/patch-Makefile.global ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/php56/files/patch-Makefile.global Thu Sep 1 14:14:44 2016 (r421225) @@ -0,0 +1,19 @@ +--- Makefile.global.orig 2016-08-18 11:07:46 UTC ++++ Makefile.global +@@ -89,14 +89,14 @@ test: all + @if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ + INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ + if test "$$INI_FILE"; then \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini || :; \ + else \ + echo > $(top_builddir)/tmp-php.ini; \ + fi; \ + INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \ + if test "$$INI_SCANNED_PATH"; then \ + INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini || :; \ + fi; \ + TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \ + TEST_PHP_SRCDIR=$(top_srcdir) \ Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Thu Sep 1 14:14:30 2016 (r421224) +++ head/lang/php70/Makefile Thu Sep 1 14:14:44 2016 (r421225) @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.10 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Added: head/lang/php70/files/patch-Makefile.global ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/php70/files/patch-Makefile.global Thu Sep 1 14:14:44 2016 (r421225) @@ -0,0 +1,19 @@ +--- Makefile.global.orig 2016-08-17 19:50:48 UTC ++++ Makefile.global +@@ -89,14 +89,14 @@ test: all + @if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ + INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ + if test "$$INI_FILE"; then \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini || :; \ + else \ + echo > $(top_builddir)/tmp-php.ini; \ + fi; \ + INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \ + if test "$$INI_SCANNED_PATH"; then \ + INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini || :; \ + fi; \ + TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \ + TEST_PHP_SRCDIR=$(top_srcdir) \ From owner-svn-ports-all@freebsd.org Thu Sep 1 14:25:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30C6EBCBE14; Thu, 1 Sep 2016 14:25:24 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id 005338A9; Thu, 1 Sep 2016 14:25:23 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81EPNWn005781; Thu, 1 Sep 2016 14:25:23 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81EPN8Y005780; Thu, 1 Sep 2016 14:25:23 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201609011425.u81EPN8Y005780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 1 Sep 2016 14:25:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421226 - head/misc/timediff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:25:24 -0000 Author: cpm Date: Thu Sep 1 14:25:22 2016 New Revision: 421226 URL: https://svnweb.freebsd.org/changeset/ports/421226 Log: - Really fix Makefile Reported by: mat Modified: head/misc/timediff/Makefile Modified: head/misc/timediff/Makefile ============================================================================== --- head/misc/timediff/Makefile Thu Sep 1 14:14:44 2016 (r421225) +++ head/misc/timediff/Makefile Thu Sep 1 14:25:22 2016 (r421226) @@ -3,7 +3,7 @@ PORTNAME= timediff PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= naito.yuichiro@gmail.com @@ -20,8 +20,14 @@ PLIST_FILES= sbin/timediff NO_ARCH= yes NO_BUILD= yes +do-patch: +.for file in timediff + ${SED} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${file} \ + > ${WRKDIR}/${file:T} +.endfor + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/timediff \ + ${INSTALL_SCRIPT} ${WRKDIR}/timediff \ ${STAGEDIR}${PREFIX}/sbin .include From owner-svn-ports-all@freebsd.org Thu Sep 1 14:27:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70158BCBE8D; Thu, 1 Sep 2016 14:27:13 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 2424F9B0; Thu, 1 Sep 2016 14:27:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81ERCLT005957; Thu, 1 Sep 2016 14:27:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81ERCeQ005954; Thu, 1 Sep 2016 14:27:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609011427.u81ERCeQ005954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 1 Sep 2016 14:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421227 - head/www/varnish-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:27:13 -0000 Author: mat Date: Thu Sep 1 14:27:11 2016 New Revision: 421227 URL: https://svnweb.freebsd.org/changeset/ports/421227 Log: Fix build & GitHub usage. Sponsored by: Absolight Modified: head/www/varnish-modules/Makefile (contents, props changed) head/www/varnish-modules/distinfo (contents, props changed) Modified: head/www/varnish-modules/Makefile ============================================================================== --- head/www/varnish-modules/Makefile Thu Sep 1 14:25:22 2016 (r421226) +++ head/www/varnish-modules/Makefile Thu Sep 1 14:27:11 2016 (r421227) @@ -1,11 +1,10 @@ # Created by: Mark Felder # $FreeBSD$ -PORTNAME= modules +PORTNAME= varnish-modules +DISTVERSIONPREFIX= varnish-modules- DISTVERSION= 0.9.1 CATEGORIES= www -PKGNAMEPREFIX= varnish- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= feld@FreeBSD.org COMMENT= Collection of Varnish Cache modules by Varnish Software @@ -24,12 +23,9 @@ INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= varnish -GH_TAGNAME= varnish-modules-${DISTVERSION} MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/varnish-modules-varnish-modules-${DISTVERSION} - pre-configure: cd ${WRKSRC} && ./bootstrap Modified: head/www/varnish-modules/distinfo ============================================================================== --- head/www/varnish-modules/distinfo Thu Sep 1 14:25:22 2016 (r421226) +++ head/www/varnish-modules/distinfo Thu Sep 1 14:27:11 2016 (r421227) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469368533 -SHA256 (varnish-modules-0.9.1_GH0.tar.gz) = 4fa7d042968a372c0fd0efa7925f94640ad180e3d667697fe521e485134eb728 -SIZE (varnish-modules-0.9.1_GH0.tar.gz) = 46364 +TIMESTAMP = 1472739997 +SHA256 (varnish-varnish-modules-varnish-modules-0.9.1_GH0.tar.gz) = 4fa7d042968a372c0fd0efa7925f94640ad180e3d667697fe521e485134eb728 +SIZE (varnish-varnish-modules-varnish-modules-0.9.1_GH0.tar.gz) = 46364 From owner-svn-ports-all@freebsd.org Thu Sep 1 14:49:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BBE7BCB928; Thu, 1 Sep 2016 14:49:23 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id F2A33F5E; Thu, 1 Sep 2016 14:49:22 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81EnMVS013698; Thu, 1 Sep 2016 14:49:22 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81EnMTm013696; Thu, 1 Sep 2016 14:49:22 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609011449.u81EnMTm013696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 1 Sep 2016 14:49:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421228 - head/www/py-werkzeug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:49:23 -0000 Author: olivierd Date: Thu Sep 1 14:49:21 2016 New Revision: 421228 URL: https://svnweb.freebsd.org/changeset/ports/421228 Log: - Update to 0.11.11 - Add new option, WATCHDOG (not set by default). It monitors filesystem events If this module is not installed, by default it's 'ast' (standard module) Modified: head/www/py-werkzeug/Makefile head/www/py-werkzeug/distinfo Modified: head/www/py-werkzeug/Makefile ============================================================================== --- head/www/py-werkzeug/Makefile Thu Sep 1 14:27:11 2016 (r421227) +++ head/www/py-werkzeug/Makefile Thu Sep 1 14:49:21 2016 (r421228) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= werkzeug -PORTVERSION= 0.11.10 +PORTVERSION= 0.11.11 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,9 @@ COMMENT= Python utilities collection for LICENSE= BSD3CLAUSE -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= EXAMPLES WATCHDOG +WATCHDOG_DESC= Monitor filesystem events +WATCHDOG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=0.8:devel/py-watchdog NO_ARCH= yes USES= python Modified: head/www/py-werkzeug/distinfo ============================================================================== --- head/www/py-werkzeug/distinfo Thu Sep 1 14:27:11 2016 (r421227) +++ head/www/py-werkzeug/distinfo Thu Sep 1 14:49:21 2016 (r421228) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464209346 -SHA256 (Werkzeug-0.11.10.tar.gz) = cc64dafbacc716cdd42503cf6c44cb5a35576443d82f29f6829e5c49264aeeee -SIZE (Werkzeug-0.11.10.tar.gz) = 1155484 +TIMESTAMP = 1472747124 +SHA256 (Werkzeug-0.11.11.tar.gz) = e72c46bc14405cba7a26bd2ce28df734471bc9016bc8b4cb69466c2c14c2f7e5 +SIZE (Werkzeug-0.11.11.tar.gz) = 1158304 From owner-svn-ports-all@freebsd.org Thu Sep 1 14:50:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BB0DBCB9BC; Thu, 1 Sep 2016 14:50:28 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id D2AB7C1; Thu, 1 Sep 2016 14:50:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81EoRvX013865; Thu, 1 Sep 2016 14:50:27 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81EoR9G013864; Thu, 1 Sep 2016 14:50:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201609011450.u81EoR9G013864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 1 Sep 2016 14:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421229 - head/misc/timediff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:50:28 -0000 Author: cpm Date: Thu Sep 1 14:50:26 2016 New Revision: 421229 URL: https://svnweb.freebsd.org/changeset/ports/421229 Log: - Cosmetic fix Reported by: mat Modified: head/misc/timediff/Makefile Modified: head/misc/timediff/Makefile ============================================================================== --- head/misc/timediff/Makefile Thu Sep 1 14:49:21 2016 (r421228) +++ head/misc/timediff/Makefile Thu Sep 1 14:50:26 2016 (r421229) @@ -21,13 +21,11 @@ NO_ARCH= yes NO_BUILD= yes do-patch: -.for file in timediff - ${SED} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${file} \ - > ${WRKDIR}/${file:T} -.endfor + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/timediff do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/timediff \ + ${INSTALL_SCRIPT} ${WRKSRC}/timediff \ ${STAGEDIR}${PREFIX}/sbin .include From owner-svn-ports-all@freebsd.org Thu Sep 1 14:59:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29702BCBECF; Thu, 1 Sep 2016 14:59:10 +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 mx1.freebsd.org (Postfix) with ESMTPS id D7B7CE0B; Thu, 1 Sep 2016 14:59:09 +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 u81Ex9U2017939; Thu, 1 Sep 2016 14:59:09 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81Ex80A017936; Thu, 1 Sep 2016 14:59:08 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609011459.u81Ex80A017936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 1 Sep 2016 14:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421230 - head/databases/libiodbc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 14:59:10 -0000 Author: tcberner Date: Thu Sep 1 14:59:08 2016 New Revision: 421230 URL: https://svnweb.freebsd.org/changeset/ports/421230 Log: Update databases/libiodbc to 3.52.12 While doing so, make qa.sh happy by adding some GTK2-deps. Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7728 Modified: head/databases/libiodbc/Makefile head/databases/libiodbc/distinfo head/databases/libiodbc/pkg-plist Modified: head/databases/libiodbc/Makefile ============================================================================== --- head/databases/libiodbc/Makefile Thu Sep 1 14:50:26 2016 (r421229) +++ head/databases/libiodbc/Makefile Thu Sep 1 14:59:08 2016 (r421230) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libiodbc -PORTVERSION= 3.52.9 -PORTREVISION= 1 +PORTVERSION= 3.52.12 CATEGORIES= databases MASTER_SITES= SF/iodbc/iodbc/${PORTVERSION} @@ -26,7 +25,11 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= GTK2 DOCS EXAMPLES OPTIONS_SUB= yes -GTK2_USE= GNOME=gtk20 +GTK2_USE= GNOME=cairo,gdkpixbuf2,gtk20 +GTK2_USES= gettext-runtime +GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + GTK2_CONFIGURE_ENABLE= gui post-patch: Modified: head/databases/libiodbc/distinfo ============================================================================== --- head/databases/libiodbc/distinfo Thu Sep 1 14:50:26 2016 (r421229) +++ head/databases/libiodbc/distinfo Thu Sep 1 14:59:08 2016 (r421230) @@ -1,2 +1,3 @@ -SHA256 (libiodbc-3.52.9.tar.gz) = 33207d9f477aa5fa76962ff644baa38e59255b96812f28574794659fb61a7ab2 -SIZE (libiodbc-3.52.9.tar.gz) = 1094234 +TIMESTAMP = 1472678293 +SHA256 (libiodbc-3.52.12.tar.gz) = 51c5ff3a7d9a54202486cb77a3514e0e379a135beefcd5d12b96d1901f9dfb62 +SIZE (libiodbc-3.52.12.tar.gz) = 1134054 Modified: head/databases/libiodbc/pkg-plist ============================================================================== --- head/databases/libiodbc/pkg-plist Thu Sep 1 14:50:26 2016 (r421229) +++ head/databases/libiodbc/pkg-plist Thu Sep 1 14:59:08 2016 (r421230) @@ -16,19 +16,19 @@ include/libiodbc/sqlucode.h %%GTK2%%lib/libdrvproxy.a %%GTK2%%lib/libdrvproxy.so %%GTK2%%lib/libdrvproxy.so.2 -%%GTK2%%lib/libdrvproxy.so.2.1.20 +%%GTK2%%lib/libdrvproxy.so.2.1.25 lib/libiodbc.a lib/libiodbc.so lib/libiodbc.so.2 -lib/libiodbc.so.2.1.20 +lib/libiodbc.so.2.1.25 %%GTK2%%lib/libiodbcadm.a %%GTK2%%lib/libiodbcadm.so %%GTK2%%lib/libiodbcadm.so.2 -%%GTK2%%lib/libiodbcadm.so.2.1.20 +%%GTK2%%lib/libiodbcadm.so.2.1.25 lib/libiodbcinst.a lib/libiodbcinst.so lib/libiodbcinst.so.2 -lib/libiodbcinst.so.2.1.20 +lib/libiodbcinst.so.2.1.25 libdata/pkgconfig/libiodbc.pc man/man1/iodbc-config.1.gz %%GTK2%%man/man1/iodbcadm-gtk.1.gz From owner-svn-ports-all@freebsd.org Thu Sep 1 15:01:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 194DBBCBF43; Thu, 1 Sep 2016 15:01:06 +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 mx1.freebsd.org (Postfix) with ESMTPS id E056489; Thu, 1 Sep 2016 15:01:05 +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 u81F15TR018164; Thu, 1 Sep 2016 15:01:05 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81F15AL018162; Thu, 1 Sep 2016 15:01:05 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609011501.u81F15AL018162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 1 Sep 2016 15:01:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421231 - head/math/eigen3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 15:01:06 -0000 Author: tcberner Date: Thu Sep 1 15:01:04 2016 New Revision: 421231 URL: https://svnweb.freebsd.org/changeset/ports/421231 Log: Update math/eigen3 to 3.2.9 Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7729 Modified: head/math/eigen3/Makefile head/math/eigen3/distinfo Modified: head/math/eigen3/Makefile ============================================================================== --- head/math/eigen3/Makefile Thu Sep 1 14:59:08 2016 (r421230) +++ head/math/eigen3/Makefile Thu Sep 1 15:01:04 2016 (r421231) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= eigen -PORTVERSION= 3.2.8 +PORTVERSION= 3.2.9 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -17,6 +17,6 @@ CMAKE_ARGS= -DPKGCONFIG_INSTALL_DIR:PATH USES= cmake:outsource tar:bzip2 NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-07105f7124f9 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-dc6cfdf9bcec .include Modified: head/math/eigen3/distinfo ============================================================================== --- head/math/eigen3/distinfo Thu Sep 1 14:59:08 2016 (r421230) +++ head/math/eigen3/distinfo Thu Sep 1 15:01:04 2016 (r421231) @@ -1,2 +1,3 @@ -SHA256 (eigen/3.2.8.tar.bz2) = 722a63d672b70f39c271c5e2a4a43ba14d12015674331790414fcb167c357e55 -SIZE (eigen/3.2.8.tar.bz2) = 1161201 +TIMESTAMP = 1472680089 +SHA256 (eigen/3.2.9.tar.bz2) = 4d1e036ec1ed4f4805d5c6752b76072d67538889f4003fadf2f6e00a825845ff +SIZE (eigen/3.2.9.tar.bz2) = 1163762 From owner-svn-ports-all@freebsd.org Thu Sep 1 15:04:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 246CCBCB0B5; Thu, 1 Sep 2016 15:04:00 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id E60842B9; Thu, 1 Sep 2016 15:03:59 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81F3xjf021789; Thu, 1 Sep 2016 15:03:59 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81F3wYk021787; Thu, 1 Sep 2016 15:03:58 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609011503.u81F3wYk021787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 1 Sep 2016 15:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421232 - head/www/py-waitress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 15:04:00 -0000 Author: olivierd Date: Thu Sep 1 15:03:58 2016 New Revision: 421232 URL: https://svnweb.freebsd.org/changeset/ports/421232 Log: Update to 1.0.0 Modified: head/www/py-waitress/Makefile head/www/py-waitress/distinfo Modified: head/www/py-waitress/Makefile ============================================================================== --- head/www/py-waitress/Makefile Thu Sep 1 15:01:04 2016 (r421231) +++ head/www/py-waitress/Makefile Thu Sep 1 15:03:58 2016 (r421232) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= waitress -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-waitress/distinfo ============================================================================== --- head/www/py-waitress/distinfo Thu Sep 1 15:01:04 2016 (r421231) +++ head/www/py-waitress/distinfo Thu Sep 1 15:03:58 2016 (r421232) @@ -1,2 +1,3 @@ -SHA256 (waitress-0.9.0.tar.gz) = 5368b6f2c51823b60e01cd762610385cc2951b25cbf0e930445215d2527acbb4 -SIZE (waitress-0.9.0.tar.gz) = 119624 +TIMESTAMP = 1472748455 +SHA256 (waitress-1.0.0.tar.gz) = 94af2f0f98be529975c77de0efdb474a2d4ec5475e38d8699c90bacc6a03bac9 +SIZE (waitress-1.0.0.tar.gz) = 123146 From owner-svn-ports-all@freebsd.org Thu Sep 1 15:05:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04878BCB1CF; Thu, 1 Sep 2016 15:05:34 +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 mx1.freebsd.org (Postfix) with ESMTPS id C8A8469B; Thu, 1 Sep 2016 15:05:33 +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 u81F5XcA021949; Thu, 1 Sep 2016 15:05:33 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81F5XSQ021948; Thu, 1 Sep 2016 15:05:33 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609011505.u81F5XSQ021948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 1 Sep 2016 15:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421233 - branches/2016Q3/graphics/digikam-kde4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 15:05:34 -0000 Author: tcberner Date: Thu Sep 1 15:05:32 2016 New Revision: 421233 URL: https://svnweb.freebsd.org/changeset/ports/421233 Log: MFH: r421198 Update graphcis/digikam-kde4's & friends distfile location. It has been moved upstream (probably due to the digikam-kf5 release). Approved by: rakuco (mentor) Approved by: ports-secteam (feld), rakuco (mentor) Modified: branches/2016Q3/graphics/digikam-kde4/Makefile.common Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/graphics/digikam-kde4/Makefile.common ============================================================================== --- branches/2016Q3/graphics/digikam-kde4/Makefile.common Thu Sep 1 15:03:58 2016 (r421232) +++ branches/2016Q3/graphics/digikam-kde4/Makefile.common Thu Sep 1 15:05:32 2016 (r421233) @@ -14,7 +14,7 @@ # net/libmediawiki (part of digiKam 4.12) DIGIKAM_VER= 4.14.0 -MASTER_SITES= KDE/stable/digikam +MASTER_SITES= KDE/Attic/digikam KIPI_PLUGINS_ALL= acquireimages \ advancedslideshow \ From owner-svn-ports-all@freebsd.org Thu Sep 1 15:28:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05B86BCB898; Thu, 1 Sep 2016 15:28:05 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id B1337807; Thu, 1 Sep 2016 15:28:04 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81FS31n029882; Thu, 1 Sep 2016 15:28:03 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81FS374029880; Thu, 1 Sep 2016 15:28:03 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609011528.u81FS374029880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 1 Sep 2016 15:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421234 - branches/2016Q3/misc/xfce4-weather-plugin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 15:28:05 -0000 Author: olivierd Date: Thu Sep 1 15:28:03 2016 New Revision: 421234 URL: https://svnweb.freebsd.org/changeset/ports/421234 Log: MFH: r421194 Update to 0.8.8 Replace the deprecated API host (and soon no longer works) by new one Announce: http://lists.met.no/pipermail/api-users/2016-March/000017.html Approved by: ports-secteam (feld@) Modified: branches/2016Q3/misc/xfce4-weather-plugin/Makefile branches/2016Q3/misc/xfce4-weather-plugin/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/misc/xfce4-weather-plugin/Makefile ============================================================================== --- branches/2016Q3/misc/xfce4-weather-plugin/Makefile Thu Sep 1 15:05:32 2016 (r421233) +++ branches/2016Q3/misc/xfce4-weather-plugin/Makefile Thu Sep 1 15:28:03 2016 (r421234) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,13 +13,15 @@ COMMENT= Weather plugin for the Xfce pan LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libsoup-2.4.so:devel/libsoup +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USES= gettext gmake libtool pkgconfig xfce tar:bzip2 -USE_GNOME= glib20 gtk20 intltool intlhack libxml2 +USE_GNOME= glib20 gtk20 intltool intlhack libxml2 cairo USE_XFCE= panel OPTIONS_DEFINE= UPOWER Modified: branches/2016Q3/misc/xfce4-weather-plugin/distinfo ============================================================================== --- branches/2016Q3/misc/xfce4-weather-plugin/distinfo Thu Sep 1 15:05:32 2016 (r421233) +++ branches/2016Q3/misc/xfce4-weather-plugin/distinfo Thu Sep 1 15:28:03 2016 (r421234) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-weather-plugin-0.8.7.tar.bz2) = 071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0 -SIZE (xfce4/xfce4-weather-plugin-0.8.7.tar.bz2) = 2976092 +TIMESTAMP = 1472684033 +SHA256 (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f +SIZE (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 2979971 From owner-svn-ports-all@freebsd.org Thu Sep 1 15:32:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 568D7BCBB26; Thu, 1 Sep 2016 15:32:28 +0000 (UTC) (envelope-from araujo@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 mx1.freebsd.org (Postfix) with ESMTPS id 26DD0CED; Thu, 1 Sep 2016 15:32:28 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81FWR37033423; Thu, 1 Sep 2016 15:32:27 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81FWRSf033421; Thu, 1 Sep 2016 15:32:27 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201609011532.u81FWRSf033421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Thu, 1 Sep 2016 15:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421235 - head/print/abcm2ps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 15:32:28 -0000 Author: araujo Date: Thu Sep 1 15:32:27 2016 New Revision: 421235 URL: https://svnweb.freebsd.org/changeset/ports/421235 Log: - Update to 8.12.3. Modified: head/print/abcm2ps/Makefile head/print/abcm2ps/distinfo Modified: head/print/abcm2ps/Makefile ============================================================================== --- head/print/abcm2ps/Makefile Thu Sep 1 15:28:03 2016 (r421234) +++ head/print/abcm2ps/Makefile Thu Sep 1 15:32:27 2016 (r421235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= abcm2ps -PORTVERSION= 8.12.1 +PORTVERSION= 8.12.3 CATEGORIES= print audio MASTER_SITES= http://moinejf.free.fr/ Modified: head/print/abcm2ps/distinfo ============================================================================== --- head/print/abcm2ps/distinfo Thu Sep 1 15:28:03 2016 (r421234) +++ head/print/abcm2ps/distinfo Thu Sep 1 15:32:27 2016 (r421235) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472001447 -SHA256 (abcm2ps-8.12.1.tar.gz) = 792eb95495f8b731d9487728a97778c7bcc2f3a389ad775e9dc0392fbb4bce60 -SIZE (abcm2ps-8.12.1.tar.gz) = 237316 +TIMESTAMP = 1472787917 +SHA256 (abcm2ps-8.12.3.tar.gz) = d599a851b51e93659813445efe9b31177d62f779daffc9e5a67e67a5324789a6 +SIZE (abcm2ps-8.12.3.tar.gz) = 237918 From owner-svn-ports-all@freebsd.org Thu Sep 1 15:34:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4884BCBBC7; Thu, 1 Sep 2016 15:34:22 +0000 (UTC) (envelope-from araujo@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 mx1.freebsd.org (Postfix) with ESMTPS id 9F06CE3B; Thu, 1 Sep 2016 15:34:22 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81FYLpb033610; Thu, 1 Sep 2016 15:34:21 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81FYLS9033608; Thu, 1 Sep 2016 15:34:21 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201609011534.u81FYLS9033608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Thu, 1 Sep 2016 15:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421236 - head/www/youtube_dl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 15:34:22 -0000 Author: araujo Date: Thu Sep 1 15:34:21 2016 New Revision: 421236 URL: https://svnweb.freebsd.org/changeset/ports/421236 Log: - Update to 2016.08.31. Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Thu Sep 1 15:32:27 2016 (r421235) +++ head/www/youtube_dl/Makefile Thu Sep 1 15:34:21 2016 (r421236) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2016.06.26 +PORTVERSION= 2016.08.31 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Thu Sep 1 15:32:27 2016 (r421235) +++ head/www/youtube_dl/distinfo Thu Sep 1 15:34:21 2016 (r421236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467039215 -SHA256 (youtube-dl-2016.06.26.tar.gz) = 31cf6731b5fd119e34556b1afa8bc7b49d76f7c085c5d0a71d40f2b745d6108a -SIZE (youtube-dl-2016.06.26.tar.gz) = 2222841 +TIMESTAMP = 1472788017 +SHA256 (youtube-dl-2016.08.31.tar.gz) = ca4b7bf3d7f9c5289ea2f53af3a68f201447ce4298337ee60826ee230e00313f +SIZE (youtube-dl-2016.08.31.tar.gz) = 2353562 From owner-svn-ports-all@freebsd.org Thu Sep 1 16:44:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA3D9BCC9CD; Thu, 1 Sep 2016 16:44:46 +0000 (UTC) (envelope-from danfe@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 mx1.freebsd.org (Postfix) with ESMTPS id B572CF92; Thu, 1 Sep 2016 16:44:46 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81GijF9059908; Thu, 1 Sep 2016 16:44:45 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81GijnJ059906; Thu, 1 Sep 2016 16:44:45 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201609011644.u81GijnJ059906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 1 Sep 2016 16:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421237 - in head: . x11/nvidia-driver/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 16:44:47 -0000 Author: danfe Date: Thu Sep 1 16:44:45 2016 New Revision: 421237 URL: https://svnweb.freebsd.org/changeset/ports/421237 Log: - Mention that ``nvidia'' (or ``nvidia-modeset'' as of recently) can be put on ``kld_list'' variable in /etc/rc.conf as well (for later loading) - Make s/nvidia/nvidia-modeset/ replacement suggestion more accurate because ``.ko'' suffix is omitted in syntax for both of those files - Improve UPDATING wording for corresponding 20160829 entry accordingly Modified: head/UPDATING head/x11/nvidia-driver/files/pkg-message.in Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Sep 1 15:34:21 2016 (r421236) +++ head/UPDATING Thu Sep 1 16:44:45 2016 (r421237) @@ -9,18 +9,19 @@ you update your ports collection, before AFFECTS: users of x11/nvidia-driver AUTHOR: cem@FreeBSD.org - The Nvidia driver has been updated to 367.35. In this version of the driver, - some important functionality has been broken out into a separate - nvidia-modeset.ko. - - Users that experience a hang starting X or observe - - [ 43.243] (II) NVIDIA(0): Validated MetaModes: - [ 43.243] (II) NVIDIA(0): "NULL" - - in their Xorg.logs should replace 'nvidia.ko' with 'nvidia-modeset.ko' in - their loader.conf or rc.conf configurations. (nvidia-modeset.ko has a - MODULE_DEPENDS relationship to nvidia.ko and will bring it in automatically.) + The NVidia driver has been updated to version 367.35. Starting with + version 358.09, new kernel module was added, nvidia-modeset.ko. This + new driver component works in conjunction with the nvidia.ko kernel + module to program the display engine of the GPU. + + Users that experience hangs when starting X11 server, or observe + + (II) NVIDIA(0): Validated MetaModes: + (II) NVIDIA(0): "NULL" + + messages in their /var/log/Xorg.0.log file should replace ``nvidia'' + with ``nvidia-modeset'' in /boot/loader.conf or /etc/rc.conf files, + depending on how they prefer to load NVidia driver kernel module. 20160829: AFFECTS: users of security/sshguard @@ -13445,6 +13446,4 @@ or 'nobody' by default. Make sure any existing configuration files are readable by that user. - - $FreeBSD$ Modified: head/x11/nvidia-driver/files/pkg-message.in ============================================================================== --- head/x11/nvidia-driver/files/pkg-message.in Thu Sep 1 15:34:21 2016 (r421236) +++ head/x11/nvidia-driver/files/pkg-message.in Thu Sep 1 16:44:45 2016 (r421237) @@ -7,7 +7,8 @@ or adding nvidia_load="YES" (or nvidia-modeset_load="YES", see below) -to your /boot/loader.conf. +to /boot/loader.conf, or putting ``nvidia'' (or ``nvidia-modeset'', see +below again) on ``kld_list'' variable in /etc/rc.conf. If you build this port with FreeBSD AGP GART driver, make sure you have agp.ko kernel module installed and loaded, since nvidia.ko will depend @@ -32,12 +33,13 @@ enabled in kernel, the sysctl ``kern.ipc Starting with version 358.09, some important functionality of the driver has been broken out into a separate kernel module, nvidia-modeset.ko. -Users that experience a hang when starting X11 server, or observe +Users that experience hangs when starting X11 server, or observe (II) NVIDIA(0): Validated MetaModes: (II) NVIDIA(0): "NULL" -in /var/log/Xorg.0.log should replace `nvidia.ko' with `nvidia-modeset.ko' -in their /boot/loader.conf or /etc/rc.conf configuration files. +in /var/log/Xorg.0.log should replace ``nvidia'' with ``nvidia-modeset'' +in their /boot/loader.conf or /etc/rc.conf configuration files, depending +on how they prefer to load NVidia driver kernel module. See %%DOCSDIR%%/README for more information. From owner-svn-ports-all@freebsd.org Thu Sep 1 16:59:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DC87BCCD63; Thu, 1 Sep 2016 16:59:57 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id D569199D; Thu, 1 Sep 2016 16:59:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81Gxuwx063797; Thu, 1 Sep 2016 16:59:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81GxtV2063795; Thu, 1 Sep 2016 16:59:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201609011659.u81GxtV2063795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 1 Sep 2016 16:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421238 - head/www/py-django-statici18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 16:59:57 -0000 Author: pi Date: Thu Sep 1 16:59:55 2016 New Revision: 421238 URL: https://svnweb.freebsd.org/changeset/ports/421238 Log: www/py-django-statici18n: 1.1.5 -> 1.2.1 - Fix Django links to use version 1.10 - Mark inlinei18n output as safe (thanks @quantum5) - Added support for JSON format in command-line based catalog generation (thanks @rarguelloF) - Added support for Django 1.9 and 1.10; this change also drops support for Django 1.4, 1.5, 1.6 and 1.7 as they are not officially supported by the DSF anymore (thanks @julen) - Added support for USE_18N = False (thanks @julen) PR: 212295 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/www/py-django-statici18n/Makefile head/www/py-django-statici18n/distinfo Modified: head/www/py-django-statici18n/Makefile ============================================================================== --- head/www/py-django-statici18n/Makefile Thu Sep 1 16:44:45 2016 (r421237) +++ head/www/py-django-statici18n/Makefile Thu Sep 1 16:59:55 2016 (r421238) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-statici18n -PORTVERSION= 1.1.5 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-statici18n/distinfo ============================================================================== --- head/www/py-django-statici18n/distinfo Thu Sep 1 16:44:45 2016 (r421237) +++ head/www/py-django-statici18n/distinfo Thu Sep 1 16:59:55 2016 (r421238) @@ -1,2 +1,3 @@ -SHA256 (django-statici18n-1.1.5.tar.gz) = f8d7b523da8fa635de8c359f6dbde9821e2e8e1a092d915786455ffd2533808b -SIZE (django-statici18n-1.1.5.tar.gz) = 8980 +TIMESTAMP = 1471891190 +SHA256 (django-statici18n-1.2.1.tar.gz) = 17446da820a90fdd8833044068277a6ded63239e69af8107b61eeb26c729d845 +SIZE (django-statici18n-1.2.1.tar.gz) = 6997 From owner-svn-ports-all@freebsd.org Thu Sep 1 17:02:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E16EBCB1C8; Thu, 1 Sep 2016 17:02:24 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 2E000D06; Thu, 1 Sep 2016 17:02:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81H2Nat066848; Thu, 1 Sep 2016 17:02:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81H2N6d066846; Thu, 1 Sep 2016 17:02:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201609011702.u81H2N6d066846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 1 Sep 2016 17:02:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421239 - head/www/py-django-post_office X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 17:02:24 -0000 Author: pi Date: Thu Sep 1 17:02:23 2016 New Revision: 421239 URL: https://svnweb.freebsd.org/changeset/ports/421239 Log: www/py-django-post_office: 2.0.7 -> 2.0.8 - Django 1.10 compatibility fixes. Thanks @hockeybuggy! - Fixed an issue where Django would sometimes create migration files for post-office. Thanks @fizista! PR: 212296 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/www/py-django-post_office/Makefile head/www/py-django-post_office/distinfo Modified: head/www/py-django-post_office/Makefile ============================================================================== --- head/www/py-django-post_office/Makefile Thu Sep 1 16:59:55 2016 (r421238) +++ head/www/py-django-post_office/Makefile Thu Sep 1 17:02:23 2016 (r421239) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-post_office -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 DISTVERSIONPREFIX= v CATEGORIES= www python MASTER_SITES= GH Modified: head/www/py-django-post_office/distinfo ============================================================================== --- head/www/py-django-post_office/distinfo Thu Sep 1 16:59:55 2016 (r421238) +++ head/www/py-django-post_office/distinfo Thu Sep 1 17:02:23 2016 (r421239) @@ -1,2 +1,3 @@ -SHA256 (ui-django-post_office-v2.0.7_GH0.tar.gz) = d549a46aba0d72233a24cf4ac601da14e8955e68f1e3438db02477a7b3269426 -SIZE (ui-django-post_office-v2.0.7_GH0.tar.gz) = 37529 +TIMESTAMP = 1472668301 +SHA256 (ui-django-post_office-v2.0.8_GH0.tar.gz) = efd46fba100b676614597c991a739170b7bfbed0cfee0ff3da943a689706f010 +SIZE (ui-django-post_office-v2.0.8_GH0.tar.gz) = 42152 From owner-svn-ports-all@freebsd.org Thu Sep 1 17:41:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9098BC93F6; Thu, 1 Sep 2016 17:41:39 +0000 (UTC) (envelope-from cem@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 mx1.freebsd.org (Postfix) with ESMTPS id A181336B; Thu, 1 Sep 2016 17:41:39 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81HfcmG081948; Thu, 1 Sep 2016 17:41:38 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81HfcRt081946; Thu, 1 Sep 2016 17:41:38 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201609011741.u81HfcRt081946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: "Conrad E. Meyer" Date: Thu, 1 Sep 2016 17:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421240 - head/x11/nvidia-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 17:41:40 -0000 Author: cem (src committer) Date: Thu Sep 1 17:41:38 2016 New Revision: 421240 URL: https://svnweb.freebsd.org/changeset/ports/421240 Log: x11/nvidia-driver: Update to 367.44 May fix an issue with a dark screen at first Xorg init for some users (reported on GTX960). PR: 212287 Reported by: O. Hartmann Approved by: danfe, jonathan Differential Revision: https://reviews.freebsd.org/D7723 Modified: head/x11/nvidia-driver/Makefile head/x11/nvidia-driver/distinfo Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Thu Sep 1 17:02:23 2016 (r421239) +++ head/x11/nvidia-driver/Makefile Thu Sep 1 17:41:38 2016 (r421240) @@ -10,9 +10,9 @@ # slave ports instead (`x11/nvidia-driver-340' or `x11/nvidia-driver-304'). PORTNAME= nvidia-driver -DISTVERSION?= 367.35 +DISTVERSION?= 367.44 # Always try to set PORTREVISION as it can be overridden by the slave ports -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES= x11 MASTER_SITES= NVIDIA/XFree86/FreeBSD-${ARCH_SUFX}/${DISTVERSION} DISTNAME= NVIDIA-FreeBSD-${ARCH_SUFX}-${DISTVERSION} Modified: head/x11/nvidia-driver/distinfo ============================================================================== --- head/x11/nvidia-driver/distinfo Thu Sep 1 17:02:23 2016 (r421239) +++ head/x11/nvidia-driver/distinfo Thu Sep 1 17:41:38 2016 (r421240) @@ -1,8 +1,8 @@ TIMESTAMP = 1468687296 -SHA256 (NVIDIA-FreeBSD-x86_64-367.35.tar.gz) = b33057ce23ce1ae44ddd246a7d2d9e2b0aa2ed5a289d8a83e849249de81a1035 -SIZE (NVIDIA-FreeBSD-x86_64-367.35.tar.gz) = 59393955 -SHA256 (NVIDIA-FreeBSD-x86-367.35.tar.gz) = 2edf78801213dea72ddd6c40acd860893623224166ad522fd47e202443cb6d50 -SIZE (NVIDIA-FreeBSD-x86-367.35.tar.gz) = 62636433 +SHA256 (NVIDIA-FreeBSD-x86_64-367.44.tar.gz) = e07d21b0ad39a0a24cdc4840094fb2f2de2f52b704538f7ac60c019465de7137 +SIZE (NVIDIA-FreeBSD-x86_64-367.44.tar.gz) = 59577943 +SHA256 (NVIDIA-FreeBSD-x86-367.44.tar.gz) = 687a178cc0e63f79f38f6e71da904363579b833ab3dadac424bcb2264889d4ec +SIZE (NVIDIA-FreeBSD-x86-367.44.tar.gz) = 62815733 SHA256 (NVIDIA-FreeBSD-x86_64-340.96.tar.gz) = b67962a4433dd1fa86cde038bb244a547f5ed6c242febc348d618886b7715d09 SIZE (NVIDIA-FreeBSD-x86_64-340.96.tar.gz) = 60536275 SHA256 (NVIDIA-FreeBSD-x86-340.96.tar.gz) = dda243ed9b36e29162b1c97b987b9ca82ef7fcff4635ac78443fdb06739ec22e From owner-svn-ports-all@freebsd.org Thu Sep 1 18:53:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C156BCC1E7; Thu, 1 Sep 2016 18:53:55 +0000 (UTC) (envelope-from kwm@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 mx1.freebsd.org (Postfix) with ESMTPS id 270C411B; Thu, 1 Sep 2016 18:53:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81Irsi8009485; Thu, 1 Sep 2016 18:53:54 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81IrrT0009479; Thu, 1 Sep 2016 18:53:53 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201609011853.u81IrrT0009479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 1 Sep 2016 18:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421241 - in head/lang/beignet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 18:53:55 -0000 Author: kwm Date: Thu Sep 1 18:53:53 2016 New Revision: 421241 URL: https://svnweb.freebsd.org/changeset/ports/421241 Log: Update beignet to 1.2.0. Deleted: head/lang/beignet/files/patch-src_cl__api.c head/lang/beignet/files/patch-src_cl__program.c Modified: head/lang/beignet/Makefile head/lang/beignet/distinfo head/lang/beignet/files/patch-backend_src_backend_gen-insn-selection.cpp head/lang/beignet/files/patch-src_cl__device__id.c head/lang/beignet/files/patch-src_cl__event.c head/lang/beignet/pkg-plist Modified: head/lang/beignet/Makefile ============================================================================== --- head/lang/beignet/Makefile Thu Sep 1 17:41:38 2016 (r421240) +++ head/lang/beignet/Makefile Thu Sep 1 18:53:53 2016 (r421241) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beignet -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 CATEGORIES= lang MASTER_SITES= https://01.org/sites/default/files/ DISTVERSIONSUFFIX= -source @@ -19,7 +19,7 @@ RUN_DEPENDS= opencl>=0:devel/opencl \ WRKSRC= ${WRKDIR}/Beignet-${PORTVERSION}-Source -USES= cmake gmake pkgconfig shebangfix +USES= cmake gmake ncurses pkgconfig shebangfix USE_XORG= sm ice x11 xext xfixes USE_GL= gl SHEBANG_FILES= src/git_sha1.sh backend/kernels/compile.sh Modified: head/lang/beignet/distinfo ============================================================================== --- head/lang/beignet/distinfo Thu Sep 1 17:41:38 2016 (r421240) +++ head/lang/beignet/distinfo Thu Sep 1 18:53:53 2016 (r421241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463781667 -SHA256 (beignet-1.1.2-source.tar.gz) = 6a8d875afbb5e3c4fc57da1ea80f79abadd9136bfd87ab1f83c02784659f1d96 -SIZE (beignet-1.1.2-source.tar.gz) = 948241 +TIMESTAMP = 1472595672 +SHA256 (beignet-1.2.0-source.tar.gz) = fc7af19efb7596b04510d26c558a576eba3e95e1ef86fd6951213c6a4bf58bff +SIZE (beignet-1.2.0-source.tar.gz) = 1076674 Modified: head/lang/beignet/files/patch-backend_src_backend_gen-insn-selection.cpp ============================================================================== --- head/lang/beignet/files/patch-backend_src_backend_gen-insn-selection.cpp Thu Sep 1 17:41:38 2016 (r421240) +++ head/lang/beignet/files/patch-backend_src_backend_gen-insn-selection.cpp Thu Sep 1 18:53:53 2016 (r421241) @@ -1,15 +1,6 @@ Error: No word lists can be found for the language "en_US". --- backend/src/backend/gen_insn_selection.cpp.orig 2015-12-18 07:34:19.000000000 +0000 +++ backend/src/backend/gen_insn_selection.cpp 2016-06-13 17:37:52.540024000 +0000 -@@ -1153,7 +1153,7 @@ - SelectionInstruction *insn = this->appendInsn(SEL_OP_JMPI, 0, 1); - insn->src(0) = src; - insn->index = index.value(); -- insn->extra.longjmp = abs(index - origin) > 800; -+ insn->extra.longjmp = index.value() > origin.value() ? (index - origin) > 800 : (origin - index) > 800; - return insn->extra.longjmp ? 2 : 1; - } - @@ -1752,11 +1752,11 @@ // Boiler plate to initialize the selection library at c++ pre-main Modified: head/lang/beignet/files/patch-src_cl__device__id.c ============================================================================== --- head/lang/beignet/files/patch-src_cl__device__id.c Thu Sep 1 17:41:38 2016 (r421240) +++ head/lang/beignet/files/patch-src_cl__device__id.c Thu Sep 1 18:53:53 2016 (r421241) @@ -1,8 +1,6 @@ -diff --git a/src/cl_device_id.c b/src/cl_device_id.c -index e9e2c16..5f35248 100644 ---- src/cl_device_id.c -+++ src/cl_device_id.c -@@ -34,7 +34,12 @@ +--- src/cl_device_id.c.orig 2016-08-23 12:16:02.000000000 +0200 ++++ src/cl_device_id.c 2016-08-31 17:50:49.806646000 +0200 +@@ -35,7 +35,12 @@ #include #include #include @@ -15,7 +13,7 @@ index e9e2c16..5f35248 100644 #ifndef CL_VERSION_1_2 #define CL_DEVICE_BUILT_IN_KERNELS 0x103F -@@ -202,6 +207,7 @@ LOCAL cl_device_id +@@ -269,6 +274,7 @@ LOCAL cl_device_id cl_get_gt_device(void) { cl_device_id ret = NULL; @@ -23,7 +21,7 @@ index e9e2c16..5f35248 100644 const int device_id = cl_driver_get_device_id(); cl_device_id device = NULL; -@@ -526,7 +532,7 @@ skl_gt4_break: +@@ -737,7 +743,7 @@ kbl_gt4_break: case PCI_CHIP_SANDYBRIDGE_M_GT2_PLUS: case PCI_CHIP_SANDYBRIDGE_BRIDGE_S: case PCI_CHIP_SANDYBRIDGE_S_GT: @@ -32,17 +30,17 @@ index e9e2c16..5f35248 100644 ret = NULL; break; default: -@@ -546,6 +552,7 @@ skl_gt4_break: +@@ -757,6 +763,7 @@ kbl_gt4_break: /* Apply any driver-dependent updates to the device info */ cl_driver_update_device_info(ret); +#if defined(__linux__) - struct sysinfo info; - if (sysinfo(&info) == 0) { - uint64_t two_gb = 2 * 1024 * 1024 * 1024ul; -@@ -554,6 +561,24 @@ skl_gt4_break: - two_gb : info.totalram; - ret->max_mem_alloc_size = ret->global_mem_size / 2; + #define toMB(size) (size)&(0xfffffffffffffff<<20) + /* Get the global_mem_size and max_mem_alloc size from + * driver, system ram and hardware*/ +@@ -776,6 +783,24 @@ kbl_gt4_break: + ret->max_mem_alloc_size = toMB((ret->global_mem_size * 3 / 4 > maxallocmem) ? + maxallocmem: ret->global_mem_size * 3 / 4); } +#elif defined(__FreeBSD__) || defined(__DragonFly__) + int mib[2]; Modified: head/lang/beignet/files/patch-src_cl__event.c ============================================================================== --- head/lang/beignet/files/patch-src_cl__event.c Thu Sep 1 17:41:38 2016 (r421240) +++ head/lang/beignet/files/patch-src_cl__event.c Thu Sep 1 18:53:53 2016 (r421241) @@ -1,5 +1,5 @@ ---- src/cl_event.c.orig 2015-12-18 07:57:09.000000000 +0100 -+++ src/cl_event.c 2016-05-21 00:04:34.412251000 +0200 +--- src/cl_event.c.orig 2016-08-23 12:16:02.000000000 +0200 ++++ src/cl_event.c 2016-08-31 17:43:49.430217000 +0200 @@ -27,6 +27,7 @@ #include @@ -8,16 +8,7 @@ void cl_event_update_last_events(cl_command_queue queue, int wait) { -@@ -55,7 +56,7 @@ void cl_event_insert_last_events(cl_comm - else set_last_event(queue,event); - } - --inline cl_bool -+static inline cl_bool - cl_event_is_gpu_command_type(cl_command_type type) - { - switch(type) { -@@ -649,7 +650,7 @@ cl_ulong cl_event_get_cpu_timestamp(cl_u +@@ -657,7 +658,7 @@ cl_ulong cl_event_get_cpu_timestamp(cl_u { struct timespec ts; Modified: head/lang/beignet/pkg-plist ============================================================================== --- head/lang/beignet/pkg-plist Thu Sep 1 17:41:38 2016 (r421240) +++ head/lang/beignet/pkg-plist Thu Sep 1 18:53:53 2016 (r421241) @@ -22,6 +22,7 @@ lib/beignet/include/ocl_simd.h lib/beignet/include/ocl_sync.h lib/beignet/include/ocl_types.h lib/beignet/include/ocl_vload.h +lib/beignet/include/ocl_work_group.h lib/beignet/include/ocl_workitem.h lib/beignet/libcl.so lib/beignet/libgbe.so From owner-svn-ports-all@freebsd.org Thu Sep 1 19:07:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1D74BCC5BB; Thu, 1 Sep 2016 19:07:15 +0000 (UTC) (envelope-from crees@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 mx1.freebsd.org (Postfix) with ESMTPS id 74C6DE4E; Thu, 1 Sep 2016 19:07:15 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81J7ELB013667; Thu, 1 Sep 2016 19:07:14 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81J7EA3013666; Thu, 1 Sep 2016 19:07:14 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201609011907.u81J7EA3013666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Thu, 1 Sep 2016 19:07:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421242 - head/databases/neo4j X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 19:07:15 -0000 Author: crees Date: Thu Sep 1 19:07:14 2016 New Revision: 421242 URL: https://svnweb.freebsd.org/changeset/ports/421242 Log: Readd missed newline. Modified: head/databases/neo4j/Makefile Modified: head/databases/neo4j/Makefile ============================================================================== --- head/databases/neo4j/Makefile Thu Sep 1 18:53:53 2016 (r421241) +++ head/databases/neo4j/Makefile Thu Sep 1 19:07:14 2016 (r421242) @@ -18,7 +18,8 @@ USE_RC_SUBR= ${PORTNAME} SUB_FILES= ${PORTNAME}.sh post-patch: - ${REINPLACE_CMD} 's,%%DATADIR%%,${DATADIR},g;s,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/bin/neo4j-shared.sh ${WRKSRC}/conf/neo4j.conf + ${REINPLACE_CMD} 's,%%DATADIR%%,${DATADIR},g;s,%%PREFIX%%,${PREFIX},g' \ + ${WRKSRC}/bin/neo4j-shared.sh ${WRKSRC}/conf/neo4j.conf do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} From owner-svn-ports-all@freebsd.org Thu Sep 1 20:17:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45F5CBCBF56; Thu, 1 Sep 2016 20:17:43 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id F0C8E777; Thu, 1 Sep 2016 20:17:42 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81KHgFf040438; Thu, 1 Sep 2016 20:17:42 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81KHf8T040435; Thu, 1 Sep 2016 20:17:41 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609012017.u81KHf8T040435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 1 Sep 2016 20:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421243 - in head/devel/mercurial: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 20:17:43 -0000 Author: olivierd Date: Thu Sep 1 20:17:41 2016 New Revision: 421243 URL: https://svnweb.freebsd.org/changeset/ports/421243 Log: - Update to 3.9.1 - Re-generate patch (setup.py) with 'make makepatch' Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.9.1_.282016-9-1.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo head/devel/mercurial/files/extra-patch-setup.py Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Thu Sep 1 19:07:14 2016 (r421242) +++ head/devel/mercurial/Makefile Thu Sep 1 20:17:41 2016 (r421243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.9 +PORTVERSION= 3.9.1 CATEGORIES= devel python MASTER_SITES= http://mercurial-scm.org/release/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Thu Sep 1 19:07:14 2016 (r421242) +++ head/devel/mercurial/distinfo Thu Sep 1 20:17:41 2016 (r421243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470079520 -SHA256 (mercurial-3.9.tar.gz) = 834f25dcff44994198fb8a7ba161a6e24204dbd63c8e6270577e06e6cedbdabc -SIZE (mercurial-3.9.tar.gz) = 4796280 +TIMESTAMP = 1472766785 +SHA256 (mercurial-3.9.1.tar.gz) = 625e4fc7e85ec2278c2828bdc547fce74091b3bbe4d9eeeba2d61af51195df74 +SIZE (mercurial-3.9.1.tar.gz) = 4797967 Modified: head/devel/mercurial/files/extra-patch-setup.py ============================================================================== --- head/devel/mercurial/files/extra-patch-setup.py Thu Sep 1 19:07:14 2016 (r421242) +++ head/devel/mercurial/files/extra-patch-setup.py Thu Sep 1 20:17:41 2016 (r421243) @@ -1,6 +1,6 @@ ---- ./setup.py.orig 2012-10-02 04:11:23.000000000 +0000 -+++ ./setup.py 2012-10-02 18:59:20.000000000 +0000 -@@ -227,30 +227,7 @@ +--- setup.py.orig 2016-09-01 19:01:36 UTC ++++ setup.py +@@ -235,30 +235,7 @@ class hgbuildmo(build): description = "build translations (.mo files)" def run(self): From owner-svn-ports-all@freebsd.org Thu Sep 1 20:21:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DDC3BCC13C; Thu, 1 Sep 2016 20:21:02 +0000 (UTC) (envelope-from bdrewery@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 mx1.freebsd.org (Postfix) with ESMTPS id C4E1D907; Thu, 1 Sep 2016 20:21:01 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81KL03f040667; Thu, 1 Sep 2016 20:21:00 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81KL0fV040665; Thu, 1 Sep 2016 20:21:00 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201609012021.u81KL0fV040665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 1 Sep 2016 20:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421244 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 20:21:02 -0000 Author: bdrewery Date: Thu Sep 1 20:21:00 2016 New Revision: 421244 URL: https://svnweb.freebsd.org/changeset/ports/421244 Log: Document OpenSSH CVE-2015-8325 and CVE-2016-6210 fixed in OpenSSH 7.3p1. PR: 212275 Reported by: venture37@geeklan.co.uk Security: CVE-2015-8325 Security: CVE-2016-6210 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 1 20:17:41 2016 (r421243) +++ head/security/vuxml/vuln.xml Thu Sep 1 20:21:00 2016 (r421244) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openssh -- sshd -- remote valid user discovery and PAM /bin/login attack + + + openssh-portable + 7.3.p1,1 + + + + +

The OpenSSH project reports:

+
+

* sshd(8): Mitigate timing differences in password authentication + that could be used to discern valid from invalid account names + when long passwords were sent and particular password hashing + algorithms are in use on the server. CVE-2016-6210, reported by + EddieEzra.Harari at verint.com +

+

* sshd(8): (portable only) Ignore PAM environment vars when + UseLogin=yes. If PAM is configured to read user-specified + environment variables and UseLogin=yes in sshd_config, then a + hostile local user may attack /bin/login via LD_PRELOAD or + similar environment variables set via PAM. CVE-2015-8325, + found by Shayan Sadigh. +

+
+ +
+ + http://www.openssh.com/txt/release-7.3 + CVE-2016-6210 + CVE-2015-8325 + + + 2016-08-01 + 2016-09-01 + +
+ mailman -- CSRF protection enhancements From owner-svn-ports-all@freebsd.org Thu Sep 1 20:27:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E98F5BCC264; Thu, 1 Sep 2016 20:27:25 +0000 (UTC) (envelope-from gjb@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 mx1.freebsd.org (Postfix) with ESMTPS id BAEE4D4D; Thu, 1 Sep 2016 20:27:25 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81KROsT044315; Thu, 1 Sep 2016 20:27:24 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81KRO7n044313; Thu, 1 Sep 2016 20:27:24 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201609012027.u81KRO7n044313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 1 Sep 2016 20:27:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421245 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 20:27:26 -0000 Author: gjb Date: Thu Sep 1 20:27:24 2016 New Revision: 421245 URL: https://svnweb.freebsd.org/changeset/ports/421245 Log: Fix build. Sponsored by: The FreeBSD Foundation Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 1 20:21:00 2016 (r421244) +++ head/security/vuxml/vuln.xml Thu Sep 1 20:27:24 2016 (r421245) @@ -88,8 +88,8 @@ Notes: http://www.openssh.com/txt/release-7.3 - CVE-2016-6210 - CVE-2015-8325 + CVE-2016-6210 + CVE-2015-8325 2016-08-01 From owner-svn-ports-all@freebsd.org Thu Sep 1 22:06:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33204BCC69F; Thu, 1 Sep 2016 22:06:33 +0000 (UTC) (envelope-from brooks@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 mx1.freebsd.org (Postfix) with ESMTPS id 0F665875; Thu, 1 Sep 2016 22:06:32 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81M6Wfi082042; Thu, 1 Sep 2016 22:06:32 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81M6WjO082039; Thu, 1 Sep 2016 22:06:32 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201609012206.u81M6WjO082039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Thu, 1 Sep 2016 22:06:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421246 - in head/devel: llvm-devel llvm38 llvm39 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 22:06:33 -0000 Author: brooks Date: Thu Sep 1 22:06:31 2016 New Revision: 421246 URL: https://svnweb.freebsd.org/changeset/ports/421246 Log: Attempt to fix build on platforms that don't support COMPILER_RT. Make GOLD an amd64-only option (not belived to be a functional change). PR: 212312 Modified: head/devel/llvm-devel/Makefile head/devel/llvm38/Makefile head/devel/llvm39/Makefile Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Thu Sep 1 20:27:24 2016 (r421245) +++ head/devel/llvm-devel/Makefile Thu Sep 1 22:06:31 2016 (r421246) @@ -33,8 +33,8 @@ GH_TAGNAME= ${LLVM_COMMIT} .include "Makefile.snapshot" -OPTIONS_DEFINE= CLANG DOCS EXTRAS GOLD LIT LLD LLDB -OPTIONS_DEFINE_amd64= COMPILER_RT OPENMP +OPTIONS_DEFINE= CLANG DOCS EXTRAS LIT LLD LLDB +OPTIONS_DEFINE_amd64= COMPILER_RT GOLD OPENMP OPTIONS_DEFINE_i386= COMPILER_RT OPTIONS_DEFAULT= CLANG EXTRAS LIT LLD LLDB OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD OPENMP @@ -183,6 +183,18 @@ COMMANDS+= lldb \ _USES_PYTHON= python .endif +.if ! ${OPTIONS_DEFINE:MCOMPILER_RT} +# Hack to disable COMPILER_RT in plist of unsupported architectures +PLIST_SUB+= COMPILER_RT="@comment " +.else +.endif + +.if ! ${OPTIONS_DEFINE:MGOLD} +# Hack to disable GOLD in plist of unsupported architectures +PLIST_SUB+= GOLD="@comment " +.else +.endif + .if ! ${OPTIONS_DEFINE:MOPENMP} # Hack to disable OPENMP in plist of unsupported architectures PLIST_SUB+= OPENMP="@comment " Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Thu Sep 1 20:27:24 2016 (r421245) +++ head/devel/llvm38/Makefile Thu Sep 1 22:06:31 2016 (r421246) @@ -32,8 +32,8 @@ SUB_LIST= LLVM_PREFIX="${LLVM_PREFIX}" L CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} CMAKE_ARGS= -OPTIONS_DEFINE= CLANG DOCS EXTRAS GOLD LIT LLD LLDB -OPTIONS_DEFINE_amd64= COMPILER_RT OPENMP +OPTIONS_DEFINE= CLANG DOCS EXTRAS LIT LLD LLDB +OPTIONS_DEFINE_amd64= COMPILER_RT GOLD OPENMP OPTIONS_DEFINE_i386= COMPILER_RT OPTIONS_DEFAULT= CLANG EXTRAS LIT LLD LLDB OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD OPENMP @@ -173,6 +173,18 @@ COMMANDS+= argdumper \ _USES_PYTHON= python .endif +.if ! ${OPTIONS_DEFINE:MCOMPILER_RT} +# Hack to disable COMPILER_RT in plist of unsupported architectures +PLIST_SUB+= COMPILER_RT="@comment " +.else +.endif + +.if ! ${OPTIONS_DEFINE:MGOLD} +# Hack to disable GOLD in plist of unsupported architectures +PLIST_SUB+= GOLD="@comment " +.else +.endif + .if ! ${OPTIONS_DEFINE:MOPENMP} # Hack to disable OPENMP in plist of unsupported architectures PLIST_SUB+= OPENMP="@comment " Modified: head/devel/llvm39/Makefile ============================================================================== --- head/devel/llvm39/Makefile Thu Sep 1 20:27:24 2016 (r421245) +++ head/devel/llvm39/Makefile Thu Sep 1 22:06:31 2016 (r421246) @@ -33,8 +33,8 @@ SUB_LIST= LLVM_PREFIX="${LLVM_PREFIX}" L CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} CMAKE_ARGS= -OPTIONS_DEFINE= CLANG DOCS EXTRAS GOLD LIT LLD LLDB -OPTIONS_DEFINE_amd64= COMPILER_RT OPENMP +OPTIONS_DEFINE= CLANG DOCS EXTRAS LIT LLD LLDB +OPTIONS_DEFINE_amd64= COMPILER_RT GOLD OPENMP OPTIONS_DEFINE_i386= COMPILER_RT OPTIONS_DEFAULT= CLANG EXTRAS LIT LLD LLDB OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD OPENMP @@ -183,6 +183,18 @@ COMMANDS+= argdumper \ _USES_PYTHON= python .endif +.if ! ${OPTIONS_DEFINE:MCOMPILER_RT} +# Hack to disable COMPILER_RT in plist of unsupported architectures +PLIST_SUB+= COMPILER_RT="@comment " +.else +.endif + +.if ! ${OPTIONS_DEFINE:MGOLD} +# Hack to disable GOLD in plist of unsupported architectures +PLIST_SUB+= GOLD="@comment " +.else +.endif + .if ! ${OPTIONS_DEFINE:MOPENMP} # Hack to disable OPENMP in plist of unsupported architectures PLIST_SUB+= OPENMP="@comment " From owner-svn-ports-all@freebsd.org Thu Sep 1 22:33:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5574EBCCCF9; Thu, 1 Sep 2016 22:33:42 +0000 (UTC) (envelope-from madpilot@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 mx1.freebsd.org (Postfix) with ESMTPS id 0E1D4A0A; Thu, 1 Sep 2016 22:33:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81MXfjY093367; Thu, 1 Sep 2016 22:33:41 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81MXfl8093365; Thu, 1 Sep 2016 22:33:41 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609012233.u81MXfl8093365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 1 Sep 2016 22:33:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421247 - head/net/asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 22:33:42 -0000 Author: madpilot Date: Thu Sep 1 22:33:40 2016 New Revision: 421247 URL: https://svnweb.freebsd.org/changeset/ports/421247 Log: - Update to 13.11.0 - Make using base compiler the dafault on amd64 and i386 Modified: head/net/asterisk13/Makefile head/net/asterisk13/distinfo Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Thu Sep 1 22:06:31 2016 (r421246) +++ head/net/asterisk13/Makefile Thu Sep 1 22:33:40 2016 (r421247) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.10.0 +PORTVERSION= 13.11.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -66,8 +66,8 @@ OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI OPTIONS_DEFINE_sparc64= DAHDI -OPTIONS_DEFAULT_i386= DAHDI GCC XMPP -OPTIONS_DEFAULT_amd64= DAHDI GCC XMPP +OPTIONS_DEFAULT_i386= DAHDI BASE XMPP +OPTIONS_DEFAULT_amd64= DAHDI BASE XMPP OPTIONS_DEFAULT_sparc64= DAHDI GCC XMPP OPTIONS_DEFAULT_powerpc= GCC XMPP OPTIONS_DEFAULT_armv6= BASE Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Thu Sep 1 22:06:31 2016 (r421246) +++ head/net/asterisk13/distinfo Thu Sep 1 22:33:40 2016 (r421247) @@ -1,6 +1,6 @@ -TIMESTAMP = 1469124523 -SHA256 (asterisk-13.10.0.tar.gz) = aba45d01067fa6cb1aea0c1a2a1ad6483f1e137258aea2a6a73a03bc469513b3 -SIZE (asterisk-13.10.0.tar.gz) = 32628566 +TIMESTAMP = 1472754020 +SHA256 (asterisk-13.11.0.tar.gz) = 6293cc01c380bceb927ec48f325bd67fbc4b099eaa22052e90a9909f38c14d52 +SIZE (asterisk-13.11.0.tar.gz) = 32644207 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 From owner-svn-ports-all@freebsd.org Thu Sep 1 23:05:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5233DBCC4DB; Thu, 1 Sep 2016 23:05:18 +0000 (UTC) (envelope-from bsam@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 mx1.freebsd.org (Postfix) with ESMTPS id 1FF22BE4; Thu, 1 Sep 2016 23:05:18 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81N5HL6004601; Thu, 1 Sep 2016 23:05:17 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81N5H7T004599; Thu, 1 Sep 2016 23:05:17 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201609012305.u81N5H7T004599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 1 Sep 2016 23:05:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421248 - head/java/intellij X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 23:05:18 -0000 Author: bsam Date: Thu Sep 1 23:05:16 2016 New Revision: 421248 URL: https://svnweb.freebsd.org/changeset/ports/421248 Log: java/intellij: Update to version 2016.2.3 Modified: head/java/intellij/Makefile head/java/intellij/distinfo Modified: head/java/intellij/Makefile ============================================================================== --- head/java/intellij/Makefile Thu Sep 1 22:33:40 2016 (r421247) +++ head/java/intellij/Makefile Thu Sep 1 23:05:16 2016 (r421248) @@ -5,7 +5,7 @@ # Vadim Zhukov PORTNAME= intellij -PORTVERSION= 2016.2.2 +PORTVERSION= 2016.2.3 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ @@ -25,7 +25,7 @@ JAVA_VERSION= 1.7+ NO_ARCH= yes NO_BUILD= yes -WRKDIST= ${WRKDIR}/idea-IC-162.1628.40 +WRKDIST= ${WRKDIR}/idea-IC-162.1812.17 .include "common.mk" Modified: head/java/intellij/distinfo ============================================================================== --- head/java/intellij/distinfo Thu Sep 1 22:33:40 2016 (r421247) +++ head/java/intellij/distinfo Thu Sep 1 23:05:16 2016 (r421248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471955654 -SHA256 (ideaIC-2016.2.2.tar.gz) = 7cedd04b0a57ef5d004fd9e7fc0550c3a4b7564f74e9ed67d81141640e15a424 -SIZE (ideaIC-2016.2.2.tar.gz) = 336176658 +TIMESTAMP = 1472738655 +SHA256 (ideaIC-2016.2.3.tar.gz) = 3a3fde46e4eefad4a4f0bf3ebabf1a67f27f6e5a157d1b2ee416b1df5d6b8e04 +SIZE (ideaIC-2016.2.3.tar.gz) = 336280568 From owner-svn-ports-all@freebsd.org Fri Sep 2 00:42:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2FCCBCB43E; Fri, 2 Sep 2016 00:42:46 +0000 (UTC) (envelope-from danilo@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 mx1.freebsd.org (Postfix) with ESMTPS id A2F48C2B; Fri, 2 Sep 2016 00:42:46 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u820gj7P042427; Fri, 2 Sep 2016 00:42:45 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u820gjiL042424; Fri, 2 Sep 2016 00:42:45 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201609020042.u820gjiL042424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 2 Sep 2016 00:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421249 - head/editors/nano X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 00:42:47 -0000 Author: danilo Date: Fri Sep 2 00:42:45 2016 New Revision: 421249 URL: https://svnweb.freebsd.org/changeset/ports/421249 Log: - Update to 2.7.0 Modified: head/editors/nano/Makefile head/editors/nano/distinfo head/editors/nano/pkg-plist Modified: head/editors/nano/Makefile ============================================================================== --- head/editors/nano/Makefile Thu Sep 1 23:05:16 2016 (r421248) +++ head/editors/nano/Makefile Fri Sep 2 00:42:45 2016 (r421249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.4.3 +PORTVERSION= 2.7.0 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU @@ -31,6 +31,9 @@ INFO= nano PORTSCOUT= limitw:1,even +post-configure: + ${REINPLACE_CMD} -e 's/update_revision//g' ${WRKSRC}/src/Makefile + post-build: cd ${WRKSRC}/doc/man; ${REINPLACE_CMD} \ -e 's:SYSCONFDIR:${PREFIX}/etc:g' \ Modified: head/editors/nano/distinfo ============================================================================== --- head/editors/nano/distinfo Thu Sep 1 23:05:16 2016 (r421248) +++ head/editors/nano/distinfo Fri Sep 2 00:42:45 2016 (r421249) @@ -1,2 +1,3 @@ -SHA256 (nano-2.4.3.tar.gz) = 32d627072b6026678e4f4095c047adec92ac7ec542dd6d91cf27f49b601768f2 -SIZE (nano-2.4.3.tar.gz) = 1878096 +TIMESTAMP = 1472747319 +SHA256 (nano-2.7.0.tar.gz) = 5dd1e9cf8e3de676c141a0b23f312e68380ef049926e2913e2114bbe32fbeac3 +SIZE (nano-2.7.0.tar.gz) = 2019889 Modified: head/editors/nano/pkg-plist ============================================================================== --- head/editors/nano/pkg-plist Thu Sep 1 23:05:16 2016 (r421248) +++ head/editors/nano/pkg-plist Fri Sep 2 00:42:45 2016 (r421249) @@ -26,6 +26,7 @@ man/man5/nanorc.5.gz %%NLS%%share/locale/fr/LC_MESSAGES/nano.mo %%NLS%%share/locale/ga/LC_MESSAGES/nano.mo %%NLS%%share/locale/gl/LC_MESSAGES/nano.mo +%%NLS%%share/locale/hr/LC_MESSAGES/nano.mo %%NLS%%share/locale/hu/LC_MESSAGES/nano.mo %%NLS%%share/locale/id/LC_MESSAGES/nano.mo %%NLS%%share/locale/it/LC_MESSAGES/nano.mo @@ -47,6 +48,7 @@ man/man5/nanorc.5.gz %%NLS%%share/locale/zh_CN/LC_MESSAGES/nano.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/nano.mo %%DATADIR%%/asm.nanorc +%%DATADIR%%/autoconf.nanorc %%DATADIR%%/awk.nanorc %%DATADIR%%/c.nanorc %%DATADIR%%/changelog.nanorc @@ -70,6 +72,7 @@ man/man5/nanorc.5.gz %%DATADIR%%/mgp.nanorc %%DATADIR%%/mutt.nanorc %%DATADIR%%/nanorc.nanorc +%%DATADIR%%/nftables.nanorc %%DATADIR%%/objc.nanorc %%DATADIR%%/ocaml.nanorc %%DATADIR%%/patch.nanorc @@ -80,6 +83,7 @@ man/man5/nanorc.5.gz %%DATADIR%%/pov.nanorc %%DATADIR%%/python.nanorc %%DATADIR%%/ruby.nanorc +%%DATADIR%%/rust.nanorc %%DATADIR%%/sh.nanorc %%DATADIR%%/spec.nanorc %%DATADIR%%/tcl.nanorc From owner-svn-ports-all@freebsd.org Fri Sep 2 04:27:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A45DBCB6FF; Fri, 2 Sep 2016 04:27:46 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 145A2883; Fri, 2 Sep 2016 04:27:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u824RjwA025864; Fri, 2 Sep 2016 04:27:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u824RjYb025863; Fri, 2 Sep 2016 04:27:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201609020427.u824RjYb025863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 2 Sep 2016 04:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421250 - head/deskutils/gnome-contacts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 04:27:46 -0000 Author: pi Date: Fri Sep 2 04:27:45 2016 New Revision: 421250 URL: https://svnweb.freebsd.org/changeset/ports/421250 Log: deskutils/gnome-contacts: Fix build - added missing depends - fixed several USE_GNOME aspects - NLS option added PR: 210971 Reported by: lumiwa@gmail.com Submitted by: Walter Schwarzenfeld Modified: head/deskutils/gnome-contacts/Makefile Modified: head/deskutils/gnome-contacts/Makefile ============================================================================== --- head/deskutils/gnome-contacts/Makefile Fri Sep 2 00:42:45 2016 (r421249) +++ head/deskutils/gnome-contacts/Makefile Fri Sep 2 04:27:45 2016 (r421250) @@ -3,6 +3,7 @@ PORTNAME= gnome-contacts PORTVERSION= 3.18.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME @@ -15,16 +16,31 @@ LIB_DEPENDS= libgoa-1.0.so:net/gnome-onl libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libgee-0.8.so:devel/libgee \ libfolks.so:net-im/folks \ - libnotify.so:devel/libnotify + libnotify.so:devel/libnotify \ + libgeocode-glib.so:net/geocode-glib \ + libgstreamer-1.0.so:multimedia/gstreamer1 \ + libjson-glib-1.0.so:devel/json-glib \ + libdrm.so:graphics/libdrm \ + libexpat.so:textproc/expat2 \ + libcogl.so:graphics/cogl \ + libclutter-1.0.so:graphics/clutter \ + libsoup-2.4.so:devel/libsoup \ + libsecret-1.so:security/libsecret \ + libnspr4.so:devel/nspr \ + libtelepathy-glib.so:net-im/telepathy-glib \ + libglib-2.0.so:devel/glib20 PORTSCOUT= limitw:1,even -USE_GNOME= evolutiondataserver3 gnomedesktop3 gtk30 intlhack \ - introspection:build -USES= gettext gmake gnome pathfix perl5 pkgconfig tar:xz +USE_XORG= x11 xcb xcomposite xdamage xext xfixes xi xrandr +USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 glib20 gnomedesktop3 \ + gtk30 intlhack introspection:build +USE_GL= egl +USES= gettext gmake gnome pathfix perl5 pkgconfig sqlite tar:xz GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib + MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} GLIB_SCHEMAS= org.gnome.Contacts.enums.xml \ @@ -33,7 +49,7 @@ GLIB_SCHEMAS= org.gnome.Contacts.enums.x CHEESE_DESC= Cheese webcam support OPTIONS_SUB= yes -OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFINE= MANPAGES NLS OPTIONS_DEFAULT=MANPAGES OPTIONS_DEFINE_i386= CHEESE @@ -49,4 +65,8 @@ MANPAGES_USE= GNOME=libxslt:build MANPAGES_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \ docbook-xsl>=0:textproc/docbook-xsl +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext + + .include From owner-svn-ports-all@freebsd.org Fri Sep 2 05:17:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C10CBCBFD6; Fri, 2 Sep 2016 05:17:18 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 59E1593B; Fri, 2 Sep 2016 05:17:18 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u825HHjI044863; Fri, 2 Sep 2016 05:17:17 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u825HG7p044856; Fri, 2 Sep 2016 05:17:16 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201609020517.u825HG7p044856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 2 Sep 2016 05:17:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421251 - in head/devel/jansson: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 05:17:18 -0000 Author: vanilla Date: Fri Sep 2 05:17:16 2016 New Revision: 421251 URL: https://svnweb.freebsd.org/changeset/ports/421251 Log: Update to 2.8. Deleted: head/devel/jansson/files/patch-CVE-2016-4425 Modified: head/devel/jansson/Makefile head/devel/jansson/distinfo head/devel/jansson/files/patch-src_hashtable.c head/devel/jansson/files/patch-src_jansson.h head/devel/jansson/files/patch-src_utf.h head/devel/jansson/files/patch-src_value.c head/devel/jansson/pkg-plist Modified: head/devel/jansson/Makefile ============================================================================== --- head/devel/jansson/Makefile Fri Sep 2 04:27:45 2016 (r421250) +++ head/devel/jansson/Makefile Fri Sep 2 05:17:16 2016 (r421251) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jansson -PORTVERSION= 2.7 -PORTREVISION= 3 +PORTVERSION= 2.8 CATEGORIES= devel MASTER_SITES= http://www.digip.org/jansson/releases/ Modified: head/devel/jansson/distinfo ============================================================================== --- head/devel/jansson/distinfo Fri Sep 2 04:27:45 2016 (r421250) +++ head/devel/jansson/distinfo Fri Sep 2 05:17:16 2016 (r421251) @@ -1,2 +1,3 @@ -SHA256 (jansson-2.7.tar.bz2) = 459f2b7cf22fb676286723f26169a17cf111fbfb6f54e3dc2ec6b6f9f4a97bdc -SIZE (jansson-2.7.tar.bz2) = 357335 +TIMESTAMP = 1472781275 +SHA256 (jansson-2.8.tar.bz2) = cf4682f317e2cb3cd69090c8602771a93effd43ea5970cf1444f542af9c631c4 +SIZE (jansson-2.8.tar.bz2) = 349617 Modified: head/devel/jansson/files/patch-src_hashtable.c ============================================================================== --- head/devel/jansson/files/patch-src_hashtable.c Fri Sep 2 04:27:45 2016 (r421250) +++ head/devel/jansson/files/patch-src_hashtable.c Fri Sep 2 05:17:16 2016 (r421251) @@ -1,56 +1,56 @@ ---- src/hashtable.c.orig 2014-02-11 15:53:06.000000000 +0800 -+++ src/hashtable.c 2014-02-15 18:45:56.864995487 +0800 -@@ -103,10 +103,10 @@ static int hashtable_do_del(hashtable_t +--- src/hashtable.c.orig 2016-08-25 17:21:36 UTC ++++ src/hashtable.c +@@ -108,10 +108,10 @@ static int hashtable_do_del(hashtable_t { pair_t *pair; bucket_t *bucket; - size_t index; -+ size_t ind; ++ size_t idx; - index = hash & hashmask(hashtable->order); - bucket = &hashtable->buckets[index]; -+ ind = hash & hashmask(hashtable->order); -+ bucket = &hashtable->buckets[ind]; ++ idx = hash & hashmask(hashtable->order); ++ bucket = &hashtable->buckets[idx]; pair = hashtable_find_pair(hashtable, bucket, key, hash); if(!pair) -@@ -148,7 +148,7 @@ static int hashtable_do_rehash(hashtable +@@ -154,7 +154,7 @@ static int hashtable_do_rehash(hashtable { list_t *list, *next; pair_t *pair; -- size_t i, index, new_size; -+ size_t i, ind, new_size; +- size_t i, index, new_size, new_order; ++ size_t i, idx, new_size, new_order; + struct hashtable_bucket *new_buckets; - jsonp_free(hashtable->buckets); - -@@ -171,8 +171,8 @@ static int hashtable_do_rehash(hashtable + new_order = hashtable->order + 1; +@@ -180,8 +180,8 @@ static int hashtable_do_rehash(hashtable for(; list != &hashtable->list; list = next) { next = list->next; pair = list_to_pair(list); - index = pair->hash % new_size; - insert_to_bucket(hashtable, &hashtable->buckets[index], &pair->list); -+ ind = pair->hash % new_size; -+ insert_to_bucket(hashtable, &hashtable->buckets[ind], &pair->list); ++ idx = pair->hash % new_size; ++ insert_to_bucket(hashtable, &hashtable->buckets[idx], &pair->list); } return 0; -@@ -212,7 +212,7 @@ int hashtable_set(hashtable_t *hashtable +@@ -220,7 +220,7 @@ int hashtable_set(hashtable_t *hashtable { pair_t *pair; bucket_t *bucket; - size_t hash, index; -+ size_t hash, ind; ++ size_t hash, idx; /* rehash if the load ratio exceeds 1 */ if(hashtable->size >= hashsize(hashtable->order)) -@@ -220,8 +220,8 @@ int hashtable_set(hashtable_t *hashtable +@@ -228,8 +228,8 @@ int hashtable_set(hashtable_t *hashtable return -1; hash = hash_str(key); - index = hash & hashmask(hashtable->order); - bucket = &hashtable->buckets[index]; -+ ind = hash & hashmask(hashtable->order); -+ bucket = &hashtable->buckets[ind]; ++ idx = hash & hashmask(hashtable->order); ++ bucket = &hashtable->buckets[idx]; pair = hashtable_find_pair(hashtable, bucket, key, hash); if(pair) Modified: head/devel/jansson/files/patch-src_jansson.h ============================================================================== --- head/devel/jansson/files/patch-src_jansson.h Fri Sep 2 04:27:45 2016 (r421250) +++ head/devel/jansson/files/patch-src_jansson.h Fri Sep 2 05:17:16 2016 (r421251) @@ -1,33 +1,33 @@ ---- src/jansson.h.orig 2013-09-25 06:11:34.000000000 +0800 -+++ src/jansson.h 2013-09-25 06:13:20.000000000 +0800 -@@ -148,10 +148,10 @@ int json_object_iter_set_new(json_t *obj - key && (value = json_object_iter_value(json_object_key_to_iter(key))); \ - key = json_object_iter_key(json_object_iter_next(object, json_object_key_to_iter(key)))) +--- src/jansson.h.orig 2016-08-26 17:37:02 UTC ++++ src/jansson.h +@@ -159,10 +159,10 @@ int json_object_iter_set_new(json_t *obj + key = json_object_iter_key(n), \ + n = json_object_iter_next(object, json_object_key_to_iter(key))) -#define json_array_foreach(array, index, value) \ - for(index = 0; \ - index < json_array_size(array) && (value = json_array_get(array, index)); \ - index++) -+#define json_array_foreach(array, ind, value) \ -+ for(ind = 0; \ -+ ind < json_array_size(array) && (value = json_array_get(array, ind)); \ -+ ind++) ++#define json_array_foreach(array, idx, value) \ ++ for(idx = 0; \ ++ idx < json_array_size(array) && (value = json_array_get(array, idx)); \ ++ idx++) static JSON_INLINE int json_object_set(json_t *object, const char *key, json_t *value) -@@ -172,11 +172,11 @@ int json_object_iter_set(json_t *object, +@@ -183,11 +183,11 @@ int json_object_iter_set(json_t *object, } size_t json_array_size(const json_t *array); -json_t *json_array_get(const json_t *array, size_t index); -int json_array_set_new(json_t *array, size_t index, json_t *value); -+json_t *json_array_get(const json_t *array, size_t ind); -+int json_array_set_new(json_t *array, size_t ind, json_t *value); ++json_t *json_array_get(const json_t *array, size_t idx); ++int json_array_set_new(json_t *array, size_t idx, json_t *value); int json_array_append_new(json_t *array, json_t *value); -int json_array_insert_new(json_t *array, size_t index, json_t *value); -int json_array_remove(json_t *array, size_t index); -+int json_array_insert_new(json_t *array, size_t ind, json_t *value); -+int json_array_remove(json_t *array, size_t ind); ++int json_array_insert_new(json_t *array, size_t idx, json_t *value); ++int json_array_remove(json_t *array, size_t idx); int json_array_clear(json_t *array); int json_array_extend(json_t *array, json_t *other); Modified: head/devel/jansson/files/patch-src_utf.h ============================================================================== --- head/devel/jansson/files/patch-src_utf.h Fri Sep 2 04:27:45 2016 (r421250) +++ head/devel/jansson/files/patch-src_utf.h Fri Sep 2 05:17:16 2016 (r421251) @@ -1,5 +1,5 @@ ---- src/utf.h.orig 2014-10-13 20:43:43.714736504 +0800 -+++ src/utf.h 2014-10-13 20:43:55.760735241 +0800 +--- src/utf.h.orig 2015-03-07 07:02:40 UTC ++++ src/utf.h @@ -16,6 +16,8 @@ #include #endif Modified: head/devel/jansson/files/patch-src_value.c ============================================================================== --- head/devel/jansson/files/patch-src_value.c Fri Sep 2 04:27:45 2016 (r421250) +++ head/devel/jansson/files/patch-src_value.c Fri Sep 2 05:17:16 2016 (r421251) @@ -1,11 +1,11 @@ ---- src/value.c.orig 2013-09-25 06:13:36.000000000 +0800 -+++ src/value.c 2013-09-25 06:15:37.000000000 +0800 -@@ -360,20 +360,20 @@ size_t json_array_size(const json_t *jso +--- src/value.c.orig 2016-08-25 17:21:36 UTC ++++ src/value.c +@@ -375,20 +375,20 @@ size_t json_array_size(const json_t *jso return json_to_array(json)->entries; } -json_t *json_array_get(const json_t *json, size_t index) -+json_t *json_array_get(const json_t *json, size_t ind) ++json_t *json_array_get(const json_t *json, size_t idx) { json_array_t *array; if(!json_is_array(json)) @@ -13,24 +13,24 @@ array = json_to_array(json); - if(index >= array->entries) -+ if(ind >= array->entries) ++ if(idx >= array->entries) return NULL; - return array->table[index]; -+ return array->table[ind]; ++ return array->table[idx]; } -int json_array_set_new(json_t *json, size_t index, json_t *value) -+int json_array_set_new(json_t *json, size_t ind, json_t *value) ++int json_array_set_new(json_t *json, size_t idx, json_t *value) { json_array_t *array; -@@ -387,14 +387,14 @@ int json_array_set_new(json_t *json, siz +@@ -402,14 +402,14 @@ int json_array_set_new(json_t *json, siz } array = json_to_array(json); - if(index >= array->entries) -+ if(ind >= array->entries) ++ if(idx >= array->entries) { json_decref(value); return -1; @@ -38,73 +38,73 @@ - json_decref(array->table[index]); - array->table[index] = value; -+ json_decref(array->table[ind]); -+ array->table[ind] = value; ++ json_decref(array->table[idx]); ++ array->table[idx] = value; return 0; } -@@ -466,7 +466,7 @@ int json_array_append_new(json_t *json, +@@ -481,7 +481,7 @@ int json_array_append_new(json_t *json, return 0; } -int json_array_insert_new(json_t *json, size_t index, json_t *value) -+int json_array_insert_new(json_t *json, size_t ind, json_t *value) ++int json_array_insert_new(json_t *json, size_t idx, json_t *value) { json_array_t *array; json_t **old_table; -@@ -480,7 +480,7 @@ int json_array_insert_new(json_t *json, +@@ -495,7 +495,7 @@ int json_array_insert_new(json_t *json, } array = json_to_array(json); - if(index > array->entries) { -+ if(ind > array->entries) { ++ if(idx > array->entries) { json_decref(value); return -1; } -@@ -492,21 +492,21 @@ int json_array_insert_new(json_t *json, +@@ -507,21 +507,21 @@ int json_array_insert_new(json_t *json, } if(old_table != array->table) { - array_copy(array->table, 0, old_table, 0, index); - array_copy(array->table, index + 1, old_table, index, - array->entries - index); -+ array_copy(array->table, 0, old_table, 0, ind); -+ array_copy(array->table, ind + 1, old_table, ind, -+ array->entries - ind); ++ array_copy(array->table, 0, old_table, 0, idx); ++ array_copy(array->table, idx + 1, old_table, idx, ++ array->entries - idx); jsonp_free(old_table); } else - array_move(array, index + 1, index, array->entries - index); -+ array_move(array, ind + 1, ind, array->entries - ind); ++ array_move(array, idx + 1, idx, array->entries - idx); - array->table[index] = value; -+ array->table[ind] = value; ++ array->table[idx] = value; array->entries++; return 0; } -int json_array_remove(json_t *json, size_t index) -+int json_array_remove(json_t *json, size_t ind) ++int json_array_remove(json_t *json, size_t idx) { json_array_t *array; -@@ -514,14 +514,14 @@ int json_array_remove(json_t *json, size +@@ -529,14 +529,14 @@ int json_array_remove(json_t *json, size return -1; array = json_to_array(json); - if(index >= array->entries) -+ if(ind >= array->entries) ++ if(idx >= array->entries) return -1; - json_decref(array->table[index]); -+ json_decref(array->table[ind]); ++ json_decref(array->table[idx]); /* If we're removing the last element, nothing has to be moved */ - if(index < array->entries - 1) - array_move(array, index, index + 1, array->entries - index - 1); -+ if(ind < array->entries - 1) -+ array_move(array, ind, ind + 1, array->entries - ind - 1); ++ if(idx < array->entries - 1) ++ array_move(array, idx, idx + 1, array->entries - idx - 1); array->entries--; Modified: head/devel/jansson/pkg-plist ============================================================================== --- head/devel/jansson/pkg-plist Fri Sep 2 04:27:45 2016 (r421250) +++ head/devel/jansson/pkg-plist Fri Sep 2 05:17:16 2016 (r421251) @@ -3,5 +3,5 @@ include/jansson_config.h lib/libjansson.a lib/libjansson.so lib/libjansson.so.4 -lib/libjansson.so.4.7.0 +lib/libjansson.so.4.8.0 libdata/pkgconfig/jansson.pc From owner-svn-ports-all@freebsd.org Fri Sep 2 06:59:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A278BCC5B8; Fri, 2 Sep 2016 06:59:24 +0000 (UTC) (envelope-from crees@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 mx1.freebsd.org (Postfix) with ESMTPS id 6A7F983E; Fri, 2 Sep 2016 06:59:24 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u826xNIC082515; Fri, 2 Sep 2016 06:59:23 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u826xNga082513; Fri, 2 Sep 2016 06:59:23 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201609020659.u826xNga082513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Fri, 2 Sep 2016 06:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421252 - head/x11/kde4-workspace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 06:59:24 -0000 Author: crees Date: Fri Sep 2 06:59:23 2016 New Revision: 421252 URL: https://svnweb.freebsd.org/changeset/ports/421252 Log: Correct permissions on kcheckpass Without this, if the port is staged as non-root (default on new poudriere), the file is installed without setuid root and fails to unlock desktops. PR: ports/211218 Submitted by: jhb Approved by: maintainer timeout (kde, 2 months) Modified: head/x11/kde4-workspace/Makefile head/x11/kde4-workspace/pkg-plist Modified: head/x11/kde4-workspace/Makefile ============================================================================== --- head/x11/kde4-workspace/Makefile Fri Sep 2 05:17:16 2016 (r421251) +++ head/x11/kde4-workspace/Makefile Fri Sep 2 06:59:23 2016 (r421252) @@ -2,6 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/x11/kde4-workspace/pkg-plist ============================================================================== --- head/x11/kde4-workspace/pkg-plist Fri Sep 2 05:17:16 2016 (r421251) +++ head/x11/kde4-workspace/pkg-plist Fri Sep 2 06:59:23 2016 (r421252) @@ -229,7 +229,7 @@ lib/kde4/kwin_oxygen_config.so lib/kde4/libexec/fontinst lib/kde4/libexec/fontinst_helper lib/kde4/libexec/fontinst_x11 -lib/kde4/libexec/kcheckpass +@(root,wheel,6755) lib/kde4/libexec/kcheckpass lib/kde4/libexec/kcmdatetimehelper lib/kde4/libexec/kcmkdmhelper lib/kde4/libexec/kdm_config From owner-svn-ports-all@freebsd.org Fri Sep 2 07:29:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 438CBBCCF57; Fri, 2 Sep 2016 07:29:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0C984785; Fri, 2 Sep 2016 07:29:34 +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 u827TYgT093509; Fri, 2 Sep 2016 07:29:34 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u827TYjg093507; Fri, 2 Sep 2016 07:29:34 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201609020729.u827TYjg093507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 2 Sep 2016 07:29:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421253 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 07:29:35 -0000 Author: gerald Date: Fri Sep 2 07:29:33 2016 New Revision: 421253 URL: https://svnweb.freebsd.org/changeset/ports/421253 Log: Update to the 20160901 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Fri Sep 2 06:59:23 2016 (r421252) +++ head/lang/gcc6-devel/Makefile Fri Sep 2 07:29:33 2016 (r421253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.2.1.s20160825 +PORTVERSION= 6.2.1.s20160901 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Fri Sep 2 06:59:23 2016 (r421252) +++ head/lang/gcc6-devel/distinfo Fri Sep 2 07:29:33 2016 (r421253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472307969 -SHA256 (gcc-6-20160825.tar.bz2) = b1d433949d33baa4e7e5943a7688cf8d6a7c92d18a5b1acdb66c318a2a54d339 -SIZE (gcc-6-20160825.tar.bz2) = 95622471 +TIMESTAMP = 1472797566 +SHA256 (gcc-6-20160901.tar.bz2) = e7708293c0be69fccc434c81c861ca7215e5b72cec3efaf769580af3923a67b2 +SIZE (gcc-6-20160901.tar.bz2) = 95587829 From owner-svn-ports-all@freebsd.org Fri Sep 2 07:48:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 591CEBCCE2E; Fri, 2 Sep 2016 07:48:46 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 251D2351; Fri, 2 Sep 2016 07:48:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u827mjlQ001433; Fri, 2 Sep 2016 07:48:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u827mj2d001431; Fri, 2 Sep 2016 07:48:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201609020748.u827mj2d001431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 2 Sep 2016 07:48:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421254 - head/devel/elixir-exactor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 07:48:46 -0000 Author: olgeni Date: Fri Sep 2 07:48:45 2016 New Revision: 421254 URL: https://svnweb.freebsd.org/changeset/ports/421254 Log: Update devel/elixir-exactor to version 2.2.2. Modified: head/devel/elixir-exactor/Makefile head/devel/elixir-exactor/distinfo Modified: head/devel/elixir-exactor/Makefile ============================================================================== --- head/devel/elixir-exactor/Makefile Fri Sep 2 07:29:33 2016 (r421253) +++ head/devel/elixir-exactor/Makefile Fri Sep 2 07:48:45 2016 (r421254) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exactor -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exactor/distinfo ============================================================================== --- head/devel/elixir-exactor/distinfo Fri Sep 2 07:29:33 2016 (r421253) +++ head/devel/elixir-exactor/distinfo Fri Sep 2 07:48:45 2016 (r421254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469547382 -SHA256 (sasa1977-exactor-2.2.1_GH0.tar.gz) = c4211030249b2863a124ad3b1dc6af62745ce4c4d9e4dda959217a33196d6b7d -SIZE (sasa1977-exactor-2.2.1_GH0.tar.gz) = 18284 +TIMESTAMP = 1472802458 +SHA256 (sasa1977-exactor-2.2.2_GH0.tar.gz) = 68ac9a38e9ddc01e03f46c0722b5f1565e1503832336e0e6cb6aea6832009bf2 +SIZE (sasa1977-exactor-2.2.2_GH0.tar.gz) = 18384 From owner-svn-ports-all@freebsd.org Fri Sep 2 08:11:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8F95BCD50F; Fri, 2 Sep 2016 08:11:11 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 7E169D11; Fri, 2 Sep 2016 08:11:11 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u828BABe010185; Fri, 2 Sep 2016 08:11:10 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u828BAKH009258; Fri, 2 Sep 2016 08:11:10 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201609020811.u828BAKH009258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 2 Sep 2016 08:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421255 - in head/devel: . cjose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 08:11:11 -0000 Author: vanilla Date: Fri Sep 2 08:11:10 2016 New Revision: 421255 URL: https://svnweb.freebsd.org/changeset/ports/421255 Log: Add cjose 0.4.1, c library implementing Javascript Object Signing & Encryption (JOSE). PR: 212314 Submitted by: jamie@chair6.net Added: head/devel/cjose/ head/devel/cjose/Makefile (contents, props changed) head/devel/cjose/distinfo (contents, props changed) head/devel/cjose/pkg-descr (contents, props changed) head/devel/cjose/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 2 07:48:45 2016 (r421254) +++ head/devel/Makefile Fri Sep 2 08:11:10 2016 (r421255) @@ -244,6 +244,7 @@ SUBDIR += chruby SUBDIR += cil SUBDIR += cityhash + SUBDIR += cjose SUBDIR += cl-alexandria SUBDIR += cl-alexandria-sbcl SUBDIR += cl-asdf Added: head/devel/cjose/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cjose/Makefile Fri Sep 2 08:11:10 2016 (r421255) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= cjose +PORTVERSION= 0.4.1 +CATEGORIES= devel + +MAINTAINER= jamie@chair6.net +COMMENT= C library implementing Javascript Object Signing & Encryption (JOSE) + +LICENSE= MIT + +LIB_DEPENDS+= libjansson.so:devel/jansson + +USES= libtool pathfix ssl +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= cisco +GH_PROJECT= cjose + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-jansson=${PREFIX} --with-openssl=${PREFIX} + +.include Added: head/devel/cjose/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cjose/distinfo Fri Sep 2 08:11:10 2016 (r421255) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472803526 +SHA256 (cisco-cjose-0.4.1_GH0.tar.gz) = b8077070672d730b2fe638abb9559dea2560297fd9b3fb76018100b1c115015b +SIZE (cisco-cjose-0.4.1_GH0.tar.gz) = 458026 Added: head/devel/cjose/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cjose/pkg-descr Fri Sep 2 08:11:10 2016 (r421255) @@ -0,0 +1,4 @@ +cjose is a C library implementing the Javascript Object Signing and +Encryption (JOSE) framework. + +WWW: https://github.com/cisco/cjose Added: head/devel/cjose/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cjose/pkg-plist Fri Sep 2 08:11:10 2016 (r421255) @@ -0,0 +1,14 @@ +include/cjose/base64.h +include/cjose/cjose.h +include/cjose/error.h +include/cjose/header.h +include/cjose/jwe.h +include/cjose/jwk.h +include/cjose/jws.h +include/cjose/util.h +include/cjose/version.h +lib/libcjose.a +lib/libcjose.so +lib/libcjose.so.0 +lib/libcjose.so.0.0.0 +libdata/pkgconfig/cjose.pc From owner-svn-ports-all@freebsd.org Fri Sep 2 08:26:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D936CBCD986; Fri, 2 Sep 2016 08:26:57 +0000 (UTC) (envelope-from gahr@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 mx1.freebsd.org (Postfix) with ESMTPS id 9970090E; Fri, 2 Sep 2016 08:26:57 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u828Qu9J016622; Fri, 2 Sep 2016 08:26:56 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u828Qu4x016620; Fri, 2 Sep 2016 08:26:56 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201609020826.u828Qu4x016620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 2 Sep 2016 08:26:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421256 - head/lang/seed7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 08:26:57 -0000 Author: gahr Date: Fri Sep 2 08:26:56 2016 New Revision: 421256 URL: https://svnweb.freebsd.org/changeset/ports/421256 Log: lang/seed7: update to 05_20160831 - The Seed7 runtime library has been improved to allow paths longer than PATH_MAX (260) characters under Windows. - The program sydir7.sd7 has been improved. Now it is avoided to copy a file, when source and destination differ only by date. The option -c has been added. With -c the source is copied and files that are missing in the source are removed from the destination. - The function readVolumeName in dir_rtl.c has been improved to allow extended length paths (This paths exist under Windows and have a prefix of \\?\ ). - The functions opendir and wopendir in dir_win.c have been improved to allow paths longer than 260. - In the library seed7_05.s7i the undocumented function xalloc has been removed. - The function printArgv has been added to arr_rtl.c to improve the logging. - The program chkccomp.c has been improved to write settings to always use the directory functions from dir_win.c under Windows. - The function adjustCwdForShell has been added to cmd_rtl.c. This function sets the current working directory to something acceptable by cmd.exe. - In stat_win.c the function wstati64 has been renamed to wstati64Ext and improved to call the original stat function, when possible. - The new file stat_drv.h has been added. In this file a prototype of wstati64Ext is defined when necessary. - The program wrdepend.c has been improved to work correctly, when the INCLUDE_OPTIONS macro contains newline characters. - Calls of logFunction have been added to arr_rtl.c, cmd_rtl.c, dir_rtl.c, executl.c, fil_rtl.c, pcs_win.c, runerr.c, sctlib.c, sigutl.c, stat_win.c and striutl.c. - Calls of logError have been added to arrlib.c, blnlib.c, cmd_rtl.c, conlib.c, dir_win.c, drwlib.c, enulib.c, fil_rtl.c, itflib.c, lstlib.c, prclib.c, reflib.c and striutl.c. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Fri Sep 2 08:11:10 2016 (r421255) +++ head/lang/seed7/Makefile Fri Sep 2 08:26:56 2016 (r421256) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20160731 +DISTVERSION= 05_20160831 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Fri Sep 2 08:11:10 2016 (r421255) +++ head/lang/seed7/distinfo Fri Sep 2 08:26:56 2016 (r421256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472472177 -SHA256 (seed7_05_20160731.tgz) = f76938a8fe08a5e037d89b3541a5f9bf2175515b87e73624188e14c5ad6fe806 -SIZE (seed7_05_20160731.tgz) = 2656738 +TIMESTAMP = 1472802895 +SHA256 (seed7_05_20160831.tgz) = 50592030154d4d6fb4400fe9b7a2da451783384ec778653ed1dcaa89b3be48cf +SIZE (seed7_05_20160831.tgz) = 2661481 From owner-svn-ports-all@freebsd.org Fri Sep 2 09:01:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2801BC97B0; Fri, 2 Sep 2016 09:01:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 82CC29E6; Fri, 2 Sep 2016 09:01:26 +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 u8291Peu029408; Fri, 2 Sep 2016 09:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8291P8a029407; Fri, 2 Sep 2016 09:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609020901.u8291P8a029407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 2 Sep 2016 09:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421257 - head/mail/queue-fix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 09:01:26 -0000 Author: amdmi3 Date: Fri Sep 2 09:01:25 2016 New Revision: 421257 URL: https://svnweb.freebsd.org/changeset/ports/421257 Log: - Switch to options helpers - Cosmetic fixes Modified: head/mail/queue-fix/Makefile Modified: head/mail/queue-fix/Makefile ============================================================================== --- head/mail/queue-fix/Makefile Fri Sep 2 08:26:56 2016 (r421256) +++ head/mail/queue-fix/Makefile Fri Sep 2 09:01:25 2016 (r421257) @@ -14,17 +14,17 @@ USES= qmail:run PREFIX?= ${QMAIL_PREFIX} -OPTIONS_DEFINE= DOCS BIG_TODO - -BIG_TODO_DESC= Use big_todo patch - -CONFIGURE_SCRIPT= -ALL_TARGET= +CONFIGURE_SCRIPT= # empty +ALL_TARGET= # empty PLIST_FILES= bin/queue-fix PORTDOCS= README +OPTIONS_DEFINE= DOCS BIG_TODO + +BIG_TODO_DESC= Use big_todo patch + .include .if (${PREFIX} == ${LOCALBASE}) @@ -46,9 +46,9 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/queue-fix ${STAGEDIR}${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif .include From owner-svn-ports-all@freebsd.org Fri Sep 2 09:09:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84469BC99D8; Fri, 2 Sep 2016 09:09:44 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id 474B1D9B; Fri, 2 Sep 2016 09:09:44 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8299hvm031934; Fri, 2 Sep 2016 09:09:43 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8299g7U031925; Fri, 2 Sep 2016 09:09:42 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201609020909.u8299g7U031925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 2 Sep 2016 09:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421258 - in head: . security security/acme-client security/acme-client/files security/letskencrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 09:09:44 -0000 Author: brnrd Date: Fri Sep 2 09:09:42 2016 New Revision: 421258 URL: https://svnweb.freebsd.org/changeset/ports/421258 Log: security/acme-client: Rename from letskencrypt, update to 0.1.11 - Rename security/letskencrypt to security/acme-client - Update to 0.1.11 - Modify periodic and sample scripts to use acme-client - Use new 'backup' option by default in renew script Added: head/security/acme-client/ - copied from r421257, head/security/letskencrypt/ head/security/acme-client/files/000.acme-client.sh.in - copied, changed from r421257, head/security/letskencrypt/files/000.letskencrypt.sh.in head/security/acme-client/files/acme-client.sh.sample.in - copied, changed from r421257, head/security/letskencrypt/files/letskencrypt.sh.sample.in Deleted: head/security/acme-client/files/000.letskencrypt.sh.in head/security/acme-client/files/letskencrypt.sh.sample.in head/security/letskencrypt/ Modified: head/MOVED head/security/Makefile head/security/acme-client/Makefile head/security/acme-client/distinfo head/security/acme-client/files/pkg-message.in head/security/acme-client/pkg-descr head/security/acme-client/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Fri Sep 2 09:01:25 2016 (r421257) +++ head/MOVED Fri Sep 2 09:09:42 2016 (r421258) @@ -8622,3 +8622,4 @@ net-mgmt/netams||2016-08-18|Has expired: emulators/kqemu-kmod||2016-08-26|Not supported in any qemu version anymore emulators/kqemu-kmod-devel||2016-08-26|Not supported in any qemu version anymore www/varnish-libvmod-saintmode|www/varnish-modules|2016-09-01|Upstream moved this module into the varnish-modules collection +security/letskencrypt|security/acme-client|2016-09-02|Upstream renamed the project Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Sep 2 09:01:25 2016 (r421257) +++ head/security/Makefile Fri Sep 2 09:09:42 2016 (r421258) @@ -8,6 +8,7 @@ SUBDIR += R-cran-ROAuth SUBDIR += R-cran-digest SUBDIR += R-cran-openssl + SUBDIR += acme-client SUBDIR += aescrypt SUBDIR += aespipe SUBDIR += afl @@ -289,7 +290,6 @@ SUBDIR += lasso SUBDIR += lastpass-cli SUBDIR += letsencrypt.sh - SUBDIR += letskencrypt SUBDIR += libadacrypt SUBDIR += libargon2 SUBDIR += libassuan Modified: head/security/acme-client/Makefile ============================================================================== --- head/security/letskencrypt/Makefile Fri Sep 2 09:01:25 2016 (r421257) +++ head/security/acme-client/Makefile Fri Sep 2 09:09:42 2016 (r421258) @@ -1,11 +1,11 @@ # Created by: Bernard Spil # $FreeBSD$ -PORTNAME= letskencrypt -PORTVERSION= 0.1.10 +PORTNAME= acme-client +PORTVERSION= 0.1.11 DISTVERSIONPREFIX= portable- CATEGORIES= security -MASTER_SITES= https://kristaps.bsd.lv/letskencrypt/snapshots/ \ +MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ LOCAL/brnrd MAINTAINER= brnrd@FreeBSD.org @@ -20,22 +20,22 @@ MAKE_ENV= PREFIX=${STAGEDIR}/${PREFIX} WWWDIR= ${PREFIX}/www/letsencrypt -SAMPLE_FILES= letskencrypt.sh.sample deploy.sh.sample -SUB_FILES= 000.letskencrypt.sh pkg-message ${SAMPLE_FILES} +SAMPLE_FILES= acme-client.sh.sample deploy.sh.sample +SUB_FILES= 000.acme-client.sh pkg-message ${SAMPLE_FILES} SUB_LIST= PORTNAME=${PORTNAME} PERIODIC_DIRS= etc/periodic/weekly -PERIODIC_FILES= 000.letskencrypt.sh +PERIODIC_FILES= 000.acme-client.sh post-patch: ${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \ -e "s|/var/www/letsencrypt|${WWWDIR}|" \ - ${WRKSRC}/main.c ${WRKSRC}/letskencrypt.1 + ${WRKSRC}/main.c ${WRKSRC}/acme-client.1 post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS} ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODIC_FILES} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS}/${PERIODIC_FILES} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/letskencrypt + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/acme-client . for d in etc/ssl/letsencrypt etc/ssl/letsencrypt/private \ etc/letsencrypt www/letsencrypt ${MKDIR} ${STAGEDIR}${PREFIX}/${d} Modified: head/security/acme-client/distinfo ============================================================================== --- head/security/letskencrypt/distinfo Fri Sep 2 09:01:25 2016 (r421257) +++ head/security/acme-client/distinfo Fri Sep 2 09:09:42 2016 (r421258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471626870 -SHA256 (letskencrypt-portable-0.1.10.tgz) = 7e902e2dd087d6137188d8b382190fd0decd67e9e7afbc630e96841e7e369c2e -SIZE (letskencrypt-portable-0.1.10.tgz) = 44534 +TIMESTAMP = 1472800677 +SHA256 (acme-client-portable-0.1.11.tgz) = cb197820ad5dbe0f264f96f3b39ba71c295ab07ea6447632ee0f11329dbff126 +SIZE (acme-client-portable-0.1.11.tgz) = 45226 Copied and modified: head/security/acme-client/files/000.acme-client.sh.in (from r421257, head/security/letskencrypt/files/000.letskencrypt.sh.in) ============================================================================== --- head/security/letskencrypt/files/000.letskencrypt.sh.in Fri Sep 2 09:01:25 2016 (r421257, copy source) +++ head/security/acme-client/files/000.acme-client.sh.in Fri Sep 2 09:09:42 2016 (r421258) @@ -9,28 +9,28 @@ fi PATH=$PATH:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin export PATH -case "$weekly_letskencrypt_enable" in +case "$weekly_acme_client_enable" in [Yy][Ee][Ss]) echo echo "Checking Let's Encrypt certificate status:" - if [ -x "$weekly_letskencrypt_renewscript" ] ; then - $weekly_letskencrypt_renewscript + if [ -x "$weekly_acme_client_renewscript" ] ; then + $weekly_acme_client_renewscript else - if [ -z "$weekly_letskencrypt_domains" ] ; then - weekly_letskencrypt_domains=$(hostname -f) - echo "Using hostname: $weekly_letskencrypt_domains" + if [ -z "$weekly_acme_client_domains" ] ; then + weekly_acme-client_domains=$(hostname -f) + echo "Using hostname: $weekly_acme_client_domains" fi - if [ -n "$weekly_letskencrypt_challengedir" ] ; then - weekly_letskencrypt_args="$weekly_letskencrypt_args -C $weekly_letskencrypt_challengedir" + if [ -n "$weekly_acme_client_challengedir" ] ; then + weekly_acme-client_args="$weekly_acme_client_args -C $weekly_acme_client_challengedir" fi - %%LOCALBASE%%/bin/letskencrypt $weekly_letskencrypt_args $weekly_letskencrypt_domains + %%LOCALBASE%%/bin/acme-client $weekly_acme_client_args $weekly_acme_client_domains fi echo "Deploying Let's Encrypt certificates:" - if [ -x "$weekly_letskencrypt_deployscript" ] ; then - $weekly_letskencrypt_deployscript + if [ -x "$weekly_acme_client_deployscript" ] ; then + $weekly_acme_client_deployscript else echo 'Skipped, deploy script not set.' fi Copied and modified: head/security/acme-client/files/acme-client.sh.sample.in (from r421257, head/security/letskencrypt/files/letskencrypt.sh.sample.in) ============================================================================== --- head/security/letskencrypt/files/letskencrypt.sh.sample.in Fri Sep 2 09:01:25 2016 (r421257, copy source) +++ head/security/acme-client/files/acme-client.sh.sample.in Fri Sep 2 09:09:42 2016 (r421258) @@ -5,16 +5,16 @@ SSLDIR="%%PREFIX%%/etc/ssl/letsencrypt" DOMAINSFILE="${BASEDIR}/domains.txt" CHALLENGEDIR="/usr/jails/http/usr/local/www/.well-known/acme-challenge" -[ ! -d "${SSLDIR}/priv" ] && mkdir -pm700 "${SSLDIR}/private" +[ ! -d "${SSLDIR}/private" ] && mkdir -pm700 "${SSLDIR}/private" cat "${DOMAINSFILE}" | while read domain line ; do CERTSDIR="${SSLDIR}/${domain}" [ ! -d "${CERTSDIR}" ] && mkdir -pm755 "${CERTSDIR}" set +e # RC=2 when time to expire > 30 days - letskencrypt -C "${CHALLENGEDIR}" \ - -k "${SSLDIR}/private/${domain}.pem" \ - -c "${CERTSDIR}" \ - ${domain} ${line} + acme-client -b -C "${CHALLENGEDIR}" \ + -k "${SSLDIR}/private/${domain}.pem" \ + -c "${CERTSDIR}" \ + ${domain} ${line} RC=$? set -e [ $RC -ne 0 -a $RC -ne 2 ] && exit $RC Modified: head/security/acme-client/files/pkg-message.in ============================================================================== --- head/security/letskencrypt/files/pkg-message.in Fri Sep 2 09:01:25 2016 (r421257) +++ head/security/acme-client/files/pkg-message.in Fri Sep 2 09:09:42 2016 (r421258) @@ -5,23 +5,23 @@ that you can for renewing and deploying In order to run the script regularly to update the certificates add this line to /etc/periodic.conf -weekly_letskencrypt_enable="YES" +weekly_acme_client_enable="YES" Additionally the following parameters can be added to /etc/periodic.conf (showing default values): To specify the domain name(s) to include in the certificate -weekly_letskencrypt_domains="$(hostname -f)" +weekly_acme_client_domains="$(hostname -f)" To specify the .well-known/acme-challenge directory (full path) -weekly_letskencrypt_challengedir="/usr/local/www/letsencrypt" +weekly_acme_client_challengedir="/usr/local/www/letsencrypt" -To set additional letskencrypt arguments (see letskencrypt(1)) -weekly_letskencrypt_args="" +To set additional acme-client arguments (see acme-client(1)) +weekly_acme_client_args="" To run a specific script for the renewal (ignore previously set variables) allows generating/renewing multiple keys/certificates -weekly_letskencrypt_renewscript=""%%PREFIX%%/etc/letsencrypt/%%PORTNAME%%.sh" +weekly_acme_client_renewscript=""%%PREFIX%%/etc/letsencrypt/%%PORTNAME%%.sh" To run a script after the renewal to deploy changed certs -weekly_letskencrypt_deployscript="%%PREFIX%%/etc/letsencrypt/deploy.sh" +weekly_acme_client_deployscript="%%PREFIX%%/etc/letsencrypt/deploy.sh" Modified: head/security/acme-client/pkg-descr ============================================================================== --- head/security/letskencrypt/pkg-descr Fri Sep 2 09:01:25 2016 (r421257) +++ head/security/acme-client/pkg-descr Fri Sep 2 09:09:42 2016 (r421258) @@ -1,5 +1,5 @@ -letskencrypt is a client for Let's Encrypt users, but one designed for +acme-client is a client for Let's Encrypt users, but one designed for security. No Python. No Ruby. No Bash. A straightforward, open source implementation in C that isolates each step of the sequence. -WWW: https://kristaps.bsd.lv/letskencrypt/ +WWW: https://kristaps.bsd.lv/acme-client/ Modified: head/security/acme-client/pkg-plist ============================================================================== --- head/security/letskencrypt/pkg-plist Fri Sep 2 09:01:25 2016 (r421257) +++ head/security/acme-client/pkg-plist Fri Sep 2 09:09:42 2016 (r421258) @@ -1,10 +1,10 @@ -bin/letskencrypt -man/man1/letskencrypt.1.gz -etc/periodic/weekly/000.letskencrypt.sh +bin/acme-client +man/man1/acme-client.1.gz +etc/periodic/weekly/000.acme-client.sh @dir(,,0700) etc/letsencrypt @dir(,,0755) etc/ssl @dir(,,0755) etc/ssl/letsencrypt @dir(,,0700) etc/ssl/letsencrypt/private @dir(,www,) %%WWWDIR%% @sample etc/letsencrypt/deploy.sh.sample -@sample etc/letsencrypt/letskencrypt.sh.sample +@sample etc/letsencrypt/acme-client.sh.sample From owner-svn-ports-all@freebsd.org Fri Sep 2 09:29:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5756BCB042; Fri, 2 Sep 2016 09:29:57 +0000 (UTC) (envelope-from mich@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 mx1.freebsd.org (Postfix) with ESMTPS id 5E034831; Fri, 2 Sep 2016 09:29:57 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u829Tuk2039474; Fri, 2 Sep 2016 09:29:56 GMT (envelope-from mich@FreeBSD.org) Received: (from mich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u829Tue8039472; Fri, 2 Sep 2016 09:29:56 GMT (envelope-from mich@FreeBSD.org) Message-Id: <201609020929.u829Tue8039472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mich set sender to mich@FreeBSD.org using -f From: Michael Landin Date: Fri, 2 Sep 2016 09:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421259 - head/games/braincurses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 09:29:57 -0000 Author: mich Date: Fri Sep 2 09:29:56 2016 New Revision: 421259 URL: https://svnweb.freebsd.org/changeset/ports/421259 Log: - update to -> 1.1.0 Modified: head/games/braincurses/Makefile head/games/braincurses/distinfo Modified: head/games/braincurses/Makefile ============================================================================== --- head/games/braincurses/Makefile Fri Sep 2 09:09:42 2016 (r421258) +++ head/games/braincurses/Makefile Fri Sep 2 09:29:56 2016 (r421259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= braincurses -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= games @@ -11,20 +11,20 @@ COMMENT= Clone of the Mastermind game LICENSE= GPLv2 -USES= ncurses +USES= gmake ncurses USE_GITHUB= yes GH_ACCOUNT= bderrly -LDFLAGS+= -L${LOCALBASE}/lib -lncurses +#LDFLAGS+= -L${LOCALBASE}/lib -lncurses OPTIONS_DEFINE= DOCS -do-build: - cd ${WRKSRC} && \ - ${CXX} -c -o windows/windows.o windows/windows.cpp && \ - ${CXX} ${CFLAGS} -c ${PORTNAME}.cpp && \ - ${CXX} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} windows/windows.o ${PORTNAME}.o +#do-build: +# cd ${WRKSRC} && \ +# ${CXX} -c -o main.o code.o braincurses.o && \ +# ${CXX} ${CFLAGS} -c ${PORTNAME}.cpp && \ +# ${CXX} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} windows/windows.o ${PORTNAME}.o do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: head/games/braincurses/distinfo ============================================================================== --- head/games/braincurses/distinfo Fri Sep 2 09:09:42 2016 (r421258) +++ head/games/braincurses/distinfo Fri Sep 2 09:29:56 2016 (r421259) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464774562 -SHA256 (bderrly-braincurses-v1.0.0_GH0.tar.gz) = d659876dc11fe94637ad41a140a785b06f8fc508455637ccb7d4b14c51437785 -SIZE (bderrly-braincurses-v1.0.0_GH0.tar.gz) = 11726 +TIMESTAMP = 1472807630 +SHA256 (bderrly-braincurses-v1.1.0_GH0.tar.gz) = ed045ff7fdeab7e1627d56c84f4fe50c8a0043a1440efabb325a420593d99023 +SIZE (bderrly-braincurses-v1.1.0_GH0.tar.gz) = 13030 From owner-svn-ports-all@freebsd.org Fri Sep 2 09:53:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24EF5BCB8DB; Fri, 2 Sep 2016 09:53:57 +0000 (UTC) (envelope-from ed@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 mx1.freebsd.org (Postfix) with ESMTPS id E6AA0798; Fri, 2 Sep 2016 09:53:56 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u829ruxq050262; Fri, 2 Sep 2016 09:53:56 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u829ru5O050261; Fri, 2 Sep 2016 09:53:56 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201609020953.u829ru5O050261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Fri, 2 Sep 2016 09:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421260 - head/devel/cloudabi-toolchain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 09:53:57 -0000 Author: ed (src committer) Date: Fri Sep 2 09:53:55 2016 New Revision: 421260 URL: https://svnweb.freebsd.org/changeset/ports/421260 Log: Add basic bits to the cloudabi-toolchain port to support ARMv6. Though Clang 3.9 and LLD 3.9 will not provide all the necessary bits to create fully working binaries for ARMv6, start off by putting symlinks to the tools in place. By the time LLVM trunk fully supports it, I'll add an option to this port to toggle between 3.9 and trunk. Modified: head/devel/cloudabi-toolchain/Makefile Modified: head/devel/cloudabi-toolchain/Makefile ============================================================================== --- head/devel/cloudabi-toolchain/Makefile Fri Sep 2 09:29:56 2016 (r421259) +++ head/devel/cloudabi-toolchain/Makefile Fri Sep 2 09:53:55 2016 (r421260) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-toolchain -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= devel MASTER_SITES= # None DISTFILES= # None @@ -18,8 +18,8 @@ RUN_DEPENDS= clang${LLVM_SUFFIX}:devel/l LLVM_SUFFIX= 39 -CLOUDABI_ARCHS= aarch64-unknown-cloudabi i686-unknown-cloudabi \ - x86_64-unknown-cloudabi +CLOUDABI_ARCHS= aarch64-unknown-cloudabi armv6-unknown-cloudabi-eabihf \ + i686-unknown-cloudabi x86_64-unknown-cloudabi LLVM_TOOLS= ar nm objdump ranlib size SHELL_TOOLS= man pkg-config From owner-svn-ports-all@freebsd.org Fri Sep 2 10:14:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 352F6BCBF5B; Fri, 2 Sep 2016 10:14:40 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id EADE4BB; Fri, 2 Sep 2016 10:14:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82AEd43058145; Fri, 2 Sep 2016 10:14:39 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82AEcsc058142; Fri, 2 Sep 2016 10:14:38 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201609021014.u82AEcsc058142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 2 Sep 2016 10:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421261 - in head/devel: . etcd3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 10:14:40 -0000 Author: olgeni Date: Fri Sep 2 10:14:38 2016 New Revision: 421261 URL: https://svnweb.freebsd.org/changeset/ports/421261 Log: Add devel/etcd3, the (very different) 3.x branch of devel/etcd. Added: head/devel/etcd3/ - copied from r421168, head/devel/etcd/ Modified: head/devel/Makefile head/devel/etcd3/Makefile head/devel/etcd3/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 2 09:53:55 2016 (r421260) +++ head/devel/Makefile Fri Sep 2 10:14:38 2016 (r421261) @@ -520,6 +520,7 @@ SUBDIR += erlang-syslog SUBDIR += es-eric6 SUBDIR += etcd + SUBDIR += etcd3 SUBDIR += etl SUBDIR += euca2ools SUBDIR += eventxx Modified: head/devel/etcd3/Makefile ============================================================================== --- head/devel/etcd/Makefile Wed Aug 31 14:33:36 2016 (r421168) +++ head/devel/etcd3/Makefile Fri Sep 2 10:14:38 2016 (r421261) @@ -1,21 +1,24 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 2.3.7 +PORTVERSION= 3.0.6 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- +PKGNAMESUFFIX= 3 -MAINTAINER= robak@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Highly-available key value store and service discovery LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go - -CONFLICTS_INSTALL=coreos-etcdctl-0.* +CONFLICTS_INSTALL=coreos-etcdctl-0.* coreos-etcd-* +USES= go +GO_PKGNAME= github.com/coreos/etcd +GO_TARGET= github.com/coreos/etcd \ + github.com/coreos/etcdctl USE_GITHUB= yes GH_ACCOUNT= coreos @@ -23,18 +26,16 @@ PLIST_FILES= bin/etcd \ bin/etcdctl PORTDOCS= README.md -OPTIONS_DEFINE= DOCS -DOCS_DESC= Install etcd README file - -do-build: - cd ${WRKSRC}; ${SH} build +post-extract: + @${MV} ${WRKSRC}/cmd/vendor ${WRKDIR}/src + @${RM} ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/${PORTNAME} + @${LN} -s ${WRKSRC} ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/etcd + @${LN} -s ${WRKSRC}/etcdctl ${GO_WRKDIR_SRC}/github.com/${GH_ACCOUNT}/etcdctl do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/etcd ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/bin/etcdctl ${STAGEDIR}${PREFIX}/bin/ - -do-install-DOCS-on: + ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcd ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/etcdctl ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/etcd3/distinfo ============================================================================== --- head/devel/etcd/distinfo Wed Aug 31 14:33:36 2016 (r421168) +++ head/devel/etcd3/distinfo Fri Sep 2 10:14:38 2016 (r421261) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466253404 -SHA256 (coreos-etcd-v2.3.7_GH0.tar.gz) = aa3a6340bb08d072d1d2ecfbe3c1e02235251760d031a2b699ee1710510ee883 -SIZE (coreos-etcd-v2.3.7_GH0.tar.gz) = 2209051 +TIMESTAMP = 1472548300 +SHA256 (coreos-etcd-v3.0.6_GH0.tar.gz) = dbcbab0b3f55923b0d1047fc533a6a69514ba62eda99671839b0e5e985f61c83 +SIZE (coreos-etcd-v3.0.6_GH0.tar.gz) = 2207310 From owner-svn-ports-all@freebsd.org Fri Sep 2 10:19:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DFADBCC043; Fri, 2 Sep 2016 10:19:06 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 10F762AE; Fri, 2 Sep 2016 10:19:06 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82AJ53R058399; Fri, 2 Sep 2016 10:19:05 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82AJ5HW058398; Fri, 2 Sep 2016 10:19:05 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201609021019.u82AJ5HW058398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 2 Sep 2016 10:19:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421262 - head/devel/etcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 10:19:06 -0000 Author: olgeni Date: Fri Sep 2 10:19:05 2016 New Revision: 421262 URL: https://svnweb.freebsd.org/changeset/ports/421262 Log: Register conflict with devel/etcd3 in devel/etcd. Modified: head/devel/etcd/Makefile Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Fri Sep 2 10:14:38 2016 (r421261) +++ head/devel/etcd/Makefile Fri Sep 2 10:19:05 2016 (r421262) @@ -2,6 +2,7 @@ PORTNAME= etcd PORTVERSION= 2.3.7 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go -CONFLICTS_INSTALL=coreos-etcdctl-0.* +CONFLICTS_INSTALL=coreos-etcdctl-0.* coreos-etcd3-* USE_GITHUB= yes GH_ACCOUNT= coreos From owner-svn-ports-all@freebsd.org Fri Sep 2 10:31:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA0E3BCC445; Fri, 2 Sep 2016 10:31:40 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id 857ADA37; Fri, 2 Sep 2016 10:31:40 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82AVdbL063546; Fri, 2 Sep 2016 10:31:39 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82AVdaW063544; Fri, 2 Sep 2016 10:31:39 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201609021031.u82AVdaW063544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 2 Sep 2016 10:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421263 - head/security/acme-client/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 10:31:40 -0000 Author: brnrd Date: Fri Sep 2 10:31:39 2016 New Revision: 421263 URL: https://svnweb.freebsd.org/changeset/ports/421263 Log: security/acme-client: Fall back to letskencrypt periodic vars - Add WARNING to pkg-message for rename - Fall back to weekly_letskencrypt periodic vars - Emit WARNING from periodic when old periodic var is used Reported by: feld Modified: head/security/acme-client/files/000.acme-client.sh.in head/security/acme-client/files/pkg-message.in Modified: head/security/acme-client/files/000.acme-client.sh.in ============================================================================== --- head/security/acme-client/files/000.acme-client.sh.in Fri Sep 2 10:19:05 2016 (r421262) +++ head/security/acme-client/files/000.acme-client.sh.in Fri Sep 2 10:31:39 2016 (r421263) @@ -9,11 +9,31 @@ fi PATH=$PATH:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin export PATH +case "$weekly_letskencrypt_enable" in + [Yy][Ee][Ss]) + echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' + echo '!! WARNING: letskencrypt has been renamed to acme-client !!' + echo '!! rename all weekly_letskencrypt_* periodic variables !!' + echo '!! to weekly_acme_client_* in your periodic.conf !!' + echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' + : ${weekly_acme_client_enable:=$weekly_letskencrypt_enable} + : ${weekly_acme_client_renewscript:=$weekly_letskencrypt_renewscript} + : ${weekly_acme_client_domains:=$weekly_letskencrypt_domains} + : ${weekly_acme_client_challengedir:=$weekly_letskencrypt_challengedir} + : ${weekly_acme_client_args:=$weekly_letskencrypt_args} + : ${weekly_acme_client_deployscript:=$weekly_letskencrypt_deployscript} + ;; + *) + ;; +esac + case "$weekly_acme_client_enable" in [Yy][Ee][Ss]) echo echo "Checking Let's Encrypt certificate status:" + : ${weekly_acme_client_args:="-b"} + if [ -x "$weekly_acme_client_renewscript" ] ; then $weekly_acme_client_renewscript else Modified: head/security/acme-client/files/pkg-message.in ============================================================================== --- head/security/acme-client/files/pkg-message.in Fri Sep 2 10:19:05 2016 (r421262) +++ head/security/acme-client/files/pkg-message.in Fri Sep 2 10:31:39 2016 (r421263) @@ -1,27 +1,33 @@ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! WARNING: letskencrypt has been renamed to acme-client !! +!! rename all weekly_letskencrypt_* periodic variables !! +!! to weekly_acme_client_* in your periodic.conf !! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + There are example scripts in -%%PREFIX%%/etc/letsencrypt -that you can for renewing and deploying multiple certificates + %%PREFIX%%/etc/letsencrypt +that you can use for renewing and deploying multiple certificates In order to run the script regularly to update the certificates add this line to /etc/periodic.conf -weekly_acme_client_enable="YES" + weekly_acme_client_enable="YES" Additionally the following parameters can be added to /etc/periodic.conf (showing default values): To specify the domain name(s) to include in the certificate -weekly_acme_client_domains="$(hostname -f)" + weekly_acme_client_domains="$(hostname -f)" To specify the .well-known/acme-challenge directory (full path) -weekly_acme_client_challengedir="/usr/local/www/letsencrypt" + weekly_acme_client_challengedir="%%WWWDIR%%" To set additional acme-client arguments (see acme-client(1)) -weekly_acme_client_args="" + weekly_acme_client_args="-b" To run a specific script for the renewal (ignore previously set variables) allows generating/renewing multiple keys/certificates -weekly_acme_client_renewscript=""%%PREFIX%%/etc/letsencrypt/%%PORTNAME%%.sh" + weekly_acme_client_renewscript=""%%PREFIX%%/etc/letsencrypt/%%PORTNAME%%.sh" To run a script after the renewal to deploy changed certs -weekly_acme_client_deployscript="%%PREFIX%%/etc/letsencrypt/deploy.sh" + weekly_acme_client_deployscript="%%PREFIX%%/etc/letsencrypt/deploy.sh" From owner-svn-ports-all@freebsd.org Fri Sep 2 13:09:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDD65BCC1C4; Fri, 2 Sep 2016 13:09:07 +0000 (UTC) (envelope-from wen@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 mx1.freebsd.org (Postfix) with ESMTPS id A1CE5D7D; Fri, 2 Sep 2016 13:09:07 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82D96cA022204; Fri, 2 Sep 2016 13:09:06 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82D96nq022202; Fri, 2 Sep 2016 13:09:06 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201609021309.u82D96nq022202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 2 Sep 2016 13:09:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421264 - head/www/py-django19 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 13:09:08 -0000 Author: wen Date: Fri Sep 2 13:09:06 2016 New Revision: 421264 URL: https://svnweb.freebsd.org/changeset/ports/421264 Log: - Update to 1.9.9 Modified: head/www/py-django19/Makefile head/www/py-django19/distinfo Modified: head/www/py-django19/Makefile ============================================================================== --- head/www/py-django19/Makefile Fri Sep 2 10:31:39 2016 (r421263) +++ head/www/py-django19/Makefile Fri Sep 2 13:09:06 2016 (r421264) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.9.7 +PORTVERSION= 1.9.9 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: head/www/py-django19/distinfo ============================================================================== --- head/www/py-django19/distinfo Fri Sep 2 10:31:39 2016 (r421263) +++ head/www/py-django19/distinfo Fri Sep 2 13:09:06 2016 (r421264) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468502430 -SHA256 (python/Django-1.9.7.tar.gz) = 2b29e81c8c32b3c0d9a0119217416887c480d927ae2630bada2da83078c93bf6 -SIZE (python/Django-1.9.7.tar.gz) = 7442680 +TIMESTAMP = 1136368866 +SHA256 (python/Django-1.9.9.tar.gz) = e340fb9d534aeb543280e46c3b85e6e1049029a4e6ba5571375b11c914bfde8c +SIZE (python/Django-1.9.9.tar.gz) = 7493187 From owner-svn-ports-all@freebsd.org Fri Sep 2 13:26:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B826BCC55F; Fri, 2 Sep 2016 13:26:16 +0000 (UTC) (envelope-from cy@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 mx1.freebsd.org (Postfix) with ESMTPS id 40FF277F; Fri, 2 Sep 2016 13:26:16 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82DQFA4029995; Fri, 2 Sep 2016 13:26:15 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82DQF4X029994; Fri, 2 Sep 2016 13:26:15 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201609021326.u82DQF4X029994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 2 Sep 2016 13:26:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421265 - head/print/apsfilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 13:26:16 -0000 Author: cy Date: Fri Sep 2 13:26:15 2016 New Revision: 421265 URL: https://svnweb.freebsd.org/changeset/ports/421265 Log: Implement hpijs/hplip dependency option. Approved by: hrs@ Differential Revision: D2628 Modified: head/print/apsfilter/Makefile Modified: head/print/apsfilter/Makefile ============================================================================== --- head/print/apsfilter/Makefile Fri Sep 2 13:09:06 2016 (r421264) +++ head/print/apsfilter/Makefile Fri Sep 2 13:26:15 2016 (r421265) @@ -3,7 +3,7 @@ PORTNAME= apsfilter PORTVERSION= 7.2.8 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ DIST_SUBDIR= apsfilter @@ -16,8 +16,7 @@ LICENSE_NAME= Postcard License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= bash:shells/bash \ - hpijs:print/hpijs +RUN_DEPENDS= bash:shells/bash USES= tar:bzip2 USE_SUBMAKE= yes @@ -28,9 +27,10 @@ SUB_FILES= pkg-message OPTIONS_DEFINE=DOCS X11 GS PSUTILS ASCII CONVERT DVIPS FIG2DEV HTML2PS \ ATALK SAMBA COMPRESS MP3 OGG WAV -OPTIONS_DEFAULT=X11 GS PSUTILS ASCII CONVERT A4 -OPTIONS_SINGLE=PAPERSIZE +OPTIONS_DEFAULT=X11 GS PSUTILS ASCII CONVERT A4 HPLIP +OPTIONS_SINGLE=PAPERSIZE HP_SUPPORT OPTIONS_SINGLE_PAPERSIZE=A4 LETTER LETTERDJ +OPTIONS_SINGLE_HP_SUPPORT=HPIJS HPLIP NO_OPTIONS_SORT=yes PAPERSIZE_DESC= papersize A4_DESC= A4 papersize @@ -46,6 +46,9 @@ HTML2PS_DESC= HTML documents ATALK_DESC= remote printing on AppleTalk remote printer SAMBA_DESC= remote printing on Windows remote printer COMPRESS_DESC= print compressed documents +HP_SUPPORT_DESC= HP Print Support +HPIJS_DESC= Depend on hpijs port +HPLIP_DESC= Depend on hplip port DOCS_MAKE_ARGS= -DDOCS PORTDOCS= ANNOUNCE FAQ HOWTO-BUGREPORTS apsfilter4.png \ @@ -76,6 +79,11 @@ PSUFX= -letter .elif !empty(PORT_OPTIONS:MLETTERDJ) PSUFX= -letterdj .endif +.if !empty(PORT_OPTIONS:MHPIJS) +RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hpijs +.elif !empty(PORT_OPTIONS:MHPLIP) +RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hplip +.endif _DEPENDS_ASCII= a2ps:print/a2ps \ enscript:print/enscript${PSUFX} \ From owner-svn-ports-all@freebsd.org Fri Sep 2 14:20:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03C20BCC41E; Fri, 2 Sep 2016 14:20:16 +0000 (UTC) (envelope-from madpilot@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 mx1.freebsd.org (Postfix) with ESMTPS id ADFB9FF4; Fri, 2 Sep 2016 14:20:15 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82EKEom048627; Fri, 2 Sep 2016 14:20:14 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82EKEdE048624; Fri, 2 Sep 2016 14:20:14 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609021420.u82EKEdE048624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 2 Sep 2016 14:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421266 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 14:20:16 -0000 Author: madpilot Date: Fri Sep 2 14:20:14 2016 New Revision: 421266 URL: https://svnweb.freebsd.org/changeset/ports/421266 Log: Update to 2.66.0 Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Fri Sep 2 13:26:15 2016 (r421265) +++ head/deskutils/calibre/Makefile Fri Sep 2 14:20:14 2016 (r421266) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.65.1 +PORTVERSION= 2.66.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Fri Sep 2 13:26:15 2016 (r421265) +++ head/deskutils/calibre/distinfo Fri Sep 2 14:20:14 2016 (r421266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472232217 -SHA256 (calibre-2.65.1.tar.xz) = 7720197e65adb140c45d08bc542be2318ac7ba0fb2c9f889c699bd6bdda5817c -SIZE (calibre-2.65.1.tar.xz) = 40820976 +TIMESTAMP = 1472806301 +SHA256 (calibre-2.66.0.tar.xz) = 2c5a55b9598fe1e9ce3cb8ba4a0951f80b16d559c23bb87f28f227ccd2357bb5 +SIZE (calibre-2.66.0.tar.xz) = 39887876 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Fri Sep 2 13:26:15 2016 (r421265) +++ head/deskutils/calibre/pkg-plist Fri Sep 2 14:20:14 2016 (r421266) @@ -943,6 +943,7 @@ lib/calibre/calibre/gui2/search_box.py lib/calibre/calibre/gui2/search_restriction_mixin.py lib/calibre/calibre/gui2/shortcuts.py lib/calibre/calibre/gui2/shortcuts_ui.py +lib/calibre/calibre/gui2/splash_screen.py lib/calibre/calibre/gui2/store/__init__.py lib/calibre/calibre/gui2/store/basic_config.py lib/calibre/calibre/gui2/store/basic_config_widget_ui.py @@ -1902,7 +1903,6 @@ lib/calibre/tinycss/version.py %%DATADIR%%/images/view-refresh.png %%DATADIR%%/images/view.png %%DATADIR%%/images/viewer.png -%%DATADIR%%/images/welcome_wizard.png %%DATADIR%%/images/window-close.png %%DATADIR%%/images/wizard.png %%DATADIR%%/jacket/stylesheet.css From owner-svn-ports-all@freebsd.org Fri Sep 2 14:33:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F7FEBCC7A1; Fri, 2 Sep 2016 14:33:12 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 3B8769AC; Fri, 2 Sep 2016 14:33:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82EXBsF056035; Fri, 2 Sep 2016 14:33:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82EXAdM056029; Fri, 2 Sep 2016 14:33:10 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609021433.u82EXAdM056029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 2 Sep 2016 14:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421267 - in head/archivers/zstd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 14:33:12 -0000 Author: marino Date: Fri Sep 2 14:33:10 2016 New Revision: 421267 URL: https://svnweb.freebsd.org/changeset/ports/421267 Log: archivers/zstd: Upgrade version 0.8.1 => 1.0.0 The copyright of zstd has been transferred to Facebook as part of this v1.0 release. It also comes with a patent grant and a new public streaming API (previously the API was in flux and only available on static builds). Modified: head/archivers/zstd/Makefile head/archivers/zstd/distinfo head/archivers/zstd/files/patch-lib_Makefile head/archivers/zstd/files/patch-programs_Makefile head/archivers/zstd/pkg-descr head/archivers/zstd/pkg-plist Modified: head/archivers/zstd/Makefile ============================================================================== --- head/archivers/zstd/Makefile Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/Makefile Fri Sep 2 14:33:10 2016 (r421267) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zstd -PORTVERSION= 0.8.1 +PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= archivers @@ -10,11 +10,11 @@ MAINTAINER= marino@FreeBSD.org COMMENT= Zstandard - Fast real-time compression algorithm LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/lib/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITHUB= yes -GH_ACCOUNT= Cyan4973 +GH_ACCOUNT= facebook PLIST_SUB= LIBVER=${PORTVERSION} ALL_TARGET= default Modified: head/archivers/zstd/distinfo ============================================================================== --- head/archivers/zstd/distinfo Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/distinfo Fri Sep 2 14:33:10 2016 (r421267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471529863 -SHA256 (Cyan4973-zstd-v0.8.1_GH0.tar.gz) = 4632bee45988dd0fe3edf1e67bdf0a833895cbb1a7d1eb23ef0b7d753f8bffdd -SIZE (Cyan4973-zstd-v0.8.1_GH0.tar.gz) = 605676 +TIMESTAMP = 1472807768 +SHA256 (facebook-zstd-v1.0.0_GH0.tar.gz) = 197e6ef74da878cbf72844f38461bb18129d144fd5221b3598e973ecda6f5963 +SIZE (facebook-zstd-v1.0.0_GH0.tar.gz) = 593430 Modified: head/archivers/zstd/files/patch-lib_Makefile ============================================================================== --- head/archivers/zstd/files/patch-lib_Makefile Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/files/patch-lib_Makefile Fri Sep 2 14:33:10 2016 (r421267) @@ -1,6 +1,6 @@ ---- lib/Makefile.orig 2016-08-01 07:51:18 UTC +--- lib/Makefile.orig 2016-08-31 16:09:10 UTC +++ lib/Makefile -@@ -113,15 +113,15 @@ libzstd.pc: libzstd.pc.in +@@ -90,15 +90,15 @@ libzstd.pc: libzstd.pc.in $< >$@ install: libzstd libzstd.pc Modified: head/archivers/zstd/files/patch-programs_Makefile ============================================================================== --- head/archivers/zstd/files/patch-programs_Makefile Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/files/patch-programs_Makefile Fri Sep 2 14:33:10 2016 (r421267) @@ -1,6 +1,6 @@ ---- programs/Makefile.orig 2016-08-01 07:51:18 UTC +--- programs/Makefile.orig 2016-08-31 16:09:10 UTC +++ programs/Makefile -@@ -181,11 +181,11 @@ HOST_OS = POSIX +@@ -129,11 +129,11 @@ ifneq (,$(filter $(shell uname),Linux Da install: zstd @echo Installing binaries @install -d -m 755 $(DESTDIR)$(BINDIR)/ $(DESTDIR)$(MANDIR)/ Modified: head/archivers/zstd/pkg-descr ============================================================================== --- head/archivers/zstd/pkg-descr Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/pkg-descr Fri Sep 2 14:33:10 2016 (r421267) @@ -9,4 +9,4 @@ top with a compression ratio of 2.877, a and a decompression rate of 325. Zlib followed at 2.730, 95 Mb/s (C) and 360 Mb/s (D). See WWW page for the full benchmark results. -WWW: http://cyan4973.github.io/zstd/ +WWW: http://facebook.github.io/zstd/ Modified: head/archivers/zstd/pkg-plist ============================================================================== --- head/archivers/zstd/pkg-plist Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/pkg-plist Fri Sep 2 14:33:10 2016 (r421267) @@ -6,7 +6,7 @@ include/zdict.h include/zstd.h lib/libzstd.a lib/libzstd.so -lib/libzstd.so.0 +lib/libzstd.so.1 lib/libzstd.so.%%LIBVER%% libdata/pkgconfig/libzstd.pc man/man1/unzstd.1.gz From owner-svn-ports-all@freebsd.org Fri Sep 2 15:54:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 471B7BCD559; Fri, 2 Sep 2016 15:54:21 +0000 (UTC) (envelope-from emaste@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 mx1.freebsd.org (Postfix) with ESMTPS id 177C4E0A; Fri, 2 Sep 2016 15:54:21 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82FsKQr086138; Fri, 2 Sep 2016 15:54:20 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82FsKb6086137; Fri, 2 Sep 2016 15:54:20 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201609021554.u82FsKb6086137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Fri, 2 Sep 2016 15:54:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421268 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 15:54:21 -0000 Author: emaste (src committer) Date: Fri Sep 2 15:54:20 2016 New Revision: 421268 URL: https://svnweb.freebsd.org/changeset/ports/421268 Log: Introduce READELF?= /usr/bin/readelf In many cases where objdump is currently used, readelf is a better choice. Introduce a variable for ports that wish to use it. Reviewed by: bapt Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D7761 Modified: head/Mk/bsd.commands.mk Modified: head/Mk/bsd.commands.mk ============================================================================== --- head/Mk/bsd.commands.mk Fri Sep 2 14:33:10 2016 (r421267) +++ head/Mk/bsd.commands.mk Fri Sep 2 15:54:20 2016 (r421268) @@ -72,6 +72,7 @@ PAX?= /bin/pax PRINTF?= /usr/bin/printf PS_CMD?= /bin/ps PW?= /usr/sbin/pw +READELF?= /usr/bin/readelf REALPATH?= /bin/realpath RM?= /bin/rm -f RMDIR?= /bin/rmdir From owner-svn-ports-all@freebsd.org Fri Sep 2 16:07:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A2C3BCD84D; Fri, 2 Sep 2016 16:07:00 +0000 (UTC) (envelope-from ohauer@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 mx1.freebsd.org (Postfix) with ESMTPS id 4C844802; Fri, 2 Sep 2016 16:07:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82G6xTD090279; Fri, 2 Sep 2016 16:06:59 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82G6xgY090275; Fri, 2 Sep 2016 16:06:59 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201609021606.u82G6xgY090275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Fri, 2 Sep 2016 16:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421269 - in head/security/nmap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 16:07:00 -0000 Author: ohauer Date: Fri Sep 2 16:06:58 2016 New Revision: 421269 URL: https://svnweb.freebsd.org/changeset/ports/421269 Log: - update nmap to 7.25BETA2 Full Changelog: https://nmap.org/changelog.html Changelog (very shortened): Nmap 7.25BETA2 [2016-09-01] - [NSE] Upgraded NSE to Lua 5.3 - [NSE] Added 2 NSE scripts, bringing the total up to 534! - Add 587 new fingerprints - [NSE] Fix a crash when parsing TLS certificates - [NSE][GH#531] Fix two issues in sslcert.lua - [NSE][GH#234] Added a --script-timeout option for limiting run time - [Ncat][GH#444] Added a -z option to Ncat - [NSE] ssl-enum-ciphers now warn about 64-bit block ciphers in CBC mode - [NSE][GH#117] Improve tftp-enum - [GH#472] Avoid an unnecessary assert failure in timing.cc - [NSE][GH#519] Removed the obsolete script ip-geolocation-geobytes - [NSE] refresh of almost all fingerprints for script http-default-accounts - [GH#98] Added support for decoys in IPv6 - Various performance improvements for large-scale high-rate scanning - [GH#439] Nmap now supports OpenSSL 1.1.0-pre5 and previous versions - [Ncat] Fix a crash when --exec was used with --ssl and --max-conns - Improve FTP Bounce scan - [GH#140] Allow target DNS names up to 254 bytes - [NSE] Allow bigger hard limit on number of concurrently running scripts - [NSE] Added the datetime library - [GH#103][GH#364] Made Nmap's parallel reverse DNS resolver more robust Modified: head/security/nmap/Makefile head/security/nmap/distinfo head/security/nmap/files/patch-liblua__Makefile head/security/nmap/pkg-plist Modified: head/security/nmap/Makefile ============================================================================== --- head/security/nmap/Makefile Fri Sep 2 15:54:20 2016 (r421268) +++ head/security/nmap/Makefile Fri Sep 2 16:06:58 2016 (r421269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nmap -DISTVERSION= 7.25BETA1 +DISTVERSION= 7.25BETA2 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer Modified: head/security/nmap/distinfo ============================================================================== --- head/security/nmap/distinfo Fri Sep 2 15:54:20 2016 (r421268) +++ head/security/nmap/distinfo Fri Sep 2 16:06:58 2016 (r421269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468608134 -SHA256 (nmap-7.25BETA1.tar.bz2) = 6866457809b598f8e85c9e8c79773f1821de29cc1b6f574cc7fed4ad8c01c178 -SIZE (nmap-7.25BETA1.tar.bz2) = 8580974 +TIMESTAMP = 1472762117 +SHA256 (nmap-7.25BETA2.tar.bz2) = 6c66a150c9e346ccdca0aa16ef8c2a5310449444fe15cf5ec3f3a151978378d0 +SIZE (nmap-7.25BETA2.tar.bz2) = 8874592 Modified: head/security/nmap/files/patch-liblua__Makefile ============================================================================== --- head/security/nmap/files/patch-liblua__Makefile Fri Sep 2 15:54:20 2016 (r421268) +++ head/security/nmap/files/patch-liblua__Makefile Fri Sep 2 16:06:58 2016 (r421269) @@ -1,13 +1,13 @@ ---- liblua/Makefile.orig 2014-01-02 15:33:55 UTC +--- liblua/Makefile.orig 2016-07-02 17:02:27 UTC +++ liblua/Makefile @@ -6,8 +6,8 @@ # Your platform. See PLATS for possible values. PLAT= none --CC= gcc --CFLAGS= -O2 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS) -+CC?= gcc -+CFLAGS= -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS) +-CC= gcc -std=gnu99 +-CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) ++CC?= gcc -std=gnu99 ++CFLAGS= -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS) LIBS= -lm $(SYSLIBS) $(MYLIBS) Modified: head/security/nmap/pkg-plist ============================================================================== --- head/security/nmap/pkg-plist Fri Sep 2 15:54:20 2016 (r421268) +++ head/security/nmap/pkg-plist Fri Sep 2 16:06:58 2016 (r421269) @@ -38,9 +38,10 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/nselib/asn1.lua %%DATADIR%%/nselib/base32.lua %%DATADIR%%/nselib/base64.lua -%%DATADIR%%/nselib/bin.luadoc -%%DATADIR%%/nselib/bit.luadoc +%%DATADIR%%/nselib/bin.lua +%%DATADIR%%/nselib/bit.lua %%DATADIR%%/nselib/bitcoin.lua +%%DATADIR%%/nselib/bits.lua %%DATADIR%%/nselib/bittorrent.lua %%DATADIR%%/nselib/bjnp.lua %%DATADIR%%/nselib/brute.lua @@ -94,6 +95,7 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/nselib/data/wp-plugins.lst %%DATADIR%%/nselib/data/wp-themes.lst %%DATADIR%%/nselib/datafiles.lua +%%DATADIR%%/nselib/datetime.lua %%DATADIR%%/nselib/dhcp.lua %%DATADIR%%/nselib/dhcp6.lua %%DATADIR%%/nselib/dns.lua @@ -259,6 +261,7 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/scripts/citrix-enum-servers-xml.nse %%DATADIR%%/scripts/citrix-enum-servers.nse %%DATADIR%%/scripts/clamav-exec.nse +%%DATADIR%%/scripts/clock-skew.nse %%DATADIR%%/scripts/couchdb-databases.nse %%DATADIR%%/scripts/couchdb-stats.nse %%DATADIR%%/scripts/creds-summary.nse @@ -466,7 +469,6 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/scripts/informix-query.nse %%DATADIR%%/scripts/informix-tables.nse %%DATADIR%%/scripts/ip-forwarding.nse -%%DATADIR%%/scripts/ip-geolocation-geobytes.nse %%DATADIR%%/scripts/ip-geolocation-geoplugin.nse %%DATADIR%%/scripts/ip-geolocation-ipinfodb.nse %%DATADIR%%/scripts/ip-geolocation-maxmind.nse @@ -570,6 +572,7 @@ man/zh/man1/nmap.1.gz %%DATADIR%%/scripts/oracle-brute.nse %%DATADIR%%/scripts/oracle-enum-users.nse %%DATADIR%%/scripts/oracle-sid-brute.nse +%%DATADIR%%/scripts/oracle-tns-version.nse %%DATADIR%%/scripts/ovs-agent-version.nse %%DATADIR%%/scripts/p2p-conficker.nse %%DATADIR%%/scripts/path-mtu.nse From owner-svn-ports-all@freebsd.org Fri Sep 2 16:38:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58601BCDFEA; Fri, 2 Sep 2016 16:38:14 +0000 (UTC) (envelope-from delphij@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 mx1.freebsd.org (Postfix) with ESMTPS id 284C88FA; Fri, 2 Sep 2016 16:38:14 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82GcDiH001731; Fri, 2 Sep 2016 16:38:13 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82GcDko001729; Fri, 2 Sep 2016 16:38:13 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201609021638.u82GcDko001729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 2 Sep 2016 16:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421270 - head/dns/nsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 16:38:14 -0000 Author: delphij Date: Fri Sep 2 16:38:13 2016 New Revision: 421270 URL: https://svnweb.freebsd.org/changeset/ports/421270 Log: Update to 4.12. Release note: Fix malformed edns query assertion failure, reported by Michal Kepien (NASK) PR: ports/212327 Submitted by: maintainer (jaap NLnetLabs nl) MFH: 2016Q3 Modified: head/dns/nsd/Makefile head/dns/nsd/distinfo Modified: head/dns/nsd/Makefile ============================================================================== --- head/dns/nsd/Makefile Fri Sep 2 16:06:58 2016 (r421269) +++ head/dns/nsd/Makefile Fri Sep 2 16:38:13 2016 (r421270) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.11 +PORTVERSION= 4.1.12 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ Modified: head/dns/nsd/distinfo ============================================================================== --- head/dns/nsd/distinfo Fri Sep 2 16:06:58 2016 (r421269) +++ head/dns/nsd/distinfo Fri Sep 2 16:38:13 2016 (r421270) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470733493 -SHA256 (nsd-4.1.11.tar.gz) = c7712fd05eb0ab97040738e01d9369d02b89c0a7fa0943fd5bfc43b2111a92df -SIZE (nsd-4.1.11.tar.gz) = 1080220 +TIMESTAMP = 1472804520 +SHA256 (nsd-4.1.12.tar.gz) = fd1979dff1fba55310fd4f439dc9f3f4701d435c0ec4fb9af533e12c7f27d5de +SIZE (nsd-4.1.12.tar.gz) = 1080273 From owner-svn-ports-all@freebsd.org Fri Sep 2 16:39:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D42C1BCC041; Fri, 2 Sep 2016 16:39:13 +0000 (UTC) (envelope-from delphij@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 mx1.freebsd.org (Postfix) with ESMTPS id A6FA3A00; Fri, 2 Sep 2016 16:39:13 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82GdCmb001941; Fri, 2 Sep 2016 16:39:12 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82GdC57001939; Fri, 2 Sep 2016 16:39:12 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201609021639.u82GdC57001939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 2 Sep 2016 16:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421271 - branches/2016Q3/dns/nsd X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 16:39:13 -0000 Author: delphij Date: Fri Sep 2 16:39:12 2016 New Revision: 421271 URL: https://svnweb.freebsd.org/changeset/ports/421271 Log: MFH: r421270 Update to 4.12. Release note: Fix malformed edns query assertion failure, reported by Michal Kepien (NASK) PR: ports/212327 Submitted by: maintainer (jaap NLnetLabs nl) Approved by: ports-secteam Modified: branches/2016Q3/dns/nsd/Makefile branches/2016Q3/dns/nsd/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/dns/nsd/Makefile ============================================================================== --- branches/2016Q3/dns/nsd/Makefile Fri Sep 2 16:38:13 2016 (r421270) +++ branches/2016Q3/dns/nsd/Makefile Fri Sep 2 16:39:12 2016 (r421271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.11 +PORTVERSION= 4.1.12 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ Modified: branches/2016Q3/dns/nsd/distinfo ============================================================================== --- branches/2016Q3/dns/nsd/distinfo Fri Sep 2 16:38:13 2016 (r421270) +++ branches/2016Q3/dns/nsd/distinfo Fri Sep 2 16:39:12 2016 (r421271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470733493 -SHA256 (nsd-4.1.11.tar.gz) = c7712fd05eb0ab97040738e01d9369d02b89c0a7fa0943fd5bfc43b2111a92df -SIZE (nsd-4.1.11.tar.gz) = 1080220 +TIMESTAMP = 1472804520 +SHA256 (nsd-4.1.12.tar.gz) = fd1979dff1fba55310fd4f439dc9f3f4701d435c0ec4fb9af533e12c7f27d5de +SIZE (nsd-4.1.12.tar.gz) = 1080273 From owner-svn-ports-all@freebsd.org Fri Sep 2 16:43:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41866BCC1CA; Fri, 2 Sep 2016 16:43:09 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDEC6D4B; Fri, 2 Sep 2016 16:43:07 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 957f5829 TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Fri, 2 Sep 2016 10:43:06 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r421269 - in head/security/nmap: . files From: Adam Weinberger In-Reply-To: <201609021606.u82G6xgY090275@repo.freebsd.org> Date: Fri, 2 Sep 2016 10:43:04 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <50223E40-D4F6-4548-A692-B4C867E60A0B@adamw.org> References: <201609021606.u82G6xgY090275@repo.freebsd.org> To: Olli Hauer X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 16:43:09 -0000 > On 2 Sep, 2016, at 10:06, Olli Hauer wrote: >=20 > Author: ohauer > Date: Fri Sep 2 16:06:58 2016 > New Revision: 421269 > URL: https://svnweb.freebsd.org/changeset/ports/421269 >=20 > Log: > - update nmap to 7.25BETA2 Hi Olli, Just a heads up, this is failing with ssl=3Dlibressl: nse_openssl.cc:287:23: error: use of undeclared identifier = 'EVP_MD_CTX_new' EVP_MD_CTX *mdctx =3D EVP_MD_CTX_new(); ^ nse_openssl.cc:307:3: error: use of undeclared identifier = 'EVP_MD_CTX_reset'; did you mean 'EVP_MD_CTX_init'? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-all@freebsd.org Fri Sep 2 17:10:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44E04BCC8C9; Fri, 2 Sep 2016 17:10:43 +0000 (UTC) (envelope-from bdrewery@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 mx1.freebsd.org (Postfix) with ESMTPS id EF1692C2A; Fri, 2 Sep 2016 17:10:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82HAga2013259; Fri, 2 Sep 2016 17:10:42 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82HAgaZ013258; Fri, 2 Sep 2016 17:10:42 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201609021710.u82HAgaZ013258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 2 Sep 2016 17:10:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-tags@freebsd.org Subject: svn commit: r421272 - tags/RELEASE_11_0_0 X-SVN-Group: ports-tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 17:10:43 -0000 Author: bdrewery Date: Fri Sep 2 17:10:42 2016 New Revision: 421272 URL: https://svnweb.freebsd.org/changeset/ports/421272 Log: Tag 11.0 quarterly release set. With hat: portmgr Added: - copied from r421132, branches/2016Q3/ Directory Properties: tags/RELEASE_11_0_0/ (props changed) From owner-svn-ports-all@freebsd.org Fri Sep 2 17:21:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0534BCCC34; Fri, 2 Sep 2016 17:21:29 +0000 (UTC) (envelope-from ohauer@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 mx1.freebsd.org (Postfix) with ESMTPS id 861B52AA; Fri, 2 Sep 2016 17:21:29 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82HLSWB018591; Fri, 2 Sep 2016 17:21:28 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82HLSjH018586; Fri, 2 Sep 2016 17:21:28 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201609021721.u82HLSjH018586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Fri, 2 Sep 2016 17:21:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421273 - head/security/nmap/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 17:21:29 -0000 Author: ohauer Date: Fri Sep 2 17:21:28 2016 New Revision: 421273 URL: https://svnweb.freebsd.org/changeset/ports/421273 Log: - fix build with libressl no revision bump, libressl is not the default Added: head/security/nmap/files/patch-ncat_ncat__ssl.c (contents, props changed) head/security/nmap/files/patch-ncat_test_test-wildcard.c (contents, props changed) head/security/nmap/files/patch-nping_Crypto.cc (contents, props changed) head/security/nmap/files/patch-nse__openssl.cc (contents, props changed) head/security/nmap/files/patch-nse__ssl__cert.cc (contents, props changed) Added: head/security/nmap/files/patch-ncat_ncat__ssl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nmap/files/patch-ncat_ncat__ssl.c Fri Sep 2 17:21:28 2016 (r421273) @@ -0,0 +1,29 @@ +--- ncat/ncat_ssl.c.orig 2016-08-01 09:34:56 UTC ++++ ncat/ncat_ssl.c +@@ -315,7 +315,7 @@ static int cert_match_dnsname(X509 *cert + + /* We must copy this address into a temporary variable because ASN1_item_d2i + increments it. We don't want it to corrupt ext->value->data. */ +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + data = ext->value->data; + #else + ASN1_OCTET_STRING* asn1_str = X509_EXTENSION_get_data(ext); +@@ -328,7 +328,7 @@ static int cert_match_dnsname(X509 *cert + presence of null bytes. */ + #if (OPENSSL_VERSION_NUMBER > 0x00907000L) + if (method->it != NULL) { +- #if OPENSSL_VERSION_NUMBER < 0x10100000L ++ #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + gen_names = (STACK_OF(GENERAL_NAME) *) ASN1_item_d2i(NULL, + (const unsigned char **) &data, + ext->value->length, ASN1_ITEM_ptr(method->it)); +@@ -339,7 +339,7 @@ static int cert_match_dnsname(X509 *cert + asn1_str_a->length, ASN1_ITEM_ptr(method->it)); + #endif + } else { +- #if OPENSSL_VERSION_NUMBER < 0x10100000L ++ #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + gen_names = (STACK_OF(GENERAL_NAME) *) method->d2i(NULL, + (const unsigned char **) &data, + ext->value->length); Added: head/security/nmap/files/patch-ncat_test_test-wildcard.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nmap/files/patch-ncat_test_test-wildcard.c Fri Sep 2 17:21:28 2016 (r421273) @@ -0,0 +1,11 @@ +--- ncat/test/test-wildcard.c.orig 2016-08-01 09:34:56 UTC ++++ ncat/test/test-wildcard.c +@@ -253,7 +253,7 @@ static int set_dNSNames(X509 *cert, cons + if (gen_name == NULL) + goto stack_err; + gen_name->type = GEN_DNS; +- #if OPENSSL_VERSION_NUMBER < 0x10100000L ++ #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + gen_name->d.dNSName = M_ASN1_IA5STRING_new(); + #else + gen_name->d.dNSName = ASN1_IA5STRING_new(); Added: head/security/nmap/files/patch-nping_Crypto.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nmap/files/patch-nping_Crypto.cc Fri Sep 2 17:21:28 2016 (r421273) @@ -0,0 +1,38 @@ +--- nping/Crypto.cc.orig 2016-08-01 09:34:56 UTC ++++ nping/Crypto.cc +@@ -178,7 +178,7 @@ int Crypto::aes128_cbc_encrypt(u8 *inbuf + #ifdef HAVE_OPENSSL + if( o.doCrypto() ){ + int flen=0, flen2=0; +- #if OPENSSL_VERSION_NUMBER < 0x10100000L ++ #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + EVP_CIPHER_CTX ctx; + EVP_CIPHER_CTX_init(&ctx); + EVP_CIPHER_CTX_set_padding(&ctx, 0); +@@ -231,7 +231,7 @@ int Crypto::aes128_cbc_decrypt(u8 *inbuf + #ifdef HAVE_OPENSSL + if( o.doCrypto() ){ + int flen1=0, flen2=0; +- #if OPENSSL_VERSION_NUMBER < 0x10100000L ++ #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + EVP_CIPHER_CTX ctx; + EVP_CIPHER_CTX_init(&ctx); + EVP_CIPHER_CTX_set_padding(&ctx, 0); +@@ -286,7 +286,7 @@ int Crypto::aes128_cbc_decrypt(u8 *inbuf + //ERR_free_strings(); + //ERR_pop_to_mark(); + } +- #if OPENSSL_VERSION_NUMBER < 0x10100000L ++ #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + EVP_CIPHER_CTX_cleanup(&ctx); + #else + EVP_CIPHER_CTX_reset(ctx); +@@ -327,7 +327,7 @@ u8 *Crypto::deriveKey(const u8 *from, si + static u8 hash[MAX(SHA256_HASH_LEN, EVP_MAX_MD_SIZE)]; + static u8 next[MAX(SHA256_HASH_LEN, EVP_MAX_MD_SIZE)]; + unsigned int lastlen; +- #if OPENSSL_VERSION_NUMBER < 0x10100000L ++ #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + EVP_MD_CTX ctx; + EVP_MD_CTX_init(&ctx); + Added: head/security/nmap/files/patch-nse__openssl.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nmap/files/patch-nse__openssl.cc Fri Sep 2 17:21:28 2016 (r421273) @@ -0,0 +1,47 @@ +--- nse_openssl.cc.orig 2016-08-01 09:34:56 UTC ++++ nse_openssl.cc +@@ -281,7 +281,7 @@ static int l_digest(lua_State *L) /* + const unsigned char *msg = (unsigned char *) luaL_checklstring( L, 2, &msg_len ); + unsigned char digest[EVP_MAX_MD_SIZE]; + const EVP_MD * evp_md; +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + EVP_MD_CTX mdctx; + #else + EVP_MD_CTX *mdctx = EVP_MD_CTX_new(); +@@ -291,7 +291,7 @@ static int l_digest(lua_State *L) /* + + if (!evp_md) return luaL_error( L, "Unknown digest algorithm: %s", algorithm ); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + EVP_MD_CTX_init(&mdctx); + if (!( + EVP_DigestInit_ex( &mdctx, evp_md, NULL ) && +@@ -394,7 +394,7 @@ static int l_encrypt(lua_State *L) /** e + if (iv[0] == '\0') + iv = NULL; + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + EVP_CIPHER_CTX cipher_ctx; + EVP_CIPHER_CTX_init( &cipher_ctx ); + +@@ -496,7 +496,7 @@ static int l_decrypt(lua_State *L) /** d + if (iv[0] == '\0') + iv = NULL; + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + EVP_CIPHER_CTX cipher_ctx; + EVP_CIPHER_CTX_init( &cipher_ctx ); + +@@ -684,7 +684,7 @@ static const struct luaL_Reg openssllib[ + LUALIB_API int luaopen_openssl(lua_State *L) { + + OpenSSL_add_all_algorithms(); +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + ERR_load_crypto_strings(); + #else + /* This is now deprecated in OpenSSL 1.1.0 _ No explicit initialisation Added: head/security/nmap/files/patch-nse__ssl__cert.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nmap/files/patch-nse__ssl__cert.cc Fri Sep 2 17:21:28 2016 (r421273) @@ -0,0 +1,29 @@ +--- nse_ssl_cert.cc.orig 2016-08-30 16:07:08 UTC ++++ nse_ssl_cert.cc +@@ -528,7 +528,7 @@ static int parse_ssl_cert(lua_State *L, + lua_setfield(L, -2, "subject"); + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + const char *sig_algo = OBJ_nid2ln(OBJ_obj2nid(cert->sig_alg->algorithm)); + #else + const char *sig_algo = OBJ_nid2ln(X509_get_signature_nid(cert)); +@@ -555,7 +555,7 @@ static int parse_ssl_cert(lua_State *L, + return 2; + } + lua_newtable(L); +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + pkey_type = EVP_PKEY_type(pubkey->type); + #else + pkey_type = EVP_PKEY_base_id(pubkey); +@@ -572,7 +572,7 @@ static int parse_ssl_cert(lua_State *L, + bignum_data_t * data = (bignum_data_t *) lua_newuserdata( L, sizeof(bignum_data_t)); + luaL_getmetatable( L, "BIGNUM" ); + lua_setmetatable( L, -2 ); +- #if OPENSSL_VERSION_NUMBER < 0x10100000L ++ #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + data->bn = rsa->e; + #elif OPENSSL_VERSION_NUMBER < 0x10100006L + BIGNUM *n, *e, *d; From owner-svn-ports-all@freebsd.org Fri Sep 2 19:43:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75BBDBCDFB0; Fri, 2 Sep 2016 19:43:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D37A787; Fri, 2 Sep 2016 19:43:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 7CB73BDCC3; Fri, 2 Sep 2016 21:43:16 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 4F3A5BDCC5; Fri, 2 Sep 2016 21:43:16 +0200 (CEST) Received: from atuin.in.mat.cc (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 00D3E6D8269A; Fri, 2 Sep 2016 21:43:15 +0200 (CEST) Subject: Re: svn commit: r421273 - head/security/nmap/files To: Olli Hauer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201609021721.u82HLSjH018586@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <5396dea7-fe3c-1bc9-c3b6-404609cc1ef4@FreeBSD.org> Date: Fri, 2 Sep 2016 21:43:13 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201609021721.u82HLSjH018586@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bg8JtJ2RKcpovBQ3rq0GqP38f5xjU0fgl" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 19:43:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --bg8JtJ2RKcpovBQ3rq0GqP38f5xjU0fgl Content-Type: multipart/mixed; boundary="SePbPx983102ItjWtpTXWc7dmqhdbhs6W"; protected-headers="v1" From: Mathieu Arnold To: Olli Hauer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <5396dea7-fe3c-1bc9-c3b6-404609cc1ef4@FreeBSD.org> Subject: Re: svn commit: r421273 - head/security/nmap/files References: <201609021721.u82HLSjH018586@repo.freebsd.org> In-Reply-To: <201609021721.u82HLSjH018586@repo.freebsd.org> --SePbPx983102ItjWtpTXWc7dmqhdbhs6W Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 02/09/2016 =C3=A0 19:21, Olli Hauer a =C3=A9crit : > Author: ohauer > Date: Fri Sep 2 17:21:28 2016 > New Revision: 421273 > URL: https://svnweb.freebsd.org/changeset/ports/421273 > > Log: > - fix build with libressl > no revision bump, libressl is not the default Not bumping is the right choice, but the reason you invoke really is wron= g. In this case, you are not bumping it because it failed to built and there could not be a 7.25.b2 package built with libressl. The fact that libressl is the default or not is beyond the point, if for example, it built without a problem but had a runtime issue, you would have needed to bump PORTREVISION. --=20 Mathieu Arnold --SePbPx983102ItjWtpTXWc7dmqhdbhs6W-- --bg8JtJ2RKcpovBQ3rq0GqP38f5xjU0fgl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJXydZTXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IGwkQALfMN8pGHmuHcVM1xWeqWVzZ Fg7ktdrO3MHM/GZiMFajsiEobxFMfOwKkBmVy3SMgeZMK+oPSTa3gia23rtiDOYg yFBelkWPDxhvZMtgtapPu2Vy7BLvG/uRjJ8L+O8V/nfjSjjf9H10xmwov79SZYlL FMZ0Zty3g9AjxYZw90mc9tDVsQCgCE2u8g5NzVk7ne0uNpriUo5LJVre6frjRGFR eq5Jx3PpQx+t8/SFxfhS6QOwbyBHayUVtkZMTE/POjrNOINPJ0IGBoqOp8CB6His rDfZDByRXV6t9g88knD/QEDRJ23JTb/fPiKBeQK3bwj2qgfmkjkMYHbU2R8zeeDq a8hCtWpLb2P9tXrLqJGvZ+6w16Oe94BXs40wZummJL9YwbRkOfgWzN/AUS5lBb0L vdgNQLX/jsry/crorL7ZPhvYkGQu7AmhCZcyioYKaWB1oANVw3LsBcnw03IEXe8e XMTZmXt11EvYmxYI02oT5jTwPCYg3O1i+InU3YBo0afLqUKpQbDMfMRgOJTszw2H KWNv44MeBX1NEXJx5qApdpTWOyEgpXHhC9ePX+ej8piSHtavT+YXu9pzjLfzvuzi e0cUXneVApMzKGnDg3T8P3FULezbWQrlI1p+TsXMzvEHgFps39re4ZJmMnrrnp8E ZXCwhzGenwzWlFtndMg/ =mbFw -----END PGP SIGNATURE----- --bg8JtJ2RKcpovBQ3rq0GqP38f5xjU0fgl-- From owner-svn-ports-all@freebsd.org Fri Sep 2 20:32:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E02FCBCDAC7; Fri, 2 Sep 2016 20:32:21 +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 mx1.freebsd.org (Postfix) with ESMTPS id AA710FC5; Fri, 2 Sep 2016 20:32:21 +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 u82KWLFp089973; Fri, 2 Sep 2016 20:32:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82KWKI5089971; Fri, 2 Sep 2016 20:32:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201609022032.u82KWKI5089971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 2 Sep 2016 20:32:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421274 - head/sysutils/consul X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 20:32:22 -0000 Author: swills Date: Fri Sep 2 20:32:20 2016 New Revision: 421274 URL: https://svnweb.freebsd.org/changeset/ports/421274 Log: sysutils/consul: convert to GH_SUBDIR While here, use vendored deps provided with source. Resulting binary should be identical. Modified: head/sysutils/consul/Makefile head/sysutils/consul/distinfo Modified: head/sysutils/consul/Makefile ============================================================================== --- head/sysutils/consul/Makefile Fri Sep 2 17:21:28 2016 (r421273) +++ head/sysutils/consul/Makefile Fri Sep 2 20:32:20 2016 (r421274) @@ -18,46 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/ USES= compiler USE_GITHUB= yes -GH_ACCOUNT= hashicorp:DEFAULT,go_checkpoint,go_msgpack,go_multierror,go_syslog \ - hashicorp:golang_lru,hcl,logutils,memberlist,raft,raft_mdb,serf \ - hashicorp:scada,yamux,migrate,msgpackrpc,boltdb,reap,memdb \ - hashicorp:iradix,chttp,errwrap,gouuid,hil \ - armon:circbuf,go_metrics,go_radix,gomdb golang:protobuf,crypto,sys \ - boltdb:bolt inconshreveable:muxado matttproud:protobuf_ext \ - miekg:dns mitchellh:cli,mapstructure,copystructure,reflectwalk \ - prometheus:client_golang,client_model,procfs \ - ryanuber:columnize ugorji:go mattn:isatty \ - fsouza:dclient elazarl:assetfs bgentry:speakeasy DataDog:datadog -GH_PROJECT= circbuf:circbuf protobuf:protobuf go-metrics:go_metrics \ - go-radix:go_radix gomdb:gomdb go-checkpoint:go_checkpoint \ - go-msgpack:go_msgpack go-multierror:go_multierror \ - go-syslog:go_syslog golang-lru:golang_lru hcl:hcl \ - logutils:logutils memberlist:memberlist raft:raft \ - raft-mdb:raft_mdb serf:serf scada-client:scada yamux:yamux \ - consul-migrate:migrate net-rpc-msgpackrpc:msgpackrpc \ - raft-boltdb:boltdb crypto:crypto bolt:bolt muxado:muxado \ - golang_protobuf_extensions:protobuf_ext dns:dns cli:cli \ - mapstructure:mapstructure client_golang:client_golang \ - client_model:client_model procfs:procfs columnize:columnize \ - go:go go-isatty:isatty go-reap:reap sys:sys go-memdb:memdb \ - go-immutable-radix:iradix go-cleanhttp:chttp errwrap:errwrap \ - go-dockerclient:dclient go-bindata-assetfs:assetfs \ - speakeasy:speakeasy datadog-go:datadog go-uuid:gouuid \ - hil:hil copystructure:copystructure reflectwalk:reflectwalk -GH_TAGNAME= bbbad09:circbuf 2402d76:protobuf 345426c:go_metrics \ - 4239b77:go_radix 151f2e0:gomdb e4b2dc3:go_checkpoint \ - fa3f638:go_msgpack d30f099:go_multierror 42a2b57:go_syslog \ - 5c7531c:golang_lru 578dd97:hcl 0dc08b1:logutils \ - cef12ad:memberlist 057b893:raft 55f2947:raft_mdb e4ec8cc:serf \ - 84989fd:scada df94978:yamux 678fb10:migrate \ - a14192a:msgpackrpc d1e82c1:boltdb 3760e01:crypto ee4a088:bolt \ - f693c7e:muxado d0c3fe8:protobuf_ext 75e6e86:dns cb6853d:cli \ - 281073e:mapstructure 67994f1:client_golang \ - fa8ad6f:client_model 406e5b7:procfs 983d3a5:columnize \ - 646ae4a:go 56b76bd:isatty 2d85522:reap 20457ee:sys 98f52f5:memdb \ - 8e8ed81:iradix 875fb67:chttp 7554cd9:errwrap 9b6c972:dclient \ - 57eb5e1:assetfs 36e9cfd:speakeasy b050cd8:datadog 3628998:gouuid \ - 0457360:hil 6fc6626:copystructure eecf4c7:reflectwalk +GH_ACCOUNT= hashicorp +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} USE_RC_SUBR= consul @@ -66,125 +28,8 @@ GROUPS= consul STRIP= # stripping can break go binaries -post-patch: - @${MKDIR} ${WRKSRC}/src/github.com/hashicorp/consul -.for src in .gitignore .travis.yml CHANGELOG.md GNUmakefile Godeps LICENSE \ - README.md acl api bench command commands.go consul contrib demo lib \ - main.go main_test.go make.bat scripts terraform test testutil tlsutil \ - ui vendor version.go watch website - @${MV} ${WRKSRC}/${src} \ - ${WRKSRC}/src/github.com/hashicorp/consul -.endfor - @${MKDIR} ${WRKSRC}/src/github.com/armon - @${MKDIR} ${WRKSRC}/src/github.com/boltdb - @${MKDIR} ${WRKSRC}/src/github.com/inconshreveable - @${MKDIR} ${WRKSRC}/src/github.com/miekg - @${MKDIR} ${WRKSRC}/src/github.com/mitchellh - @${MKDIR} ${WRKSRC}/src/github.com/ryanuber - @${MKDIR} ${WRKSRC}/src/github.com/ugorji - @${MKDIR} ${WRKSRC}/src/github.com/golang - @${MKDIR} ${WRKSRC}/src/github.com/matttproud - @${MKDIR} ${WRKSRC}/src/github.com/prometheus - @${MKDIR} ${WRKSRC}/src/github.com/mattn - @${MKDIR} ${WRKSRC}/src/github.com/fsouza - @${MKDIR} ${WRKSRC}/src/github.com/elazarl - @${MKDIR} ${WRKSRC}/src/github.com/bgentry - @${MKDIR} ${WRKSRC}/src/github.com/DataDog - @${MKDIR} ${WRKSRC}/src/golang.org/x - @${MV} ${WRKSRC_circbuf} \ - ${WRKSRC}/src/github.com/armon/circbuf - @${MV} ${WRKSRC_go_metrics} \ - ${WRKSRC}/src/github.com/armon/go-metrics - @${MV} ${WRKSRC_go_radix} \ - ${WRKSRC}/src/github.com/armon/go-radix - @${MV} ${WRKSRC_gomdb} \ - ${WRKSRC}/src/github.com/armon/gomdb - @${MV} ${WRKSRC_protobuf} \ - ${WRKSRC}/src/github.com/golang/protobuf - @${MV} ${WRKSRC_go_msgpack} \ - ${WRKSRC}/src/github.com/hashicorp/go-msgpack - @${MV} ${WRKSRC_go_multierror} \ - ${WRKSRC}/src/github.com/hashicorp/go-multierror - @${MV} ${WRKSRC_go_checkpoint} \ - ${WRKSRC}/src/github.com/hashicorp/go-checkpoint - @${MV} ${WRKSRC_go_syslog} \ - ${WRKSRC}/src/github.com/hashicorp/go-syslog - @${MV} ${WRKSRC_golang_lru} \ - ${WRKSRC}/src/github.com/hashicorp/golang-lru - @${MV} ${WRKSRC_hcl} \ - ${WRKSRC}/src/github.com/hashicorp/hcl - @${MV} ${WRKSRC_logutils} \ - ${WRKSRC}/src/github.com/hashicorp/logutils - @${MV} ${WRKSRC_memberlist} \ - ${WRKSRC}/src/github.com/hashicorp/memberlist - @${MV} ${WRKSRC_raft} \ - ${WRKSRC}/src/github.com/hashicorp/raft - @${MV} ${WRKSRC_raft_mdb} \ - ${WRKSRC}/src/github.com/hashicorp/raft-mdb - @${MV} ${WRKSRC_serf} \ - ${WRKSRC}/src/github.com/hashicorp/serf - @${MV} ${WRKSRC_scada} \ - ${WRKSRC}/src/github.com/hashicorp/scada-client - @${MV} ${WRKSRC_yamux} \ - ${WRKSRC}/src/github.com/hashicorp/yamux - @${MV} ${WRKSRC_muxado} \ - ${WRKSRC}/src/github.com/inconshreveable/muxado - @${MV} ${WRKSRC_dns} \ - ${WRKSRC}/src/github.com/miekg/dns - @${MV} ${WRKSRC_cli} \ - ${WRKSRC}/src/github.com/mitchellh/cli - @${MV} ${WRKSRC_mapstructure} \ - ${WRKSRC}/src/github.com/mitchellh/mapstructure - @${MV} ${WRKSRC_columnize} \ - ${WRKSRC}/src/github.com/ryanuber/columnize - @${MV} ${WRKSRC_msgpackrpc} \ - ${WRKSRC}/src/github.com/hashicorp/net-rpc-msgpackrpc - @${MV} ${WRKSRC_protobuf_ext} \ - ${WRKSRC}/src/github.com/matttproud/golang_protobuf_extensions - @${MV} ${WRKSRC_client_golang} \ - ${WRKSRC}/src/github.com/prometheus/client_golang - @${MV} ${WRKSRC_client_model} \ - ${WRKSRC}/src/github.com/prometheus/client_model - @${MV} ${WRKSRC_procfs} \ - ${WRKSRC}/src/github.com/prometheus/procfs - @${MV} ${WRKSRC_boltdb} \ - ${WRKSRC}/src/github.com/hashicorp/raft-boltdb - @${MV} ${WRKSRC_bolt} \ - ${WRKSRC}/src/github.com/boltdb/bolt - @${MV} ${WRKSRC_migrate} \ - ${WRKSRC}/src/github.com/hashicorp/consul-migrate - @${MV} ${WRKSRC_isatty} \ - ${WRKSRC}/src/github.com/mattn/go-isatty - @${MV} ${WRKSRC_reap} \ - ${WRKSRC}/src/github.com/hashicorp/go-reap - @${MV} ${WRKSRC_memdb} \ - ${WRKSRC}/src/github.com/hashicorp/go-memdb - @${MV} ${WRKSRC_iradix} \ - ${WRKSRC}/src/github.com/hashicorp/go-immutable-radix - @${MV} ${WRKSRC_chttp} \ - ${WRKSRC}/src/github.com/hashicorp/go-cleanhttp - @${MV} ${WRKSRC_errwrap} \ - ${WRKSRC}/src/github.com/hashicorp/errwrap - @${MV} ${WRKSRC_dclient} \ - ${WRKSRC}/src/github.com/fsouza/go-dockerclient - @${MV} ${WRKSRC_assetfs} \ - ${WRKSRC}/src/github.com/elazarl/go-bindata-assetfs - @${MV} ${WRKSRC_speakeasy} \ - ${WRKSRC}/src/github.com/bgentry/speakeasy - @${MV} ${WRKSRC_datadog} \ - ${WRKSRC}/src/github.com/DataDog/datadog-go - @${MV} ${WRKSRC_sys} \ - ${WRKSRC}/src/golang.org/x/sys - @${MV} ${WRKSRC_crypto} \ - ${WRKSRC}/src/golang.org/x/crypto - @${MV} ${WRKSRC_gouuid} \ - ${WRKSRC}/src/github.com/hashicorp/go-uuid - @${MV} ${WRKSRC_hil} \ - ${WRKSRC}/src/github.com/hashicorp/hil - @${MV} ${WRKSRC_copystructure} \ - ${WRKSRC}/src/github.com/mitchellh/copystructure - @${MV} ${WRKSRC_reflectwalk} \ - ${WRKSRC}/src/github.com/mitchellh/reflectwalk +post-extract: + @${MV} ${WRKSRC}/vendor/ ${WRKSRC}/src/ do-build: @cd ${WRKSRC}/src/github.com/hashicorp/consul; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build \ Modified: head/sysutils/consul/distinfo ============================================================================== --- head/sysutils/consul/distinfo Fri Sep 2 17:21:28 2016 (r421273) +++ head/sysutils/consul/distinfo Fri Sep 2 20:32:20 2016 (r421274) @@ -1,100 +1,5 @@ +TIMESTAMP = 1472754662 SHA256 (consul_0.6.4_web_ui.zip) = 5f8841b51e0e3e2eb1f1dc66a47310ae42b0448e77df14c83bb49e0e0d5fa4b7 SIZE (consul_0.6.4_web_ui.zip) = 253852 SHA256 (hashicorp-consul-v0.6.4_GH0.tar.gz) = 327c72211af1d6613477856c15bf7bcfc3c80d23542fcffe535d30d09347e08b SIZE (hashicorp-consul-v0.6.4_GH0.tar.gz) = 3912207 -SHA256 (hashicorp-go-checkpoint-e4b2dc3_GH0.tar.gz) = 5dc0efd36e5581dc04f40c4f3a705219f8c7bb92ef9728ec6a0857d7f322d175 -SIZE (hashicorp-go-checkpoint-e4b2dc3_GH0.tar.gz) = 9966 -SHA256 (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 6353c623d5d58c7ca03e2bdac63f9da7da8848fb1f5f7f239b33e3ce6fe6c6bd -SIZE (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 49496 -SHA256 (hashicorp-go-multierror-d30f099_GH0.tar.gz) = 3a1ea11a45d9ec6aab4aeea142a6c8b73bfd1ae7613c77de6e53880b36539697 -SIZE (hashicorp-go-multierror-d30f099_GH0.tar.gz) = 8785 -SHA256 (hashicorp-go-syslog-42a2b57_GH0.tar.gz) = c092db8da3dc2c7279b4ad6afbb6ee7c4daae9ac3020a591096be59f94330544 -SIZE (hashicorp-go-syslog-42a2b57_GH0.tar.gz) = 4394 -SHA256 (hashicorp-golang-lru-5c7531c_GH0.tar.gz) = 867a69d0ee2e06a7e5cfe1c4cec7dfde3e6568b49d3b7157f250c6cc825bf738 -SIZE (hashicorp-golang-lru-5c7531c_GH0.tar.gz) = 12307 -SHA256 (hashicorp-hcl-578dd97_GH0.tar.gz) = 53631bd3cc69084c4da3cd9d818eb9bb218901424dec87db9d30a0fda2b32092 -SIZE (hashicorp-hcl-578dd97_GH0.tar.gz) = 54709 -SHA256 (hashicorp-logutils-0dc08b1_GH0.tar.gz) = d1272f06f8df434ee06bf965028debe32686a240818729beed5468eedf7f845e -SIZE (hashicorp-logutils-0dc08b1_GH0.tar.gz) = 7705 -SHA256 (hashicorp-memberlist-cef12ad_GH0.tar.gz) = 68e605e778d6a2beec877374ec0fadb51d0f5e2ce507dc14bf812494b0adfcbc -SIZE (hashicorp-memberlist-cef12ad_GH0.tar.gz) = 57485 -SHA256 (hashicorp-raft-057b893_GH0.tar.gz) = 01490a9454a0b346d78a7c81b5bb0b0c20c2e52828a7cc23640638e53ad03251 -SIZE (hashicorp-raft-057b893_GH0.tar.gz) = 60534 -SHA256 (hashicorp-raft-mdb-55f2947_GH0.tar.gz) = 1d98b208f1928419af39f5878fee8ae5905871bfeb0aaae57cba333b0ee690d0 -SIZE (hashicorp-raft-mdb-55f2947_GH0.tar.gz) = 9809 -SHA256 (hashicorp-serf-e4ec8cc_GH0.tar.gz) = 8241348ef5ca891bcc6742c2ff760cf86d16395548f626f8b95ad8719b6e84df -SIZE (hashicorp-serf-e4ec8cc_GH0.tar.gz) = 639442 -SHA256 (hashicorp-scada-client-84989fd_GH0.tar.gz) = b951a6efad5079146c76bdf5da1422aa4792fc6ef34d3243b0a7554a57a92fc6 -SIZE (hashicorp-scada-client-84989fd_GH0.tar.gz) = 15811 -SHA256 (hashicorp-yamux-df94978_GH0.tar.gz) = 24ea55176dc9ba8f8a55710f3837600ca949816ef25f6f075d978ecd66f2aedc -SIZE (hashicorp-yamux-df94978_GH0.tar.gz) = 21611 -SHA256 (hashicorp-consul-migrate-678fb10_GH0.tar.gz) = 213b865789ab160e3180043d497780df634cb125da7aeb64ed119752ffc0b41a -SIZE (hashicorp-consul-migrate-678fb10_GH0.tar.gz) = 14058 -SHA256 (hashicorp-net-rpc-msgpackrpc-a14192a_GH0.tar.gz) = 72c325f320b052bc47f272bcd8d86469365f29318270ae6c427af66068748e6b -SIZE (hashicorp-net-rpc-msgpackrpc-a14192a_GH0.tar.gz) = 2942 -SHA256 (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 68bb2996a4ec490c099612efcc255ad721014aaf42afbf9f0b21fcf8361162d9 -SIZE (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 8879 -SHA256 (hashicorp-go-reap-2d85522_GH0.tar.gz) = 9ae2938e9bec3003226e59dd3d41f4c4a5b7150342c90f55c0003dd2c5c3968a -SIZE (hashicorp-go-reap-2d85522_GH0.tar.gz) = 8465 -SHA256 (hashicorp-go-memdb-98f52f5_GH0.tar.gz) = 48dc5d6e00d5b0bf0810c1b098f3616dd1a10a9d46ae19289530dd4e53ec2a42 -SIZE (hashicorp-go-memdb-98f52f5_GH0.tar.gz) = 18834 -SHA256 (hashicorp-go-immutable-radix-8e8ed81_GH0.tar.gz) = 521841bab559b082bc7b1ce31288651bce4e4cc432ad508b9724cd1199f4d400 -SIZE (hashicorp-go-immutable-radix-8e8ed81_GH0.tar.gz) = 12594 -SHA256 (hashicorp-go-cleanhttp-875fb67_GH0.tar.gz) = a09a1f166fb844ec7b648fc62011a8964cca0666ff536bc737498a20a350a083 -SIZE (hashicorp-go-cleanhttp-875fb67_GH0.tar.gz) = 7124 -SHA256 (hashicorp-errwrap-7554cd9_GH0.tar.gz) = b800e361c15decd0ebb39a0ff02ad046a1fc81021267f8625232f3921617daa0 -SIZE (hashicorp-errwrap-7554cd9_GH0.tar.gz) = 8312 -SHA256 (hashicorp-go-uuid-3628998_GH0.tar.gz) = b74ff6ff14a88d2eb4fde9bfd88d9a3daab328bc79994873c6d9ba3c8e41f531 -SIZE (hashicorp-go-uuid-3628998_GH0.tar.gz) = 6487 -SHA256 (hashicorp-hil-0457360_GH0.tar.gz) = 8113a25467712df0e3d88c5e1a319b62ea479855f9985a2c8e0947502c402811 -SIZE (hashicorp-hil-0457360_GH0.tar.gz) = 27393 -SHA256 (armon-circbuf-bbbad09_GH0.tar.gz) = da1aac85443932dd76d33467d678fd04d673f9ba3d6b00da0a57ce274b8b2ec7 -SIZE (armon-circbuf-bbbad09_GH0.tar.gz) = 2884 -SHA256 (armon-go-metrics-345426c_GH0.tar.gz) = 1a46954fcd70725f4831fda117f68d1e551c3a6ba9c0df8f1021bbc254195d4c -SIZE (armon-go-metrics-345426c_GH0.tar.gz) = 13603 -SHA256 (armon-go-radix-4239b77_GH0.tar.gz) = 7aca5d599d3014f98c01f9c59f638f031d7c3779a491f861d0fe9d7ac8840e61 -SIZE (armon-go-radix-4239b77_GH0.tar.gz) = 5481 -SHA256 (armon-gomdb-151f2e0_GH0.tar.gz) = 52a16b34c6b609276977e005d829604b214869c3745fb63b2017124c3039906f -SIZE (armon-gomdb-151f2e0_GH0.tar.gz) = 100222 -SHA256 (golang-protobuf-2402d76_GH0.tar.gz) = 05fa1bc029a8731f83a0c1ef81e2fe244c0ab647c5201507fe6e0d1567672678 -SIZE (golang-protobuf-2402d76_GH0.tar.gz) = 179772 -SHA256 (golang-crypto-3760e01_GH0.tar.gz) = 5c79944c37becac5579adf8bd3ce8bdbe83d1a38ca02f73615a409ce7095f9c5 -SIZE (golang-crypto-3760e01_GH0.tar.gz) = 901427 -SHA256 (golang-sys-20457ee_GH0.tar.gz) = b2f6fda71e0b167cdf8c99c331da565afe6847bb3f6db79258b0ace86792e08f -SIZE (golang-sys-20457ee_GH0.tar.gz) = 541643 -SHA256 (boltdb-bolt-ee4a088_GH0.tar.gz) = cdc4c4288b6e3fe70e2ab087ef931486983d495b8ed10366678815fdaba15245 -SIZE (boltdb-bolt-ee4a088_GH0.tar.gz) = 78032 -SHA256 (inconshreveable-muxado-f693c7e_GH0.tar.gz) = 2ef25a734872d8beb7740fbf58598f56653d6c47d0ee971ca950dad90823344d -SIZE (inconshreveable-muxado-f693c7e_GH0.tar.gz) = 25814 -SHA256 (matttproud-golang_protobuf_extensions-d0c3fe8_GH0.tar.gz) = f78680b1ceb9e2f17cb2c4053cbe86051b8f79c203ed4914d39db83036b15f9b -SIZE (matttproud-golang_protobuf_extensions-d0c3fe8_GH0.tar.gz) = 10721 -SHA256 (miekg-dns-75e6e86_GH0.tar.gz) = 346b2bc30f800db5570336bdf0c04e7b2907f9df6d970c774416c2a262b1ab69 -SIZE (miekg-dns-75e6e86_GH0.tar.gz) = 154998 -SHA256 (mitchellh-cli-cb6853d_GH0.tar.gz) = b501d29aca4b7fb6adf6c3e6ed3b2739899968b557b33bca34c5bd214581510c -SIZE (mitchellh-cli-cb6853d_GH0.tar.gz) = 15708 -SHA256 (mitchellh-mapstructure-281073e_GH0.tar.gz) = e511fe333b7ce7cbe2b1d03e35f8a3d9ed1bf52eb3aca32859fe5f7acb54ea33 -SIZE (mitchellh-mapstructure-281073e_GH0.tar.gz) = 13968 -SHA256 (mitchellh-copystructure-6fc6626_GH0.tar.gz) = b632b0536ab26766989d11287d798417b7583e4f55928ee2c1100d11a222d64a -SIZE (mitchellh-copystructure-6fc6626_GH0.tar.gz) = 4029 -SHA256 (mitchellh-reflectwalk-eecf4c7_GH0.tar.gz) = a681b9f5f9a8c24d01d9e05a088dc2053fa637060cf4fa8a4232d5ef4f00ca11 -SIZE (mitchellh-reflectwalk-eecf4c7_GH0.tar.gz) = 4272 -SHA256 (prometheus-client_golang-67994f1_GH0.tar.gz) = 8c4d167c4c842bb374fcb3973cb9db7a927b52d0f379029593ec2fb217249a7d -SIZE (prometheus-client_golang-67994f1_GH0.tar.gz) = 65347 -SHA256 (prometheus-client_model-fa8ad6f_GH0.tar.gz) = 726ebe6d3aba7c99ffc30788972ef693d0521072c6a33794a9d8ee1f26389466 -SIZE (prometheus-client_model-fa8ad6f_GH0.tar.gz) = 54787 -SHA256 (prometheus-procfs-406e5b7_GH0.tar.gz) = 814cea06f2be5178a1527dab653b53d11d145bd27e914ea1387d556d6adc3ab8 -SIZE (prometheus-procfs-406e5b7_GH0.tar.gz) = 18538 -SHA256 (ryanuber-columnize-983d3a5_GH0.tar.gz) = fbab9de96d3a73f2407798ae3e32f75a98870c9d2864b58c1b2a2f57e0ef340f -SIZE (ryanuber-columnize-983d3a5_GH0.tar.gz) = 3803 -SHA256 (ugorji-go-646ae4a_GH0.tar.gz) = 84d2b0dbfd61f662eff060ea35159d8c3c298399ce3cb3fb5b2476b417379a18 -SIZE (ugorji-go-646ae4a_GH0.tar.gz) = 166652 -SHA256 (mattn-go-isatty-56b76bd_GH0.tar.gz) = c424f22dcd10290266a3413c1ebe055bd3278c030aab065ba955b604c455c881 -SIZE (mattn-go-isatty-56b76bd_GH0.tar.gz) = 1950 -SHA256 (fsouza-go-dockerclient-9b6c972_GH0.tar.gz) = be2f2a5020cd315eaadfb43b15ab1c93fa93fa983159396d15a7c11a21961d64 -SIZE (fsouza-go-dockerclient-9b6c972_GH0.tar.gz) = 719407 -SHA256 (elazarl-go-bindata-assetfs-57eb5e1_GH0.tar.gz) = c42a45d609448bb7ad0fa42f7654a67ce2e5558d7a843c5268d67d7b31567220 -SIZE (elazarl-go-bindata-assetfs-57eb5e1_GH0.tar.gz) = 3676 -SHA256 (bgentry-speakeasy-36e9cfd_GH0.tar.gz) = 502733d9fa63803cc9e554b43122b1c3e1ec43efc39f516c13507f344d696d95 -SIZE (bgentry-speakeasy-36e9cfd_GH0.tar.gz) = 6895 -SHA256 (DataDog-datadog-go-b050cd8_GH0.tar.gz) = 1f5e0051279d007d2744c245791327537389c61bf948832ff217950324811c39 -SIZE (DataDog-datadog-go-b050cd8_GH0.tar.gz) = 6054 From owner-svn-ports-all@freebsd.org Fri Sep 2 20:33:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE6A0BCDB3A; Fri, 2 Sep 2016 20:33:31 +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 mx1.freebsd.org (Postfix) with ESMTPS id A235C12B; Fri, 2 Sep 2016 20:33:31 +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 u82KXUcJ092347; Fri, 2 Sep 2016 20:33:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82KXUr0092345; Fri, 2 Sep 2016 20:33:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201609022033.u82KXUr0092345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 2 Sep 2016 20:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421275 - in head/sysutils/serf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 20:33:32 -0000 Author: swills Date: Fri Sep 2 20:33:30 2016 New Revision: 421275 URL: https://svnweb.freebsd.org/changeset/ports/421275 Log: sysutils/serf: convert to GH_SUBDIR and GH_TUPLE While here, remove unneeded patch. Resulting binary should be the same. Deleted: head/sysutils/serf/files/patch-deps_v0-6-4.json Modified: head/sysutils/serf/Makefile head/sysutils/serf/distinfo Modified: head/sysutils/serf/Makefile ============================================================================== --- head/sysutils/serf/Makefile Fri Sep 2 20:32:20 2016 (r421274) +++ head/sysutils/serf/Makefile Fri Sep 2 20:33:30 2016 (r421275) @@ -14,18 +14,23 @@ LICENSE= MPL BUILD_DEPENDS= go14>=1.4:lang/go14 USE_GITHUB= yes -GH_ACCOUNT= hashicorp:DEFAULT,go_msgpack,go_syslog,go_net,logutils,mdns,memberlist \ - armon:circbuf,go_metrics miekg:dns mitchellh:cli,mapstructure \ - ryanuber:columnize golang:crypto -GH_PROJECT= circbuf:circbuf cli:cli columnize:columnize dns:dns \ - go-metrics:go_metrics go-msgpack:go_msgpack \ - go-syslog:go_syslog go.net:go_net logutils:logutils \ - mapstructure:mapstructure mdns:mdns memberlist:memberlist \ - crypto:crypto -GH_TAGNAME= 0dc08b1:logutils 281073e:mapstructure 983d3a5:columnize \ - fa3f638:go_msgpack 9888dc5:memberlist 42a2b57:go_syslog \ - 75e6e86:dns 104dcad:go_net 8102d0e:cli 06b6099:go_metrics \ - 9d85cf2:mdns bbbad09:circbuf f18420e:crypto + +GH_ACCOUNT= hashicorp +GH_SUBDIR:= src/github.com/${GH_ACCOUNT}/${PORTNAME} + +GH_TUPLE= hashicorp:go-msgpack:fa3f638:msgpack/src/github.com/hashicorp/go-msgpack \ + hashicorp:go-syslog:42a2b57:syslog/src/github.com/hashicorp/go-syslog \ + hashicorp:go.net:104dcad:net/src/github.com/hashicorp/go.net \ + hashicorp:logutils:0dc08b1:logutil/src/github.com/hashicorp/logutils \ + hashicorp:mdns:9d85cf2:mdns/src/github.com/hashicorp/mdns \ + hashicorp:memberlist:9888dc5:memberlist/src/github.com/hashicorp/memberlist \ + armon:circbuf:bbbad09:circbuf/src/github.com/armon/circbuf \ + armon:go-metrics:06b6099:metrics/src/github.com/armon/go-metrics \ + miekg:dns:75e6e86:dns/src/github.com/miekg/dns \ + mitchellh:cli:8102d0e:cli/src/github.com/mitchellh/cli \ + mitchellh:mapstructure:281073e:mapstructure/src/github.com/mitchellh/mapstructure \ + ryanuber:columnize:983d3a5:columnize/src/github.com/ryanuber/columnize \ + golang:crypto:f18420e:crypto/src/golang.org/x/crypto USE_RC_SUBR= serf @@ -36,49 +41,6 @@ PLIST_FILES= bin/serf STRIP= # stripping can break go binaries -post-patch: - @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} -.for src in .gitignore .travis.yml CHANGELOG.md LICENSE Makefile README.md \ - client coordinate command commands.go demo deps main.go main_test.go \ - ops-misc scripts serf testutil version.go website - @${MV} ${WRKSRC}/${src} \ - ${WRKSRC}/src/github.com/hashicorp/${PORTNAME} -.endfor - @${MKDIR} ${WRKSRC}/src/github.com/armon - @${MKDIR} ${WRKSRC}/src/github.com/mitchellh - @${MKDIR} ${WRKSRC}/src/github.com/miekg - @${MKDIR} ${WRKSRC}/src/github.com/ryanuber - @${MKDIR} ${WRKSRC}/src/golang.org/x - @${MKDIR} ${WRKSRC}/src/code.google.com/p/go.net - @${MV} ${WRKSRC_circbuf} \ - ${WRKSRC}/src/github.com/armon/circbuf - @${MV} ${WRKSRC_go_metrics} \ - ${WRKSRC}/src/github.com/armon/go-metrics - @${MV} ${WRKSRC_go_msgpack} \ - ${WRKSRC}/src/github.com/hashicorp/go-msgpack - @${MV} ${WRKSRC_go_syslog} \ - ${WRKSRC}/src/github.com/hashicorp/go-syslog - @${MV} ${WRKSRC_logutils} \ - ${WRKSRC}/src/github.com/hashicorp/logutils - @${MV} ${WRKSRC_memberlist} \ - ${WRKSRC}/src/github.com/hashicorp/memberlist - @${MV} ${WRKSRC_mapstructure} \ - ${WRKSRC}/src/github.com/mitchellh/mapstructure - @${MV} ${WRKSRC_mdns} \ - ${WRKSRC}/src/github.com/hashicorp/mdns - @${MV} ${WRKSRC_cli} \ - ${WRKSRC}/src/github.com/mitchellh/cli - @${MV} ${WRKSRC_columnize} \ - ${WRKSRC}/src/github.com/ryanuber/columnize - @${MV} ${WRKSRC_dns} \ - ${WRKSRC}/src/github.com/miekg/dns - @${MV} ${WRKSRC_go_net} \ - ${WRKSRC}/src/github.com/hashicorp/go.net - @${MV} ${WRKSRC_crypto} \ - ${WRKSRC}/src/golang.org/x/crypto - @${CP} -r ${WRKSRC}/src/github.com/hashicorp/go.net/internal \ - ${WRKSRC}/src/code.google.com/p/go.net - do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; \ ${SETENV} CGO_ENABLED=0 PATH=${PATH}:${LOCALBASE}/go14/bin ${BUILD_ENV} GOPATH=${WRKSRC} \ Modified: head/sysutils/serf/distinfo ============================================================================== --- head/sysutils/serf/distinfo Fri Sep 2 20:32:20 2016 (r421274) +++ head/sysutils/serf/distinfo Fri Sep 2 20:33:30 2016 (r421275) @@ -1,3 +1,4 @@ +TIMESTAMP = 1472766963 SHA256 (hashicorp-serf-v0.7.0_GH0.tar.gz) = 2699dbbc616e4b76fb158d8ea3291b0ae43bb0499ab263907ef38de61f75d652 SIZE (hashicorp-serf-v0.7.0_GH0.tar.gz) = 597426 SHA256 (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 6353c623d5d58c7ca03e2bdac63f9da7da8848fb1f5f7f239b33e3ce6fe6c6bd From owner-svn-ports-all@freebsd.org Fri Sep 2 21:12:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B7F7BCDA3F; Fri, 2 Sep 2016 21:12:23 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 3BBC9BB1; Fri, 2 Sep 2016 21:12:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82LCMKp007192; Fri, 2 Sep 2016 21:12:22 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82LCMw3007190; Fri, 2 Sep 2016 21:12:22 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609022112.u82LCMw3007190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 2 Sep 2016 21:12:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421276 - in head/net/ntraceroute: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 21:12:23 -0000 Author: mat Date: Fri Sep 2 21:12:22 2016 New Revision: 421276 URL: https://svnweb.freebsd.org/changeset/ports/421276 Log: Fix on 11. PR: 212283 Submitted by: ae Sponsored by: Absolight Modified: head/net/ntraceroute/Makefile (contents, props changed) head/net/ntraceroute/files/patch-traceroute.c (contents, props changed) Modified: head/net/ntraceroute/Makefile ============================================================================== --- head/net/ntraceroute/Makefile Fri Sep 2 20:33:30 2016 (r421275) +++ head/net/ntraceroute/Makefile Fri Sep 2 21:12:22 2016 (r421276) @@ -3,7 +3,7 @@ PORTNAME= ntraceroute PORTVERSION= 6.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= NETBSD/traceroute-nanog \ http://mirrors.rit.edu/zi/ Modified: head/net/ntraceroute/files/patch-traceroute.c ============================================================================== --- head/net/ntraceroute/files/patch-traceroute.c Fri Sep 2 20:33:30 2016 (r421275) +++ head/net/ntraceroute/files/patch-traceroute.c Fri Sep 2 21:12:22 2016 (r421276) @@ -1,14 +1,18 @@ ---- ./traceroute.c.orig 2011-10-19 10:04:10.000000000 -0400 -+++ ./traceroute.c 2011-10-19 10:04:08.000000000 -0400 -@@ -2,6 +2,7 @@ +--- traceroute.c.orig 2016-09-02 21:07:07 UTC ++++ traceroute.c +@@ -2,6 +2,11 @@ /* * STILL BROKEN: traceroute -g on linux (LSRR) */ +#include ++#if __FreeBSD_version >= 1100030 ++#define BYTESWAP_IP_FLAGS ++#define BYTESWAP_IP_LEN ++#endif #define TRACE_TOS 1 #define SPRAY #define FIXT -@@ -798,7 +799,7 @@ +@@ -798,7 +803,7 @@ struct opacket { struct icmp icmp_probe; } ip_payload; #endif /* V6.3.0 */ From owner-svn-ports-all@freebsd.org Fri Sep 2 21:33:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9FF1BCD7A7; Fri, 2 Sep 2016 21:33:06 +0000 (UTC) (envelope-from brooks@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 mx1.freebsd.org (Postfix) with ESMTPS id B8014EF1; Fri, 2 Sep 2016 21:33:06 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82LX5Gr014707; Fri, 2 Sep 2016 21:33:05 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82LX51j014705; Fri, 2 Sep 2016 21:33:05 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201609022133.u82LX51j014705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 2 Sep 2016 21:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421277 - in head/devel/llvm38: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 21:33:07 -0000 Author: brooks Date: Fri Sep 2 21:33:05 2016 New Revision: 421277 URL: https://svnweb.freebsd.org/changeset/ports/421277 Log: Add a hack to make -fopenmp work inspired by a submission from Johannes Dieterich . This differs from the submission in that it adds the library directly to the linker command line. I chose not to add the llvm library to the search path because that would (e.g.) make it hard to link something that uses a different version of llvm. Added: head/devel/llvm38/files/clang-patch-fopenmp.diff (contents, props changed) Modified: head/devel/llvm38/Makefile Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Fri Sep 2 21:12:22 2016 (r421276) +++ head/devel/llvm38/Makefile Fri Sep 2 21:33:05 2016 (r421277) @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -45,6 +45,7 @@ PLIST_FILES= CLANG_DESC= Build clang CLANG_EXTRA_PATCHES= \ ${PATCHDIR}/clang-patch-fformat_extensions.diff \ + ${PATCHDIR}/clang-patch-fopenmp.diff \ ${PATCHDIR}/clang-patch-tools_clang_lib_Headers_CMakeLists.txt \ ${PATCHDIR}/clang-patch-tools_clang_tools_clang-format_clang-format.py \ ${PATCHDIR}/clang-patch-tools_clang_tools_scan-build_libexec_ccc-analyzer @@ -312,6 +313,10 @@ post-build-COMPILER_RT-on: ${WRKSRC_compiler_rt} && \ ${MAKE_ENV} ${MAKE_CMD} +post-patch-CLANG-on: + ${REINPLACE_CMD} -e 's|%%LLVM_PREFIX%%|${LLVM_PREFIX}|' \ + ${PATCH_WRKSRC}/tools/clang/lib/Driver/Tools.cpp + post-install: ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/llvm/MC/MCAnalysis ${INSTALL_SCRIPT} ${WRKDIR}/llvm-wrapper.sh \ Added: head/devel/llvm38/files/clang-patch-fopenmp.diff ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm38/files/clang-patch-fopenmp.diff Fri Sep 2 21:33:05 2016 (r421277) @@ -0,0 +1,28 @@ +--- tools/clang/lib/Driver/Tools.cpp.orig 2016-09-02 19:55:01.000873648 +0000 ++++ tools/clang/lib/Driver/Tools.cpp 2016-09-02 19:54:32.001875868 +0000 +@@ -2733,13 +2733,22 @@ + + switch (getOpenMPRuntime(TC, Args)) { + case OMPRT_OMP: +- CmdArgs.push_back("-lomp"); ++ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("%%LLVM_PREFIX%%/lib/libomp.so")) ++ CmdArgs.push_back("-lomp"); ++ else ++ CmdArgs.push_back("%%LLVM_PREFIX%%/lib/libomp.so"); + break; + case OMPRT_GOMP: +- CmdArgs.push_back("-lgomp"); ++ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("%%LLVM_PREFIX%%/lib/libomp.so")) ++ CmdArgs.push_back("-lgomp"); ++ else ++ CmdArgs.push_back("%%LLVM_PREFIX%%/lib/libgomp.so"); + break; + case OMPRT_IOMP5: +- CmdArgs.push_back("-liomp5"); ++ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("%%LLVM_PREFIX%%/lib/libomp.so")) ++ CmdArgs.push_back("-liomp5"); ++ else ++ CmdArgs.push_back("%%LLVM_PREFIX%%/lib/libiomp5.so"); + break; + case OMPRT_Unknown: + // Already diagnosed. From owner-svn-ports-all@freebsd.org Fri Sep 2 23:44:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38881BCD9B4; Fri, 2 Sep 2016 23:44:29 +0000 (UTC) (envelope-from tota@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 mx1.freebsd.org (Postfix) with ESMTPS id 0B0DA691; Fri, 2 Sep 2016 23:44:28 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82NiSvJ063396; Fri, 2 Sep 2016 23:44:28 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82NiSwR063394; Fri, 2 Sep 2016 23:44:28 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201609022344.u82NiSwR063394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 2 Sep 2016 23:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421278 - head/www/R-cran-selectr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 23:44:29 -0000 Author: tota Date: Fri Sep 2 23:44:27 2016 New Revision: 421278 URL: https://svnweb.freebsd.org/changeset/ports/421278 Log: - Update to 0.3-0 Modified: head/www/R-cran-selectr/Makefile (contents, props changed) head/www/R-cran-selectr/distinfo (contents, props changed) Modified: head/www/R-cran-selectr/Makefile ============================================================================== --- head/www/R-cran-selectr/Makefile Fri Sep 2 21:33:05 2016 (r421277) +++ head/www/R-cran-selectr/Makefile Fri Sep 2 23:44:27 2016 (r421278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selectr -DISTVERSION= 0.2-3 +DISTVERSION= 0.3-0 CATEGORIES= www DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,8 +11,9 @@ COMMENT= Translate CSS Selectors to XPat LICENSE= BSD3CLAUSE -RUN_DEPENDS= R-cran-XML>0:textproc/R-cran-XML \ - R-cran-stringr>0:textproc/R-cran-stringr +CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/www/R-cran-selectr/distinfo ============================================================================== --- head/www/R-cran-selectr/distinfo Fri Sep 2 21:33:05 2016 (r421277) +++ head/www/R-cran-selectr/distinfo Fri Sep 2 23:44:27 2016 (r421278) @@ -1,2 +1,3 @@ -SHA256 (selectr_0.2-3.tar.gz) = e1aa471762462bc4b7acd37f221109a8856988959e291e45c28b3b5e8d0bf5de -SIZE (selectr_0.2-3.tar.gz) = 28227 +TIMESTAMP = 1472791224 +SHA256 (selectr_0.3-0.tar.gz) = e91ec4fd824618e17eb1e14ffd0ec04b5475344a5e22d3fb8517eaa07375d980 +SIZE (selectr_0.3-0.tar.gz) = 37978 From owner-svn-ports-all@freebsd.org Fri Sep 2 23:48:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C369BCDA39; Fri, 2 Sep 2016 23:48:24 +0000 (UTC) (envelope-from tota@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 mx1.freebsd.org (Postfix) with ESMTPS id 6ECC3802; Fri, 2 Sep 2016 23:48:24 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82NmNsk063631; Fri, 2 Sep 2016 23:48:23 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82NmNKu063629; Fri, 2 Sep 2016 23:48:23 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201609022348.u82NmNKu063629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 2 Sep 2016 23:48:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421279 - head/finance/R-cran-quantmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 23:48:24 -0000 Author: tota Date: Fri Sep 2 23:48:23 2016 New Revision: 421279 URL: https://svnweb.freebsd.org/changeset/ports/421279 Log: - Update to 0.4-6 Modified: head/finance/R-cran-quantmod/Makefile (contents, props changed) head/finance/R-cran-quantmod/distinfo (contents, props changed) Modified: head/finance/R-cran-quantmod/Makefile ============================================================================== --- head/finance/R-cran-quantmod/Makefile Fri Sep 2 23:44:27 2016 (r421278) +++ head/finance/R-cran-quantmod/Makefile Fri Sep 2 23:48:23 2016 (r421279) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quantmod -DISTVERSION= 0.4-5 +DISTVERSION= 0.4-6 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,9 +11,11 @@ COMMENT= Quantitative Financial Modellin LICENSE= GPLv3 -RUN_DEPENDS= R-cran-xts>=0.9.0:math/R-cran-xts \ +CRAN_DEPENDS= R-cran-xts>=0.9.0:math/R-cran-xts \ R-cran-zoo>0:math/R-cran-zoo \ R-cran-TTR>=0.2:finance/R-cran-TTR +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/finance/R-cran-quantmod/distinfo ============================================================================== --- head/finance/R-cran-quantmod/distinfo Fri Sep 2 23:44:27 2016 (r421278) +++ head/finance/R-cran-quantmod/distinfo Fri Sep 2 23:48:23 2016 (r421279) @@ -1,2 +1,3 @@ -SHA256 (quantmod_0.4-5.tar.gz) = c7889eb55a21296e7bda1242c46e734a0a8bd6dcbf5726aafae5313354eec893 -SIZE (quantmod_0.4-5.tar.gz) = 135004 +TIMESTAMP = 1472790923 +SHA256 (quantmod_0.4-6.tar.gz) = 2281186450e4859bf7388d1cca36c190052c40c7756e3f711eb392c86b987548 +SIZE (quantmod_0.4-6.tar.gz) = 135122 From owner-svn-ports-all@freebsd.org Sat Sep 3 00:20:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1AF6BCE220; Sat, 3 Sep 2016 00:20:06 +0000 (UTC) (envelope-from brooks@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 mx1.freebsd.org (Postfix) with ESMTPS id AC02E28A; Sat, 3 Sep 2016 00:20:06 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u830K5GD074752; Sat, 3 Sep 2016 00:20:05 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u830K5rb074749; Sat, 3 Sep 2016 00:20:05 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201609030020.u830K5rb074749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Sat, 3 Sep 2016 00:20:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421280 - in head/devel/llvm39: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 00:20:07 -0000 Author: brooks Date: Sat Sep 3 00:20:05 2016 New Revision: 421280 URL: https://svnweb.freebsd.org/changeset/ports/421280 Log: Upgrade to 3.9.0 release. Improve support for -fopenmp with a hack inspired by a submission from Johannes Dieterich . Implement a number of improvments submitted by lightside@gmx.com: - Add license information - Use VAR option helper for _USES_PYTHON variable - Add libxml2 to USE_GNOME for CLANG option - Sort variables for options (e.g. GOLD_*) Add USES=execinfo for LLDB. PR: 203223, 212334 Added: head/devel/llvm39/files/clang-patch-fopenmp.diff - copied unchanged from r421277, head/devel/llvm38/files/clang-patch-fopenmp.diff Modified: head/devel/llvm39/Makefile head/devel/llvm39/distinfo Modified: head/devel/llvm39/Makefile ============================================================================== --- head/devel/llvm39/Makefile Fri Sep 2 23:48:23 2016 (r421279) +++ head/devel/llvm39/Makefile Sat Sep 3 00:20:05 2016 (r421280) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 3.9.0rc3 -PORTREVISION= 1 +DISTVERSION= 3.9.0 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -12,6 +11,11 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= LLVM and Clang +LICENSE= LLVM +LICENSE_NAME= LLVM Release License +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + BROKEN_powerpc64= Does not build LLVM_RELEASE= ${DISTVERSION:C/rc.*//} @@ -25,6 +29,8 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} USES= cmake:outsource compiler:c++11-lib libedit ninja perl5 tar:xz +_USES_PYTHON?= python:build +USES+= ${_USES_PYTHON} USE_LDCONFIG= ${LLVM_PREFIX}/lib SUB_FILES= llvm-wrapper.sh @@ -46,6 +52,7 @@ PLIST_FILES= CLANG_DESC= Build clang CLANG_EXTRA_PATCHES= \ ${PATCHDIR}/clang-patch-fformat_extensions.diff \ + ${PATCHDIR}/clang-patch-fopenmp.diff \ ${PATCHDIR}/clang-patch-tools_clang_lib_Headers_CMakeLists.txt \ ${PATCHDIR}/clang-patch-tools_clang_tools_clang-format_clang-format.py \ ${PATCHDIR}/clang-patch-tools_clang_tools_scan-build_libexec_ccc-analyzer @@ -53,9 +60,11 @@ CLANG_CONFLICTS_INSTALL= clang-devel-3.[ CLANG_DISTFILES= cfe-${DISTVERSION}.src${EXTRACT_SUFX} CLANG_CMAKE_ON= -DCLANG_DEFAULT_OPENMP_RUNTIME=libomp CLANG_PORTDOCS= clang +CLANG_USE= GNOME=libxml2 COMPILER_RT_DESC= Sanitizer libraries COMPILER_RT_DISTFILES= compiler-rt-${DISTVERSION}.src${EXTRACT_SUFX} COMPILER_RT_PLIST_FILES=${_COMPILER_RT_LIBS:S|^|${_CRTLIBDIR}/|} +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx DOCS_PORTDOCS= llvm DOCS_CMAKE_ON= -DLLVM_ENABLE_SPHINX=ON \ -DSPHINX_WARNINGS_AS_ERRORS=OFF \ @@ -64,17 +73,20 @@ DOCS_PLIST_FILES= ${MAN1SRCS:S|^|man/man EXTRAS_DESC= Extra clang tools EXTRAS_IMPLIES= CLANG EXTRAS_DISTFILES= clang-tools-extra-${DISTVERSION}.src${EXTRACT_SUFX} +GOLD_DESC= Build the LLVM Gold plugin for LTO +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_BUILD_DEPENDS= ld.gold:devel/binutils LIT_DESC= Install lit and FileCheck test tools +LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLD_DISTFILES= lld-${DISTVERSION}.src${EXTRACT_SUFX} LLDB_DESC= Install lldb, the LLVM debugger (ignored on 9.x) LLDB_BUILD_DEPENDS= swig:devel/swig13 LLDB_DISTFILES= lldb-${DISTVERSION}.src${EXTRACT_SUFX} +LLDB_USES= execinfo +LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_DISTFILES= openmp-${DISTVERSION}.src${EXTRACT_SUFX} -GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include -GOLD_BUILD_DEPENDS= ld.gold:devel/binutils # Emulate USE_GITHUB's ${WRKSRC_tag} to reduce diffs to ../llvm-devel .for option in CLANG COMPILER_RT EXTRAS LLD LLDB OPENMP @@ -83,8 +95,6 @@ WRKSRC_${option:tl}= ${WRKDIR}/${${opti OPTIONS_SUB= yes -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx - PLIST_SUB+= LLVM_RELEASE=${LLVM_RELEASE} LLVM_MAJOR=${LLVM_MAJOR} COMMANDS= bugpoint \ @@ -171,7 +181,6 @@ COMPILER_RT_PATTERN= (asan_blacklist.txt .if ${PORT_OPTIONS:MLIT} MAN1SRCS+= lit.1 FileCheck.1 -_USES_PYTHON= python LIT_COMMANDS= lit llvm-lit FileCheck .endif @@ -180,7 +189,6 @@ COMMANDS+= argdumper \ lldb \ lldb-mi \ lldb-server -_USES_PYTHON= python .endif .if ! ${OPTIONS_DEFINE:MCOMPILER_RT} @@ -201,9 +209,6 @@ PLIST_SUB+= OPENMP="@comment " .else .endif -_USES_PYTHON?= python:build -USES+= ${_USES_PYTHON} - MAN1SRCS+= bugpoint.1 llc.1 lli.1 llvm-ar.1 llvm-as.1 \ llvm-bcanalyzer.1 llvm-build.1 llvm-config.1 llvm-cov.1 \ llvm-diff.1 llvm-dis.1 llvm-dwarfdump.1 \ @@ -302,6 +307,10 @@ post-patch: -e 's|lit\.|lit${LLVM_SUFFIX}.|' \ ${WRKSRC}/utils/lit/lit.py ${WRKSRC}/utils/lit/lit/*.py +post-patch-CLANG-on: + ${REINPLACE_CMD} -e 's|%%LLVM_PREFIX%%|${LLVM_PREFIX}|' \ + ${PATCH_WRKSRC}/tools/clang/lib/Driver/Tools.cpp + post-build-COMPILER_RT-on: ${MKDIR} ${WRKDIR}/compiler-rt-build cd ${WRKDIR}/compiler-rt-build && \ Modified: head/devel/llvm39/distinfo ============================================================================== --- head/devel/llvm39/distinfo Fri Sep 2 23:48:23 2016 (r421279) +++ head/devel/llvm39/distinfo Sat Sep 3 00:20:05 2016 (r421280) @@ -1,15 +1,15 @@ -TIMESTAMP = 1472516405 -SHA256 (llvm-3.9.0rc3.src.tar.xz) = b52ed8390a9b7c30ab88cd679f890b5cac17ec52f7fe10bfc305b4d7254e3f82 -SIZE (llvm-3.9.0rc3.src.tar.xz) = 18235444 -SHA256 (cfe-3.9.0rc3.src.tar.xz) = cb06bb2403cc13bd2bc561222a9854d1aa52d96cf48b4a24d9e4b0b6832c96ec -SIZE (cfe-3.9.0rc3.src.tar.xz) = 10390412 -SHA256 (compiler-rt-3.9.0rc3.src.tar.xz) = 2ae30412681098d7632f09c524b00049faccd3e802ec6fd2171fe8c6e47c9202 -SIZE (compiler-rt-3.9.0rc3.src.tar.xz) = 1377852 -SHA256 (clang-tools-extra-3.9.0rc3.src.tar.xz) = adac980fb7aef0c57bc0e7468e2fb3d328ec9417ff7997b7390b8ef4902b6cdb -SIZE (clang-tools-extra-3.9.0rc3.src.tar.xz) = 455376 -SHA256 (lld-3.9.0rc3.src.tar.xz) = 9532dc6940516785a3186571378dc0d94484722cfc17396583dfbe16246c2494 -SIZE (lld-3.9.0rc3.src.tar.xz) = 499820 -SHA256 (lldb-3.9.0rc3.src.tar.xz) = de5057b75adf87f17af3bf667adb0638cb504b0049647946ab93af45dba311e6 -SIZE (lldb-3.9.0rc3.src.tar.xz) = 13754856 -SHA256 (openmp-3.9.0rc3.src.tar.xz) = 3696508f0cf4ff911bf50ef2c9da2147ebab361b29d042f5abd952778c259b6d -SIZE (openmp-3.9.0rc3.src.tar.xz) = 2257084 +TIMESTAMP = 1472853484 +SHA256 (llvm-3.9.0.src.tar.xz) = 66c73179da42cee1386371641241f79ded250e117a79f571bbd69e56daa48948 +SIZE (llvm-3.9.0.src.tar.xz) = 18235716 +SHA256 (cfe-3.9.0.src.tar.xz) = 7596a7c7d9376d0c89e60028fe1ceb4d3e535e8ea8b89e0eb094e0dcb3183d28 +SIZE (cfe-3.9.0.src.tar.xz) = 10390440 +SHA256 (compiler-rt-3.9.0.src.tar.xz) = e0e5224fcd5740b61e416c549dd3dcda92f10c524216c1edb5e979e42078a59a +SIZE (compiler-rt-3.9.0.src.tar.xz) = 1379960 +SHA256 (clang-tools-extra-3.9.0.src.tar.xz) = 5b7aec46ec8e999ec683c87ad744082e1133781ee4b01905b4bdae5d20785f14 +SIZE (clang-tools-extra-3.9.0.src.tar.xz) = 455144 +SHA256 (lld-3.9.0.src.tar.xz) = 986e8150ec5f457469a20666628bf634a5ca992a53e157f3b69dbc35056b32d9 +SIZE (lld-3.9.0.src.tar.xz) = 499816 +SHA256 (lldb-3.9.0.src.tar.xz) = 61280e07411e3f2b4cca0067412b39c16b0a9edd19d304d3fc90249899d12384 +SIZE (lldb-3.9.0.src.tar.xz) = 13754516 +SHA256 (openmp-3.9.0.src.tar.xz) = df88f90d7e5b5e9525a35fa2e2b93cbbb83c4882f91df494e87ee3ceddacac91 +SIZE (openmp-3.9.0.src.tar.xz) = 2257596 Copied: head/devel/llvm39/files/clang-patch-fopenmp.diff (from r421277, head/devel/llvm38/files/clang-patch-fopenmp.diff) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm39/files/clang-patch-fopenmp.diff Sat Sep 3 00:20:05 2016 (r421280, copy of r421277, head/devel/llvm38/files/clang-patch-fopenmp.diff) @@ -0,0 +1,28 @@ +--- tools/clang/lib/Driver/Tools.cpp.orig 2016-09-02 19:55:01.000873648 +0000 ++++ tools/clang/lib/Driver/Tools.cpp 2016-09-02 19:54:32.001875868 +0000 +@@ -2733,13 +2733,22 @@ + + switch (getOpenMPRuntime(TC, Args)) { + case OMPRT_OMP: +- CmdArgs.push_back("-lomp"); ++ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("%%LLVM_PREFIX%%/lib/libomp.so")) ++ CmdArgs.push_back("-lomp"); ++ else ++ CmdArgs.push_back("%%LLVM_PREFIX%%/lib/libomp.so"); + break; + case OMPRT_GOMP: +- CmdArgs.push_back("-lgomp"); ++ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("%%LLVM_PREFIX%%/lib/libomp.so")) ++ CmdArgs.push_back("-lgomp"); ++ else ++ CmdArgs.push_back("%%LLVM_PREFIX%%/lib/libgomp.so"); + break; + case OMPRT_IOMP5: +- CmdArgs.push_back("-liomp5"); ++ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("%%LLVM_PREFIX%%/lib/libomp.so")) ++ CmdArgs.push_back("-liomp5"); ++ else ++ CmdArgs.push_back("%%LLVM_PREFIX%%/lib/libiomp5.so"); + break; + case OMPRT_Unknown: + // Already diagnosed. From owner-svn-ports-all@freebsd.org Sat Sep 3 06:24:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E24FBCD0B6; Sat, 3 Sep 2016 06:24:29 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 1BC3CE2; Sat, 3 Sep 2016 06:24:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u836OSBn014380; Sat, 3 Sep 2016 06:24:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u836ORjs014374; Sat, 3 Sep 2016 06:24:27 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201609030624.u836ORjs014374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 3 Sep 2016 06:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421281 - in head/databases: . libcouchbase libcouchbase/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 06:24:29 -0000 Author: pi Date: Sat Sep 3 06:24:27 2016 New Revision: 421281 URL: https://svnweb.freebsd.org/changeset/ports/421281 Log: New port: databases/libcouchbase This is the C client library for Couchbase. It communicates with the cluster and speaks the relevant protocols necessary to connect to the cluster and execute data operations. https://github.com/couchbase/libcouchbase/ PR: 205377 Submitted by: gebhart@secnetix.de, Sergey Avseyev Added: head/databases/libcouchbase/ head/databases/libcouchbase/Makefile (contents, props changed) head/databases/libcouchbase/distinfo (contents, props changed) head/databases/libcouchbase/files/ head/databases/libcouchbase/files/patch-CMakeLists.txt (contents, props changed) head/databases/libcouchbase/pkg-descr (contents, props changed) head/databases/libcouchbase/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Sep 3 00:20:05 2016 (r421280) +++ head/databases/Makefile Sat Sep 3 06:24:27 2016 (r421281) @@ -136,6 +136,7 @@ SUBDIR += leofs SUBDIR += leveldb SUBDIR += levigo + SUBDIR += libcouchbase SUBDIR += libdbi SUBDIR += libdbi-drivers SUBDIR += libdrizzle Added: head/databases/libcouchbase/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/libcouchbase/Makefile Sat Sep 3 06:24:27 2016 (r421281) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= libcouchbase +DISTVERSION= 2.6.2 +CATEGORIES= databases +MASTER_SITES= http://packages.couchbase.com/clients/c/ + +MAINTAINER= sergey@couchbase.com +COMMENT= Multithreaded noSQL database (client and library) + +LICENSE= APACHE20 + +LIB_DEPENDS= libevent.so:devel/libevent2 \ + libev.so:devel/libev \ + libuv.so:devel/libuv + +BUILDDIR= ${WRKDIR}/${DISTNAME}/build + +CMAKE_ARGS+= -DLCB_NO_TESTS=1 + +USES= cmake perl5 +USE_LDCONFIG= yes +USE_PERL5= build run + +MAKE_JOBS_UNSAFE= yes + +.include Added: head/databases/libcouchbase/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/libcouchbase/distinfo Sat Sep 3 06:24:27 2016 (r421281) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472883834 +SHA256 (libcouchbase-2.6.2.tar.gz) = 28f9218aea0bd0b390bb8129aa6ac2724b7444c0e0c62e21df8d3aabdb896b18 +SIZE (libcouchbase-2.6.2.tar.gz) = 1118419 Added: head/databases/libcouchbase/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/libcouchbase/files/patch-CMakeLists.txt Sat Sep 3 06:24:27 2016 (r421281) @@ -0,0 +1,19 @@ +--- CMakeLists.txt.orig 2015-08-27 15:51:35 UTC ++++ CMakeLists.txt +@@ -371,6 +371,7 @@ INSTALL(DIRECTORY include/libcouchbase $ + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} + FILES_MATCHING PATTERN *.h PATTERN *.c) + ++set(CMAKE_INSTALL_MANDIR "man") + INSTALL(DIRECTORY doc/man/ DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 FILES_MATCHING PATTERN *.1) + INSTALL(DIRECTORY doc/man/ DESTINATION ${CMAKE_INSTALL_MANDIR}/man4 FILES_MATCHING PATTERN *.4) + +@@ -382,7 +383,7 @@ SET(_lcb_manifest "${LCB_GENINFODIR}/MAN + # pkg-config stuff goes with installation + IF(NOT WIN32) + CONFIGURE_FILE(packaging/libcouchbase.pc.in packaging/libcouchbase.pc @ONLY) +- INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/libcouchbase.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) ++ INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/libcouchbase.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}data/pkgconfig) + ENDIF() + + Added: head/databases/libcouchbase/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/libcouchbase/pkg-descr Sat Sep 3 06:24:27 2016 (r421281) @@ -0,0 +1,5 @@ +This is the C client library for Couchbase. It communicates with the cluster +and speaks the relevant protocols necessary to connect to the cluster and +execute data operations. + +https://github.com/couchbase/libcouchbase/ Added: head/databases/libcouchbase/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/libcouchbase/pkg-plist Sat Sep 3 06:24:27 2016 (r421281) @@ -0,0 +1,88 @@ +bin/cbc +bin/cbc-admin +bin/cbc-bucket-create +bin/cbc-bucket-delete +bin/cbc-bucket-flush +bin/cbc-cat +bin/cbc-connstr +bin/cbc-create +bin/cbc-decr +bin/cbc-hash +bin/cbc-incr +bin/cbc-lock +bin/cbc-mcflush +bin/cbc-n1ql +bin/cbc-n1qlback +bin/cbc-observe +bin/cbc-observe-seqno +bin/cbc-pillowfight +bin/cbc-rm +bin/cbc-stats +bin/cbc-strerror +bin/cbc-touch +bin/cbc-unlock +bin/cbc-verbosity +bin/cbc-version +bin/cbc-view +bin/cbc-write-config +include/libcouchbase/_cxxwrap.h +include/libcouchbase/api-legacy.h +include/libcouchbase/api3.h +include/libcouchbase/assert.h +include/libcouchbase/cbft.h +include/libcouchbase/cntl-private.h +include/libcouchbase/cntl.h +include/libcouchbase/configuration.h +include/libcouchbase/couchbase.h +include/libcouchbase/deprecated.h +include/libcouchbase/error.h +include/libcouchbase/http.h +include/libcouchbase/iops.h +include/libcouchbase/ixmgmt.h +include/libcouchbase/kvbuf.h +include/libcouchbase/libev_io_opts.h +include/libcouchbase/libevent_io_opts.h +include/libcouchbase/libuv_io_opts.h +include/libcouchbase/n1ql.h +include/libcouchbase/pktfwd.h +include/libcouchbase/plugins/io/bsdio-inl.c +include/libcouchbase/plugins/io/libuv/libuv_compat.h +include/libcouchbase/plugins/io/libuv/plugin-internal.h +include/libcouchbase/plugins/io/libuv/plugin-libuv.c +include/libcouchbase/plugins/io/wsaerr-inl.c +include/libcouchbase/plugins/io/wsaerr.h +include/libcouchbase/select_io_opts.h +include/libcouchbase/subdoc.h +include/libcouchbase/sysdefs.h +include/libcouchbase/vbucket.h +include/libcouchbase/views.h +include/libcouchbase/visibility.h +lib/libcouchbase.so +lib/libcouchbase.so.2 +lib/libcouchbase.so.2.0.37 +lib/libcouchbase_libev.so +lib/libcouchbase_libevent.so +lib/libcouchbase_libuv.so +libdata/pkgconfig/libcouchbase.pc +man/man1/cbc-admin.1.gz +man/man1/cbc-bucket-create.1.gz +man/man1/cbc-bucket-delete.1.gz +man/man1/cbc-cat.1.gz +man/man1/cbc-connstr.1.gz +man/man1/cbc-cp.1.gz +man/man1/cbc-create.1.gz +man/man1/cbc-dsn.1.gz +man/man1/cbc-flush.1.gz +man/man1/cbc-hash.1.gz +man/man1/cbc-lock.1.gz +man/man1/cbc-n1qlback.1.gz +man/man1/cbc-observe.1.gz +man/man1/cbc-pillowfight.1.gz +man/man1/cbc-rm.1.gz +man/man1/cbc-stats.1.gz +man/man1/cbc-unlock.1.gz +man/man1/cbc-verbosity.1.gz +man/man1/cbc-version.1.gz +man/man1/cbc-view.1.gz +man/man1/cbc.1.gz +man/man4/cbcrc.4.gz From owner-svn-ports-all@freebsd.org Sat Sep 3 07:38:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE177BCE32C; Sat, 3 Sep 2016 07:38:09 +0000 (UTC) (envelope-from mva@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 mx1.freebsd.org (Postfix) with ESMTPS id A0F32F60; Sat, 3 Sep 2016 07:38:09 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u837c8cK040207; Sat, 3 Sep 2016 07:38:08 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u837c8uS040205; Sat, 3 Sep 2016 07:38:08 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201609030738.u837c8uS040205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 3 Sep 2016 07:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421282 - head/devel/py-ply X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 07:38:09 -0000 Author: mva Date: Sat Sep 3 07:38:08 2016 New Revision: 421282 URL: https://svnweb.freebsd.org/changeset/ports/421282 Log: - Update to version 3.9 Modified: head/devel/py-ply/Makefile head/devel/py-ply/distinfo Modified: head/devel/py-ply/Makefile ============================================================================== --- head/devel/py-ply/Makefile Sat Sep 3 06:24:27 2016 (r421281) +++ head/devel/py-ply/Makefile Sat Sep 3 07:38:08 2016 (r421282) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ply -PORTVERSION= 3.8 +PORTVERSION= 3.9 CATEGORIES= devel python MASTER_SITES= http://www.dabeaz.com/ply/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-ply/distinfo ============================================================================== --- head/devel/py-ply/distinfo Sat Sep 3 06:24:27 2016 (r421281) +++ head/devel/py-ply/distinfo Sat Sep 3 07:38:08 2016 (r421282) @@ -1,2 +1,3 @@ -SHA256 (ply-3.8.tar.gz) = e7d1bdff026beb159c9942f7a17e102c375638d9478a7ecd4cc0c76afd8de0b8 -SIZE (ply-3.8.tar.gz) = 157286 +TIMESTAMP = 1472888014 +SHA256 (ply-3.9.tar.gz) = 0d7e2940b9c57151392fceaa62b0865c45e06ce1e36687fd8d03f011a907f43e +SIZE (ply-3.9.tar.gz) = 150750 From owner-svn-ports-all@freebsd.org Sat Sep 3 08:10:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F12CBCEC13; Sat, 3 Sep 2016 08:10:12 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 627EED38; Sat, 3 Sep 2016 08:10:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u838ABT4051446; Sat, 3 Sep 2016 08:10:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u838ABID051443; Sat, 3 Sep 2016 08:10:11 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201609030810.u838ABID051443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 3 Sep 2016 08:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421283 - head/devel/etcd3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 08:10:12 -0000 Author: olgeni Date: Sat Sep 3 08:10:11 2016 New Revision: 421283 URL: https://svnweb.freebsd.org/changeset/ports/421283 Log: Update devel/etcd3 to version 3.0.7. Modified: head/devel/etcd3/Makefile head/devel/etcd3/distinfo Modified: head/devel/etcd3/Makefile ============================================================================== --- head/devel/etcd3/Makefile Sat Sep 3 07:38:08 2016 (r421282) +++ head/devel/etcd3/Makefile Sat Sep 3 08:10:11 2016 (r421283) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.7 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- Modified: head/devel/etcd3/distinfo ============================================================================== --- head/devel/etcd3/distinfo Sat Sep 3 07:38:08 2016 (r421282) +++ head/devel/etcd3/distinfo Sat Sep 3 08:10:11 2016 (r421283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472548300 -SHA256 (coreos-etcd-v3.0.6_GH0.tar.gz) = dbcbab0b3f55923b0d1047fc533a6a69514ba62eda99671839b0e5e985f61c83 -SIZE (coreos-etcd-v3.0.6_GH0.tar.gz) = 2207310 +TIMESTAMP = 1472890141 +SHA256 (coreos-etcd-v3.0.7_GH0.tar.gz) = 51b999dc438387ae34a65cd851c474461f31a760db758a0257e18cff993f9218 +SIZE (coreos-etcd-v3.0.7_GH0.tar.gz) = 2210451 From owner-svn-ports-all@freebsd.org Sat Sep 3 08:25:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99B68BCEE89; Sat, 3 Sep 2016 08:25:52 +0000 (UTC) (envelope-from olgeni@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 mx1.freebsd.org (Postfix) with ESMTPS id 67F2B2517; Sat, 3 Sep 2016 08:25:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u838PpTL058658; Sat, 3 Sep 2016 08:25:51 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u838Ppw1058656; Sat, 3 Sep 2016 08:25:51 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201609030825.u838Ppw1058656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 3 Sep 2016 08:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421284 - head/devel/rebar3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 08:25:52 -0000 Author: olgeni Date: Sat Sep 3 08:25:51 2016 New Revision: 421284 URL: https://svnweb.freebsd.org/changeset/ports/421284 Log: Update devel/rebar3 to version 3.3.1. Modified: head/devel/rebar3/Makefile head/devel/rebar3/distinfo Modified: head/devel/rebar3/Makefile ============================================================================== --- head/devel/rebar3/Makefile Sat Sep 3 08:10:11 2016 (r421283) +++ head/devel/rebar3/Makefile Sat Sep 3 08:25:51 2016 (r421284) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rebar3 -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:deps \ Modified: head/devel/rebar3/distinfo ============================================================================== --- head/devel/rebar3/distinfo Sat Sep 3 08:10:11 2016 (r421283) +++ head/devel/rebar3/distinfo Sat Sep 3 08:25:51 2016 (r421284) @@ -1,4 +1,4 @@ -TIMESTAMP = 1472234871 +TIMESTAMP = 1472890990 SHA256 (rebar3-cache-6.tar.gz) = d310df17e9b2d9b36b82d3fb1371aba10e327df00cea278a069000994dd29bdd SIZE (rebar3-cache-6.tar.gz) = 1042571 SHA256 (bbmustache-1.0.4.tar) = 03b0d47db66e86df993896dce7578d7e4aae5f84636809b45fa8a3e34ee59b12 @@ -21,5 +21,5 @@ SHA256 (relx-3.19.0.tar) = 4cb309f61b4e1 SIZE (relx-3.19.0.tar) = 71680 SHA256 (ssl_verify_fun-1.1.1.tar) = 4f8805eb5c8a939cf2359367cb651a3180b27dfb48444846be2613d79355d65e SIZE (ssl_verify_fun-1.1.1.tar) = 20480 -SHA256 (rebar-rebar3-3.3.0_GH0.tar.gz) = 9bafcaccd363eaa35fb8de51ea1e9baf6181569f2f29a1e9fdffbb0469b1b505 -SIZE (rebar-rebar3-3.3.0_GH0.tar.gz) = 233659 +SHA256 (rebar-rebar3-3.3.1_GH0.tar.gz) = 1042ffc90a723f57b9d5a6e3858c33e9c5230fe9ef0c51fafd6ce63618b4afe9 +SIZE (rebar-rebar3-3.3.1_GH0.tar.gz) = 234355 From owner-svn-ports-all@freebsd.org Sat Sep 3 09:01:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35D0BBCDBED; Sat, 3 Sep 2016 09:01:34 +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 mx1.freebsd.org (Postfix) with ESMTPS id 10BD3DA5; Sat, 3 Sep 2016 09:01:33 +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 u8391XCs070820; Sat, 3 Sep 2016 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8391WZF070816; Sat, 3 Sep 2016 09:01:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609030901.u8391WZF070816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 3 Sep 2016 09:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421285 - in head/mail/lurker: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:01:34 -0000 Author: amdmi3 Date: Sat Sep 3 09:01:32 2016 New Revision: 421285 URL: https://svnweb.freebsd.org/changeset/ports/421285 Log: - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers - Use correct command to install docs Modified: head/mail/lurker/Makefile head/mail/lurker/files/patch-Makefile.am head/mail/lurker/files/patch-Makefile.in head/mail/lurker/files/patch-configure Modified: head/mail/lurker/Makefile ============================================================================== --- head/mail/lurker/Makefile Sat Sep 3 08:25:51 2016 (r421284) +++ head/mail/lurker/Makefile Sat Sep 3 09:01:32 2016 (r421285) @@ -13,12 +13,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Mailing list archiver LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING MIMELIB_VERSION= 3.1.1 -USES= iconv + +USES= iconv localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-mimelib-local \ --with-default-www-dir=${PREFIX}/www/lurker \ --with-cgi-bin-dir=${PREFIX}/www/lurker @@ -31,11 +31,13 @@ post-extract: ${DISTDIR}/mimelib-${MIMELIB_VERSION}.tar.gz ${EXTRACT_AFTER_ARGS} post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/lurker.conf ${STAGEDIR}${PREFIX}/etc/lurker/lurker.conf.sample ${INSTALL_DATA} ${WRKSRC}/apache.conf ${STAGEDIR}${PREFIX}/etc/lurker/apache.conf.sample +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} + .include Modified: head/mail/lurker/files/patch-Makefile.am ============================================================================== --- head/mail/lurker/files/patch-Makefile.am Sat Sep 3 08:25:51 2016 (r421284) +++ head/mail/lurker/files/patch-Makefile.am Sat Sep 3 09:01:32 2016 (r421285) @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2009-10-19 06:56:31.000000000 -0700 -+++ Makefile.am 2011-02-02 00:55:58.000000000 -0800 -@@ -3,15 +3,6 @@ +--- Makefile.am.orig 2009-10-19 13:56:31 UTC ++++ Makefile.am +@@ -3,15 +3,6 @@ EXTRA_DIST = FAQ install-data-local: $(mkinstalldirs) $(DESTDIR)$(default_config_dir) Modified: head/mail/lurker/files/patch-Makefile.in ============================================================================== --- head/mail/lurker/files/patch-Makefile.in Sat Sep 3 08:25:51 2016 (r421284) +++ head/mail/lurker/files/patch-Makefile.in Sat Sep 3 09:01:32 2016 (r421285) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2009-10-30 11:51:39.000000000 -0700 -+++ Makefile.in 2011-02-02 00:56:35.000000000 -0800 -@@ -615,15 +615,6 @@ +--- Makefile.in.orig 2009-10-30 18:51:39 UTC ++++ Makefile.in +@@ -615,15 +615,6 @@ uninstall-am: install-data-local: $(mkinstalldirs) $(DESTDIR)$(default_config_dir) Modified: head/mail/lurker/files/patch-configure ============================================================================== --- head/mail/lurker/files/patch-configure Sat Sep 3 08:25:51 2016 (r421284) +++ head/mail/lurker/files/patch-configure Sat Sep 3 09:01:32 2016 (r421285) @@ -1,6 +1,6 @@ ---- configure.orig 2009-10-30 11:51:40.000000000 -0700 -+++ configure 2013-09-12 09:08:52.000000000 -0700 -@@ -5109,6 +5109,7 @@ +--- configure.orig 2009-10-30 18:51:40 UTC ++++ configure +@@ -5109,6 +5109,7 @@ fi { echo "$as_me:$LINENO: checking for zlib.h" >&5 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } From owner-svn-ports-all@freebsd.org Sat Sep 3 09:18:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBB14BCE1E6; Sat, 3 Sep 2016 09:18:58 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8F0C0831; Sat, 3 Sep 2016 09:18:58 +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 u839IvUc078132; Sat, 3 Sep 2016 09:18:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u839IvQf078130; Sat, 3 Sep 2016 09:18:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609030918.u839IvQf078130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Sep 2016 09:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421286 - head/devel/libolecf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:18:58 -0000 Author: antoine Date: Sat Sep 3 09:18:57 2016 New Revision: 421286 URL: https://svnweb.freebsd.org/changeset/ports/421286 Log: Update to alpha-20160814 Modified: head/devel/libolecf/Makefile head/devel/libolecf/distinfo Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Sat Sep 3 09:01:32 2016 (r421285) +++ head/devel/libolecf/Makefile Sat Sep 3 09:18:57 2016 (r421286) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20160423 +DISTVERSION= alpha-20160814 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -11,6 +11,7 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the OLE 2 Compound File (OLECF) format LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} Modified: head/devel/libolecf/distinfo ============================================================================== --- head/devel/libolecf/distinfo Sat Sep 3 09:01:32 2016 (r421285) +++ head/devel/libolecf/distinfo Sat Sep 3 09:18:57 2016 (r421286) @@ -1,2 +1,3 @@ -SHA256 (libolecf-alpha-20160423.tar.gz) = 1cdecc16dd58b5bc96a9d9a92a2c65d27831bee442f638f4da3d1a27cf57f56a -SIZE (libolecf-alpha-20160423.tar.gz) = 1514879 +TIMESTAMP = 1472476348 +SHA256 (libolecf-alpha-20160814.tar.gz) = ea2381b0baccc1f81a1c4e8e117f8d2accf51ec0957050e519ae0ae9da25c79d +SIZE (libolecf-alpha-20160814.tar.gz) = 1520783 From owner-svn-ports-all@freebsd.org Sat Sep 3 09:18:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E91C5BCE1E8; Sat, 3 Sep 2016 09:18:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B04C3832; Sat, 3 Sep 2016 09:18:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 327AABDD2E; Sat, 3 Sep 2016 11:18:56 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 00953BDC77; Sat, 3 Sep 2016 11:18:55 +0200 (CEST) Received: from atuin.in.mat.cc (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 6EF566D8A8FF; Sat, 3 Sep 2016 11:18:55 +0200 (CEST) Subject: Re: svn commit: r421281 - in head/databases: . libcouchbase libcouchbase/files To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201609030624.u836ORjs014374@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Sat, 3 Sep 2016 11:18:53 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201609030624.u836ORjs014374@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fFtvDEjAoJ6cmjnAi2HgBir4s51NH4iNn" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:18:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fFtvDEjAoJ6cmjnAi2HgBir4s51NH4iNn Content-Type: multipart/mixed; boundary="v7PwLmD7UOUXwAMqRpr7C4fdhARx5GuNI"; protected-headers="v1" From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r421281 - in head/databases: . libcouchbase libcouchbase/files References: <201609030624.u836ORjs014374@repo.freebsd.org> In-Reply-To: <201609030624.u836ORjs014374@repo.freebsd.org> --v7PwLmD7UOUXwAMqRpr7C4fdhARx5GuNI Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 03/09/2016 =C3=A0 08:24, Kurt Jaeger a =C3=A9crit : > +BUILDDIR=3D ${WRKDIR}/${DISTNAME}/build This doesn't seem to be used for anything, what is it for ? --=20 Mathieu Arnold --v7PwLmD7UOUXwAMqRpr7C4fdhARx5GuNI-- --fFtvDEjAoJ6cmjnAi2HgBir4s51NH4iNn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJXypV+XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IyjQP/2Ci7OvgLk9zYmseWPJIJ9eC 251/udxL1JwJLoc7s2dW70+sKlaQAk6N+Sh7ac8sxaqL/2AnTLUO1KR4hlAU6BGJ F4P6l3T0XKlVclXZGKOVjtgycSy9LluGAEl/h++tAqkcXmbo1GFGgRmpesNQpfaN sGzLJrvU+ZossOWU+F2D7GnmmK1XKCOnuUXdkNzUqL27CeYQWQ0+0r7atyWTiW1e qjtyT1uZakfOsEL0fPiBD7pM5d5XZwuedaZI0aOm7N/9RDGN2kO4NfIXg4YhnH3w RIyhLRDmJYxMl5L1HIp4c/h1iq4dfc3e27XJrIuvrzwhhhCjimWBB4mZhmfspTEv Yz/pazjs4Mx/IVidKQ7RBpDLBm13OiHJil4QjIqw9Kk+0YyjGxhnDUQ3j0iddz+N iPfpr+oVxJhsbKAvaGK91IC728nmmqpicbfMcvs1ARcTcRX9TXuYkyCFz8TENHYW pp0ZGK0lC6GLB5J8Kd5iycPzoMM9vDwffKD4lEhMDD9YvJCP8TpfpjVm310bFyvP oVo0eySS3k1eZUFK0mJsCEOrTihOv22PPdu7qNpakn8jemd9OXweiQXTz+YqRAxh dsJ2HjLwsi1+NtR6iLE4ATkWLWpsbTzavfY3e0hBagG2BwaIAIrSzPtLfx03KWr9 2xhhDg5SuUYwZFQC28O8 =lPr1 -----END PGP SIGNATURE----- --fFtvDEjAoJ6cmjnAi2HgBir4s51NH4iNn-- From owner-svn-ports-all@freebsd.org Sat Sep 3 09:27:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AE08BCE521; Sat, 3 Sep 2016 09:27:25 +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 mx1.freebsd.org (Postfix) with ESMTPS id 1D997E43; Sat, 3 Sep 2016 09:27:25 +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 u839ROQi082093; Sat, 3 Sep 2016 09:27:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u839ROqf082091; Sat, 3 Sep 2016 09:27:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609030927.u839ROqf082091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Sep 2016 09:27:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421287 - head/devel/libesedb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:27:25 -0000 Author: antoine Date: Sat Sep 3 09:27:24 2016 New Revision: 421287 URL: https://svnweb.freebsd.org/changeset/ports/421287 Log: Update to experimental-20160622 Modified: head/devel/libesedb/Makefile head/devel/libesedb/distinfo Modified: head/devel/libesedb/Makefile ============================================================================== --- head/devel/libesedb/Makefile Sat Sep 3 09:18:57 2016 (r421286) +++ head/devel/libesedb/Makefile Sat Sep 3 09:27:24 2016 (r421287) @@ -3,8 +3,7 @@ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20151213 -PORTREVISION= 1 +DISTVERSION= experimental-20160622 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -13,6 +12,7 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the ESEDB format LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfwnt.so:devel/libfwnt Modified: head/devel/libesedb/distinfo ============================================================================== --- head/devel/libesedb/distinfo Sat Sep 3 09:18:57 2016 (r421286) +++ head/devel/libesedb/distinfo Sat Sep 3 09:27:24 2016 (r421287) @@ -1,2 +1,3 @@ -SHA256 (libesedb-experimental-20151213.tar.gz) = 1788d4aaa67c74cdc4ed1f12246df50b4bb68c34128d1f2cd28ec08464957490 -SIZE (libesedb-experimental-20151213.tar.gz) = 1714044 +TIMESTAMP = 1470083489 +SHA256 (libesedb-experimental-20160622.tar.gz) = 1262657c638758e93ca877c4fa9c795af0a29670dba5f4bc5131efeb4fa063af +SIZE (libesedb-experimental-20160622.tar.gz) = 1766643 From owner-svn-ports-all@freebsd.org Sat Sep 3 09:34:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1646BCE66C; Sat, 3 Sep 2016 09:34:11 +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 mx1.freebsd.org (Postfix) with ESMTPS id 70DA01FC; Sat, 3 Sep 2016 09:34:11 +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 u839YAwm085722; Sat, 3 Sep 2016 09:34:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u839YAAx085720; Sat, 3 Sep 2016 09:34:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609030934.u839YAAx085720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Sep 2016 09:34:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421288 - head/devel/libmsiecf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:34:11 -0000 Author: antoine Date: Sat Sep 3 09:34:10 2016 New Revision: 421288 URL: https://svnweb.freebsd.org/changeset/ports/421288 Log: Update to alpha-20160813 Modified: head/devel/libmsiecf/Makefile head/devel/libmsiecf/distinfo Modified: head/devel/libmsiecf/Makefile ============================================================================== --- head/devel/libmsiecf/Makefile Sat Sep 3 09:27:24 2016 (r421287) +++ head/devel/libmsiecf/Makefile Sat Sep 3 09:34:10 2016 (r421288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmsiecf -DISTVERSION= alpha-20160421 +DISTVERSION= alpha-20160813 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libmsiecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -11,6 +11,7 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the MSIE index.dat files LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} Modified: head/devel/libmsiecf/distinfo ============================================================================== --- head/devel/libmsiecf/distinfo Sat Sep 3 09:27:24 2016 (r421287) +++ head/devel/libmsiecf/distinfo Sat Sep 3 09:34:10 2016 (r421288) @@ -1,2 +1,3 @@ -SHA256 (libmsiecf-alpha-20160421.tar.gz) = 672c5d5be4413db17f323537913805ddb5f175cd9d30c0d862de145962e4834d -SIZE (libmsiecf-alpha-20160421.tar.gz) = 1452614 +TIMESTAMP = 1472476303 +SHA256 (libmsiecf-alpha-20160813.tar.gz) = 3669fd81b89a547c6130cf714b0348ed0475ea8e09ef5e457aff5f049f9e2a4a +SIZE (libmsiecf-alpha-20160813.tar.gz) = 1456515 From owner-svn-ports-all@freebsd.org Sat Sep 3 09:42:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB8EABCE794; Sat, 3 Sep 2016 09:42:08 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8C6447A5; Sat, 3 Sep 2016 09:42:08 +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 u839g7k7087380; Sat, 3 Sep 2016 09:42:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u839g7fx087377; Sat, 3 Sep 2016 09:42:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609030942.u839g7fx087377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Sep 2016 09:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421289 - in head/devel/libbde: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:42:09 -0000 Author: antoine Date: Sat Sep 3 09:42:07 2016 New Revision: 421289 URL: https://svnweb.freebsd.org/changeset/ports/421289 Log: Update to alpha-20160731 Modified: head/devel/libbde/Makefile head/devel/libbde/distinfo head/devel/libbde/files/patch-pybde_Makefile.in Modified: head/devel/libbde/Makefile ============================================================================== --- head/devel/libbde/Makefile Sat Sep 3 09:34:10 2016 (r421288) +++ head/devel/libbde/Makefile Sat Sep 3 09:42:07 2016 (r421289) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libbde -DISTVERSION= alpha-20160418 +DISTVERSION= alpha-20160731 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libbde/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -11,11 +11,11 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the BitLocker Drive Encryption volumes LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} -USES= fuse gettext libtool pathfix pkgconfig python -USE_OPENSSL= yes +USES= fuse gettext libtool pathfix pkgconfig python ssl USE_LDCONFIG= yes INSTALL_TARGET= install-strip LIBS+= -L${OPENSSLLIB} @@ -25,7 +25,7 @@ PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/devel/libbde/distinfo ============================================================================== --- head/devel/libbde/distinfo Sat Sep 3 09:34:10 2016 (r421288) +++ head/devel/libbde/distinfo Sat Sep 3 09:42:07 2016 (r421289) @@ -1,2 +1,3 @@ -SHA256 (libbde-alpha-20160418.tar.gz) = f314e4ae4a0849f7af6feb286da789777db1dc6a4a88653a1679db05bcfc2d1d -SIZE (libbde-alpha-20160418.tar.gz) = 1649839 +TIMESTAMP = 1470083347 +SHA256 (libbde-alpha-20160731.tar.gz) = 7d7dcd17adf9941e9c8ae56ca7b6b938d0ff2b5c672b26b441e63ab0084acc95 +SIZE (libbde-alpha-20160731.tar.gz) = 1653822 Modified: head/devel/libbde/files/patch-pybde_Makefile.in ============================================================================== --- head/devel/libbde/files/patch-pybde_Makefile.in Sat Sep 3 09:34:10 2016 (r421288) +++ head/devel/libbde/files/patch-pybde_Makefile.in Sat Sep 3 09:42:07 2016 (r421289) @@ -1,6 +1,6 @@ # Allow building when an older version of libbde is installed ---- pybde/Makefile.in.orig 2016-01-10 20:07:31 UTC +--- pybde/Makefile.in.orig 2016-08-01 20:29:29 UTC +++ pybde/Makefile.in @@ -192,7 +192,7 @@ AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) From owner-svn-ports-all@freebsd.org Sat Sep 3 09:43:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6DE3BCE7DA; Sat, 3 Sep 2016 09:43:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B3288E3; Sat, 3 Sep 2016 09:43:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 57464BDCAD; Sat, 3 Sep 2016 11:43:15 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 38265BDC9D; Sat, 3 Sep 2016 11:43:15 +0200 (CEST) Received: from atuin.in.mat.cc (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id AF6646D8B1DA; Sat, 3 Sep 2016 11:43:14 +0200 (CEST) Subject: Re: svn commit: r421172 - head/net/dropbox-uploader To: Nicola Vitale , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201608311650.u7VGobAt009537@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <5c8b6fe6-dc19-42db-210f-8ec229b93558@FreeBSD.org> Date: Sat, 3 Sep 2016 11:43:13 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201608311650.u7VGobAt009537@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fn9tmUBA3hf0fWN4ehweqwVlWKc4TMmED" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:43:18 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fn9tmUBA3hf0fWN4ehweqwVlWKc4TMmED Content-Type: multipart/mixed; boundary="PoCTGETn5Fh7GwWe1Ci10ddoqi98JOnGo"; protected-headers="v1" From: Mathieu Arnold To: Nicola Vitale , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <5c8b6fe6-dc19-42db-210f-8ec229b93558@FreeBSD.org> Subject: Re: svn commit: r421172 - head/net/dropbox-uploader References: <201608311650.u7VGobAt009537@repo.freebsd.org> In-Reply-To: <201608311650.u7VGobAt009537@repo.freebsd.org> --PoCTGETn5Fh7GwWe1Ci10ddoqi98JOnGo Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 31/08/2016 =C3=A0 18:50, Nicola Vitale a =C3=A9crit : > -PORTVERSION=3D 0.15 > +PORTVERSION=3D 0.2=20 The version is going backwards, 2 < 15. Also, as you are using a commit hash in GH_TAGNAME, the version was *not* updated, as you can see by the size and hash of the distfile not changing : > -SHA256 (andreafabrizi-Dropbox-Uploader-0.15-d012423_GH0.tar.gz) =3D cf= f24cea168e05f68926b4537d2de072a9b0beda8a23e5db66f94a418b9461fe > -SIZE (andreafabrizi-Dropbox-Uploader-0.15-d012423_GH0.tar.gz) =3D 2736= 8 > +TIMESTAMP =3D 1472661930 > +SHA256 (andreafabrizi-Dropbox-Uploader-0.2-d012423_GH0.tar.gz) =3D cff= 24cea168e05f68926b4537d2de072a9b0beda8a23e5db66f94a418b9461fe > +SIZE (andreafabrizi-Dropbox-Uploader-0.2-d012423_GH0.tar.gz) =3D 27368= --=20 Mathieu Arnold --PoCTGETn5Fh7GwWe1Ci10ddoqi98JOnGo-- --fn9tmUBA3hf0fWN4ehweqwVlWKc4TMmED Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJXypsyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IMBcP/2GWhl6Sm3vghEVo0NcZk4Fr Yv5MDI//FU2yQrETMPbKKCYU7y0JT34PK69F4dW//nNyuTviJiuxi/tTyjJzMk74 /zeCxMlPO26yyYGwWJWRBMqWBYcGtBXhHkX82Ya2ERCBO4bc2Cw5etXgTLLCXNea aaiOuJcp8BBsb8clMbbG5/JeOnbvzQ6mYkmMvn5FkZqYxI/5/N0WqQiUUce+CKQ/ N9aaqu73wyuKUOgenzEzA4amec3DNSibx/31cud7csaQT3r3/nGV5qMhWAaXsCNW SXF9gx3vgHHJ/SWyCJf4GxiOh2TJUvE4oKwm1E/Qf+xsRafUqI1hsqxjI3NyGBV7 c2kyBiqU2cfjMQU2VaGRzBE0piBBLFFkpUbyz0MqpgdGfoc9sjSVY03sXzILLPcp JD9hgGaUXvZ7y9tE8et4qh0L/M7aRdLcdnAG+7eze/VPA9izDC2bPVfRyBqEo7jh XgPmw9OlFtk8VoJmpP2PJxomPyRC0euTvUXAAhOeJNRmmBZ3Hk2lSZz518EBXo3F +pokqsmvAm9MtxiBai0Adnyh+w+X+560h9q4E6b9VB2HWKuZTI7wrl7NXh56H5ym Q+Uz6C/8u42aMJQxLGm87rq+wS0K9gGoP1XWK7K7TAThwca5b3vVeQedRJoFLs2T /9nlh+26nzn0EH6jpZqt =3/Sw -----END PGP SIGNATURE----- --fn9tmUBA3hf0fWN4ehweqwVlWKc4TMmED-- From owner-svn-ports-all@freebsd.org Sat Sep 3 09:49:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4A33BCE86A; Sat, 3 Sep 2016 09:49:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id 874469F8; Sat, 3 Sep 2016 09:49:13 +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 u839nCe7089733; Sat, 3 Sep 2016 09:49:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u839nCAj089731; Sat, 3 Sep 2016 09:49:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609030949.u839nCAj089731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Sep 2016 09:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421290 - head/devel/py-pyelftools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:49:13 -0000 Author: antoine Date: Sat Sep 3 09:49:12 2016 New Revision: 421290 URL: https://svnweb.freebsd.org/changeset/ports/421290 Log: Update to 0.24 Modified: head/devel/py-pyelftools/Makefile head/devel/py-pyelftools/distinfo Modified: head/devel/py-pyelftools/Makefile ============================================================================== --- head/devel/py-pyelftools/Makefile Sat Sep 3 09:42:07 2016 (r421289) +++ head/devel/py-pyelftools/Makefile Sat Sep 3 09:49:12 2016 (r421290) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyelftools -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ COMMENT= Library for analyzing ELF files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist @@ -20,7 +21,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} Modified: head/devel/py-pyelftools/distinfo ============================================================================== --- head/devel/py-pyelftools/distinfo Sat Sep 3 09:42:07 2016 (r421289) +++ head/devel/py-pyelftools/distinfo Sat Sep 3 09:49:12 2016 (r421290) @@ -1,2 +1,3 @@ -SHA256 (pyelftools-0.23.tar.gz) = fc57aadd096e8f9b9b03f1a9578f673ee645e1513a5ff0192ef439e77eab21de -SIZE (pyelftools-0.23.tar.gz) = 401363 +TIMESTAMP = 1470465841 +SHA256 (pyelftools-0.24.tar.gz) = e9dd97d685a5b96b88a988dabadb88e5a539b64cd7d7927fac9a7368dc4c459c +SIZE (pyelftools-0.24.tar.gz) = 411874 From owner-svn-ports-all@freebsd.org Sat Sep 3 10:32:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00B69BCB4E4; Sat, 3 Sep 2016 10:32:11 +0000 (UTC) (envelope-from riggs@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 mx1.freebsd.org (Postfix) with ESMTPS id BBE0266C; Sat, 3 Sep 2016 10:32:10 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83AW9ku008040; Sat, 3 Sep 2016 10:32:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83AW9GJ008039; Sat, 3 Sep 2016 10:32:09 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201609031032.u83AW9GJ008039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 3 Sep 2016 10:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421291 - head/multimedia/libass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 10:32:11 -0000 Author: riggs Date: Sat Sep 3 10:32:09 2016 New Revision: 421291 URL: https://svnweb.freebsd.org/changeset/ports/421291 Log: Resolve dependency conflict on armv6; disable HARFBUZZ OPTION PR: 212194 Submitted by: mikael.urankar@gmail.com Modified: head/multimedia/libass/Makefile Modified: head/multimedia/libass/Makefile ============================================================================== --- head/multimedia/libass/Makefile Sat Sep 3 09:49:12 2016 (r421290) +++ head/multimedia/libass/Makefile Sat Sep 3 10:32:09 2016 (r421291) @@ -24,6 +24,7 @@ INSTALL_TARGET= install-strip OPTIONS_DEFINE= HARFBUZZ OPTIONS_DEFAULT=HARFBUZZ +OPTIONS_EXCLUDE_armv6=HARFBUZZ OPTIONS_DEFINE_amd64= ASM OPTIONS_DEFINE_i386= ASM OPTIONS_DEFAULT_amd64= ASM From owner-svn-ports-all@freebsd.org Sat Sep 3 10:35:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 320E0BCB533; Sat, 3 Sep 2016 10:35:38 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id 04771801; Sat, 3 Sep 2016 10:35:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83AZbL4008881; Sat, 3 Sep 2016 10:35:37 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83AZbdw008880; Sat, 3 Sep 2016 10:35:37 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201609031035.u83AZbdw008880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 3 Sep 2016 10:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421292 - head/devel/dbus-c++ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 10:35:38 -0000 Author: rakuco Date: Sat Sep 3 10:35:37 2016 New Revision: 421292 URL: https://svnweb.freebsd.org/changeset/ports/421292 Log: Unmark BROKEN on FreeBSD 9. The port built just fine on 9.3-i386. PR: 212346 Approved by: yuri@rawbw.com (maintainer) Modified: head/devel/dbus-c++/Makefile Modified: head/devel/dbus-c++/Makefile ============================================================================== --- head/devel/dbus-c++/Makefile Sat Sep 3 10:32:09 2016 (r421291) +++ head/devel/dbus-c++/Makefile Sat Sep 3 10:35:37 2016 (r421292) @@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libdbus-1.so:devel/dbus -BROKEN_FreeBSD_9= Fails due to compiler issues - USE_GITHUB= yes GH_ACCOUNT= andreas-volz GH_PROJECT= dbus-cplusplus From owner-svn-ports-all@freebsd.org Sat Sep 3 11:45:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54461BCEBF3; Sat, 3 Sep 2016 11:45:43 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id 243F56CC; Sat, 3 Sep 2016 11:45:43 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83BjgJp035447; Sat, 3 Sep 2016 11:45:42 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83Bjgjj035446; Sat, 3 Sep 2016 11:45:42 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201609031145.u83Bjgjj035446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 3 Sep 2016 11:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421293 - head/net-im/libqtelegram-ae X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 11:45:43 -0000 Author: rakuco Date: Sat Sep 3 11:45:42 2016 New Revision: 421293 URL: https://svnweb.freebsd.org/changeset/ports/421293 Log: Explicitly disable C++11 during the build. Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler supports it, and the build currently does not work: ../libqtelegram-aseman-edition-6.1-stable/telegram/types/accountdaysttl.cpp:51:10: error: case value evaluates to 3100684255, which cannot be narrowed to type 'int' [-Wc++11-narrowing] case typeAccountDaysTTL: { Note that Qt 5.7 will start requiring C++11 support, so this will need to be fixed properly in the future. PR: 211916 Modified: head/net-im/libqtelegram-ae/Makefile Modified: head/net-im/libqtelegram-ae/Makefile ============================================================================== --- head/net-im/libqtelegram-ae/Makefile Sat Sep 3 10:35:37 2016 (r421292) +++ head/net-im/libqtelegram-ae/Makefile Sat Sep 3 11:45:42 2016 (r421293) @@ -22,6 +22,12 @@ USE_QT5= qmake_build buildtools_build co USE_OPENSSL= yes USE_LDCONFIG= yes +# Explicitly disable C++11, as Qt 5.6 defaults to -std=gnu++11 when the +# compiler supports it and the build currently fails. +# ../libqtelegram-aseman-edition-6.1-stable/telegram/types/accountdaysttl.cpp:51:10: error: case value evaluates to 3100684255, which cannot be narrowed to type 'int' [-Wc++11-narrowing] +# case typeAccountDaysTTL: { +QMAKE_ARGS= CONFIG-="c++11" + post-patch: @${REINPLACE_CMD} -e "/OPENSSL_INCLUDE_PATH/d" \ ${WRKSRC}/libqtelegram-ae.pri From owner-svn-ports-all@freebsd.org Sat Sep 3 15:02:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97FB4BCDFDA; Sat, 3 Sep 2016 15:02:32 +0000 (UTC) (envelope-from adamw@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 mx1.freebsd.org (Postfix) with ESMTPS id 5F2F4E78; Sat, 3 Sep 2016 15:02:32 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83F2VmN009303; Sat, 3 Sep 2016 15:02:31 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83F2VPS009302; Sat, 3 Sep 2016 15:02:31 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201609031502.u83F2VPS009302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 3 Sep 2016 15:02:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421294 - head/security/pgpgpg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 15:02:32 -0000 Author: adamw Date: Sat Sep 3 15:02:31 2016 New Revision: 421294 URL: https://svnweb.freebsd.org/changeset/ports/421294 Log: Fix dependencies and path to gpg. Looking in ${PREFIX} for the binaries is definitely wrong, so use ${LOCALBASE} instead. While here, just depend on the gnupg1 package itself. Also, remove a pointless comment that describes what a normal need for BUILD and RUN dependencies is. Modified: head/security/pgpgpg/Makefile Modified: head/security/pgpgpg/Makefile ============================================================================== --- head/security/pgpgpg/Makefile Sat Sep 3 11:45:42 2016 (r421293) +++ head/security/pgpgpg/Makefile Sat Sep 3 15:02:31 2016 (r421294) @@ -12,15 +12,11 @@ MASTER_SITES= PACKETSTORM/crypt/pgpgpg \ MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper for GnuPG to simulate PGP 2.6.x -# BUILD_DEPENDS is necessary because the configure script will bomb out -# if it can't find gpg. RUN_DEPENDS is necessary to make the package -# dependency register correctly. Hence the apparent redundancy. - -BUILD_DEPENDS= ${PREFIX}/bin/gpgv:security/gnupg1 -RUN_DEPENDS= ${PREFIX}/bin/gpgv:security/gnupg1 +BUILD_DEPENDS= gnupg1>=0:security/gnupg1 +RUN_DEPENDS= gnupg1>=0:security/gnupg1 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gpg-path=${PREFIX}/bin/gpg +CONFIGURE_ARGS= --with-gpg-path=${LOCALBASE}/bin/gpg PLIST_FILES= bin/pgpgpg .include From owner-svn-ports-all@freebsd.org Sat Sep 3 16:03:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AB95BCE19D; Sat, 3 Sep 2016 16:03:36 +0000 (UTC) (envelope-from riggs@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 mx1.freebsd.org (Postfix) with ESMTPS id 3A1F8288F; Sat, 3 Sep 2016 16:03:36 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83G3Z95032240; Sat, 3 Sep 2016 16:03:35 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83G3ZPH032239; Sat, 3 Sep 2016 16:03:35 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201609031603.u83G3ZPH032239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 3 Sep 2016 16:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421295 - head/multimedia/mencoder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 16:03:36 -0000 Author: riggs Date: Sat Sep 3 16:03:35 2016 New Revision: 421295 URL: https://svnweb.freebsd.org/changeset/ports/421295 Log: Add DVDNAV to default options to allow the mencoder package to access DVDs Modified: head/multimedia/mencoder/Makefile Modified: head/multimedia/mencoder/Makefile ============================================================================== --- head/multimedia/mencoder/Makefile Sat Sep 3 15:02:31 2016 (r421294) +++ head/multimedia/mencoder/Makefile Sat Sep 3 16:03:35 2016 (r421295) @@ -3,7 +3,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org @@ -11,13 +11,13 @@ COMMENT= Convenient video file and movie .include "${.CURDIR}/../mplayer/Makefile.common" -OPTIONS_DEFINE= AMR_NB AMR_WB BLURAY CDIO DEBUG DV FAAC FONTCONFIG \ +OPTIONS_DEFINE= AMR_NB AMR_WB BLURAY CDIO DEBUG DV DVDNAV FAAC FONTCONFIG \ FRIBIDI GIF GNUTLS GSM IPV6 JACK LADSPA LIBMNG LZO \ MAD NAS OCFLAGS OPENAL OPENJPEG OPUS PULSEAUDIO \ RTMP SCHROEDINGER SMB SPEEX THEORA TWOLAME V4L VPX \ X264 XVID -OPTIONS_DEFAULT=FONTCONFIG GIF GNUTLS OCFLAGS X264 XVID +OPTIONS_DEFAULT=DVDNAV FONTCONFIG GIF GNUTLS OCFLAGS X264 XVID OPTIONS_DEFINE_i386= RTCPU OPTIONS_DEFINE_amd64= RTCPU From owner-svn-ports-all@freebsd.org Sat Sep 3 19:19:33 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5FD7BCE210; Sat, 3 Sep 2016 19:19:33 +0000 (UTC) (envelope-from madpilot@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 mx1.freebsd.org (Postfix) with ESMTPS id 9C3776E9; Sat, 3 Sep 2016 19:19:33 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83JJWjp003665; Sat, 3 Sep 2016 19:19:32 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83JJW5o003660; Sat, 3 Sep 2016 19:19:32 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609031919.u83JJW5o003660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 3 Sep 2016 19:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421296 - in head: games/0ad net-im/gloox net-im/licq-jabber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 19:19:34 -0000 Author: madpilot Date: Sat Sep 3 19:19:32 2016 New Revision: 421296 URL: https://svnweb.freebsd.org/changeset/ports/421296 Log: - Update net-im/gloox to 1.0.17 - Chase shlib version bump in dependent ports PR: 212338 Submitted by: Demetris Procopiou (maintainer) Modified: head/games/0ad/Makefile head/net-im/gloox/Makefile head/net-im/gloox/distinfo head/net-im/gloox/pkg-plist head/net-im/licq-jabber/Makefile Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Sat Sep 3 16:03:35 2016 (r421295) +++ head/games/0ad/Makefile Sat Sep 3 19:19:32 2016 (r421296) @@ -2,6 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.20 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases \ http://releases.wildfiregames.com/ Modified: head/net-im/gloox/Makefile ============================================================================== --- head/net-im/gloox/Makefile Sat Sep 3 16:03:35 2016 (r421295) +++ head/net-im/gloox/Makefile Sat Sep 3 19:19:32 2016 (r421296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.16 +PORTVERSION= 1.0.17 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ Modified: head/net-im/gloox/distinfo ============================================================================== --- head/net-im/gloox/distinfo Sat Sep 3 16:03:35 2016 (r421295) +++ head/net-im/gloox/distinfo Sat Sep 3 19:19:32 2016 (r421296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470286277 -SHA256 (gloox-1.0.16.tar.bz2) = fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef -SIZE (gloox-1.0.16.tar.bz2) = 697791 +TIMESTAMP = 1472843591 +SHA256 (gloox-1.0.17.tar.bz2) = 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025 +SIZE (gloox-1.0.17.tar.bz2) = 698239 Modified: head/net-im/gloox/pkg-plist ============================================================================== --- head/net-im/gloox/pkg-plist Sat Sep 3 16:03:35 2016 (r421295) +++ head/net-im/gloox/pkg-plist Sat Sep 3 19:19:32 2016 (r421296) @@ -150,6 +150,6 @@ include/gloox/vcardupdate.h include/gloox/xhtmlim.h lib/libgloox.a lib/libgloox.so -lib/libgloox.so.14 -lib/libgloox.so.14.0.0 +lib/libgloox.so.15 +lib/libgloox.so.15.0.0 libdata/pkgconfig/gloox.pc Modified: head/net-im/licq-jabber/Makefile ============================================================================== --- head/net-im/licq-jabber/Makefile Sat Sep 3 16:03:35 2016 (r421295) +++ head/net-im/licq-jabber/Makefile Sat Sep 3 19:19:32 2016 (r421296) @@ -2,7 +2,7 @@ PORTNAME= jabber PORTVERSION= 1.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org From owner-svn-ports-all@freebsd.org Sat Sep 3 19:24:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F278DBCE425; Sat, 3 Sep 2016 19:24:49 +0000 (UTC) (envelope-from madpilot@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 mx1.freebsd.org (Postfix) with ESMTPS id BF16EACA; Sat, 3 Sep 2016 19:24:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83JOnRo007255; Sat, 3 Sep 2016 19:24:49 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83JOnN4007254; Sat, 3 Sep 2016 19:24:49 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609031924.u83JOnN4007254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 3 Sep 2016 19:24:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421297 - head/net/asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 19:24:50 -0000 Author: madpilot Date: Sat Sep 3 19:24:48 2016 New Revision: 421297 URL: https://svnweb.freebsd.org/changeset/ports/421297 Log: - Prevent asterisk build system from unconditionally using -march=native - Add an OPTIMIZED_CFLAGS option, disabled by default, to allow enabling the native flag - While here, convert to option target helpers. Modified: head/net/asterisk13/Makefile Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Sat Sep 3 19:19:32 2016 (r421296) +++ head/net/asterisk13/Makefile Sat Sep 3 19:24:48 2016 (r421297) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 13.11.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -57,7 +58,7 @@ CONFLICTS_BUILD= linuxthreads-* CONFLICTS_INSTALL= asterisk*-1.8* asterisk*-11* OPTIONS_DEFINE= ASTVERSION BACKTRACE CURL EXCHANGE FREETDS LDAP LUA \ - MP3PLAYER OOH323 PJSIP PORTAUDIO RADIUS SNMP \ + MP3PLAYER OOH323 OPTIMIZED_CFLAGS PJSIP PORTAUDIO RADIUS SNMP \ SPANDSP SRTP SYSINFO XMPP OPTIONS_DEFAULT= CURL FREETDS GSM LUA MP3PLAYER NEWT ODBC MYSQL PGSQL PJSIP \ PORTAUDIO RADIUS SNMP SPANDSP SPEEX SQLITE2 VORBIS @@ -237,19 +238,19 @@ PLIST_SUB+= ASTERISK_USER=${ASTERISK_USE post-extract: @${FIND} ${WRKSRC} -name '*.d' -delete -.if ${PORT_OPTIONS:MG729} +post-extract-G729-on: ${CP} ${DISTDIR}/${ASTERISK_CORE_G729_SOUNDS} ${WRKSRC}/sounds ${CP} ${DISTDIR}/${ASTERISK_MOH_G729_SOUNDS} ${WRKSRC}/sounds -.endif post-patch: @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/samples/musiconhold.conf.sample -.if ${PORT_OPTIONS:MSYSINFO} + +post-patch-SYSINFO-on: @${REINPLACE_CMD} -e 's/%%LIBSYSINFO%%/-lsysinfo/' ${WRKSRC}/main/Makefile -.else + +post-patch-SYSINFO-off: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile -.endif .if exists(${FILESDIR}/.asterisk.makeopts) USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts @@ -262,23 +263,23 @@ post-configure: @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts -.if ${PORT_OPTIONS:MMYSQL} + +post-configure-MYSQL-on: @cd ${WRKSRC} && ./menuselect/menuselect --enable res_config_mysql menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable app_mysql menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable cdr_mysql menuselect.makeopts -.endif -.if ${PORT_OPTIONS:MOOH323} + +post-configure-OOH323-on: @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_ooh323 menuselect.makeopts -.endif -.if ${PORT_OPTIONS:MNEWG711} + +post-configure-NEWG711-on: @cd ${WRKSRC} && ./menuselect/menuselect --enable G711_NEW_ALGORITHM menuselect.makeopts -.endif + +post-configure-OPTIMIZED_CFLAGS-off: + @cd ${WRKSRC} && ./menuselect/menuselect --disable BUILD_NATIVE menuselect.makeopts post-install: @${RM} ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/extensions.ael ${STAGEDIR}${ETCDIR}/extensions.lua -.if ! ${PORT_OPTIONS:MASTVERSION} - @${RM} ${STAGEDIR}${PREFIX}/sbin/astversion -.endif ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules -type f -name '*.so' | ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} ${FIND} ${STAGEDIR}${DATADIR}/moh -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} @@ -291,4 +292,7 @@ post-install: ${ECHO} "@owner" >> ${TMPPLIST} && \ ${ECHO} "@group" >> ${TMPPLIST}); +post-install-ASTVERSION-off: + @${RM} ${STAGEDIR}${PREFIX}/sbin/astversion + .include From owner-svn-ports-all@freebsd.org Sat Sep 3 19:40:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D6C6BCE936; Sat, 3 Sep 2016 19:40:57 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 2AE40BE; Sat, 3 Sep 2016 19:40:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83Jeupr012480; Sat, 3 Sep 2016 19:40:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83JeuSu012478; Sat, 3 Sep 2016 19:40:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201609031940.u83JeuSu012478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 3 Sep 2016 19:40:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421298 - head/databases/mysqltuner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 19:40:57 -0000 Author: pi Date: Sat Sep 3 19:40:56 2016 New Revision: 421298 URL: https://svnweb.freebsd.org/changeset/ports/421298 Log: databases/mysqltuner: 1.6.0 -> 1.6.18 - Galera metrics - System metrics - Better thread pool metrics - InnoDB 5.7 innodb_buffer_pool_chunk_size checks - Bugs fixes on CVE detection - Bug fixes on error message displayed for some versions Modified: head/databases/mysqltuner/Makefile head/databases/mysqltuner/distinfo Modified: head/databases/mysqltuner/Makefile ============================================================================== --- head/databases/mysqltuner/Makefile Sat Sep 3 19:24:48 2016 (r421297) +++ head/databases/mysqltuner/Makefile Sat Sep 3 19:40:56 2016 (r421298) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysqltuner -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.18 CATEGORIES= databases MAINTAINER= pi@FreeBSD.org Modified: head/databases/mysqltuner/distinfo ============================================================================== --- head/databases/mysqltuner/distinfo Sat Sep 3 19:24:48 2016 (r421297) +++ head/databases/mysqltuner/distinfo Sat Sep 3 19:40:56 2016 (r421298) @@ -1,2 +1,3 @@ -SHA256 (major-MySQLTuner-perl-1.6.0_GH0.tar.gz) = dc3045b9ffae7837d187d2b1ef4c42648bf7ffc6bb9f69864a4bfeecd5205e37 -SIZE (major-MySQLTuner-perl-1.6.0_GH0.tar.gz) = 53424 +TIMESTAMP = 1472896463 +SHA256 (major-MySQLTuner-perl-1.6.18_GH0.tar.gz) = ae2b2668198fb78a7685fc4a372bafcef0a91b1dca15d065dae73eeb74bcd6cb +SIZE (major-MySQLTuner-perl-1.6.18_GH0.tar.gz) = 169074 From owner-svn-ports-all@freebsd.org Sat Sep 3 19:56:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED855BCEBB6; Sat, 3 Sep 2016 19:56:56 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id BC4BA8B9; Sat, 3 Sep 2016 19:56:56 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83JutkG018445; Sat, 3 Sep 2016 19:56:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83JutcM018441; Sat, 3 Sep 2016 19:56:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201609031956.u83JutcM018441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 3 Sep 2016 19:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421299 - in head/devel: . py-llvmlite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 19:56:57 -0000 Author: pi Date: Sat Sep 3 19:56:55 2016 New Revision: 421299 URL: https://svnweb.freebsd.org/changeset/ports/421299 Log: New port: devel/py-llvmlite A lightweight LLVM python binding for writing JIT compilers The old llvmpy binding exposes a lot of LLVM APIs but the mapping of C++-style memory management to Python is error prone. Numba and many JIT compilers do not need a full LLVM API. Only the IR builder, optimizer, and JIT compiler APIs are necessary. llvmlite is a project originally tailored for Numba's needs, using the following approach: - A small C wrapper around the parts of the LLVM C++ API we need that are not already exposed by the LLVM C API. - A ctypes Python wrapper around the C API. - A pure Python implementation of the subset of the LLVM IR builder that we need for Numba. WWW: https://github.com/numba/llvmlite PR: 211346 Submitted by: David Kalliecharan Added: head/devel/py-llvmlite/ head/devel/py-llvmlite/Makefile (contents, props changed) head/devel/py-llvmlite/distinfo (contents, props changed) head/devel/py-llvmlite/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 3 19:40:56 2016 (r421298) +++ head/devel/Makefile Sat Sep 3 19:56:55 2016 (r421299) @@ -4229,6 +4229,7 @@ SUBDIR += py-libzfs SUBDIR += py-ll-core SUBDIR += py-llfuse + SUBDIR += py-llvmlite SUBDIR += py-lock_file SUBDIR += py-lockfile SUBDIR += py-log4py Added: head/devel/py-llvmlite/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-llvmlite/Makefile Sat Sep 3 19:56:55 2016 (r421299) @@ -0,0 +1,36 @@ +# Created by: David Kalliecharan +# $FreeBSD$ + +PORTNAME= llvmlite +PORTVERSION= 0.13.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dave@dal.ca +COMMENT= Lightweight LLVM python binding for writing JIT compilers + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_FreeBSD_9= llvm38 does not find include cmath + +# Python 2.7,3.4+ +USES= python +USE_PYTHON= distutils autoplist + +.include + +# llvmlite-0.13.0 requires devel/llvm38 +LLVM_VER= 38 + +# Python 2.7 requires enum34, unnecessary for Python 3.4+ +.if ${PYTHON_REL} < 3400 +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 +.endif + +BUILD_DEPENDS+= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} + +MAKE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_VER} + +.include Added: head/devel/py-llvmlite/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-llvmlite/distinfo Sat Sep 3 19:56:55 2016 (r421299) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472612799 +SHA256 (llvmlite-0.13.0.tar.gz) = f852be3391acb2e77ef484c5d0ff90e7cf2821dcf9575e358a1f08c274c582eb +SIZE (llvmlite-0.13.0.tar.gz) = 92200 Added: head/devel/py-llvmlite/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-llvmlite/pkg-descr Sat Sep 3 19:56:55 2016 (r421299) @@ -0,0 +1,17 @@ +A lightweight LLVM python binding for writing JIT compilers + +The old llvmpy binding exposes a lot of LLVM APIs but the mapping +of C++-style memory management to Python is error prone. Numba and +many JIT compilers do not need a full LLVM API. Only the IR builder, +optimizer, and JIT compiler APIs are necessary. + +llvmlite is a project originally tailored for Numba's needs, using +the following approach: + +- A small C wrapper around the parts of the LLVM C++ API we need + that are not already exposed by the LLVM C API. +- A ctypes Python wrapper around the C API. +- A pure Python implementation of the subset of the LLVM IR builder + that we need for Numba. + +WWW: https://github.com/numba/llvmlite From owner-svn-ports-all@freebsd.org Sat Sep 3 21:01:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B99AFBCD112; Sat, 3 Sep 2016 21:01:56 +0000 (UTC) (envelope-from marcus@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 mx1.freebsd.org (Postfix) with ESMTPS id 880D6BA0; Sat, 3 Sep 2016 21:01:56 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83L1tio041950; Sat, 3 Sep 2016 21:01:55 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83L1tFB041949; Sat, 3 Sep 2016 21:01:55 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201609032101.u83L1tFB041949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Sat, 3 Sep 2016 21:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421300 - head/net/netatalk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 21:01:56 -0000 Author: marcus Date: Sat Sep 3 21:01:55 2016 New Revision: 421300 URL: https://svnweb.freebsd.org/changeset/ports/421300 Log: Make TIMELORD dependent on AppleTalk. PR: 212056 Modified: head/net/netatalk/Makefile Modified: head/net/netatalk/Makefile ============================================================================== --- head/net/netatalk/Makefile Sat Sep 3 19:56:55 2016 (r421299) +++ head/net/netatalk/Makefile Sat Sep 3 21:01:55 2016 (r421300) @@ -26,9 +26,8 @@ CONFIGURE_ARGS+= --with-tcp-wrappers \ --with-uams-path=${PREFIX}/libexec/netatalk-uams \ --with-bdb=${LOCALBASE} -OPTIONS_DEFINE= SRVLOC PAM TIMELORD KRB5 ZEROCONF LDAP SENDFILE +OPTIONS_DEFINE= SRVLOC PAM KRB5 ZEROCONF LDAP SENDFILE SRVLOC_DESC= Service Location Protocol support -TIMELORD_DESC= Timelord network time service KRB5_DESC= Kerberos V UAM ZEROCONF_DESC= Zeroconf (Bonjour) support SENDFILE_DESC= sendfile support @@ -41,9 +40,10 @@ LINKS= unbin unhex unsingle hqx2bin sin CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* netatalk-1* yudit-[0-9]* .if exists(/usr/include/netatalk/ddp.h) -OPTIONS_DEFINE+=APPLETALK +OPTIONS_DEFINE+=APPLETALK TIMELORD OPTIONS_DEFAULT=APPLETALK APPLETALK_DESC= AppleTalk protocol support +TIMELORD_DESC= Timelord network time service .endif .include